Home
last modified time | relevance | path

Searched full:bin (Results 1 – 25 of 7298) sorted by relevance

12345678910>>...292

/external/deqp/external/openglcts/modules/common/
DglcCompressedFormatTests_data.inl39 "compressed_texture/etc_R_240x240.bin" // string path
44 "compressed_texture/etc_R_120x120.bin" // string path
49 "compressed_texture/etc_R_240x240_ref.bin" // string path
59 "compressed_texture/etc_R_signed_240x240.bin" // string path
64 "compressed_texture/etc_R_signed_120x120.bin" // string path
69 "compressed_texture/etc_R_signed_240x240_ref.bin" // string path
79 "compressed_texture/etc_RG_240x240.bin" // string path
84 "compressed_texture/etc_RG_120x120.bin" // string path
89 "compressed_texture/etc_RG_240x240_ref.bin" // string path
99 "compressed_texture/etc_RG_signed_240x240.bin" // string path
[all …]
/external/oss-fuzz/projects/unbound/
Dfuzz_3.c12 char *bin = malloc(nr); in LLVMFuzzerTestOneInput() local
16 memset(bin, 0, nr); in LLVMFuzzerTestOneInput()
17 memcpy(bin, buf, nr); in LLVMFuzzerTestOneInput()
20 bin[nr-1] = 0x00; // null terminate in LLVMFuzzerTestOneInput()
21 len = bin[0] & 0xff; // want random sized output buf in LLVMFuzzerTestOneInput()
24 bin++; in LLVMFuzzerTestOneInput()
27 len2 = len; sldns_str2wire_dname_buf(bin, bout, &len2); in LLVMFuzzerTestOneInput()
28 len2 = len; sldns_str2wire_int8_buf(bin, bout, &len2); in LLVMFuzzerTestOneInput()
29 len2 = len; sldns_str2wire_int16_buf(bin, bout, &len2); in LLVMFuzzerTestOneInput()
30 len2 = len; sldns_str2wire_int32_buf(bin, bout, &len2); in LLVMFuzzerTestOneInput()
[all …]
Dfuzz_2.c6 int LLVMFuzzerTestOneInput(const uint8_t *bin, size_t nr) { in LLVMFuzzerTestOneInput() argument
15 len = bin[0] & 0xff; // want random sized output buf in LLVMFuzzerTestOneInput()
18 bin++; in LLVMFuzzerTestOneInput()
19 b = bout; bl = len; sldns_wire2str_edns_subnet_print(&b, &bl, bin, nr); in LLVMFuzzerTestOneInput()
20 b = bout; bl = len; sldns_wire2str_edns_n3u_print(&b, &bl, bin, nr); in LLVMFuzzerTestOneInput()
21 b = bout; bl = len; sldns_wire2str_edns_dhu_print(&b, &bl, bin, nr); in LLVMFuzzerTestOneInput()
22 b = bout; bl = len; sldns_wire2str_edns_dau_print(&b, &bl, bin, nr); in LLVMFuzzerTestOneInput()
23 b = bout; bl = len; sldns_wire2str_edns_nsid_print(&b, &bl, bin, nr); in LLVMFuzzerTestOneInput()
24 b = bout; bl = len; sldns_wire2str_edns_ul_print(&b, &bl, bin, nr); in LLVMFuzzerTestOneInput()
25 b = bout; bl = len; sldns_wire2str_edns_llq_print(&b, &bl, bin, nr); in LLVMFuzzerTestOneInput()
[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 …]
/external/ltp/android/tools/
Ddisabled_tests.txt418 testcases/bin/fs_bind/bind/test01
419 testcases/bin/fs_bind/bind/test02
420 testcases/bin/fs_bind/bind/test03
421 testcases/bin/fs_bind/bind/test04
422 testcases/bin/fs_bind/bind/test05
423 testcases/bin/fs_bind/bind/test06
424 testcases/bin/fs_bind/bind/test07
425 testcases/bin/fs_bind/bind/test07-2
426 testcases/bin/fs_bind/bind/test08
427 testcases/bin/fs_bind/bind/test09
[all …]
/external/tensorflow/tensorflow/lite/tools/optimize/
Dtest_util.cc23 "single_conv_weights_min_minus_127_max_plus_127.bin";
26 "single_conv_weights_min_0_max_plus_10.bin";
28 const char* kConvModelWithNoBias = "single_conv_no_bias.bin";
31 "single_softmax_min_minus_5_max_plus_5.bin";
34 "single_avg_pool_min_minus_5_max_plus_5.bin";
36 const char* kModelWithSharedWeights = "weight_shared_between_convs.bin";
37 const char* kMultiInputAddWithReshape = "multi_input_add_reshape.bin";
38 const char* kQuantizedWithGather = "quantized_with_gather.bin";
40 const char* kConstInputAddModel = "add_with_const_input.bin";
42 const char* kFloatConcatMax5Max10Max10 = "concat.bin";
[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/lz4/
Dappveyor.yml25 - MKDIR bin
28 SET "PATH_MINGW32=c:\MinGW\bin;c:\MinGW\usr\bin" &&
29 SET "PATH_MINGW64=c:\msys64\mingw64\bin;c:\msys64\usr\bin" &&
30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&
31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe
62 MKDIR bin\dll bin\static bin\example bin\include &&
63 COPY tests\fullbench.c bin\example\ &&
64 COPY lib\xxhash.c bin\example\ &&
65 COPY lib\xxhash.h bin\example\ &&
66 COPY lib\lz4.h bin\include\ &&
[all …]
/external/chromium-trace/catapult/devil/devil/
Ddevil_dependencies.json10 "download_path": "../bin/deps/linux2/x86_64/bin/aapt"
20 "download_path": "../bin/deps/linux2/x86_64/bin/adb"
30 "download_path": "../bin/deps/linux2/x86_64/lib64/libc++.so"
40 "download_path": "../bin/deps/default/lib.java/bundletool-all-0.10.3.jar"
50 "download_path": "../bin/deps/linux2/x86_64/lib.java/chromium_commands.dex.jar"
60 "download_path": "../bin/deps/linux2/x86_64/bin/dexdump"
70 "download_path": "../bin/deps/android/arm64-v8a/apks/EmptySystemWebView.apk"
74 "download_path": "../bin/deps/android/armeabi-v7a/apks/EmptySystemWebView.apk"
84 "download_path": "../bin/deps/linux2/x86_64/bin/fastboot"
94 "download_path": "../bin/deps/android/arm64-v8a/bin/forwarder_device"
[all …]
/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/zstd/lib/dll/example/
Dbuild_package.bat2 MKDIR bin\dll bin\static bin\example bin\include
3 COPY tests\fullbench.c bin\example\
4 COPY programs\datagen.c bin\example\
5 COPY programs\datagen.h bin\example\
6 COPY programs\util.h bin\example\
7 COPY programs\platform.h bin\example\
8 COPY lib\common\mem.h bin\example\
9 COPY lib\common\zstd_internal.h bin\example\
10 COPY lib\common\error_private.h bin\example\
11 COPY lib\common\xxhash.h bin\example\
[all …]
/external/one-true-awk/testdir/
Dtest.data22 7080 bin
140 1root:EMpNB8Zp56:0:0:Super-User,,,,,,,:/:/bin/sh
141 2roottcsh:*:0:0:Super-User running tcsh [cbm]:/:/bin/tcsh
142 3sysadm:*:0:0:System V Administration:/usr/admin:/bin/sh
143 4diag:*:0:996:Hardware Diagnostics:/usr/diags:/bin/csh
144 5daemon:*:1:1:daemons:/:/bin/sh
145 6bin:*:2:2:System Tools Owner:/bin:/dev/null
148 9sys:*:4:0:System Activity Owner:/usr/adm:/bin/sh
149 10adm:*:5:3:Accounting Files Owner:/usr/adm:/bin/sh
150 11lp:*:9:9:Print Spooler Owner:/var/spool/lp:/bin/sh
[all …]
/external/fdlibm/
Dindex.html14 file <a href="e_acos.c">e_acos.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acos.c">e…
16 file <a href="e_acosh.c">e_acosh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_acosh.c…
18 file <a href="e_asin.c">e_asin.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_asin.c">e…
20 file <a href="e_atan2.c">e_atan2.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atan2.c…
22 file <a href="e_atanh.c">e_atanh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_atanh.c…
24 file <a href="e_cosh.c">e_cosh.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_cosh.c">e…
26 file <a href="e_exp.c">e_exp.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_exp.c">e_ex…
28 file <a href="e_fmod.c">e_fmod.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_fmod.c">e…
30 file <a href="e_gamma.c">e_gamma.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gamma.c…
32 file <a href="e_gamma_r.c">e_gamma_r.c</a> <a href="/cgi-bin/netlibfiles.pl?filename=/fdlibm/e_gam…
[all …]
/external/bcc/tools/
Dexecsnoop_example.txt9 bash 15887 0 /usr/bin/man ls
10 preconv 15894 0 /usr/bin/preconv -e UTF-8
11 man 15896 0 /usr/bin/tbl
12 man 15897 0 /usr/bin/nroff -mandoc -rLL=169n -rLT=169n -Tutf8
13 man 15898 0 /usr/bin/pager -s
14 nroff 15900 0 /usr/bin/locale charmap
15 nroff 15901 0 /usr/bin/groff -mtty-char -Tutf8 -mandoc -rLL=169n -rLT=169n
16 groff 15902 0 /usr/bin/troff -mtty-char -mandoc -rLL=169n -rLT=169n -Tutf8
17 groff 15903 0 /usr/bin/grotty
35 mkdir 9662 0 /bin/mkdir -p ./main
[all …]
/external/python/cpython3/Lib/test/test_tools/
Dtest_pathfix.py66 '#! /usr/bin/env python',
67 ['-i', '/usr/bin/python3'],
70 '#! /usr/bin/python3')
75 '#! /usr/bin/env python',
76 ['-i', '/usr/bin/python3']),
77 '#! /usr/bin/python3')
80 '#! /usr/bin/env python -R',
81 ['-i', '/usr/bin/python3']),
82 '#! /usr/bin/python3')
87 '#! /usr/bin/env python -R',
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
DBUILD88 …e=$(location //tensorflow/lite/tools/optimize:testdata/single_conv_weights_min_0_max_plus_10.bin)",
91 "//tensorflow/lite/tools/optimize:testdata/add_with_const_input.bin",
92 "//tensorflow/lite/tools/optimize:testdata/argmax.bin",
93 "//tensorflow/lite/tools/optimize:testdata/broadcast_to.bin",
94 "//tensorflow/lite/tools/optimize:testdata/concat.bin",
95 "//tensorflow/lite/tools/optimize:testdata/fc.bin",
96 "//tensorflow/lite/tools/optimize:testdata/fc_qat.bin",
97 "//tensorflow/lite/tools/optimize:testdata/gather_nd.bin",
98 "//tensorflow/lite/tools/optimize:testdata/lstm_calibrated.bin",
99 "//tensorflow/lite/tools/optimize:testdata/lstm_calibrated2.bin",
[all …]
/external/arm-trusted-firmware/docs/plat/
Dwarp7.rst53 - u-boot.bin
56 - tee-header_v2.bin
57 - tee-pager_v2.bin
58 - tee-pageable_v2.bin
68 cp /path/to/optee/out/arm-plat-imx/core/tee-header_v2.bin fiptool_images
69 cp /path/to/optee/out/arm-plat-imx/core/tee-pager_v2.bin fiptool_images
70 cp /path/to/optee/out/arm-plat-imx/core/tee-pageable_v2.bin fiptool_images
75 NEED_BL32=yes BL32=fiptool_images/tee-header_v2.bin \
76 BL32_EXTRA1=fiptool_images/tee-pager_v2.bin \
77 BL32_EXTRA2=fiptool_images/tee-pageable_v2.bin \
[all …]
Dqemu.rst70 - ``bl2.bin`` -> BL2
71 - ``bl31.bin`` -> BL31
72 - ``bl33.bin`` -> BL33 (``QEMU_EFI.fd``)
88 -initrd rootfs.cpio.gz -smp 2 -m 1024 -bios bl1.bin \
94 Boot firmwares are loaded via secure FLASH0 device so ``bl1.bin`` and
95 ``fip.bin`` should be concatenated to create a ``flash.bin`` that is flashed
98 - ``bl32.bin`` -> BL32 (``tee-header_v2.bin``)
99 - ``bl32_extra1.bin`` -> BL32 Extra1 (``tee-pager_v2.bin``)
100 - ``bl32_extra2.bin`` -> BL32 Extra2 (``tee-pageable_v2.bin``)
101 - ``bl33.bin`` -> BL33 (``QEMU_EFI.fd``)
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
Dmain.c87 binance_t *bin = lws_container_of(sul, binance_t, sul_hz); in sul_hz_cb() local
93 lws_sul_schedule(lws_ss_get_context(bin->ss), 0, &bin->sul_hz, in sul_hz_cb()
96 if (bin->price_range.samples) in sul_hz_cb()
99 (unsigned long long)bin->price_range.lowest, in sul_hz_cb()
100 (unsigned long long)bin->price_range.highest, in sul_hz_cb()
101 (unsigned long long)(bin->price_range.sum / in sul_hz_cb()
102 bin->price_range.samples), in sul_hz_cb()
103 bin->price_range.samples); in sul_hz_cb()
104 if (bin->e_lat_range.samples) in sul_hz_cb()
107 (unsigned long long)bin->e_lat_range.lowest / 1000, in sul_hz_cb()
[all …]
/external/protobuf/kokoro/linux/32-bit/
DDockerfile94 RUN mv composer.phar /usr/bin/composer
102 ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \
103 ln -sfn /usr/local/php-5.5/bin/php-config /usr/bin/php-config && \
104 ln -sfn /usr/local/php-5.5/bin/phpize /usr/bin/phpize && \
107 ln -sfn /usr/local/php-5.6/bin/php /usr/bin/php && \
108 ln -sfn /usr/local/php-5.6/bin/php-config /usr/bin/php-config && \
109 ln -sfn /usr/local/php-5.6/bin/phpize /usr/bin/phpize && \
112 ln -sfn /usr/local/php-7.0/bin/php /usr/bin/php && \
113 ln -sfn /usr/local/php-7.0/bin/php-config /usr/bin/php-config && \
114 ln -sfn /usr/local/php-7.0/bin/phpize /usr/bin/phpize && \
[all …]
/external/python/cpython2/Lib/ctypes/test/
Dtest_byteswap.py6 def bin(s): function
33 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234")
34 self.assertEqual(bin(s), "1234")
38 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412")
39 self.assertEqual(bin(s), "3412")
43 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234")
44 self.assertEqual(bin(s), "1234")
48 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412")
49 self.assertEqual(bin(s), "3412")
61 self.assertEqual(bin(struct.pack(">i", 0x12345678)), "12345678")
[all …]
/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup1 #!/bin/bash
198 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
200 adb_shell mv /system/bin/app_process.real /system/bin/app_process
201 adb_shell rm /system/bin/asanwrapper
202 …elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev…
204 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32
205 adb_shell mv /system/bin/app_process64.real /system/bin/app_process64
206 adb_shell rm /system/bin/asanwrapper
207 adb_shell rm /system/bin/asanwrapper64
210 adb_shell rm /system/bin/app_process.wrap
[all …]
/external/jemalloc_new/include/jemalloc/internal/
Dbin.h10 * A bin contains a set of extents that are currently being used for slab
35 /* Size of regions in a slab for this bin's size class. */
38 /* Total size of a slab for this bin's size class. */
41 /* Total number of regions in a slab for this bin's size class. */
46 * bin.
60 * Current slab being used to service allocations of this bin's size
77 /* Bin statistics. */
81 /* Initializes a bin to empty. Returns true on error. */
82 bool bin_init(bin_t *bin);
85 void bin_prefork(tsdn_t *tsdn, bin_t *bin);
[all …]
/external/pigweed/pw_software_update/py/
Dupdate_bundle_test.py30 foo_path = temp_root / 'foo.bin'
31 bar_path = temp_root / 'bar.bin'
32 baz_path = temp_root / 'baz.bin'
38 temp_root, exclude=(Path('foo.bin'), Path('baz.bin')))
40 self.assertNotIn('foo.bin', targets)
41 self.assertEqual(bar_path, targets['bar.bin'])
42 self.assertNotIn('baz.bin', targets)
49 foo_path = temp_root / 'foo.bin'
50 bar_path = temp_root / 'bar.bin'
51 baz_path = temp_root / 'baz.bin'
[all …]
/external/protobuf/kokoro/linux/64-bit/
DDockerfile35 ln -s /opt/dotnet/dotnet /usr/local/bin
95 RUN wget www.nuget.org/NuGet.exe -O /usr/local/bin/nuget.exe
114 RUN /bin/bash -l -c "rvm install ruby-2.1"
115 RUN /bin/bash -l -c "rvm install ruby-2.2"
116 RUN /bin/bash -l -c "rvm install jruby-1.7"
117 RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
118 RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc"
119 RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"
177 RUN mv composer.phar /usr/bin/composer
187 ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \
[all …]

12345678910>>...292