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

  /external/astl/tests/
test_algorithm.cpp 121 struct Left2 { };
123 bool predicate(const Left2&, const Right2&) {return true;}
129 Left2 left2; local
133 EXPECT_TRUE(std::equal(&left2, &left2, &right2, predicate));
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 95 float left2, float right2, float top2, float bottom2) {
96 final boolean horizontalIntersection = left1 < right2 && left2 < right1;
  /external/icu4c/i18n/
rbt_rule.cpp 292 int32_t left2 = r2.anteContextLength; local
294 int32_t right2 = r2.pattern.length() - left2;
295 int32_t cachedCompare = r2.pattern.compare(left2 - left, len, pattern);
301 if (left == left2 && right == right2 &&
310 return left <= left2 &&
  /external/freetype/src/base/
ftoutln.c 1061 FT_Vector* left2; local
1070 left1 = left2 = right1 = right2 = NULL;
1096 left2 = point;
1109 if ( left1->y < left2->y && right1->y > right2->y )
1111 else if ( left1->y > left2->y && right1->y < right2->y )
  /external/freetype/src/autofit/
afcjk.c     [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]

Completed in 875 milliseconds