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

  /external/compiler-rt/BlocksRuntime/tests/
varargs-bad-assign.c 19 int six = 0; local
35 six = sumn(3, 1, 2, 3);
37 if ( six != 6 ) {
38 printf("%s: Expected 6 but got %d\n", argv[0], six);
varargs.c 30 int six = sumn(3, 1, 2, 3); local
32 if ( six != 6 ) {
33 printf("%s: Expected 6 but got %d\n", argv[0], six);
  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 70 ViewOne six = new ViewOne(mContext); local
71 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
113 TextView six = new TextView(mContext); local
114 six.setText("F");
115 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
  /dalvik/tests/093-serialization/src/
Main.java 94 private Byte six = 26; field in class:Sub
103 six = 6;
111 + " four=" + four + " five=" + five + " six=" + six
  /external/srec/tools/grxmlcompile/
sub_min.cpp 65 int fix, six, fnxt, snxt, tof, tos, count; local
69 six= FindFromIndex (secondId);
70 if (fix < 0 || six < 0)
85 while (six < numArc && arc[forwardList[six]]->GetFromId() == secondId
86 && arc[forwardList[six]]->GetToId() == DISCARD_LABEL)
87 six++;
88 if (six < numArc && arc[forwardList[six]]->GetFromId() == secondId)
89 snxt= arc[forwardList[six]]->GetFromId()
184 int fix, six, firstId, secondId, vertEnd; local
260 int fix, six, fmiss, smiss, nmatch, symTst, newId; local
359 int fix, six, symTst, numStart; local
    [all...]
  /external/tremolo/Tremolo/
bitwise.c 581 static int six[7]={17,177,170,242,169,19,148}; local
636 cliptest(testbuffer3,test3size,1,six,sixsize);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 609 public static final Integer six = new Integer(6); field in class:JSR166TestCase
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rex.h 117 u_int six; member in struct:tchars
123 u_int six; member in struct:ltchars
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.h 117 u_int six; member in struct:tchars
123 u_int six; member in struct:ltchars
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.h 117 u_int six; member in struct:tchars
123 u_int six; member in struct:ltchars
  /external/clang/test/SemaCXX/
type-traits.cpp 1063 int six; member in struct:CppStructNonStandardByProt
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 316 Object six = new Object(); local
338 map.put(five, six);
342 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
359 Object six = new Object(); local
372 map.replace(one, five, six);
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 733 Object six = new Object(); local
755 map.put(five, six);
759 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
775 Object six = new Object(); local
788 map.replace(one, five, six);
    [all...]

Completed in 1113 milliseconds