Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 25 of 2864) sorted by relevance

12345678910>>...115

/external/autotest/client/site_tests/security_AccountsBaseline/
Dbaseline.passwd1 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/
Dconversion.txt57 …{ "UTF-16", :bin{ 00610062 }, "ab", :intvector{ 0,2 }, :int{1}, :int{0}, "",…
58 …{ "UTF-16", :bin{ feff0061 }, "a", :intvector{ 2 }, :int{1}, :int{0}, "",…
59 …{ "UTF-16", :bin{ fffe0061 }, "\u6100", :intvector{ 2 }, :int{1}, :int{0}, "",…
61 …{ "+UTF-16,version=1", :bin{ 00610062 }, "\\x00\\x61b", :intvector{ 0,0,0,0,0,0,0,0,2 }, :int{1}…
62 …{ "+UTF-16,version=1", :bin{ feff0061 }, "a", :intvector{ 2 }, :int{1}, :int{0}, "",…
63 …{ "+UTF-16,version=1", :bin{ fffe0061 }, "\u6100", :intvector{ 2 }, :int{1}, :int{0}, "",…
65 …{ "UTF-16BE", :bin{ 00610062 }, "ab", :intvector{ 0,2 }, :int{1}, :int{0}, "",…
66 …{ "UTF-16BE", :bin{ feff0061 }, "\ufeffa", :intvector{ 0,2 }, :int{1}, :int{0}, "",…
67 …{ "UTF-16BE", :bin{ fffe0061 }, "\ufffea", :intvector{ 0,2 }, :int{1}, :int{0}, "",…
69 …{ "UTF-16BE,version=1",:bin{ 00610062 }, "ab", :intvector{ 0,2 }, :int{1}, :int{0}, "", …
[all …]
Dzoneinfo64.txt28 typeMap:bin { "01" }
33 typeMap:bin { "010201020102010201020102010201" }
39 typeMap:bin { "0102" }
46 typeMap:bin { "03010201020102010201020102010201040504050401040102010204050401020104" }
52 typeMap:bin { "0102" }
59 typeMap:bin { "020102" }
65 typeMap:bin { "01" }
70 typeMap:bin { "0102" }
75 typeMap:bin { "0102" }
80 typeMap:bin { "01" }
[all …]
/external/valgrind/solaris/
Dvalgrind.p5m10 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/openssh/contrib/cygwin/
Dssh-host-config29 /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/ltp/android/
DAndroid.ltp.mk16 module_prebuilt := testcases/bin/tcp4-uni-basic02
20 module_prebuilt := testcases/bin/ext4_funcs.sh
24 module_prebuilt := testcases/bin/file1.in
28 module_prebuilt := testcases/bin/tcp6-uni-sackoff10
32 module_prebuilt := testcases/bin/ftp-upload-stress
36 module_prebuilt := testcases/bin/tcp6-uni-sackoff12
40 module_prebuilt := testcases/bin/insmod01.sh
44 module_prebuilt := testcases/bin/cpuset_syscall_testset.sh
48 module_prebuilt := testcases/bin/smack_file_access.sh
52 module_prebuilt := testcases/bin/busy_poll01.sh
[all …]
/external/wpa_supplicant_8/src/utils/
Duuid.c14 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/ltp/testcases/kernel/syscalls/setregid/
Dsetregid03.c43 struct group users, sys, root, bin; variable
59 &sys.gr_gid, &bin.gr_gid, &pass, &sys, &bin,
63 &neg_one, &bin.gr_gid, &pass, &sys, &bin, "After setregid(-1, bin),"},
65 &bin.gr_gid, &neg_one, &pass, &bin, &bin, "After setregid(bin, -1),"},
67 &neg_one, &neg_one, &pass, &bin, &bin, "After setregid(-1, -1),"}, {
68 &neg_one, &bin.gr_gid, &pass, &bin, &bin, "After setregid(-1, bin),"},
70 &bin.gr_gid, &neg_one, &pass, &bin, &bin, "After setregid(bin, -1),"},
72 &bin.gr_gid, &bin.gr_gid, &pass, &bin, &bin,
74 &sys.gr_gid, &neg_one, &fail, &bin, &bin, "After setregid(sys, -1)"},
76 &neg_one, &sys.gr_gid, &fail, &bin, &bin, "After setregid(-1, sys)"},
[all …]
/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup187 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/
Daarch64-addv.ll6 %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/syslinux/mbr/
DMakefile22 all: mbr.bin altmbr.bin gptmbr.bin isohdpfx.bin isohdppx.bin \
23 mbr_c.bin altmbr_c.bin gptmbr_c.bin isohdpfx_c.bin isohdppx_c.bin \
24 mbr_f.bin altmbr_f.bin gptmbr_f.bin isohdpfx_f.bin isohdppx_f.bin
40 %.bin: %.elf $(SRC)/checksize.pl
45 mbr_bin.c: mbr.bin
55 rm -f *.bin
/external/llvm/test/Analysis/CostModel/X86/
Dreduction.ll8 %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/ltp/testcases/kernel/controllers/
Dtest_controllers.sh55 $LTPROOT/testcases/bin/run_cpuctl_test.sh 1;
56 $LTPROOT/testcases/bin/run_cpuctl_test.sh 3;
57 $LTPROOT/testcases/bin/run_cpuctl_test.sh 4;
58 $LTPROOT/testcases/bin/run_cpuctl_test.sh 5;
59 $LTPROOT/testcases/bin/run_cpuctl_stress_test.sh 6;
60 $LTPROOT/testcases/bin/run_cpuctl_stress_test.sh 7;
61 $LTPROOT/testcases/bin/run_cpuctl_stress_test.sh 8;
62 $LTPROOT/testcases/bin/run_cpuctl_stress_test.sh 9;
63 $LTPROOT/testcases/bin/run_cpuctl_stress_test.sh 10;
65 $LTPROOT/testcases/bin/run_cpuctl_latency_test.sh 1;
[all …]
/external/vboot_reference/scripts/image_signing/
Dfirmware_boot.sh46 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/icu/icu4c/source/data/misc/
Dzoneinfo64.txt26 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/libpng/scripts/
Dmakefile.cegcc44 @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/
Dgold_whitelist28 /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/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
Dcpuset_memory_testset.sh55 /bin/kill -s SIGUSR1 $1
57 /bin/kill -s SIGUSR1 $1
59 /bin/kill -s SIGINT $1
283 /bin/kill -s SIGUSR1 $1
286 /bin/kill -s SIGUSR1 $1
288 /bin/kill -s SIGUSR1 $1
290 /bin/kill -s SIGINT $1
385 /bin/kill -s SIGUSR1 $1
389 /bin/kill -s SIGUSR1 $1
391 /bin/kill -s SIGUSR1 $1
[all …]
/external/bzip2/
DMakefile15 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/ltp/testcases/kernel/syscalls/setreuid/
Dsetreuid05.c40 static struct passwd nobody, daemonpw, root, bin; variable
58 &neg_one, &bin.pw_uid, &pass, &daemonpw, &bin,
60 &neg_one, &root.pw_uid, &fail, &daemonpw, &bin,
62 &neg_one, &nobody.pw_uid, &fail, &daemonpw, &bin,
66 &neg_one, &bin.pw_uid, &pass, &daemonpw, &bin,
68 &bin.pw_uid, &daemonpw.pw_uid, &pass, &bin, &daemonpw,
70 &neg_one, &bin.pw_uid, &pass, &bin, &bin, "After setreuid(-1, bin),"},
72 &neg_one, &daemonpw.pw_uid, &pass, &bin, &daemonpw,
76 &neg_one, &bin.pw_uid, &fail, &daemonpw, &daemonpw,
179 bin = *(getpwnam("bin")); in setup()
[all …]
/external/jemalloc/src/
Dandroid_je_mallinfo.c34 arena_bin_t* bin = &arenas[i]->bins[j]; in je_mallinfo() local
36 malloc_mutex_lock(TSDN_NULL, &bin->lock); in je_mallinfo()
37 mi.uordblks += arena_bin_info[j].reg_size * bin->stats.curregs; in je_mallinfo()
38 malloc_mutex_unlock(TSDN_NULL, &bin->lock); in je_mallinfo()
70 arena_bin_t* bin = &arenas[aidx]->bins[j]; in __mallinfo_arena_info() local
72 malloc_mutex_lock(TSDN_NULL, &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(TSDN_NULL, &bin->lock); in __mallinfo_arena_info()
89 arena_bin_t* bin = &arenas[aidx]->bins[bidx]; in __mallinfo_bin_info() local
91 malloc_mutex_lock(TSDN_NULL, &bin->lock); in __mallinfo_bin_info()
[all …]
/external/aac/libSBRdec/src/
Dsbrdec_drc.cpp202 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/syslinux/gpxe/
DMakefile43 src/bin/blib.a:
44 $(PXEMAKE) bin/blib.a
46 src/bin/undionly.kkpxe: src/bin/blib.a pxelinux.gpxe $(objdir)/core/pxelinux.0
47 $(PXEMAKE) bin/undionly.kkpxe EMBEDDED_IMAGE=$(SRC)/pxelinux.gpxe,$(objdir)/core/pxelinux.0
49 gpxelinux.0: src/bin/undionly.kkpxe
52 src/bin/undionly.kpxe: src/bin/blib.a pxelinuxk.gpxe $(objdir)/core/pxelinux.0
53 $(PXEMAKE) bin/undionly.kpxe EMBEDDED_IMAGE=$(SRC)/pxelinuxk.gpxe,$(objdir)/core/pxelinux.0
55 gpxelinuxk.0: src/bin/undionly.kpxe
/external/libusb/
Dappveyor_minGW.bat9 C:\msys64\usr\bin\bash -e -l -c "mkdir build-x64"
10 C:\msys64\usr\bin\bash -e -l -c ./autogen.sh
11 C:\msys64\usr\bin\bash -e -l -c "cd build-x64"
12 C:\msys64\usr\bin\bash -e -l -c "build-x64/../configure --prefix=/mingw64 --build=--build= --host=x…
13 C:\msys64\usr\bin\bash -e -l -c "make -j4"
14 C:\msys64\usr\bin\bash -e -l -c "make install"
19 C:\msys64\usr\bin\bash -e -l -c "mkdir build-Win32"
20 C:\msys64\usr\bin\bash -e -l -c ./autogen.sh
21 C:\msys64\usr\bin\bash -e -l -c "cd build-Win32"
22 C:\msys64\usr\bin\bash -e -l -c "build-Win32/../configure --prefix=/mingw32 --build=i686-w64-mingw3…
[all …]
/external/shflags/test_results/1.2.0/
DFreeBSD-9.1.txt6 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

12345678910>>...115