/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/mockito/cglib-and-asm/src/org/mockito/cglib/util/ |
D | StringSwitcher.java | 37 public Object newInstance(String[] strings, int[] ints, boolean fixedInput); in newInstance() 49 public static StringSwitcher create(String[] strings, int[] ints, boolean fixedInput) { in create() 72 private String[] strings; field in StringSwitcher.Generator 85 public void setStrings(String[] strings) { in setStrings()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 626 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap() local 638 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapReadsThrough() local 649 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapWritesThrough() local 658 Set<String> strings = ImmutableSet.of(); in testAsMapEmpty() local 681 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted() local 700 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough() local 728 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough() local 762 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty() local 777 NavigableSet<String> strings = in testAsMapNavigable() local 834 NavigableSet<String> strings = Sets.newTreeSet(); in testAsMapNavigableReadsThrough() local [all …]
|
D | ImmutableSortedSetTest.java | 921 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testHeadSetInclusive() local 931 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testHeadSetExclusive() local 941 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testTailSetInclusive() local 951 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testTailSetExclusive() local 961 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetExclusiveExclusive() local 973 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetInclusiveExclusive() local 985 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetExclusiveInclusive() local 997 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetInclusiveInclusive() local
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/foo/ |
D | Foo.java | 23 public final Set<String> strings; field in Foo 25 @Inject Foo(Set<String> strings) { in Foo()
|
/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/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/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/fonttools/Lib/fontTools/ |
D | cffLib.py | 179 def __init__(self, items, strings, parent): argument 183 def getItems(self, items, strings): argument 228 def getItems(self, items, strings): argument 234 def getItems(self, items, strings): argument 240 def getChildren(self, strings): argument 249 def getItems(self, items, strings): argument 255 def getChildren(self, strings): argument 283 def getItems(self, items, strings): argument 359 def getCompiler(self, strings, parent): argument 826 def __init__(self, strings, charset, parent): argument [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | MapsTest.java | 560 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap() local 572 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapReadsThrough() local 583 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapWritesThrough() local 592 Set<String> strings = ImmutableSet.of(); in testAsMapEmpty() local 615 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted() local 634 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough() local 662 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough() local 696 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty() local 704 Iterable<String> strings = ImmutableList.of("one", "two", "three"); in testToMap() local 714 Iterator<String> strings = ImmutableList.of("one", "two", "three").iterator(); in testToMapIterator() local [all …]
|
D | ImmutableSortedSetTest.java | 733 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testHeadSetInclusive() local 743 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testHeadSetExclusive() local 753 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testTailSetInclusive() local 763 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testTailSetExclusive() local 773 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetExclusiveExclusive() local 785 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetInclusiveExclusive() local 797 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetExclusiveInclusive() local 809 String[] strings = NUMBER_NAMES.toArray(new String[0]); in testSubSetInclusiveInclusive() local
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | MonitorBenchmark.java | 38 private String[] strings; field in MonitorBenchmark 58 String[] strings = this.strings; in addsAndRemoves() local
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ParcelTest.java | 148 final String[] strings = {"foo", "bar"}; in testReadWriteStringArray() local 342 final String[] strings = { "foo", "bar" }; in testWriteCreateStringArray() local 351 final List<String> strings = Arrays.asList( "foo", "bar" ); in testReadWriteStringList() local 361 final List<String> strings = Arrays.asList( "foo", "bar" ); in testWriteCreateStringArrayList() local
|
/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 ReadNamesFromListFile(CFSTR fileName, UStringVector &strings, UINT codePage) in ReadNamesFromListFile()
|
/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/skia/src/gpu/gl/builders/ |
D | GrGLSLPrettyPrint.cpp | 15 SkString prettify(const char** strings, in prettify() 196 SkString PrettyPrintGLSL(const char** strings, in PrettyPrintGLSL()
|
/external/skia/src/animator/ |
D | SkGetCondensedInfo.cpp | 22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char t… in _searchByName() 83 const char* strings = gInfoNames[lookup]; in _lookup() local
|
/external/google-breakpad/src/common/linux/ |
D | elf_symbols_to_module.cc | 129 const char *SymbolString(ptrdiff_t offset, ByteBuffer& strings) { in SymbolString() 151 ByteBuffer strings(string_section, string_size); in ELFSymbolsToModule() local
|
/external/v8/test/intl/collator/ |
D | sr-sort.js | 30 var strings = ['новине', 'ограда', 'жирафа', 'Никола', 'Андрија', variable
|
D | en-sort.js | 30 var strings = ['blood', 'bull', 'ascend', 'zed', 'down']; variable
|
D | de-sort.js | 30 var strings = ['März', 'Fuße', 'FUSSE', 'Fluße', 'Flusse', variable
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | Trie.java | 161 public void toStringList(List<String> strings) { in toStringList() 165 private void toStringList(String prefix, List<String> strings) { in toStringList()
|
/external/skia/tools/flags/ |
D | SkCommandLineFlags.cpp | 370 bool ShouldSkipImpl(const Strings& strings, const char* name) { in ShouldSkipImpl() 403 bool SkCommandLineFlags::ShouldSkip(const SkTDArray<const char*>& strings, const char* name) { in ShouldSkip() 406 bool SkCommandLineFlags::ShouldSkip(const StringArray& strings, const char* name) { in ShouldSkip()
|
/external/libweave/src/ |
D | string_utils.h | 47 std::string Join(const std::string& delimiter, const Container& strings) { in Join()
|