HomeSort by relevance Sort by last modified time
    Searched refs:BIG (Results 1 - 23 of 23) 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/skia/bench/
BlurBench.cpp 18 #define BIG SkIntToScalar(10)
82 DEF_BENCH(return new BlurBench(p, BIG, SkBlurMaskFilter::kNormal_BlurStyle);)
83 DEF_BENCH(return new BlurBench(p, BIG, SkBlurMaskFilter::kSolid_BlurStyle);)
84 DEF_BENCH(return new BlurBench(p, BIG, SkBlurMaskFilter::kOuter_BlurStyle);)
85 DEF_BENCH(return new BlurBench(p, BIG, SkBlurMaskFilter::kInner_BlurStyle);)
99 DEF_BENCH(return new BlurBench(p, BIG, SkBlurMaskFilter::kNormal_BlurStyle, SkBlurMaskFilter::kHighQuality_BlurFlag);)
MorphologyBench.cpp 17 #define BIG SkIntToScalar(10)
93 static SkBenchmark* Fact10(void* p) { return new MorphologyBench(p, BIG, kErode_MT); }
94 static SkBenchmark* Fact11(void* p) { return new MorphologyBench(p, BIG, kDilate_MT); }
BlurRectBench.cpp 18 #define BIG SkIntToScalar(10)
138 DEF_BENCH(return new BlurRectSeparableBench(p, BIG);)
142 DEF_BENCH(return new BlurRectDirectBench(p, BIG);)
  /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...]
  /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/skia/src/device/xps/
SkXPSDevice.cpp 640 //TODO(bungeman): compute how big this really needs to be.
641 const SkScalar BIG = SkIntToScalar(1000); //SK_ScalarMax;
642 const FLOAT BIG_F = SkScalarToFLOAT(BIG);
670 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight);
679 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
691 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
700 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
717 const SkRect tlArea = SkRect::MakeLTRB(-BIG, -BIG, 0, 0);
721 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0)
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 31 BIG(ByteOrder.BIG_ENDIAN), LITTLE(ByteOrder.LITTLE_ENDIAN);
  /external/icu4c/test/intltest/
itrbnf.cpp     [all...]

Completed in 650 milliseconds