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

  /external/mesa3d/src/glsl/glcpp/tests/
054-if-with-macros.c 4 #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/Analysis/
idempotent-operations.cpp 11 int five = 5; local
13 test(five * a); // expected-warning {{The right operand to '*' is always 0}}
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ConcurrentModTest.java 175 Double five = new Double(5.0); local
176 c.add(five);
  /external/e2fsprogs/lib/ext2fs/
res_gdt.c 27 unsigned int *five, unsigned int *seven)
40 if (*five < *min) {
41 min = five;
125 unsigned int three = 1, five = 5, seven = 7; local
166 while ((grp = list_backups(fs, &three, &five, &seven)) <
  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 67 ViewOne five = new ViewOne(mContext); local
68 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
109 TextView five = new TextView(mContext); local
110 five.setText("H");
111 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
  /dalvik/tests/093-serialization/src/
Main.java 93 Float five; field in class:Sub
102 five = 5.0f;
111 + " four=" + four + " five=" + five + " six=" + six
  /external/clang/test/SemaTemplate/
typename-specifier.cpp 27 int five = f(5); local
31 five += 1;
  /external/icu4c/test/cintltst/
chashtst.c 163 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/v8/test/mjsunit/
keyed-call-ic.js 134 f.five = function() { return 'five'; }
140 key = 'five';
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidInstanceofTest.java 79 ChildOfAOne five = mFive; local
81 assertTrue("m_five is suppose to be a ChildOfAFive", five instanceof ChildOfAFive);
86 ChildOfAFive five = mFive; local
88 assertTrue("m_five is suppose to be a InterfaceFour", five instanceof InterfaceFour);
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModTest.java 225 Double five = new Double(5.0); local
226 c.add(five);
  /external/tremolo/Tremolo/
bitwise.c 576 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local
632 cliptest(testbuffer2,test2size,17,five,fivesize);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 608 public static final Integer five = new Integer(5); field in class:JSR166TestCase
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 236 let five = const_int i64_type 5 in var
237 let ffive = const_uitofp five double_type in
246 ignore (define_global "const_add" (const_add foldbomb five) m);
247 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m);
248 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m);
250 ignore (define_global "const_sub" (const_sub foldbomb five) m);
251 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m);
252 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m);
254 ignore (define_global "const_mul" (const_mul foldbomb five) m);
255 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five) m)
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
1340 float *four,*five; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
1340 float *four,*five; local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 1061 int five; member in struct:CppStructNonStandardByProt
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 315 Object five = new Object(); local
332 map.put(four, five);
336 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
338 map.put(five, six);
342 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
358 Object five = new Object(); local
369 map.replace(one, five);
372 map.replace(one, five, six);
373 assertNotified(listener, one, five, RemovalCause.REPLACED);
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 732 Object five = new Object(); local
749 map.put(four, five);
753 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
755 map.put(five, six);
759 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
774 Object five = new Object(); local
785 map.replace(one, five);
788 map.replace(one, five, six);
789 assertNotified(listener, one, five, RemovalCause.REPLACED);
831 Object five = new Object() local
    [all...]

Completed in 583 milliseconds