/external/curl/CMake/Platforms/ |
D | WindowsCache.cmake | 3 set(HAVE_LIBDL 0) 4 set(HAVE_LIBUCB 0) 5 set(HAVE_LIBSOCKET 0) 6 set(NOT_NEED_LIBNSL 0) 7 set(HAVE_LIBNSL 0) 8 set(HAVE_GETHOSTNAME 1) 9 set(HAVE_LIBZ 0) 10 set(HAVE_LIBCRYPTO 0) 12 set(HAVE_DLOPEN 0) 14 set(HAVE_ALLOCA_H 0) [all …]
|
/external/iproute2/testsuite/configs/ |
D | all-2.4 | 5 # CONFIG_SBUS is not set 23 # CONFIG_M386 is not set 24 # CONFIG_M486 is not set 25 # CONFIG_M586 is not set 26 # CONFIG_M586TSC is not set 27 # CONFIG_M586MMX is not set 28 # CONFIG_M686 is not set 29 # CONFIG_MPENTIUMIII is not set 31 # CONFIG_MK6 is not set 32 # CONFIG_MK7 is not set [all …]
|
D | all-no-act | 26 # CONFIG_BSD_PROCESS_ACCT is not set 35 # CONFIG_EMBEDDED is not set 37 # CONFIG_KALLSYMS_ALL is not set 38 # CONFIG_KALLSYMS_EXTRA_PASS is not set 41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 47 # CONFIG_TINY_SHMEM is not set 56 # CONFIG_MODVERSIONS is not set 57 # CONFIG_MODULE_SRCVERSION_ALL is not set 65 # CONFIG_X86_ELAN is not set 66 # CONFIG_X86_VOYAGER is not set [all …]
|
D | all-police-act | 26 # CONFIG_BSD_PROCESS_ACCT is not set 35 # CONFIG_EMBEDDED is not set 37 # CONFIG_KALLSYMS_ALL is not set 38 # CONFIG_KALLSYMS_EXTRA_PASS is not set 41 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 47 # CONFIG_TINY_SHMEM is not set 56 # CONFIG_MODVERSIONS is not set 57 # CONFIG_MODULE_SRCVERSION_ALL is not set 65 # CONFIG_X86_ELAN is not set 66 # CONFIG_X86_VOYAGER is not set [all …]
|
/external/syzkaller/dashboard/config/ |
D | upstream-kmsan.config | 64 # CONFIG_COMPILE_TEST is not set 66 # CONFIG_LOCALVERSION_AUTO is not set 74 # CONFIG_KERNEL_BZIP2 is not set 75 # CONFIG_KERNEL_LZMA is not set 76 # CONFIG_KERNEL_XZ is not set 77 # CONFIG_KERNEL_LZO is not set 78 # CONFIG_KERNEL_LZ4 is not set 109 # CONFIG_GENERIC_IRQ_DEBUGFS is not set 124 # CONFIG_HZ_PERIODIC is not set 126 # CONFIG_NO_HZ_FULL is not set [all …]
|
D | upstream-kasan.config | 71 # CONFIG_COMPILE_TEST is not set 73 # CONFIG_LOCALVERSION_AUTO is not set 81 # CONFIG_KERNEL_BZIP2 is not set 82 # CONFIG_KERNEL_LZMA is not set 83 # CONFIG_KERNEL_XZ is not set 84 # CONFIG_KERNEL_LZO is not set 85 # CONFIG_KERNEL_LZ4 is not set 116 # CONFIG_GENERIC_IRQ_DEBUGFS is not set 131 # CONFIG_HZ_PERIODIC is not set 133 # CONFIG_NO_HZ_FULL is not set [all …]
|
/external/eigen/bench/btl/data/ |
D | gnuplot_common_settings.hh | 1 set noclip points 2 set clip one 3 set noclip two 4 set bar 1.000000 5 set border 31 lt -1 lw 1.000 6 set xdata 7 set ydata 8 set zdata 9 set x2data 10 set y2data [all …]
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | UnicodeSetStates.txt | 5 '[' n set-open ^set-finish 6 '\' n set-escape ^set-finish 10 # [set expression] parsing, 11 # All states involved in parsing set expressions have names beginning with "set-" 14 set-open: 15 '^' n set-open2 doSetNegate 16 ':' set-posix doSetPosixProp 17 default set-open2 19 set-open2: 20 ']' n set-after-lit doSetLiteral [all …]
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatset_test.cc | 33 bool Has(const NumSet& set, int64 k) { in Has() argument 34 auto iter = set.find(k); in Has() 35 if (iter == set.end()) { in Has() 36 EXPECT_EQ(set.count(k), 0); in Has() 39 EXPECT_EQ(set.count(k), 1); in Has() 47 NumSetContents Contents(const NumSet& set) { in Contents() argument 48 NumSetContents result(set.begin(), set.end()); in Contents() 54 void Fill(NumSet* set, int64 start, int64 limit) { in Fill() argument 56 set->insert(i); in Fill() 61 NumSet set; in TEST() local [all …]
|
/external/llvm/test/MC/Mips/ |
D | mips-hwr-register-names.s | 3 # FIXME: Use the code generator in order to print the .set directives 8 .set noat 9 # CHECK: .set push 10 # CHECK-NEXT: .set mips32r2 12 # CHECK-NEXT: .set pop # encoding: [0x7c,0x04,0x00,0x3b] 14 # CHECK: .set push 15 # CHECK-NEXT: .set mips32r2 17 # CHECK-NEXT: .set pop # encoding: [0x7c,0x04,0x00,0x3b] 20 # CHECK: .set push 21 # CHECK-NEXT: .set mips32r2 [all …]
|
D | set-mips-directives.s | 5 .set noreorder 6 .set mips1 8 .set mips2 10 .set mips3 12 .set mips4 14 .set mips5 16 .set mips32 18 .set mips32r2 20 .set mips32 21 .set mips32r3 [all …]
|
D | set-at-directive.s | 4 # for ".set at" and set the correct value. 7 # CHECK: .set at=$1 11 .set at=$1 13 # CHECK: .set at=$2 17 .set at=$2 19 # CHECK: .set at=$3 23 .set at=$3 25 # CHECK: .set at=$4 29 .set at=$a0 31 # CHECK: .set at=$5 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | mips-hwr-register-names.s | 3 # FIXME: Use the code generator in order to print the .set directives 8 .set noat 9 # CHECK: .set push 10 # CHECK-NEXT: .set mips32r2 12 # CHECK-NEXT: .set pop # encoding: [0x7c,0x04,0x00,0x3b] 14 # CHECK: .set push 15 # CHECK-NEXT: .set mips32r2 17 # CHECK-NEXT: .set pop # encoding: [0x7c,0x04,0x00,0x3b] 20 # CHECK: .set push 21 # CHECK-NEXT: .set mips32r2 [all …]
|
D | set-mips-directives.s | 5 .set noreorder 6 .set mips1 8 .set mips2 10 .set mips3 12 .set mips4 14 .set mips5 16 .set mips32 18 .set mips32r2 20 .set mips32 21 .set mips32r3 [all …]
|
D | set-at-directive.s | 4 # for ".set at" and set the correct value. 7 # CHECK: .set at=$1 11 .set at=$1 13 # CHECK: .set at=$2 17 .set at=$2 19 # CHECK: .set at=$3 23 .set at=$3 25 # CHECK: .set at=$4 29 .set at=$a0 31 # CHECK: .set at=$5 [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-set.cc | 52 hb_set_t *set; in hb_set_create() local 54 if (!(set = hb_object_create<hb_set_t> ())) in hb_set_create() 57 set->init_shallow (); in hb_set_create() 59 return set; in hb_set_create() 84 hb_set_reference (hb_set_t *set) in hb_set_reference() argument 86 return hb_object_reference (set); in hb_set_reference() 96 hb_set_destroy (hb_set_t *set) in hb_set_destroy() argument 98 if (!hb_object_destroy (set)) return; in hb_set_destroy() 100 set->fini_shallow (); in hb_set_destroy() 102 free (set); in hb_set_destroy() [all …]
|
/external/vixl/test/ |
D | test-invalset.cc | 96 TestSet set; in TEST() local 97 VIXL_CHECK(set.empty() && (set.size() == 0)); in TEST() 100 set.insert(Obj(i, i)); in TEST() 102 VIXL_CHECK(set.size() == kNPreallocatedElements); in TEST() 104 set.insert(Obj(-123, 456)); in TEST() 105 set.insert(Obj(2718, 2871828)); in TEST() 106 VIXL_CHECK(set.size() == kNPreallocatedElements + 2); in TEST() 107 VIXL_CHECK(set.GetMinElement() == Obj(-123, 456)); in TEST() 109 set.erase(Obj(-123, 456)); in TEST() 110 VIXL_CHECK(set.GetMinElementKey() == 0); in TEST() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSortedSetTest.java | 103 SortedSet<String> set = of(); in testEmpty_comparator() local 104 assertSame(Ordering.natural(), set.comparator()); in testEmpty_comparator() 108 SortedSet<String> set = of(); in testEmpty_headSet() local 109 assertSame(set, set.headSet("c")); in testEmpty_headSet() 113 SortedSet<String> set = of(); in testEmpty_tailSet() local 114 assertSame(set, set.tailSet("f")); in testEmpty_tailSet() 118 SortedSet<String> set = of(); in testEmpty_subSet() local 119 assertSame(set, set.subSet("c", "f")); in testEmpty_subSet() 123 SortedSet<String> set = of(); in testEmpty_first() local 125 set.first(); in testEmpty_first() [all …]
|
/external/u-boot/board/cobra5272/bdm/ |
D | cobra5272_uboot.gdb | 12 set $mbar = 0x10000001 13 set $scr = $mbar - 1 + 0x004 14 set $spr = $mbar - 1 + 0x006 15 set $pmr = $mbar - 1 + 0x008 16 set $apmr = $mbar - 1 + 0x00e 17 set $dir = $mbar - 1 + 0x010 18 set $icr1 = $mbar - 1 + 0x020 19 set $icr2 = $mbar - 1 + 0x024 20 set $icr3 = $mbar - 1 + 0x028 21 set $icr4 = $mbar - 1 + 0x02c [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSortedSetTest.java | 215 SortedSet<String> set = of(); in testEmpty_comparator() local 216 assertSame(Ordering.natural(), set.comparator()); in testEmpty_comparator() 220 SortedSet<String> set = of(); in testEmpty_headSet() local 221 assertSame(set, set.headSet("c")); in testEmpty_headSet() 225 SortedSet<String> set = of(); in testEmpty_tailSet() local 226 assertSame(set, set.tailSet("f")); in testEmpty_tailSet() 230 SortedSet<String> set = of(); in testEmpty_subSet() local 231 assertSame(set, set.subSet("c", "f")); in testEmpty_subSet() 235 SortedSet<String> set = of(); in testEmpty_first() local 237 set.first(); in testEmpty_first() [all …]
|
/external/curl/lib/ |
D | setopt.c | 128 data->set.dns_cache_timeout = arg; in vsetopt() 134 data->set.global_dns_cache = (0 != arg) ? TRUE : FALSE; in vsetopt() 139 result = Curl_setstropt(&data->set.str[STRING_SSL_CIPHER_LIST_ORIG], in vsetopt() 144 result = Curl_setstropt(&data->set.str[STRING_SSL_CIPHER_LIST_PROXY], in vsetopt() 151 result = Curl_setstropt(&data->set.str[STRING_SSL_CIPHER13_LIST_ORIG], in vsetopt() 160 result = Curl_setstropt(&data->set.str[STRING_SSL_CIPHER13_LIST_PROXY], in vsetopt() 172 result = Curl_setstropt(&data->set.str[STRING_SSL_RANDOM_FILE], in vsetopt() 179 result = Curl_setstropt(&data->set.str[STRING_SSL_EGDSOCKET], in vsetopt() 190 data->set.maxconnects = arg; in vsetopt() 197 data->set.reuse_forbid = (0 != va_arg(param, long)) ? TRUE : FALSE; in vsetopt() [all …]
|
/external/toybox/ |
D | .config | 11 # CONFIG_TOYBOX_DEBUG is not set 16 # CONFIG_TOYBOX_FREE is not set 17 # CONFIG_TOYBOX_GETRANDOM is not set 24 # CONFIG_TOYBOX_LSM_NONE is not set 25 # CONFIG_TOYBOX_MUSL_NOMMU_IS_BROKEN is not set 29 # CONFIG_TOYBOX_PEDANTIC_ARGS is not set 31 # CONFIG_TOYBOX_SHADOW is not set 32 # CONFIG_TOYBOX_SMACK is not set 33 # CONFIG_TOYBOX_SUID is not set 36 # CONFIG_TOYBOX_UTMPX is not set [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | enum_set_test.cpp | 31 EnumSet<uint32_t> set; in TEST() local 32 EXPECT_TRUE(set.IsEmpty()); in TEST() 33 set.Add(0); in TEST() 34 EXPECT_FALSE(set.IsEmpty()); in TEST() 38 EnumSet<uint32_t> set; in TEST() local 39 EXPECT_TRUE(set.IsEmpty()); in TEST() 40 set.Add(150); in TEST() 41 EXPECT_FALSE(set.IsEmpty()); in TEST() 45 EnumSet<uint32_t> set(4); in TEST() local 46 EXPECT_FALSE(set.IsEmpty()); in TEST() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | enum_set_test.cpp | 31 EnumSet<uint32_t> set; in TEST() local 32 EXPECT_TRUE(set.IsEmpty()); in TEST() 33 set.Add(0); in TEST() 34 EXPECT_FALSE(set.IsEmpty()); in TEST() 38 EnumSet<uint32_t> set; in TEST() local 39 EXPECT_TRUE(set.IsEmpty()); in TEST() 40 set.Add(150); in TEST() 41 EXPECT_FALSE(set.IsEmpty()); in TEST() 45 EnumSet<uint32_t> set(4); in TEST() local 46 EXPECT_FALSE(set.IsEmpty()); in TEST() [all …]
|
/external/syzkaller/sys/linux/ |
D | kvm_ppc64le.const | 4 # KVM_ARM_TARGET_AEM_V8 is not set 5 # KVM_ARM_TARGET_CORTEX_A53 is not set 6 # KVM_ARM_TARGET_CORTEX_A57 is not set 7 # KVM_ARM_TARGET_FOUNDATION_V8 is not set 8 # KVM_ARM_TARGET_GENERIC_V8 is not set 9 # KVM_ARM_TARGET_XGENE_POTENZA is not set 10 # KVM_ARM_VCPU_EL1_32BIT is not set 11 # KVM_ARM_VCPU_INIT is not set 12 # KVM_ARM_VCPU_PMU_V3 is not set 13 # KVM_ARM_VCPU_POWER_OFF is not set [all …]
|