HomeSort by relevance Sort by last modified time
    Searched refs:right1 (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Modules/Inputs/
category_right.h 4 @interface Foo(Right1)
5 -(void)right1;
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
geometry_utils.cpp 25 int right1 = layer1.displayFrame.right; local
34 bool overlap_x = left1 < right2 && left2 < right1;
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1,
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
TileLayoutTest.java 140 ArgumentCaptor<Integer> right1 = ArgumentCaptor.forClass(Integer.class); local
143 .layout(left1.capture(), top1.capture(), right1.capture(), bottom1.capture());
155 assertTrue(left1.getValue() <= right1.getValue());
162 assertTrue(left1.getValue() > right2.getValue() || right1.getValue() < left2.getValue());
  /external/opencv/cxcore/include/
cxmisc.h 469 T* right1; \
505 right = right1 = right0; \
525 if( right < right1 ) \
526 CV_SWAP( *right1, *right, t ); \
528 right1--; \
551 n = MIN( (int)(right0 - right1), (int)(right1 - right) ); \
555 m = (int)(right1 - right); \
    [all...]
  /external/freetype/src/autofit/
afcjk.c     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2246 CvSeqReader left0, left1, right0, right1; local
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraTest.java     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 448 milliseconds