HomeSort by relevance Sort by last modified time
    Searched defs:short (Results 1 - 14 of 14) sorted by null

  /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 176 # $(1): short product name like "generic"
178 define _resolve-short-product-name
195 define resolve-short-product-name
196 $(strip $(call _resolve-short-product-name,$(1)))
  /external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
p2-0x.cpp 5 constexpr operator short() { return n; }
13 constexpr short s = Alt();
  /external/bison/data/
yacc.c 219 #ifdef short
220 # undef short macro
234 typedef short int yytype_int8;
240 typedef unsigned short int yytype_uint16;
246 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/bison/src/
parse-gram.c 316 #ifdef short
317 # undef short macro
332 typedef short int yytype_int8;
338 typedef unsigned short int yytype_uint16;
344 typedef short int yytype_int16;
    [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/regex-re2/lib/codereview/
codereview.py 42 from mercurial.node import nullrev, hex, nullid, short namespace
    [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/mesa3d/src/glsl/glcpp/
glcpp-parse.c 312 #ifdef short
313 # undef short macro
328 typedef short int yytype_int8;
334 typedef unsigned short int yytype_uint16;
340 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...]
  /external/mesa3d/src/glsl/
glsl_parser.cpp 403 #ifdef short
404 # undef short macro
419 typedef short int yytype_int8;
425 typedef unsigned short int yytype_uint16;
431 typedef short int yytype_int16;
    [all...]

Completed in 1632 milliseconds