| /external/dagger2/javatests/dagger/functional/subcomponent/ |
| D | UsesModuleSubcomponents.java | 32 Set<String> strings(); in strings() method 48 Set<String> strings(); in strings() method 66 Set<String> strings; field in UsesModuleSubcomponents.UsesChild
|
| /external/dagger2/javatests/dagger/functional/multipackage/foo/ |
| D | Foo.java | 23 public final Set<String> strings; field in Foo 25 @Inject Foo(Set<String> strings) { in Foo()
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
| D | SetAsSequenceTest.java | 87 Set<String> strings = (Set<String>) yaml.load(doc); in testLoadRootSet() local 100 Set<String> strings = (Set<String>) yaml.load(doc); in testLoadRootSet2() local 113 Set<String> strings = (Set<String>) yaml.load(doc); in testLoadRootSet3() local 126 Set<String> strings = (Set<String>) yaml.load(doc); in testLoadRootSet6() local
|
| /external/cpu_features/test/ |
| D | cpuinfo_ppc_test.cc | 61 const auto strings = GetPPCPlatformStrings(); in TEST() local 89 const auto strings = GetPPCPlatformStrings(); in TEST() local 111 const auto strings = GetPPCPlatformStrings(); in TEST() local
|
| /external/cpu_features/src/ |
| D | cpuinfo_ppc.c | 116 PPCPlatformStrings* const strings) { in HandlePPCLine() 137 static void FillProcCpuInfoData(PPCPlatformStrings* const strings) { in FillProcCpuInfoData() 169 PPCPlatformStrings strings = kEmptyPPCPlatformStrings; in GetPPCPlatformStrings() local
|
| /external/testng/src/test/java/test/thread/ |
| D | TrueParallelTest.java | 35 List<String> strings = TrueParallelSampleTest.getStrings(); in shouldRunInParallel() local 43 private boolean isInterleaved(List<String> strings) { in isInterleaved()
|
| /external/javapoet/ |
| D | README.md | 406 #### Relative Arguments 415 #### Positional Arguments 424 #### Named Arguments
|
| /external/lzma/CPP/7zip/UI/Common/ |
| D | SortUtils.cpp | 11 const UStringVector &strings = *(const UStringVector *)param; in CompareStrings() local 15 void SortFileNames(const UStringVector &strings, CUIntVector &indices) in SortFileNames()
|
| /external/emma/core/java12/com/vladium/util/ |
| D | Strings.java | 33 public static String toListForm (final String [] strings, final char delimiter) in toListForm() 48 public static String [] removeDuplicates (final String [] strings, final boolean removeNull) in removeDuplicates() 86 …public static String [] merge (final String [] strings, final String delimiters, final boolean rem… in merge() 126 …public static String [] mergeAT (final String [] strings, final String delimiters, final boolean p… in mergeAT()
|
| /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
| D | MonitorBenchmark.java | 41 private String[] strings; field in MonitorBenchmark 62 String[] strings = this.strings; in addsAndRemoves() local
|
| /external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
| D | MonitorBenchmark.java | 41 private String[] strings; field in MonitorBenchmark 62 String[] strings = this.strings; in addsAndRemoves() local
|
| /external/icu/icu4c/source/i18n/ |
| D | ulistformatter.cpp | 55 const UChar* const strings[], in getUnicodeStrings() 89 const UChar* const strings[], in ulistfmt_format() 124 const UChar* const strings[], in ulistfmt_formatStringsToResult()
|
| /external/dagger2/javatests/dagger/functional/producers/subcomponent/ |
| D | UsesProducerModuleSubcomponents.java | 35 ListenableFuture<Set<String>> strings(); in strings() method 63 ListenableFuture<Set<String>> strings(); in strings() method
|
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | MapsTest.java | 646 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap() local 657 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapReadsThrough() local 668 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapWritesThrough() local 677 Set<String> strings = ImmutableSet.of(); in testAsMapEmpty() local 694 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted() local 712 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough() local 733 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough() local 766 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty() local 775 NavigableSet<String> strings = Sets.newTreeSet(asList("one", "two", "three")); in testAsMapNavigable() local 822 NavigableSet<String> strings = Sets.newTreeSet(); in testAsMapNavigableReadsThrough() local [all …]
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | MapsTest.java | 646 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap() local 657 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapReadsThrough() local 668 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapWritesThrough() local 677 Set<String> strings = ImmutableSet.of(); in testAsMapEmpty() local 694 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted() local 712 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough() local 733 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough() local 766 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty() local 775 NavigableSet<String> strings = Sets.newTreeSet(asList("one", "two", "three")); in testAsMapNavigable() local 822 NavigableSet<String> strings = Sets.newTreeSet(); in testAsMapNavigableReadsThrough() local [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | StringsAndChecksums.h | 65 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() function 93 const StringsPtr &strings() const { return Strings; } in strings() function
|
| /external/caliper/examples/src/main/java/examples/ |
| D | Utf8Benchmark.java | 93 private String[] strings; field in Utf8Benchmark 125 final String[] strings = this.strings; in getBytes() local
|
| /external/lzma/CPP/Common/ |
| D | ListFileUtils.cpp | 16 static void AddName(UStringVector &strings, UString &s) in AddName() 28 bool ReadNamesFromListFile2(CFSTR fileName, UStringVector &strings, UINT codePage, DWORD &lastError) in ReadNamesFromListFile2()
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | tensor_coding.cc | 36 void EncodeStringList(const tstring* strings, int64 n, string* out) { in EncodeStringList() 46 bool DecodeStringList(const string& src, tstring* strings, int64 n) { in DecodeStringList() 147 void EncodeStringList(const tstring* strings, int64 n, Cord* out) { in EncodeStringList() 157 bool DecodeStringList(const Cord& src, string* strings, int64 n) { in DecodeStringList() 180 bool DecodeStringList(const Cord& src, tstring* strings, int64 n) { in DecodeStringList()
|
| /external/fonttools/Lib/fontTools/cffLib/ |
| D | __init__.py | 372 def __init__(self, items, strings, parent, isCFF2=None): argument 380 def getItems(self, items, strings): argument 445 def getItems(self, items, strings): argument 451 def getItems(self, items, strings): argument 457 def getChildren(self, strings): argument 486 def getItems(self, items, strings): argument 492 def getChildren(self, strings): argument 524 def getItems(self, items, strings): argument 541 def getItems(self, items, strings): argument 614 def getCompiler(self, strings, parent, isCFF2=None): argument [all …]
|
| /external/tensorflow/tensorflow/python/util/protobuf/ |
| D | compare_test.proto | 14 repeated string strings = 1; field 22 required string strings = 5; field
|
| /external/libbrillo/brillo/strings/ |
| D | string_utils.h | 85 std::string Join(const std::string& delimiter, const Container& strings) { in Join() 92 std::initializer_list<std::string> strings) { in Join()
|
| /external/conscrypt/publicapi/src/test/java/android/net/ssl/ |
| D | SSLSocketsTest.java | 48 … @Override public void setEnabledCipherSuites(String[] strings) { throw new AssertionError(); } in setEnabledCipherSuites() 51 @Override public void setEnabledProtocols(String[] strings) { throw new AssertionError(); } in setEnabledProtocols()
|
| /external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
| D | SSLUtilsTest.java | 93 String[] strings = SSLUtils.decodeProtocols(encoded); in decodeProtocolsShouldSucceed() local 94 assertArrayEquals(toStrings(protocols), strings); in decodeProtocolsShouldSucceed() local
|
| /external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
| D | SSLUtilsTest.java | 89 String[] strings = SSLUtils.decodeProtocols(encoded); in decodeProtocolsShouldSucceed() local 90 assertArrayEquals(toStrings(protocols), strings); in decodeProtocolsShouldSucceed() local
|