/external/llvm-project/llvm/lib/Support/ |
D | ARMAttributeParser.cpp | 83 static const char *strings[] = { in CPU_arch() local 111 static const char *strings[] = {"Not Permitted", "Permitted"}; in ARM_ISA_use() local 116 static const char *strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", "Permitted"}; in THUMB_ISA_use() local 121 static const char *strings[] = { in FP_arch() local 128 static const char *strings[] = {"Not Permitted", "WMMXv1", "WMMXv2"}; in WMMX_arch() local 133 static const char *strings[] = {"Not Permitted", "NEONv1", "NEONv2+FMA", in Advanced_SIMD_arch() local 139 static const char *strings[] = {"Not Permitted", "MVE integer", in MVE_arch() local 145 static const char *strings[] = { in PCS_config() local 152 static const char *strings[] = {"v6", "Static Base", "TLS", "Unused"}; in ABI_PCS_R9_use() local 157 static const char *strings[] = {"Absolute", "PC-relative", "SB-relative", in ABI_PCS_RW_data() local [all …]
|
/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/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/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/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/cpu_features/src/ |
D | cpuinfo_ppc.c | 80 PPCPlatformStrings* const strings) { in HandlePPCLine() 101 static void FillProcCpuInfoData(PPCPlatformStrings* const strings) { in FillProcCpuInfoData() 135 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 | 460 #### Relative Arguments 469 #### Positional Arguments 478 #### 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/android/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 649 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/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 649 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/jackson-core/src/test/java/com/fasterxml/jackson/core/write/ |
D | RawStringWriteTest.java | 21 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/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/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/kotlinx.atomicfu/atomicfu/src/jvmTest/kotlin/kotlinx/atomicfu/test/ |
D | VolatileOnlyBytecodeTest.kt | 9 private val strings = listOf("FieldUpdater", "VarHandle") constant in kotlinx.atomicfu.test.VolatileOnlyBytecodeTest
|
D | AtomicfuBytecodeTest.kt | 10 private val strings = listOf("kotlinx/atomicfu") constant in kotlinx.atomicfu.test.AtomicfuBytecodeTest
|
/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/icu/libicu/cts_headers/ |
D | uniquecharstr.h | 39 delete strings; in ~UniqueCharStrings() local 92 CharString *strings; variable
|
/external/icu/icu4c/source/common/ |
D | uniquecharstr.h | 39 delete strings; in ~UniqueCharStrings() local 92 CharString *strings; variable
|
/external/icu/icu4c/source/i18n/ |
D | ulistformatter.cpp | 70 const UChar* const strings[], in getUnicodeStrings() 104 const UChar* const strings[], in ulistfmt_format() 139 const UChar* const strings[], in ulistfmt_formatStringsToResult()
|
/external/libcups/locale/ |
D | strings2po.c | 48 FILE *strings, /* .strings file */ in main() local 106 read_strings(FILE *strings, /* I - .strings file */ in read_strings()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() function 92 const StringsPtr &strings() const { return Strings; } in strings() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 64 const DebugStringTableSubsectionRef &strings() const { return *Strings; } in strings() function 92 const StringsPtr &strings() const { return Strings; } in strings() function
|
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 438 def __init__(self, items, strings, parent, isCFF2=None): argument 446 def getItems(self, items, strings): argument 511 def getItems(self, items, strings): argument 518 def getItems(self, items, strings): argument 524 def getChildren(self, strings): argument 556 def getItems(self, items, strings): argument 562 def getChildren(self, strings): argument 596 def getItems(self, items, strings): argument 616 def getItems(self, items, strings): argument 691 def getCompiler(self, strings, parent, isCFF2=None): argument [all …]
|