Searched refs:bin (Results 1 - 25 of 615) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/utils/
H A Duuid.c14 int uuid_str2bin(const char *str, u8 *bin) argument
20 opos = bin;
49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) argument
54 bin[0], bin[1], bin[2], bin[3],
55 bin[4], bin[5], bin[
[all...]
H A Duuid.h14 int uuid_str2bin(const char *str, u8 *bin);
15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
/external/wpa_supplicant_8/src/utils/
H A Duuid.c14 int uuid_str2bin(const char *str, u8 *bin) argument
20 opos = bin;
49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) argument
54 bin[0], bin[1], bin[2], bin[3],
55 bin[4], bin[5], bin[
[all...]
H A Duuid.h14 int uuid_str2bin(const char *str, u8 *bin);
15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Duuid.c14 int uuid_str2bin(const char *str, u8 *bin) argument
20 opos = bin;
49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) argument
54 bin[0], bin[1], bin[2], bin[3],
55 bin[4], bin[5], bin[
[all...]
/external/chromium_org/third_party/boringssl/src/util/
H A Dall_tests.sh0 #!/bin/bash
55 for bin in $TESTS; do
56 echo $bin
57 out=$(/bin/bash -c "$bin" | tail -n 1)
59 echo $bin failed to complete.
64 echo $bin failed to print PASS on the last line.
/external/srec/tests/
H A Drun_UAPI_SrecTest.sh2 /system/bin/UAPI_SrecTest
H A Drun_UAPI_Test.sh2 /system/bin/UAPI_test
/external/svox/pico/lang/
H A DPicoLangDeDeInSystem.mk10 external/svox/pico/lang/de-DE_gl0_sg.bin:system/tts/lang_pico/de-DE_gl0_sg.bin \
11 external/svox/pico/lang/de-DE_ta.bin:system/tts/lang_pico/de-DE_ta.bin
H A DPicoLangDefaultInSystem.mk10 external/svox/pico/lang/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
11 external/svox/pico/lang/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
H A DPicoLangEnGBInSystem.mk10 external/svox/pico/lang/en-GB_kh0_sg.bin:system/tts/lang_pico/en-GB_kh0_sg.bin \
11 external/svox/pico/lang/en-GB_ta.bin:system/tts/lang_pico/en-GB_ta.bin
H A DPicoLangEnUsInSystem.mk10 external/svox/pico/lang/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
11 external/svox/pico/lang/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
H A DPicoLangEsEsInSystem.mk10 external/svox/pico/lang/es-ES_zl0_sg.bin:system/tts/lang_pico/es-ES_zl0_sg.bin \
11 external/svox/pico/lang/es-ES_ta.bin:system/tts/lang_pico/es-ES_ta.bin
H A DPicoLangFrFrInSystem.mk10 external/svox/pico/lang/fr-FR_nk0_sg.bin:system/tts/lang_pico/fr-FR_nk0_sg.bin \
11 external/svox/pico/lang/fr-FR_ta.bin:system/tts/lang_pico/fr-FR_ta.bin
H A DPicoLangItItInSystem.mk10 external/svox/pico/lang/it-IT_cm0_sg.bin:system/tts/lang_pico/it-IT_cm0_sg.bin \
11 external/svox/pico/lang/it-IT_ta.bin:system/tts/lang_pico/it-IT_ta.bin
/external/valgrind/main/drd/tests/
H A Dsupported_libpthread0 #!/bin/sh
8 if [ ! -x /usr/bin/getconf ]; then
9 echo "Error: could not find the program /usr/bin/getconf."
14 libpthread_version="$(/usr/bin/getconf GNU_LIBPTHREAD_VERSION 2>/dev/null)"
/external/valgrind/main/tests/
H A Dcheck_dfp_cap0 #!/bin/sh
5 LD_SHOW_AUXV=1 /bin/true | grep dfp > /dev/null 2>&1
H A Dcheck_vmx_cap0 #!/bin/sh
5 LD_SHOW_AUXV=1 /bin/true | grep altivec > /dev/null 2>&1
/external/chromium_org/third_party/mesa/src/src/gallium/tools/
H A Daddr2line.sh0 #!/bin/bash
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"'(
[all...]
/external/mesa3d/src/gallium/tools/
H A Daddr2line.sh0 #!/bin/bash
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"'(
[all...]
/external/strace/tests/
H A Dstrace-f.test0 #!/bin/sh
7 time=/usr/bin/time
10 $STRACE -f $time /bin/ls > $LOG 2>&1 ||
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A D60_wpa_supplicant0 #!/bin/sh
6 PATH=/sbin:/usr/sbin:/bin:/usr/bin
/external/lldb/tools/install-headers/
H A DMakefile10 LLDB_VERSION=`echo ${CURRENT_PROJECT_VERSION} | /usr/bin/sed -E 's/^([0-9]+).([0-9]+).([0-9]+)(.[0-9]+)?$/\1/g'`
11 LLDB_REVISION=`echo ${CURRENT_PROJECT_VERSION} | /usr/bin/sed -E 's/^([0-9]+).([0-9]+).([0-9]+)(.[0-9]+)?$/\3/g'`
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_STRING)\" |" "$$file" ;\
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dbin_test.sh0 #! /bin/sh
2 ${srcdir}/out_test.sh bin_test modules/objfmts/bin/tests "bin objfmt" "-f bin" ""
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
H A Dgas_bin_test.sh0 #! /bin/sh
2 ${srcdir}/out_test.sh gas_bin_test modules/parsers/gas/tests/bin "gas-compat parser bin output" "-f bin -p gas" ""

Completed in 370 milliseconds

1234567891011>>