Home
last modified time | relevance | path

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

12345678910>>...13

/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/
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() argument
[all …]
/external/guava/guava-tests/test/com/google/common/base/
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 …]
/external/guava/android/guava-tests/test/com/google/common/base/
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 …]
/external/dokka/core/testdata/packages/
DsimpleNamePackage.kt1 package simple package
DsimpleNamePackage2.kt1 package simple package
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-flow-01.kt4 fun simple(): List<Int> = listOf(1, 2, 3) in <lambda>() method
Dexample-flow-02.kt4 fun simple(): Sequence<Int> = sequence { // sequence builder in <lambda>() method
Dexample-flow-31.kt7 fun simple(): Flow<Int> = (1..3).asFlow() in <lambda>() method
Dexample-flow-32.kt7 fun simple(): Flow<Int> = (1..3).asFlow() in <lambda>() method
Dexample-flow-26.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-34.kt7 fun simple(): Flow<Int> = (1..3).asFlow() in <lambda>() method
Dexample-flow-06.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-14.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-15.kt9 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-13.kt9 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-04.kt7 fun simple(): Flow<Int> = flow { // flow builder in <lambda>() method
Dexample-flow-29.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-33.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-30.kt7 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-27.kt7 fun simple(): Flow<String> = in <lambda>() method
Dexample-flow-19.kt8 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-18.kt8 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-17.kt8 fun simple(): Flow<Int> = flow { in <lambda>() method
/external/jackson-annotations/
DREADME.md52 ### Annotations for renaming properties
75 ### Annotations for Ignoring properties
116 ### Annotations for choosing more/less specific types
/external/clang/test/Index/
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…

12345678910>>...13