/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...] |
/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)))
|
product.mk | 185 # $(1): short product name like "generic" 187 define _resolve-short-product-name 204 define resolve-short-product-name 205 $(strip $(call _resolve-short-product-name,$(1)))
|
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/ |
p2-0x.cpp | 6 constexpr operator short() { return n; } 14 constexpr short s = Alt();
|
/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/bison/data/ |
yacc.c | 393 [#ifdef short 394 # undef short macro 408 typedef short int yytype_int8; 414 typedef unsigned short int yytype_uint16; 420 typedef short int yytype_int16; [all...] |
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 68 #define short macro 153 short
|
/external/webkit/Source/WebCore/platform/graphics/opentype/ |
OpenTypeUtilities.cpp | 35 operator unsigned short() const { return (v & 0x00ff) << 8 | v >> 8; } 36 BigEndianUShort(unsigned short u) : v((u & 0x00ff) << 8 | u >> 8) { } 37 unsigned short v; 57 unsigned short fsType; 58 unsigned short magicNumber; 63 unsigned short padding1; 175 void EOTHeader::appendBigEndianString(const BigEndianUShort* string, unsigned short length) 178 m_buffer.resize(oldSize + length + 2 * sizeof(unsigned short)); 190 unsigned short padding = 0; 222 unsigned short familyNameLength = 0 [all...] |
/external/elfutils/src/ |
ldscript.c | 261 #ifdef short 262 # undef short macro 277 typedef short int yytype_int8; 283 typedef unsigned short int yytype_uint16; 289 typedef short int yytype_int16; [all...] |
/external/bison/src/ |
parse-gram.c | 394 #ifdef short 395 # undef short macro 410 typedef short int yytype_int8; 416 typedef unsigned short int yytype_uint16; 422 typedef short int yytype_int16; [all...] |
/external/elfutils/libcpu/ |
i386_parse.c | 364 #ifdef short 365 # undef short macro 380 typedef short int yytype_int8; 386 typedef unsigned short int yytype_uint16; 392 typedef short int yytype_int16; [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_tab.cpp | 370 #ifdef short 371 # undef short macro 386 typedef short int yytype_int8; 392 typedef unsigned short int yytype_uint16; 398 typedef short int yytype_int16; [all...] |