Searched defs:five (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D054-if-with-macros.c4 #define five 5 macro
5 #if five < two
15 #if two + three <= five
20 #if five - two == three
30 #if one != five
/external/mesa3d/src/glsl/glcpp/tests/
H A D054-if-with-macros.c4 #define five 5 macro
5 #if five < two
15 #if two + three <= five
20 #if five - two == three
30 #if one != five
/external/clang/test/CodeGen/
H A Dtbaa-struct.cpp43 struct five { struct
49 void copy4(struct five *a, struct five *b) {
H A Dtbaa.cpp197 struct five { struct
203 char g13(struct five *a, struct five *b) {
/external/libcxx/test/utilities/function.objects/unord.hash/
H A Denum.pass.cpp25 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c163 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ local
164 static const UChar five2[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */
188 uhash_puti(hash, (void*)five, 5, &status);
/external/chromium_org/v8/test/mjsunit/
H A Dkeyed-call-ic.js134 f.five = function() { return 'five'; }
140 key = 'five';
/external/e2fsprogs/lib/ext2fs/
H A Dres_gdt.c27 unsigned int *five, unsigned int *seven)
40 if (*five < *min) {
41 min = five;
135 unsigned int three = 1, five = 5, seven = 7; local
176 while ((grp = list_backups(fs, &three, &five, &seven)) <
26 list_backups(ext2_filsys fs, unsigned int *three, unsigned int *five, unsigned int *seven) argument
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c163 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ local
164 static const UChar five2[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */
188 uhash_puti(hash, (void*)five, 5, &status);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctionalTest.cpp233 RefPtr<Number> five = Number::create(5); local
234 Function<int()> multiplyFiveByTwoFunction = bind(multiplyNumberByTwo, five);
/external/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp28 int five = f(5); local
32 five += 1;
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp100 IntTemplate<5> five; local
/external/skia/tests/
H A DImageFilterTest.cpp330 SkScalar five = SkIntToScalar(5); local
333 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(five, five));
376 { "blur and offset", SkOffsetImageFilter::Create(five, five, blur.get()) },
377 { "picture and blur", SkBlurImageFilter::Create(five, five, pictureFilter.get()) },
/external/chromium_org/third_party/skia/tests/
H A DImageFilterTest.cpp315 SkScalar five = SkIntToScalar(5); local
318 SkBlurImageFilter::Create(five, five)
322 SkBlurImageFilter::Create(-five, five)
382 SkScalar five = SkIntToScalar(5); local
385 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(five, five));
428 { "blur and offset", SkOffsetImageFilter::Create(five, five, blu
[all...]
/external/libogg/src/
H A Dbitwise.c636 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local
687 cliptest(testbuffer2,test2size,17,five,fivesize);
/external/tremolo/Tremolo/
H A Dbitwise.c578 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local
634 cliptest(testbuffer2,test2size,17,five,fivesize);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java608 public static final Integer five = new Integer(5); field in class:JSR166TestCase
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml249 let five = const_int i64_type 5 in var
250 let ffive = const_uitofp five double_type in
259 ignore (define_global "const_add" (const_add foldbomb five) m);
260 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m);
261 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m);
263 ignore (define_global "const_sub" (const_sub foldbomb five) m);
264 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m);
265 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m);
267 ignore (define_global "const_mul" (const_mul foldbomb five) m);
268 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five)
[all...]
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp1142 int five; member in struct:CppStructNonStandardByProt
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp2095 IntWrapper* five = IntWrapper::create(5); local
2139 vector2.append(five);
2145 EXPECT_TRUE(vector1.contains(five));
3406 IntWrapper* five(IntWrapper::create(5));
3429 pMap.add(five, six);
3458 EXPECT_EQ(six, pMap.get(five));

Completed in 307 milliseconds