/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/autotest/client/tests/kernbench/ |
D | config | 25 # CONFIG_POSIX_MQUEUE is not set 26 # CONFIG_BSD_PROCESS_ACCT is not set 28 # CONFIG_AUDIT is not set 32 # CONFIG_IKCONFIG is not set 33 # CONFIG_EMBEDDED is not set 35 # CONFIG_KALLSYMS_ALL is not set 36 # CONFIG_KALLSYMS_EXTRA_PASS is not set 39 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 45 # CONFIG_TINY_SHMEM is not set 51 # CONFIG_MODULE_UNLOAD 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/v8/test/mjsunit/tools/ |
D | profviz-test.default | 2 "set yrange [0:25.5]", 3 "set xlabel \"execution time in ms\"", 4 "set xrange [2.4204999999999997:141.1669999999999]", 5 "set style fill pattern 2 bo 1", 6 "set style rect fs solid 1 noborder", 7 "set style line 1 lt 1 lw 1 lc rgb \"#000000\"", 8 "set border 15 lw 0.2", 9 "set style line 2 lt 1 lw 1 lc rgb \"#9944CC\"", 10 "set xtics out nomirror", 12 "set object 1 rect from 87.51699999999991, 7 to 87.60371656249991, 3 fc rgb \"#9944CC\"", [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/harfbuzz_ng/src/ |
D | hb-set.cc | 43 hb_set_t *set; in hb_set_create() local 45 if (!(set = hb_object_create<hb_set_t> ())) in hb_set_create() 48 set->clear (); in hb_set_create() 50 return set; in hb_set_create() 82 hb_set_reference (hb_set_t *set) in hb_set_reference() argument 84 return hb_object_reference (set); in hb_set_reference() 94 hb_set_destroy (hb_set_t *set) in hb_set_destroy() argument 96 if (!hb_object_destroy (set)) return; in hb_set_destroy() 98 set->fini (); in hb_set_destroy() 100 free (set); in hb_set_destroy() [all …]
|
/external/vixl/test/ |
D | test-invalset.cc | 98 TestSet set; in TEST() local 99 VIXL_CHECK(set.empty() && (set.size() == 0)); in TEST() 102 set.insert(Obj(i, i)); in TEST() 104 VIXL_CHECK(set.size() == kNPreallocatedElements); in TEST() 106 set.insert(Obj(-123, 456)); in TEST() 107 set.insert(Obj(2718, 2871828)); in TEST() 108 VIXL_CHECK(set.size() == kNPreallocatedElements + 2); in TEST() 109 VIXL_CHECK(set.min_element() == Obj(-123, 456)); in TEST() 111 set.erase(Obj(-123, 456)); in TEST() 112 VIXL_CHECK(set.min_element_key() == 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/toybox/ |
D | .config | 11 # CONFIG_TOYBOX_SHADOW is not set 12 # CONFIG_TOYBOX_UTMPX is not set 21 # CONFIG_CATV is not set 44 # CONFIG_FILE is not set 58 # CONFIG_KILLALL5 is not set 59 # CONFIG_LINK is not set 73 # CONFIG_NPROC is not set 79 # CONFIG_TTOP is not set 103 # CONFIG_UNLINK is not set 104 # CONFIG_UUDECODE is not set [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/fio/tools/plot/ |
D | graph3D.gpm | 3 set title '$0' 5 set terminal png size 1280,1024 6 set output '$3.png' 7 #set terminal x11 9 set isosamples 30 10 set hidden3d 11 set pm3d at s solid hidden3d 100 scansbackward 12 set pm3d depthorder 15 #set logscale x 16 set ytics axis out 0,1 [all …]
|
/external/opencv3/cmake/ |
D | OpenCVPackaging.cmake | 2 set(CPACK_set_DESTDIR "on") 5 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Open Computer Vision Library") 6 set(CPACK_PACKAGE_DESCRIPTION 12 set(CPACK_PACKAGE_VENDOR "OpenCV Foundation") 13 set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") 14 set(CPACK_PACKAGE_CONTACT "admin@opencv.org") 15 set(CPACK_PACKAGE_VERSION_MAJOR "${OPENCV_VERSION_MAJOR}") 16 set(CPACK_PACKAGE_VERSION_MINOR "${OPENCV_VERSION_MINOR}") 17 set(CPACK_PACKAGE_VERSION_PATCH "${OPENCV_VERSION_PATCH}") 18 set(CPACK_PACKAGE_VERSION "${OPENCV_VCSVERSION}") [all …]
|
/external/opencv3/modules/videostab/src/ |
D | motion_stabilizing.cpp | 263 set(r, c, pt[i].x); set(r, c+1, pt[i].y); set(r, c+2, 1); in stabilize() 264 set(r+1, c, pt[i].y); set(r+1, c+1, -pt[i].x); set(r+1, c+3, 1); in stabilize() 278 set(r, c, -1); in stabilize() 279 set(r+1, c+1, -1); in stabilize() 280 set(r+2, c+2, -1); in stabilize() 281 set(r+3, c+1, 1); in stabilize() 282 set(r+4, c, -1); in stabilize() 283 set(r+5, c+3, -1); in stabilize() 286 set(r, c, M0(0,0)); set(r, c+1, M0(1,0)); in stabilize() 287 set(r+1, c, M0(0,1)); set(r+1, c+1, M0(1,1)); in stabilize() [all …]
|
/external/clang/docs/ |
D | CMakeLists.txt | 4 set(abs_srcdir ${CMAKE_CURRENT_SOURCE_DIR}) 5 set(abs_builddir ${CMAKE_CURRENT_BINARY_DIR}) 8 set(DOT ${LLVM_PATH_DOT}) 12 set(enable_searchengine "YES") 13 set(searchengine_url "${LLVM_DOXYGEN_SEARCHENGINE_URL}") 14 set(enable_server_based_search "YES") 15 set(enable_external_search "YES") 16 set(extra_search_mappings "${LLVM_DOXYGEN_SEARCH_MAPPINGS}") 18 set(enable_searchengine "NO") 19 set(searchengine_url "") [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | OpcodeInfo.java | 1097 set(SPECIAL_FORMAT); 1100 set(PACKED_SWITCH_PAYLOAD); 1101 set(SPARSE_SWITCH_PAYLOAD); 1102 set(FILL_ARRAY_DATA_PAYLOAD); 1105 set(NOP); 1106 set(MOVE); 1107 set(MOVE_FROM16); 1108 set(MOVE_16); 1109 set(MOVE_WIDE); 1110 set(MOVE_WIDE_FROM16); [all …]
|
/external/v8/test/mjsunit/es6/ |
D | set-minus-zero.js | 7 var set = new Set(); variable 19 assertEquals(set.size, 0); 21 set.add(objectKey); 22 set.add(stringKey); 23 set.add(numberKey); 24 set.add(booleanKey); 25 set.add(undefinedKey); 26 set.add(nullKey); 27 set.add(nanKey); 28 set.add(zeroKey); [all …]
|
/external/skia/samplecode/ |
D | vertexdump.cpp | 13 verts[0].set(107, 189); in setup_vertexbug() 14 texs[0].set(0, 0); in setup_vertexbug() 15 verts[1].set(116, 189); in setup_vertexbug() 16 texs[1].set(9, 0); in setup_vertexbug() 17 verts[2].set(203, 189); in setup_vertexbug() 18 texs[2].set(35, 0); in setup_vertexbug() 19 verts[3].set(212, 189); in setup_vertexbug() 20 texs[3].set(44, 0); in setup_vertexbug() 21 verts[4].set(107, 198); in setup_vertexbug() 22 texs[4].set(0, 9); in setup_vertexbug() [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | fpneeded.ll | 13 ; 32: .set nomips16 15 ; 32: .set noreorder 16 ; 32: .set nomacro 17 ; 32: .set noat 19 ; 32: .set at 20 ; 32: .set macro 21 ; 32: .set reorder 29 ; 32: .set nomips16 31 ; 32: .set noreorder 32 ; 32: .set nomacro [all …]
|
/external/llvm/cmake/modules/ |
D | LLVMConfig.cmake.in | 5 set(LLVM_VERSION_MAJOR @LLVM_VERSION_MAJOR@) 6 set(LLVM_VERSION_MINOR @LLVM_VERSION_MINOR@) 7 set(LLVM_VERSION_PATCH @LLVM_VERSION_PATCH@) 8 set(LLVM_PACKAGE_VERSION @PACKAGE_VERSION@) 10 set(LLVM_COMMON_DEPENDS @LLVM_COMMON_DEPENDS@) 12 set(LLVM_AVAILABLE_LIBS @LLVM_AVAILABLE_LIBS@) 14 set(LLVM_ALL_TARGETS @LLVM_ALL_TARGETS@) 16 set(LLVM_TARGETS_TO_BUILD @LLVM_TARGETS_TO_BUILD@) 18 set(LLVM_TARGETS_WITH_JIT @LLVM_TARGETS_WITH_JIT@) 22 set(TARGET_TRIPLE "@TARGET_TRIPLE@") [all …]
|
/external/icu/icu4c/source/common/ |
D | uset.cpp | 42 uset_close(USet* set) { in uset_close() argument 43 delete (UnicodeSet*) set; in uset_close() 47 uset_clone(const USet *set) { in uset_clone() argument 48 return (USet*) (((UnicodeSet*) set)->UnicodeSet::clone()); in uset_clone() 52 uset_isFrozen(const USet *set) { in uset_isFrozen() argument 53 return ((UnicodeSet*) set)->UnicodeSet::isFrozen(); in uset_isFrozen() 57 uset_freeze(USet *set) { in uset_freeze() argument 58 ((UnicodeSet*) set)->UnicodeSet::freeze(); in uset_freeze() 62 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed() argument 63 return (USet*) (((UnicodeSet*) set)->UnicodeSet::cloneAsThawed()); in uset_cloneAsThawed() [all …]
|