/external/autotest/client/site_tests/security_AccountsBaseline/ |
D | baseline.passwd | 1 root:x:0:0:root:/root:/bin/bash 2 bin:!:1:1:bin:/bin:/bin/false 3 daemon:!:2:2:daemon:/sbin:/bin/false 4 adm:!:3:4:adm:/var/adm:/bin/false 5 lp:!:4:7:lp:/var/spool/lpd:/bin/false 6 news:!:9:13:news:/var/spool/news:/bin/false 7 uucp:!:10:14:uucp:/var/spool/uucp:/bin/false 8 portage:!:250:250:portage:/var/tmp/portage:/bin/false 9 nobody:!:65534:65534:nobody:/var/empty:/bin/false 10 chronos:x:1000:1000:system_user:/home/chronos/user:/bin/bash [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 55 …{ "UTF-16", :bin{ 00610062 }, "ab", :intvector{ 0,2 }, :int{1}, :int{0}, "",… 56 …{ "UTF-16", :bin{ feff0061 }, "a", :intvector{ 2 }, :int{1}, :int{0}, "",… 57 …{ "UTF-16", :bin{ fffe0061 }, "\u6100", :intvector{ 2 }, :int{1}, :int{0}, "",… 59 …{ "+UTF-16,version=1", :bin{ 00610062 }, "\\x00\\x61b", :intvector{ 0,0,0,0,0,0,0,0,2 }, :int{1}… 60 …{ "+UTF-16,version=1", :bin{ feff0061 }, "a", :intvector{ 2 }, :int{1}, :int{0}, "",… 61 …{ "+UTF-16,version=1", :bin{ fffe0061 }, "\u6100", :intvector{ 2 }, :int{1}, :int{0}, "",… 63 …{ "UTF-16BE", :bin{ 00610062 }, "ab", :intvector{ 0,2 }, :int{1}, :int{0}, "",… 64 …{ "UTF-16BE", :bin{ feff0061 }, "\ufeffa", :intvector{ 0,2 }, :int{1}, :int{0}, "",… 65 …{ "UTF-16BE", :bin{ fffe0061 }, "\ufffea", :intvector{ 0,2 }, :int{1}, :int{0}, "",… 67 …{ "UTF-16BE,version=1",:bin{ 00610062 }, "ab", :intvector{ 0,2 }, :int{1}, :int{0}, "", … [all …]
|
D | zoneinfo64.txt | 26 typeMap:bin { "01" } 31 typeMap:bin { "010201020102010201020102010201" } 37 typeMap:bin { "0102" } 44 typeMap:bin { "03010201020102010201020102010201040504050401040102010204050401020104" } 50 typeMap:bin { "0102" } 57 typeMap:bin { "020102" } 63 typeMap:bin { "01" } 68 typeMap:bin { "0102" } 73 typeMap:bin { "0102" } 78 typeMap:bin { "01" } [all …]
|
/external/valgrind/solaris/ |
D | valgrind.p5m | 10 dir path=usr/bin owner=root group=bin mode=0755 11 file path=usr/bin/callgrind_annotate owner=root group=bin mode=0755 12 file path=usr/bin/callgrind_control owner=root group=bin mode=0755 13 file path=usr/bin/cg_annotate owner=root group=bin mode=0755 14 file path=usr/bin/cg_diff owner=root group=bin mode=0755 15 file path=usr/bin/cg_merge owner=root group=bin mode=0755 16 file path=usr/bin/ms_print owner=root group=bin mode=0755 17 file path=usr/bin/valgrind owner=root group=bin mode=0755 18 file path=usr/bin/valgrind-di-server owner=root group=bin mode=0755 19 file path=usr/bin/valgrind-listener owner=root group=bin mode=0755 [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | uuid.c | 14 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() argument 20 opos = bin; in uuid_str2bin() 49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() argument 54 bin[0], bin[1], bin[2], bin[3], in uuid_bin2str() 55 bin[4], bin[5], bin[6], bin[7], in uuid_bin2str() 56 bin[8], bin[9], bin[10], bin[11], in uuid_bin2str() 57 bin[12], bin[13], bin[14], bin[15]); in uuid_bin2str()
|
/external/opencv3/platforms/winrt/ |
D | build_all.bat | 32 call:DoMSBuild ..\..\bin\WP\8.1\x86\OpenCV.sln Debug 33 call:DoMSBuild ..\..\bin\WP\8.1\x86\INSTALL.vcxproj Debug 34 call:DoMSBuild ..\..\bin\WP\8.1\x86\OpenCV.sln Release 35 call:DoMSBuild ..\..\bin\WP\8.1\x86\INSTALL.vcxproj Release 37 call:DoMSBuild ..\..\bin\WP\8.1\ARM\OpenCV.sln Debug 38 call:DoMSBuild ..\..\bin\WP\8.1\ARM\INSTALL.vcxproj Debug 39 call:DoMSBuild ..\..\bin\WP\8.1\ARM\OpenCV.sln Release 40 call:DoMSBuild ..\..\bin\WP\8.1\ARM\INSTALL.vcxproj Release 42 call:DoMSBuild ..\..\bin\WS\8.1\x86\OpenCV.sln Debug 43 call:DoMSBuild ..\..\bin\WS\8.1\x86\INSTALL.vcxproj Debug [all …]
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 187 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then 189 adb_shell mv /system/bin/app_process.real /system/bin/app_process 190 adb_shell rm /system/bin/asanwrapper 191 …elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev… 193 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32 194 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64 195 adb_shell rm /system/bin/asanwrapper 196 adb_shell rm /system/bin/asanwrapper64 199 adb_shell rm /system/bin/app_process.wrap 200 adb_shell rm /system/bin/asanwrapper [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-addv.ll | 6 %bin.rdx = load <16 x i8>, <16 x i8>* %arr 7 …%rdx.shuf0 = shufflevector <16 x i8> %bin.rdx, <16 x i8> undef, <16 x i32> <i32 8, i32 9, i32 10, … 8 %bin.rdx0 = add <16 x i8> %bin.rdx, %rdx.shuf0 9 …%rdx.shuf = shufflevector <16 x i8> %bin.rdx0, <16 x i8> undef, <16 x i32> <i32 4, i32 5, i32 6, i… 10 %bin.rdx11 = add <16 x i8> %bin.rdx0, %rdx.shuf 11 …%rdx.shuf12 = shufflevector <16 x i8> %bin.rdx11, <16 x i8> undef, <16 x i32> <i32 2, i32 3, i32 u… 12 %bin.rdx13 = add <16 x i8> %bin.rdx11, %rdx.shuf12 13 …%rdx.shuf13 = shufflevector <16 x i8> %bin.rdx13, <16 x i8> undef, <16 x i32> <i32 1, i32 undef, i… 14 %bin.rdx14 = add <16 x i8> %bin.rdx13, %rdx.shuf13 15 %r = extractelement <16 x i8> %bin.rdx14, i32 0 [all …]
|
/external/llvm/test/Analysis/CostModel/X86/ |
D | reduction.ll | 8 %bin.rdx = fadd <4 x float> %rdx, %rdx.shuf 9 …%rdx.shuf7 = shufflevector <4 x float> %bin.rdx, <4 x float> undef, <4 x i32> <i32 1, i32 undef, i… 10 %bin.rdx8 = fadd <4 x float> %bin.rdx, %rdx.shuf7 17 %r = extractelement <4 x float> %bin.rdx8, i32 0 25 %bin.rdx = add <8 x i32> %rdx, %rdx.shuf 26 %rdx.shuf.2 = shufflevector <8 x i32> %bin.rdx, <8 x i32> undef, 29 %bin.rdx.2 = add <8 x i32> %bin.rdx, %rdx.shuf.2 30 %rdx.shuf.3 = shufflevector <8 x i32> %bin.rdx.2, <8 x i32> undef, 33 %bin.rdx.3 = add <8 x i32> %bin.rdx.2, %rdx.shuf.3 38 %r = extractelement <8 x i32> %bin.rdx.3, i32 0 [all …]
|
/external/vboot_reference/scripts/image_signing/ |
D | firmware_boot.sh | 46 dd if=${input} of=dev.bin bs=1 skip=${rw_a_offset} count=${rw_a_size} 47 dd if=${input} of=nor.bin bs=1 skip=${rw_b_offset} count=${rw_b_size} 52 dd if=/dev/urandom of=bad.bin bs=1 count=${rw_b_size} 53 dd if=nor.bin of=bad.bin conv=notrunc bs=1 count=65536 58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset} 59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset} 64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset} 65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset} 70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset} 71 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset} [all …]
|
/external/libpng/scripts/ |
D | makefile.cegcc | 44 @rm -rf $(PACKAGE)/ $(PACKAGE)-bin/ $(PACKAGE)-dev/ 48 @rm -rf $(PACKAGE)-bin* 55 @mkdir -p $(PACKAGE)-bin/bin 56 @mkdir -p $(PACKAGE)-bin/manifest 60 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.mft 61 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.ver 75 cp $(PACKAGE)/.libs/$$i $(PACKAGE)-bin/bin; \ 89 @cd $(PACKAGE)-bin && find * >> manifest/$(PACKAGE)-bin.mft 90 @cd $(PACKAGE)-bin && \ 91 echo $(MANIFESTVERBIN) >> manifest/$(PACKAGE)-bin.ver && \ [all …]
|
/external/autotest/client/site_tests/platform_ToolchainOptions/ |
D | gold_whitelist | 28 /opt/Synaptics/bin/syncontrol_bin 29 /opt/Synaptics/bin/syndetect_bin 30 /opt/Synaptics/bin/synreflash_bin 32 /usr/bin/db4.7_archive 33 /usr/bin/db4.7_checkpoint 34 /usr/bin/db4.7_codegen 35 /usr/bin/db4.7_deadlock 36 /usr/bin/db4.7_dump 37 /usr/bin/db4.7_hotbackup 38 /usr/bin/db4.7_load [all …]
|
/external/icu/icu4c/source/data/misc/ |
D | zoneinfo64.txt | 26 typeMap:bin { "01" } 32 …typeMap:bin { "01020102010201020102010201020102010201020102010201020102010201020102010201020102010… 39 typeMap:bin { "03010201020102010201020102010201040504050401040102010204050401020104" } 49 typeMap:bin { "0102" } 58 …typeMap:bin { "01020102010201020102010201020102010201020102010201020102010201020102010201020102010… 65 …typeMap:bin { "01020102010201020102010201020102010301020102010201020102010201020102010201020102010… 74 …typeMap:bin { "01020102010201020102010201020102010201020103040304030403040304030403040304030403040… 88 …typeMap:bin { "01020302030203020302030203020302030203020302030203020302030203020302030203020302030… 100 typeMap:bin { "010203020302" } 108 typeMap:bin { "01020102010201020102010201020102010201020102010201020102010201020103" } [all …]
|
/external/jemalloc/src/ |
D | android_je_mallinfo.c | 34 arena_bin_t* bin = &arenas[i]->bins[j]; in je_mallinfo() local 36 malloc_mutex_lock(&bin->lock); in je_mallinfo() 37 mi.uordblks += arena_bin_info[j].reg_size * bin->stats.curregs; in je_mallinfo() 38 malloc_mutex_unlock(&bin->lock); in je_mallinfo() 70 arena_bin_t* bin = &arenas[aidx]->bins[j]; in __mallinfo_arena_info() local 72 malloc_mutex_lock(&bin->lock); in __mallinfo_arena_info() 73 mi.fsmblks += arena_bin_info[j].reg_size * bin->stats.curregs; in __mallinfo_arena_info() 74 malloc_mutex_unlock(&bin->lock); in __mallinfo_arena_info() 89 arena_bin_t* bin = &arenas[aidx]->bins[bidx]; in __mallinfo_bin_info() local 91 malloc_mutex_lock(&bin->lock); in __mallinfo_bin_info() [all …]
|
/external/bzip2/ |
D | Makefile | 15 SHELL=/bin/sh 49 @if ( test -f $(RANLIB) -o -f /usr/bin/ranlib -o \ 50 -f /bin/ranlib -o -f /usr/ccs/bin/ranlib ) ; then \ 73 if ( test ! -d $(PREFIX)/bin ) ; then mkdir -p $(PREFIX)/bin ; fi 78 cp -f bzip2 $(PREFIX)/bin/bzip2 79 cp -f bzip2 $(PREFIX)/bin/bunzip2 80 cp -f bzip2 $(PREFIX)/bin/bzcat 81 cp -f bzip2recover $(PREFIX)/bin/bzip2recover 82 chmod a+x $(PREFIX)/bin/bzip2 83 chmod a+x $(PREFIX)/bin/bunzip2 [all …]
|
/external/aac/libSBRdec/src/ |
D | sbrdec_drc.cpp | 202 int band, bottomMdct, topMdct, bin, useLP; in sbrDecoder_drcApplySlot() local 227 bin = 0; in sbrDecoder_drcApplySlot() 351 for (bin = bottomQmf; bin < topQmf; bin++) { in sbrDecoder_drcApplySlot() 352 FIXP_DBL drcFact1_mag = hDrcData->prevFact_mag[bin]; in sbrDecoder_drcApplySlot() 373 qmfRealSlot[bin] = fMult(qmfRealSlot[bin], drcFact_mag); in sbrDecoder_drcApplySlot() 375 qmfImagSlot[bin] = fMult(qmfImagSlot[bin], drcFact_mag); in sbrDecoder_drcApplySlot() 380 hDrcData->prevFact_mag[bin] = fact_mag[band]; in sbrDecoder_drcApplySlot() 428 for (bin = tmpBottom; bin < topQmf; bin++) { in sbrDecoder_drcApplySlot() 429 hDrcData->prevFact_mag[bin] = fact_mag[band]; in sbrDecoder_drcApplySlot() 450 for (bin = bottomQmf; bin < topQmf; bin++) { in sbrDecoder_drcApplySlot() [all …]
|
/external/mesa3d/src/gallium/tools/ |
D | addr2line.sh | 10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do 11 if test "$lastbin" != "$bin"; then 13 lastbin="$bin" 14 echo "$bin" > "$dir/$i.addrs.bin" 21 bin="$(<"$i.bin")" 22 addr2line -p -e "$bin" -a -f < "$i"|sed -nre 's@^0x0*([^:]*): ([^?]*)$@s|'"$bin"'(+0x\1)|\2|g@gp'
|
/external/shflags/test_results/1.2.0/ |
D | FreeBSD-9.1.txt | 6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh" 17 # Running the test suite with /bin/sh 90 # Running the test suite with /bin/bash 95 # Running the test suite with /bin/dash 100 # Running the test suite with /bin/ksh 105 # Running the test suite with /bin/pdksh 110 # Running the test suite with /bin/zsh
|
/external/llvm/cmake/modules/ |
D | AddOCaml.cmake | 29 set(bin ${CMAKE_CURRENT_BINARY_DIR}) variable 40 set(ocaml_outputs "${bin}/${name}.cma") 43 "${bin}/lib${name}${CMAKE_STATIC_LIBRARY_SUFFIX}") 46 "${bin}/dll${name}${CMAKE_SHARED_LIBRARY_SUFFIX}") 51 "${bin}/${name}.cmxa" 52 "${bin}/${name}${CMAKE_STATIC_LIBRARY_SUFFIX}") 88 list(APPEND ocaml_inputs "${bin}/${ocaml_file}.mli" "${bin}/${ocaml_file}.ml") 90 list(APPEND ocaml_outputs "${bin}/${ocaml_file}.cmi" "${bin}/${ocaml_file}.cmo") 93 "${bin}/${ocaml_file}.cmx" 94 "${bin}/${ocaml_file}${CMAKE_C_OUTPUT_EXTENSION}") [all …]
|
/external/ImageMagick/config/ |
D | ImageMagick.rc | 52 CODER.XML IMAGEMAGICK DISCARDABLE "..\\bin\\coder.xml" 53 COLORS.XML IMAGEMAGICK DISCARDABLE "..\\bin\\colors.xml" 54 CONFIGURE.XML IMAGEMAGICK DISCARDABLE "..\\bin\\configure.xml" 55 DELEGATES.XML IMAGEMAGICK DISCARDABLE "..\\bin\\delegates.xml" 56 ENGLISH.XML IMAGEMAGICK DISCARDABLE "..\\bin\\english.xml" 57 LOCALE.XML IMAGEMAGICK DISCARDABLE "..\\bin\\locale.xml" 58 LOG.XML IMAGEMAGICK DISCARDABLE "..\\bin\\log.xml" 59 MAGIC.XML IMAGEMAGICK DISCARDABLE "..\\bin\\magic.xml" 60 THRESHOLDS.XML IMAGEMAGICK DISCARDABLE "..\\bin\\thresholds.xml" 61 TYPE.XML IMAGEMAGICK DISCARDABLE "..\\bin\\type.xml" [all …]
|
/external/webrtc/webrtc/modules/ |
D | modules_unittests.isolate | 83 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin', 84 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin', 85 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin', 86 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin', 87 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin', 88 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin', 89 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin', 90 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin', 91 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin', 92 … '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin', [all …]
|
/external/google-benchmark/ |
D | .travis-setup.sh | 19 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90 20 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 23 sudo update-alternatives --install /usr/local/bin/clang clang /usr/bin/clang-3.6 90 24 sudo update-alternatives --install /usr/local/bin/clang++ clang++ /usr/bin/clang++-3.6 90 25 export PATH=/usr/local/bin:$PATH
|
/external/harfbuzz_ng/win32/ |
D | install.mak | 5 @if not exist $(PREFIX)\bin\ mkdir $(PREFIX)\bin 8 @copy /b $(HARFBUZZ_DLL_FILENAME).dll $(PREFIX)\bin 9 @copy /b $(HARFBUZZ_DLL_FILENAME).pdb $(PREFIX)\bin 11 @if exist $(HARFBUZZ_ICU_DLL_FILENAME).dll copy /b $(HARFBUZZ_ICU_DLL_FILENAME).dll $(PREFIX)\bin 12 @if exist $(HARFBUZZ_ICU_DLL_FILENAME).dll copy /b $(HARFBUZZ_ICU_DLL_FILENAME).pdb $(PREFIX)\bin 14 …ist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll $(PREFIX)\bin 15 …ist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(HARFBUZZ_GOBJECT_DLL_FILENAME).pdb $(PREFIX)\bin 17 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.exe $(PREFIX)\bin 18 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.pdb $(PREFIX)\bin 19 …$(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.exe $(PREFIX)\bin [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_scene.c | 96 const struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_is_empty() local 97 if (bin->head) { in lp_scene_is_empty() 123 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_bin_reset() local 125 bin->last_state = NULL; in lp_scene_bin_reset() 126 bin->head = bin->tail; in lp_scene_bin_reset() 127 if (bin->tail) { in lp_scene_bin_reset() 128 bin->tail->next = NULL; in lp_scene_bin_reset() 129 bin->tail->count = 0; in lp_scene_bin_reset() 205 struct cmd_bin *bin = lp_scene_get_bin(scene, i, j); in lp_scene_end_rasterization() local 206 bin->head = NULL; in lp_scene_end_rasterization() [all …]
|
/external/nanopb-c/tools/ |
D | make_mac_package.sh | 25 mv $DEST/generator/dist/nanopb_generator $DEST/generator-bin 31 cp $DEST/generator-bin/nanopb_generator $DEST/generator-bin/protoc-gen-nanopb 34 cp `which protoc` $DEST/generator-bin/protoc.bin 37 cp $LIBPROTOC $LIBPROTOBUF $DEST/generator-bin/ 38 cat > $DEST/generator-bin/protoc << EOF 45 chmod +x $DEST/generator-bin/protoc
|