HomeSort by relevance Sort by last modified time
    Searched full:top1 (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CodeGenObjC/
dot-syntax-1.m 43 @interface Top1 : Root
48 @interface Bot1 : Top1
52 @implementation Top1
54 printf("-[ Top1 x ]\n");
58 printf("-[ Top1 setX: %d ]\n", arg);
  /frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
GridWidgetTest.java 1192 int top1 = mGridView.getLayoutManager().findViewByPosition(3).getTop(); local
1259 int top1 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10)); local
1362 int top1 = getCenterY(mGridView.getLayoutManager().findViewByPosition(10)); local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1,
97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1;
  /external/fio/
cconv.c 475 struct thread_options_pack top1, top2; local
477 memset(&top1, 0, sizeof(top1));
480 convert_thread_options_to_net(&top1, __o);
482 convert_thread_options_to_cpu(&o, &top1);
487 return memcmp(&top1, &top2, sizeof(top1));
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 546 FX_RECT(int left1, int top1, int right1, int bottom1)
549 top = top1;
573 void Intersect(int left1, int top1, int right1, int bottom1)
575 Intersect(FX_RECT(left1, top1, right1, bottom1));
622 CFX_FloatRect(FX_FLOAT left1, FX_FLOAT bottom1, FX_FLOAT right1, FX_FLOAT top1)
627 top = top1;
  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 618 VGfloat top1 = dst->y + dst->height; local
622 top2 > bottom1 || bottom2 < top1);
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /external/valgrind/perf/
tinycc.c 8183 Sym *top, *top1; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]

Completed in 707 milliseconds