Home
last modified time | relevance | path

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

123456789

/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.java48 String simple = "a,b,c"; in testCharacterSimpleSplit() local
61 String simple = "a,b,c"; in testCharacterSimpleSplitToList() local
67 String simple = "a,b,c"; in testCharacterSimpleSplitToStream() local
79 String simple = "a,b,c"; in testCharacterSimpleSplitWithNoDelimiter() local
174 String simple = "a,b,c"; in testStringSimpleSplit() local
180 String simple = "a,b,c"; in testStringSimpleSplitWithNoDelimiter() local
299 String simple = "a,b,c"; in testPatternSimpleSplit() local
306 String simple = "a,b,c"; in testPatternSimpleSplitWithNoDelimiter() local
526 String simple = "abcde"; in testFixedLengthSimpleSplit() local
532 String simple = "abcdef"; in testFixedLengthSplitEqualChunkLength() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/base/
DSplitterTest.java47 String simple = "a,b,c"; in testCharacterSimpleSplit() local
60 String simple = "a,b,c"; in testCharacterSimpleSplitToList() local
72 String simple = "a,b,c"; in testCharacterSimpleSplitWithNoDelimiter() local
167 String simple = "a,b,c"; in testStringSimpleSplit() local
173 String simple = "a,b,c"; in testStringSimpleSplitWithNoDelimiter() local
292 String simple = "a,b,c"; in testPatternSimpleSplit() local
299 String simple = "a,b,c"; in testPatternSimpleSplitWithNoDelimiter() local
519 String simple = "abcde"; in testFixedLengthSimpleSplit() local
525 String simple = "abcdef"; in testFixedLengthSplitEqualChunkLength() local
531 String simple = "abc"; in testFixedLengthSplitOnlyOneChunk() local
[all …]
/external/dokka/core/testdata/packages/
DsimpleNamePackage.kt1 package simple package
DsimpleNamePackage2.kt1 package simple package
/external/jackson-annotations/
DREADME.md52 ### Annotations for renaming properties
75 ### Annotations for Ignoring properties
116 ### Annotations for choosing more/less specific types
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-flow-01.kt8 fun simple(): List<Int> = listOf(1, 2, 3) in <lambda>() method
Dexample-flow-02.kt8 fun simple(): Sequence<Int> = sequence { // sequence builder in <lambda>() method
Dexample-flow-31.kt11 fun simple(): Flow<Int> = (1..3).asFlow() in <lambda>() method
Dexample-flow-32.kt11 fun simple(): Flow<Int> = (1..3).asFlow() in <lambda>() method
Dexample-flow-06.kt11 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-26.kt11 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-34.kt11 fun simple(): Flow<Int> = (1..3).asFlow() in <lambda>() method
Dexample-flow-14.kt11 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-04.kt11 fun simple(): Flow<Int> = flow { // flow builder in <lambda>() method
Dexample-flow-15.kt13 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-13.kt13 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-29.kt11 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-27.kt11 fun simple(): Flow<String> = in <lambda>() method
Dexample-flow-30.kt11 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-33.kt11 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-05.kt11 fun simple(): Flow<Int> = flow { in <lambda>() method
Dexample-flow-16.kt12 fun simple(): Flow<Int> = flow { in <lambda>() method
/external/proguard/src/proguard/optimize/info/
DSimpleEnumMarker.java35 private final boolean simple; field in SimpleEnumMarker
42 public SimpleEnumMarker(boolean simple) in SimpleEnumMarker()
/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…

123456789