Searched refs:short (Results 1 - 25 of 1131) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/
H A Dstring-replace.js39 var short = "xaxbxcx"; variable
41 replaceTest("axbxcx", short, "x", "");
42 replaceTest("axbxcx", short, /x/, "");
43 replaceTest("abc", short, /x/g, "");
45 replaceTest("xaxxcx", short, "b", "");
46 replaceTest("xaxxcx", short, /b/, "");
47 replaceTest("xaxxcx", short, /b/g, "");
50 replaceTest("[]axbxcx", short, "x", "[]");
51 replaceTest("[]axbxcx", short, /x/, "[]");
52 replaceTest("[]a[]b[]c[]", short, /
[all...]
/external/v8/test/mjsunit/
H A Dstring-replace.js39 var short = "xaxbxcx"; variable
41 replaceTest("axbxcx", short, "x", "");
42 replaceTest("axbxcx", short, /x/, "");
43 replaceTest("abc", short, /x/g, "");
45 replaceTest("xaxxcx", short, "b", "");
46 replaceTest("xaxxcx", short, /b/, "");
47 replaceTest("xaxxcx", short, /b/g, "");
50 replaceTest("[]axbxcx", short, "x", "[]");
51 replaceTest("[]axbxcx", short, /x/, "[]");
52 replaceTest("[]a[]b[]c[]", short, /
[all...]
/external/bison/build-aux/
H A Dcross-options.pl14 (?:(-\w),\s+)? # $1: $short: Possible short option.
21 my ($short, $long, $opt, $arg) = ($1, $2, $3, $4);
22 $short = '' if ! defined $short;
23 $short = '-d' if $long eq '--defines' && ! $short;
60 $short = "$short $arg" if $short
[all...]
/external/valgrind/main/nightly/bin/
H A Dnightly26 # Header in short logfile.
29 printf " $str ... " >> $logfile.short
39 # Write result to the short logfile
42 echo "done" >> $logfile.short
44 echo "failed" >> $logfile.short
95 rm -rf diffs diffs.txt diff.short final new.short new.verbose old.short old.verbose
127 # Remove old short and verbose log files, and start the new ones
128 for ext in short verbos
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Djmp64-2.asm4 jc short l3
H A Djmp64-3.asm4 jc short l3
H A Djmp64-6.asm5 jc short l3
H A Dgenopcode.asm154 jc short label
166 jmp short label
171 loop short label
172 jcxz short label
173 jecxz short label
/external/valgrind/main/none/tests/ppc32/
H A DtestVMX.stdout.exp4 Function vec_abs [type short] ===> OK
9 Function vec_abss [type short] ===> OK
15 Function vec_add [type short] ===> OK
16 Function vec_add [type unsigned short] ===> OK
26 Function vec_adds [type short] ===> OK
27 Function vec_adds [type unsigned short] ===> OK
34 Function vec_and [type short] ===> OK
35 Function vec_and [type unsigned short] ===> OK
42 Function vec_andc [type short] ===> OK
43 Function vec_andc [type unsigned short]
[all...]
/external/proguard/examples/dictionaries/
H A Dkeywords.txt31 short
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Ddequantize_v6.asm16 ;void vp8_dequantize_b_loop_v6(short *Q, short *DQC, short *DQ);
17 ; r0 short *Q,
18 ; r1 short *DQC
19 ; r2 short *DQ
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.stdout.exp51 (short)a = 0
55 (short)a = 0
59 (short)a = 0
63 (short)a = 0
71 (short)a = 0
75 (short)a = 0
79 (short)a = 0
83 (short)a = 0
91 (short)a = 0
95 (short)
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.stdout.exp53 (short)a = 0
57 (short)a = 0
61 (short)a = 1
65 (short)a = 0
73 (short)a = 0
77 (short)a = -1
81 (short)a = 0
85 (short)a = 0
93 (short)a = 0
97 (short)
[all...]
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dencodemb_altivec.asm15 ;# r3 short *diff
46 vmrghb v3, v0, v1 ;# unpack high src to short
47 vmrghb v4, v0, v2 ;# unpack high pred to short
60 vmrghb v3, v0, v1 ;# unpack high src to short
61 vmrglb v4, v0, v2 ;# unpack high pred to short
83 vmrghb v3, v0, v1 ;# unpack high src to short
84 vmrghb v4, v0, v2 ;# unpack high pred to short
97 vmrghb v3, v0, v1 ;# unpack high src to short
98 vmrglb v4, v0, v2 ;# unpack high pred to short
112 ;# r3 short *dif
[all...]
/external/harfbuzz_ng/src/
H A Dgen-indic-table.py82 short = [{ variable
97 for v,s in short[i].items ():
108 if v in short[i]:
109 s = short[i][v]
113 raise Exception ("Duplicate short value alias", v, s)
115 short[i][v] = s
139 sys.stdout.write ("%9s" % ("_(%s,%s)," % (short[0][d[0]], short[1][d[1]])))
191 print " if (unlikely (u == 0x%04X)) return _(%s,%s);" % (u, short[0][d[0]], short[
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Djmpsize1-err.asm1 jmp x ; short
131 jmp w ; short
132 jmp short y ; must be near; forcing short should error
263 jmp short z ; must be near; forcing short should error
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Ddatavis.asm18 .short 5
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_mmx.asm14 ;int vp8_fast_quantize_b_impl_mmx(short *coeff_ptr, short *zbin_ptr,
15 ; short *qcoeff_ptr,short *dequant_ptr,
16 ; short *scan_mask, short *round_ptr,
17 ; short *quant_ptr, short *dqcoeff_ptr);
H A Dencodeopt.asm14 ;int vp8_block_error_xmm(short *coeff_ptr, short *dcoef_ptr)
62 ;int vp8_block_error_mmx(short *coeff_ptr, short *dcoef_ptr)
128 ;int vp8_mbblock_error_mmx_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
205 ;int vp8_mbblock_error_xmm_impl(short *coeff_ptr, short *dcoef_ptr, int dc);
275 ;int vp8_mbuverror_mmx_impl(short *s_ptr, short *d_pt
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
H A Dutil.py7 def safe_repr(obj, short=False):
12 if not short or len(result) < _MAX_LENGTH:
/external/icu4c/samples/
H A Dreadme.txt5 Below is a short description of the contents of this directory.
/external/jpeg/
H A Djmemdosa.asm39 ; short far jdos_open (short far * handle, char far * filename)
74 ; short far jdos_close (short handle)
106 ; short far jdos_seek (short handle, long offset)
140 ; short far jdos_read (short handle, void far * buffer, unsigned short count)
163 jmp short read_er
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmemdosa.asm39 ; short far jdos_open (short far * handle, char far * filename)
74 ; short far jdos_close (short handle)
106 ; short far jdos_seek (short handle, long offset)
140 ; short far jdos_read (short handle, void far * buffer, unsigned short count)
163 jmp short read_er
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DRewriteRuleNodeStream.as22 // we dup every node, so don't have to worry about calling dup; short-
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2185-2.js32 function short() { function
48 short();

Completed in 1312 milliseconds

1234567891011>>