Home
last modified time | relevance | path

Searched defs:strings (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DSetAsSequenceTest.java87 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/dagger2/javatests/dagger/functional/subcomponent/
DUsesModuleSubcomponents.java32 Set<String> strings(); in strings() method
48 Set<String> strings(); in strings() method
66 Set<String> strings; field in UsesModuleSubcomponents.UsesChild
/external/cpu_features/test/
Dcpuinfo_ppc_test.cc61 const auto strings = GetPPCPlatformStrings(); in TEST() local
89 const auto strings = GetPPCPlatformStrings(); in TEST() local
111 const auto strings = GetPPCPlatformStrings(); in TEST() local
/external/dagger2/javatests/dagger/functional/multipackage/foo/
DFoo.java23 public final Set<String> strings; field in Foo
25 @Inject Foo(Set<String> strings) { in Foo()
/external/cpu_features/src/
Dcpuinfo_ppc.c80 PPCPlatformStrings* const strings) { in HandlePPCLine()
101 static void FillProcCpuInfoData(PPCPlatformStrings* const strings) { in FillProcCpuInfoData()
135 PPCPlatformStrings strings = kEmptyPPCPlatformStrings; in GetPPCPlatformStrings() local
/external/javapoet/
DREADME.md460 #### Relative Arguments
469 #### Positional Arguments
478 #### Named Arguments
/external/testng/src/test/java/test/thread/
DTrueParallelTest.java35 List<String> strings = TrueParallelSampleTest.getStrings(); in shouldRunInParallel() local
43 private boolean isInterleaved(List<String> strings) { in isInterleaved()
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java649 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap() local
660 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapReadsThrough() local
671 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapWritesThrough() local
680 Set<String> strings = ImmutableSet.of(); in testAsMapEmpty() local
697 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted() local
715 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough() local
736 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough() local
769 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty() local
778 NavigableSet<String> strings = Sets.newTreeSet(asList("one", "two", "three")); in testAsMapNavigable() local
825 NavigableSet<String> strings = Sets.newTreeSet(); in testAsMapNavigableReadsThrough() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/collect/
DMapsTest.java649 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap() local
660 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapReadsThrough() local
671 Set<String> strings = Sets.newLinkedHashSet(); in testAsMapWritesThrough() local
680 Set<String> strings = ImmutableSet.of(); in testAsMapEmpty() local
697 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSorted() local
715 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedReadsThrough() local
736 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedWritesThrough() local
769 SortedSet<String> strings = new NonNavigableSortedSet(); in testAsMapSortedEmpty() local
778 NavigableSet<String> strings = Sets.newTreeSet(asList("one", "two", "three")); in testAsMapNavigable() local
825 NavigableSet<String> strings = Sets.newTreeSet(); in testAsMapNavigableReadsThrough() local
[all …]
/external/emma/core/java12/com/vladium/util/
DStrings.java33 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/lzma/CPP/7zip/UI/Common/
DSortUtils.cpp11 const UStringVector &strings = *(const UStringVector *)param; in CompareStrings() local
15 void SortFileNames(const UStringVector &strings, CUIntVector &indices) in SortFileNames()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
DRawStringWriteTest.java21 List<byte[]> strings = generateStrings(new Random(28), 750000, false); in testUtf8RawStrings() local
53 List<byte[]> strings = generateStrings(new Random(28), 720000, true); in testUtf8StringsWithEscaping() local
129 ArrayList<byte[]> strings = new ArrayList<byte[]>(); in generateStrings() local
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DMonitorBenchmark.java41 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/
DMonitorBenchmark.java41 private String[] strings; field in MonitorBenchmark
62 String[] strings = this.strings; in addsAndRemoves() local
/external/kotlinx.atomicfu/atomicfu/src/jvmTest/kotlin/kotlinx/atomicfu/test/
DVolatileOnlyBytecodeTest.kt9 private val strings = listOf("FieldUpdater", "VarHandle") constant
/external/icu/icu4c/source/i18n/
Dulistformatter.cpp70 const UChar* const strings[], in getUnicodeStrings()
104 const UChar* const strings[], in ulistfmt_format()
139 const UChar* const strings[], in ulistfmt_formatStringsToResult()
/external/icu/libicu/cts_headers/
Duniquecharstr.h39 delete strings; in ~UniqueCharStrings() local
92 CharString *strings; variable
/external/icu/icu4c/source/common/
Duniquecharstr.h39 delete strings; in ~UniqueCharStrings() local
92 CharString *strings; variable
/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DUsesProducerModuleSubcomponents.java35 ListenableFuture<Set<String>> strings(); in strings() method
63 ListenableFuture<Set<String>> strings(); in strings() method
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py545 def __init__(self, items, strings, parent, isCFF2=None): argument
553 def getItems(self, items, strings): argument
618 def getItems(self, items, strings): argument
625 def getItems(self, items, strings): argument
631 def getChildren(self, strings): argument
663 def getItems(self, items, strings): argument
669 def getChildren(self, strings): argument
703 def getItems(self, items, strings): argument
723 def getItems(self, items, strings): argument
798 def getCompiler(self, strings, parent, isCFF2=None): argument
[all …]
/external/libcups/locale/
Dstrings2po.c48 FILE *strings, /* .strings file */ in main() local
106 read_strings(FILE *strings, /* I - .strings file */ in read_strings()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() function
92 const StringsPtr &strings() const { return Strings; } in strings() function
/external/tensorflow/tensorflow/core/platform/
Dtensor_coding.cc36 void EncodeStringList(const tstring* strings, int64_t n, string* out) { in EncodeStringList()
46 bool DecodeStringList(const string& src, tstring* strings, int64_t n) { in DecodeStringList()
140 void EncodeStringList(const tstring* strings, int64_t n, absl::Cord* out) { in EncodeStringList()
150 bool DecodeStringList(const absl::Cord& src, string* strings, int64_t n) { in DecodeStringList()
173 bool DecodeStringList(const absl::Cord& src, tstring* strings, int64_t n) { in DecodeStringList()
/external/caliper/examples/src/main/java/examples/
DUtf8Benchmark.java93 private String[] strings; field in Utf8Benchmark
125 final String[] strings = this.strings; in getBytes() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/
DJsonReader.java371 final String[] strings; field in JsonReader.Options
374 private Options(String[] strings, okio.Options doubleQuoteSuffix) { in Options()
379 public static Options of(String... strings) { in of()

12345678910>>...19