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

  /external/clang/test/Sema/
conversion.c 5 #define BIG 0x7f7f7f7f7f7f7f7fL
42 c = (char) BIG;
43 c = (short) BIG; // expected-warning {{implicit conversion from 'short' to 'char' changes value}}
44 c = (int) BIG; // expected-warning {{implicit conversion from 'int' to 'char' changes value}}
45 c = (long) BIG; // expected-warning {{implicit conversion from 'long' to 'char' changes value}}
46 s = (char) BIG;
47 s = (short) BIG;
48 s = (int) BIG; // expected-warning {{implicit conversion from 'int' to 'short' changes value}}
49 s = (long) BIG; // expected-warning {{implicit conversion from 'long' to 'short' changes value}}
50 i = (char) BIG;
    [all...]
  /external/skia/bench/
TextBench.cpp 105 #define BIG 48
115 static SkBenchmark* Fact4(void* p) { return new TextBench(p, STR, BIG, false, false); }
116 static SkBenchmark* Fact41(void* p) { return new TextBench(p, STR, BIG, false, false, 0xFFFF0000); }
117 static SkBenchmark* Fact42(void* p) { return new TextBench(p, STR, BIG, false, false, 0x88FF0000); }
119 static SkBenchmark* Fact5(void* p) { return new TextBench(p, STR, BIG, false, true); }
120 static SkBenchmark* Fact6(void* p) { return new TextBench(p, STR, BIG, true, false); }
121 static SkBenchmark* Fact7(void* p) { return new TextBench(p, STR, BIG, true, true); }
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-101964.js 32 var BIG = 10000000;
48 var arr = Array(BIG);
  /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...]
  /external/icu4c/test/intltest/
itrbnf.cpp     [all...]

Completed in 150 milliseconds