/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/openssh/contrib/cygwin/ |
D | ssh-host-config | 29 /usr/bin/basename coreutils 30 /usr/bin/cat coreutils 31 /usr/bin/chmod coreutils 32 /usr/bin/dirname coreutils 33 /usr/bin/id coreutils 34 /usr/bin/mv coreutils 35 /usr/bin/rm coreutils 36 /usr/bin/cygpath cygwin 37 /usr/bin/mkpasswd cygwin 38 /usr/bin/mount cygwin [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()
|
D | utils_module_tests.c | 45 u8 bin[100]; in printf_encode_decode_tests() local 55 binlen = printf_decode(bin, sizeof(bin), buf); in printf_encode_decode_tests() 57 os_memcmp(bin, test->data, binlen) != 0) { in printf_encode_decode_tests() 59 bin, binlen); in printf_encode_decode_tests() 63 binlen = printf_decode(bin, sizeof(bin), test->encoded); in printf_encode_decode_tests() 65 os_memcmp(bin, test->data, binlen) != 0) { in printf_encode_decode_tests() 67 bin, binlen); in printf_encode_decode_tests() 89 if (printf_decode(bin, 3, "abcde") != 2) in printf_encode_decode_tests() 92 if (printf_decode(bin, 3, "\\xa") != 1 || bin[0] != 10) in printf_encode_decode_tests() 95 if (printf_decode(bin, 3, "\\a") != 1 || bin[0] != 'a') in printf_encode_decode_tests() [all …]
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 177 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then 179 adb_shell mv /system/bin/app_process.real /system/bin/app_process 180 adb_shell rm /system/bin/asanwrapper 182 adb_shell rm /system/bin/app_process.wrap 183 adb_shell rm /system/bin/asanwrapper 184 adb_shell rm /system/bin/app_process 185 adb_shell ln -s /system/bin/app_process32 /system/bin/app_process 231 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then 233 if adb_pull /system/bin/app_process.real /dev/null >&/dev/null; then 235 adb_shell mv /system/bin/app_process.real /system/bin/app_process [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/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/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/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/sepolicy/ |
D | file_contexts | 131 /system/bin/e2fsck -- u:object_r:fsck_exec:s0 132 /system/bin/fsck\.f2fs -- u:object_r:fsck_exec:s0 133 /system/bin/fsck_msdos -- u:object_r:fsck_exec:s0 134 /system/bin/toolbox -- u:object_r:toolbox_exec:s0 135 /system/bin/toybox -- u:object_r:toolbox_exec:s0 136 /system/bin/logcat -- u:object_r:logcat_exec:s0 137 /system/bin/sh -- u:object_r:shell_exec:s0 138 /system/bin/run-as -- u:object_r:runas_exec:s0 139 /system/bin/bootanimation u:object_r:bootanim_exec:s0 140 /system/bin/app_process32 u:object_r:zygote_exec:s0 [all …]
|
/external/lldb/tools/install-headers/ |
D | Makefile | 10 LLDB_VERSION=`echo ${CURRENT_PROJECT_VERSION} | /usr/bin/sed -E 's/^([0-9]+).([0-9]+).([0-9]+)(.[0-… 11 LLDB_REVISION=`echo ${CURRENT_PROJECT_VERSION} | /usr/bin/sed -E 's/^([0-9]+).([0-9]+).([0-9]+)(.[0… 18 /usr/bin/sed -i '' 's/\(#include\)[ ]*"lldb\/\(API\/\)\{0,1\}\(.*\)"/\1 <LLDB\/\3>/1' "$$file" ;\ 19 /usr/bin/sed -i '' 's|<LLDB/Utility|<LLDB|' "$$file" ;\ 20 /usr/bin/sed -i '' "s|//#define LLDB_VERSION$|#define LLDB_VERSION $(LLDB_VERSION) |" "$$file" ;\ 21 …/usr/bin/sed -i '' "s|//#define LLDB_REVISION|#define LLDB_REVISION $(LLDB_REVISION) |" "$$file" ;\ 22 …/usr/bin/sed -i '' "s|//#define LLDB_VERSION_STRING|#define LLDB_VERSION_STRING \"$(LLDB_VERSION_S…
|
/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 …]
|
D | lp_rast_debug.c | 92 debug_bin( const struct cmd_bin *bin ) in debug_bin() argument 95 const struct cmd_block *head = bin->head; in debug_bin() 98 debug_printf("bin %d,%d:\n", bin->x, bin->y); in debug_bin() 232 const struct cmd_bin *bin, in do_debug_bin() argument 238 int tx = bin->x * TILE_SIZE; in do_debug_bin() 239 int ty = bin->y * TILE_SIZE; in do_debug_bin() 246 for (block = bin->head; block; block = block->next) { in do_debug_bin() 288 lp_debug_bin( const struct cmd_bin *bin) in lp_debug_bin() argument 293 if (bin->head) { in lp_debug_bin() 294 do_debug_bin(&tile, bin, TRUE); in lp_debug_bin() [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
|
/external/libopus/celt/tests/ |
D | test_unit_mdct.c | 56 int bin,k; in check() local 59 for (bin=0;bin<nfft/2;++bin) { in check() 64 double phase = 2*M_PI*(k+.5+.25*nfft)*(bin+.5)/nfft; in check() 72 difr = ansr - out[bin]; in check() 86 int bin,k; in check_inv() local 89 for (bin=0;bin<nfft;++bin) { in check_inv() 94 double phase = 2*M_PI*(bin+.5+.25*nfft)*(k+.5)/nfft; in check_inv() 102 difr = ansr - out[bin]; in check_inv()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_winsys.h | 37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) in PUSH_RESET() argument 39 nouveau_bufctx_reset(bufctx(push), bin); in PUSH_RESET() 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, in PUSH_REFN() argument 46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); in PUSH_REFN() 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() argument 53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDl() 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo() argument 62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDo() 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() argument 75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDs() [all …]
|
/external/llvm/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 14 obj:/usr/bin/python* 20 obj:/usr/bin/python* 26 obj:/usr/bin/python* 32 obj:/usr/bin/as 40 obj:/bin/bash 46 obj:/usr/bin/cmp 52 obj:/bin/grep 59 obj:/usr/bin/python* 67 obj:/bin/sed
|
/external/libhevc/decoder/ |
D | ihevcd_cabac.c | 549 WORD32 bin; in ihevcd_cabac_decode_bins_tunary() local 561 IHEVCD_CABAC_DECODE_BIN(bin, ps_cabac, ps_bitstrm, bin_index); in ihevcd_cabac_decode_bins_tunary() 563 }while(((WORD32)u4_sym < c_max) && bin); in ihevcd_cabac_decode_bins_tunary() 565 u4_sym = u4_sym - 1 + bin; in ihevcd_cabac_decode_bins_tunary() 600 WORD32 bin; in ihevcd_cabac_decode_bypass_bins_tunary() local 617 bin = 0; in ihevcd_cabac_decode_bypass_bins_tunary() 620 bin = 1; in ihevcd_cabac_decode_bypass_bins_tunary() 624 }while(((WORD32)u4_sym < c_max) && bin); in ihevcd_cabac_decode_bypass_bins_tunary() 628 u4_sym = u4_sym - 1 + bin; in ihevcd_cabac_decode_bypass_bins_tunary() 664 WORD32 bin; in ihevcd_cabac_decode_bypass_bins_egk() local [all …]
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/ |
D | Makefile | 16 all: bin/d3d10tri bin/d3d11tri bin/d3d11tex bin/d3d11gears 35 bin/d3d10tri: d3d10app/d3d10x11main.o d3d10tri/d3d10tri.o $(LIBS_D3D10) 38 bin/d3d11tri: d3d11app/d3d11x11main.o d3d11tri/d3d11tri.o $(LIBS_D3D11) 41 bin/d3d11tex: d3d11app/d3d11x11main.o d3d11tex/d3d11tex.o $(LIBS_D3D11) 44 bin/d3d11gears: d3d11app/d3d11x11main.o d3d11gears/d3d11gears.o $(LIBS_D3D11)
|
/external/vboot_reference/tests/futility/ |
D | test_show_vs_verify.sh | 31 ${FUTILITY} dump_fmap -x ${SCRIPTDIR}/data/bios_peppy_mp.bin \ 56 ${FUTILITY} show ${SCRIPTDIR}/data/rec_kernel_part.bin 58 ${FUTILITY} show ${SCRIPTDIR}/data/rec_kernel_part.bin \ 61 ${FUTILITY} show ${SCRIPTDIR}/data/rec_kernel_part.bin \ 64 if ${FUTILITY} verify ${SCRIPTDIR}/data/rec_kernel_part.bin ; then false ; fi 66 if ${FUTILITY} verify ${SCRIPTDIR}/data/rec_kernel_part.bin \ 69 ${FUTILITY} verify ${SCRIPTDIR}/data/rec_kernel_part.bin \
|