HomeSort by relevance Sort by last modified time
    Searched refs:BIG (Results 1 - 19 of 19) sorted by null

  /external/clang/test/Sema/
conversion.c 7 #define BIG 0x7f7f7f7f7f7f7f7fL
44 c = (char) BIG;
45 c = (short) BIG; // expected-warning {{implicit conversion from 'short' to 'char' changes value}}
46 c = (int) BIG; // expected-warning {{implicit conversion from 'int' to 'char' changes value}}
47 c = (long) BIG; // expected-warning {{implicit conversion from 'long' to 'char' changes value}}
48 s = (char) BIG;
49 s = (short) BIG;
50 s = (int) BIG; // expected-warning {{implicit conversion from 'int' to 'short' changes value}}
51 s = (long) BIG; // expected-warning {{implicit conversion from 'long' to 'short' changes value}}
52 i = (char) BIG;
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-101964.js 32 var BIG = 10000000;
48 var arr = Array(BIG);
  /external/skia/bench/
BlurBench.cpp 18 #define BIG SkIntToScalar(10)
78 static SkBenchmark* Fact10(void* p) { return new BlurBench(p, BIG, SkBlurMaskFilter::kNormal_BlurStyle); }
79 static SkBenchmark* Fact11(void* p) { return new BlurBench(p, BIG, SkBlurMaskFilter::kSolid_BlurStyle); }
80 static SkBenchmark* Fact12(void* p) { return new BlurBench(p, BIG, SkBlurMaskFilter::kOuter_BlurStyle); }
81 static SkBenchmark* Fact13(void* p) { return new BlurBench(p, BIG, SkBlurMaskFilter::kInner_BlurStyle); }
  /external/srec/srec/include/
all_defs.h 89 #define BIG 1
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement12.js 80 Retrieve the id attribute of the BIG element and examine its value.
99 nodeList = doc.getElementsByTagName("big");
104 assertEquals("idLink","Test-BIG",vid);
HTMLElement128.js 80 Retrieve the class attribute of the BIG element and examine its value.
99 nodeList = doc.getElementsByTagName("big");
104 assertEquals("classNameLink","BIG-class",vclassname);
HTMLElement41.js 80 Retrieve the title attribute of the BIG element and examine its value.
99 nodeList = doc.getElementsByTagName("big");
104 assertEquals("titleLink","BIG Element",vtitle);
HTMLElement70.js 80 Retrieve the lang attribute of the BIG element and examine its value.
99 nodeList = doc.getElementsByTagName("big");
HTMLElement99.js 80 Retrieve the dir attribute of the BIG element and examine its value.
99 nodeList = doc.getElementsByTagName("big");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLElement12.js 80 Retrieve the id attribute of the BIG element and examine its value.
99 nodeList = doc.getElementsByTagName("big");
104 assertEquals("idLink","Test-BIG",vid);
HTMLElement128.js 80 Retrieve the class attribute of the BIG element and examine its value.
99 nodeList = doc.getElementsByTagName("big");
104 assertEquals("classNameLink","BIG-class",vclassname);
HTMLElement41.js 80 Retrieve the title attribute of the BIG element and examine its value.
99 nodeList = doc.getElementsByTagName("big");
104 assertEquals("titleLink","BIG Element",vtitle);
HTMLElement70.js 80 Retrieve the lang attribute of the BIG element and examine its value.
99 nodeList = doc.getElementsByTagName("big");
HTMLElement99.js 80 Retrieve the dir attribute of the BIG element and examine its value.
99 nodeList = doc.getElementsByTagName("big");
  /external/chromium/chrome/browser/download/
download_util.h 118 BIG
download_util.cc 380 SkBitmap* background = (size == BIG) ? g_background_32 : g_background_16;
381 SkBitmap* foreground = (size == BIG) ? g_foreground_32 : g_foreground_16;
383 const int kProgressIconSize = (size == BIG) ? kBigProgressIconSize :
476 SkBitmap* complete = (size == BIG) ? g_foreground_32 : g_foreground_16;
511 SkBitmap* complete = (size == BIG) ? g_foreground_32 : g_foreground_16;
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 49 BIG, /* override by symbol common using largest size. */
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 43 /* C */ {COM, COM, COM, COM, CREF, COM, COM, COM, MBIG, COM, BIG, REFC },
127 case BIG: { /* override by symbol common using largest size. */
190 } // end of the big switch (action)
  /external/icu4c/test/intltest/
itrbnf.cpp     [all...]

Completed in 514 milliseconds