HomeSort by relevance Sort by last modified time
    Searched refs:short (Results 1 - 25 of 1258) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bison/build-aux/
cross-options.pl 14 (?:(-\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 && $short ne '-d'
    [all...]
  /external/valgrind/main/nightly/bin/
nightly 26 # 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 verbose ; d
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmp64-2.asm 4 jc short l3
jmp64-3.asm 4 jc short l3
jmp64-6.asm 5 jc short l3
  /external/chromium_org/v8/test/mjsunit/
string-replace.js 39 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, /x/g, "[]")
    [all...]
arguments-read-and-assignment.js 39 "arguments in a short-circuit boolean context - or");
41 "arguments in a short-circuit boolean context - and");
52 "args[0] short-circuit boolean or true");
54 "args[0] short-circuit boolean or false");
56 "args[0] short-circuit boolean and true");
58 "args[0] short-circuit boolean and false");
103 "capture short-circuit boolean or true");
109 "capture short-circuit boolean and false");
  /external/v8/test/mjsunit/
string-replace.js 39 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, /x/g, "[]")
    [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 4 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] ===> O
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 5 * short and long options are tied together
36 * short and long options are tied together
83 # but expands short options, converts aliases, etc.
158 long, short, help = option
161 long, short, help, repeat = option
173 if (not ((short is None) or
174 (isinstance(short, str) and len(short) == 1))):
176 ("invalid short option '%s': "
177 "must a single character or None") % short
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 5 * short and long options are tied together
36 * short and long options are tied together
83 # but expands short options, converts aliases, etc.
158 long, short, help = option
161 long, short, help, repeat = option
173 if (not ((short is None) or
174 (isinstance(short, str) and len(short) == 1))):
176 ("invalid short option '%s': "
177 "must a single character or None") % short
    [all...]
  /external/proguard/examples/dictionaries/
keywords.txt 31 short
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 31 short
  /build/core/
device.mk 51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
72 # $(1): short device name like "sooner"
74 define resolve-short-device-name
75 $(strip $(call _resolve-short-device-name,$(1)))
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dequantize_v6.asm 16 ;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/
more_x87_fp.stdout.exp 51 (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)a =
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.stdout.exp 53 (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)a =
    [all...]
  /external/libvpx/libvpx/vp8/encoder/ppc/
encodemb_altivec.asm 15 ;# 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/
gen-indic-table.py 82 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[1][d[1]]
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
jmpsize1-err.asm 1 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
  /hardware/ti/omap4xxx/libtiutils/
Android.mk 27 LOCAL_CFLAGS += -fno-short-enums
  /device/asus/flo/camera/QCamera2/HAL/test/
Android.mk 29 LOCAL_CFLAGS += -Wall -fno-short-enums -O0
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
datavis.asm 18 .short 5
  /hardware/qcom/camera/QCamera2/HAL/test/
Android.mk 29 LOCAL_CFLAGS += -Wall -fno-short-enums -O0
  /hardware/ti/omap4xxx/test/CameraHal/
Android.mk 31 LOCAL_CFLAGS += -Wall -fno-short-enums -O0 -g -D___ANDROID___

Completed in 1094 milliseconds

1 2 3 4 5 6 7 8 91011>>