Home
last modified time | relevance | path

Searched defs:simple (Results 1 – 25 of 664) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
H A DGwtSerializerTest.java32 Simple echo(Simple simple); in echo()
34 SimpleWithBuilder echo(SimpleWithBuilder simple); in echo()
46 void echo(Simple simple, AsyncCallback<Simple> callback); in echo()
48 void echo(SimpleWithBuilder simple, AsyncCallback<SimpleWithBuilder> callback); in echo()
84 public Simple echo(Simple simple) { in echo()
89 public SimpleWithBuilder echo(SimpleWithBuilder simple) { in echo()
152 public abstract Simple simple(); in simple() method in GwtSerializerTest.Nested
154 public static Nested create(String message, Simple simple) { in create()
164 public abstract SimpleWithBuilder simple(); in simple() method in GwtSerializerTest.NestedWithBuilder
174 Builder simple(SimpleWithBuilder simple); in simple() method
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/base/
H A DSplitterTest.java49 String simple = "a,b,c"; in testCharacterSimpleSplit() local
62 String simple = "a,b,c"; in testCharacterSimpleSplitToList() local
68 String simple = "a,b,c"; in testCharacterSimpleSplitToStream() local
80 String simple = "a,b,c"; in testCharacterSimpleSplitWithNoDelimiter() local
175 String simple = "a,b,c"; in testStringSimpleSplit() local
181 String simple = "a,b,c"; in testStringSimpleSplitWithNoDelimiter() local
296 String simple = "a,b,c"; in testPatternSimpleSplit() local
303 String simple = "a,b,c"; in testPatternSimpleSplitWithNoDelimiter() local
523 String simple = "abcde"; in testFixedLengthSimpleSplit() local
529 String simple = "abcdef"; in testFixedLengthSplitEqualChunkLength() local
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/base/
H A DSplitterTest.java48 String simple = "a,b,c"; in testCharacterSimpleSplit() local
61 String simple = "a,b,c"; in testCharacterSimpleSplitToList() local
73 String simple = "a,b,c"; in testCharacterSimpleSplitWithNoDelimiter() local
168 String simple = "a,b,c"; in testStringSimpleSplit() local
174 String simple = "a,b,c"; in testStringSimpleSplitWithNoDelimiter() local
289 String simple = "a,b,c"; in testPatternSimpleSplit() local
296 String simple = "a,b,c"; in testPatternSimpleSplitWithNoDelimiter() local
516 String simple = "abcde"; in testFixedLengthSimpleSplit() local
522 String simple = "abcdef"; in testFixedLengthSplitEqualChunkLength() local
528 String simple = "abc"; in testFixedLengthSplitOnlyOneChunk() local
[all …]
/aosp_15_r20/external/clang/test/Index/
H A Dprint-type-size.cpp18 struct simple { struct
19 int a;
20 char b;
22 int c:3;
23 long d;
24 int e:5;
48 // CHECK64: VarDecl=s1:[[@LINE+2]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=48…
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/
H A DOldReaderTest.java34 Support_ASimpleReader simple; in test_Reader_CharBufferChar() local
52 Support_ASimpleReader simple; in test_Read_$C() local
73 Support_ASimpleReader simple = new Support_ASimpleReader("Bla bla, what else?"); in test_read() local
87 Support_ASimpleReader simple = new Support_ASimpleReader("Bla bla, what else?"); in test_ready() local
97 Support_ASimpleReader simple = new Support_ASimpleReader("Bla bla, what else?"); in test_skip() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/kotlin/
H A DFlowUtilTests.kt53 fun simple() = runBlocking { in <lambda>() method in com.android.systemui.util.kotlin.PairwiseFlowTest
158 fun simple() = runBlocking { in <lambda>() method in com.android.systemui.util.kotlin.SetChangesFlowTest
210 fun simple() = runBlocking { in <lambda>() method
/aosp_15_r20/external/jackson-annotations/
H A DREADME.md52 ### Annotations for renaming properties
75 ### Annotations for Ignoring properties
116 ### Annotations for choosing more/less specific types
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DThreadTest.java527 SimpleThread simple; in test_isAlive() local
601 SimpleThread simple; in test_join() local
632 SimpleThread simple; in test_joinJ() local
698 SimpleThread simple; in test_joinJI() local
/aosp_15_r20/external/dokka/core/testdata/packages/
H A DsimpleNamePackage.kt1 package simple package
H A DsimpleNamePackage2.kt1 package simple package
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
H A Dexample-flow-01.kt4 fun simple(): List<Int> = listOf(1, 2, 3) in <lambda>() method
H A Dexample-flow-02.kt4 fun simple(): Sequence<Int> = sequence { // sequence builder in <lambda>() method
H A Dexample-flow-31.kt7 fun simple(): Flow<Int> = (1..3).asFlow() in <lambda>() method
H A Dexample-flow-32.kt7 fun simple(): Flow<Int> = (1..3).asFlow() in <lambda>() method
H A Dexample-flow-14.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
H A Dexample-flow-06.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
H A Dexample-flow-34.kt7 fun simple(): Flow<Int> = (1..3).asFlow() in <lambda>() method
H A Dexample-flow-26.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
H A Dexample-flow-04.kt7 fun simple(): Flow<Int> = flow { // flow builder in <lambda>() method
H A Dexample-flow-13.kt9 fun simple(): Flow<Int> = flow { in <lambda>() method
H A Dexample-flow-15.kt9 fun simple(): Flow<Int> = flow { in <lambda>() method
H A Dexample-flow-30.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
H A Dexample-flow-29.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
H A Dexample-flow-27.kt7 fun simple(): Flow<String> = in <lambda>() method
H A Dexample-flow-33.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method

12345678910>>...27