| /external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/ | 
| D | GwtSerializerTest.java | 32     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/ | 
| D | SplitterTest.java | 48     String simple = "a,b,c";  in testCharacterSimpleSplit()  local61     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/ | 
| D | SplitterTest.java | 47     String simple = "a,b,c";  in testCharacterSimpleSplit()  local60     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/ | 
| D | simpleNamePackage.kt | 1 package simple  package
 | 
| D | simpleNamePackage2.kt | 1 package simple  package
 | 
| /external/jackson-annotations/ | 
| D | README.md | 52 ### Annotations for renaming properties75 ### Annotations for Ignoring properties
 116 ### Annotations for choosing more/less specific types
 
 | 
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/ | 
| D | example-flow-01.kt | 8 fun simple(): List<Int> = listOf(1, 2, 3)  in <lambda>()  method
 | 
| D | example-flow-02.kt | 8 fun simple(): Sequence<Int> = sequence { // sequence builder  in <lambda>()  method
 | 
| D | example-flow-31.kt | 11 fun simple(): Flow<Int> = (1..3).asFlow()  in <lambda>()  method
 | 
| D | example-flow-32.kt | 11 fun simple(): Flow<Int> = (1..3).asFlow()  in <lambda>()  method
 | 
| D | example-flow-06.kt | 11 fun simple(): Flow<Int> = flow {   in <lambda>()  method
 | 
| D | example-flow-26.kt | 11 fun simple(): Flow<Int> = flow {  in <lambda>()  method
 | 
| D | example-flow-34.kt | 11 fun simple(): Flow<Int> = (1..3).asFlow()  in <lambda>()  method
 | 
| D | example-flow-14.kt | 11 fun simple(): Flow<Int> = flow {  in <lambda>()  method
 | 
| D | example-flow-04.kt | 11 fun simple(): Flow<Int> = flow { // flow builder  in <lambda>()  method
 | 
| D | example-flow-15.kt | 13 fun simple(): Flow<Int> = flow {  in <lambda>()  method
 | 
| D | example-flow-13.kt | 13 fun simple(): Flow<Int> = flow {  in <lambda>()  method
 | 
| D | example-flow-29.kt | 11 fun simple(): Flow<Int> = flow {  in <lambda>()  method
 | 
| D | example-flow-27.kt | 11 fun simple(): Flow<String> =   in <lambda>()  method
 | 
| D | example-flow-30.kt | 11 fun simple(): Flow<Int> = flow {  in <lambda>()  method
 | 
| D | example-flow-33.kt | 11 fun simple(): Flow<Int> = flow {  in <lambda>()  method
 | 
| D | example-flow-05.kt | 11 fun simple(): Flow<Int> = flow {   in <lambda>()  method
 | 
| D | example-flow-16.kt | 12 fun simple(): Flow<Int> = flow {  in <lambda>()  method
 | 
| /external/proguard/src/proguard/optimize/info/ | 
| D | SimpleEnumMarker.java | 35     private final boolean simple;  field in SimpleEnumMarker42     public SimpleEnumMarker(boolean simple)  in SimpleEnumMarker()
 
 | 
| /external/clang/test/Index/ | 
| D | print-type-size.cpp | 18 struct simple {  struct19   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…
 
 |