HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 651 - 675 of 4228) sorted by null

<<21222324252627282930>>

  /external/icu/icu4c/source/i18n/
buddhcal.h 85 * @param right the object to be copied.
88 BuddhistCalendar& operator=(const BuddhistCalendar& right);
cecal.h 55 * @param right Calendar object to be copied
58 CECalendar& operator=(const CECalendar& right);
japancal.h 92 * @param right the object to be copied.
95 JapaneseCalendar& operator=(const JapaneseCalendar& right);
  /external/icu/icu4c/source/i18n/unicode/
tztrans.h 73 * @param right The object to be copied.
76 TimeZoneTransition& operator=(const TimeZoneTransition& right);
  /external/icu/icu4c/source/samples/layout/
Surface.cpp 23 clip.right = width;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 283 CharSequence left, CharSequence right, int startIndex) {
338 if(rightIndex == right.length()) {
342 int c = right.charAt(rightIndex++);
362 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex);
428 if(rightIndex == right.length()) {
432 int c = right.charAt(rightIndex++);
447 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex);
501 if(rightIndex == right.length()) {
505 int c = right.charAt(rightIndex++);
508 long pairAndInc = nextPair(table, c, rightPair, right, rightIndex)
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
IndexDecoder.java 183 int right = unpadded.length - 1;
185 while (left < right) {
186 int i = left + (right - left) / 2;
191 right = i;
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 127 Py_ssize_t right; local
133 right = limit;
150 key.reset(GET_KEY(keyfunc, PyList_GET_ITEM(children, right - 1)));
155 --right;
157 PyList_GET_ITEM(children, right - 1)));
162 if (left < right) {
163 --right;
164 if (left < right) {
165 reflection->SwapElements(message, descriptor, left, right);
167 PyList_SET_ITEM(children, left, PyList_GET_ITEM(children, right));
    [all...]
  /external/shflags/doc/
rst2html.css 21 The right padding separates the table cells. */
95 margin-right: 2em }
117 float: right ;
118 clear: right }
157 img.align-right {
158 clear: right }
179 text-align: right ;
218 margin-right: 2em ;
267 padding-right: 0.5em ;
  /external/skia/bench/
ChromeBench.cpp 485 SkASSERT(bounds.right()-bounds.left() >= W);
  /external/skia/src/core/
SkDeviceLooper.h 89 return r.right() < fDelta && r.bottom() < fDelta;
  /external/skia/tests/
PathOpsConicLineIntersectionTest.cpp 45 double right = line[1].fX; local
46 flipped = left > right;
48 SkTSwap<double>(left, right);
50 result = intersections.horizontal(conic, left, right, line[0].fY, flipped);
PathOpsQuadLineIntersectionTest.cpp 45 double right = line[1].fX; local
46 flipped = left > right;
48 SkTSwap<double>(left, right);
50 result = intersections.horizontal(quad, left, right, line[0].fY, flipped);
PathOpsQuadLineIntersectionThreadedTest.cpp 28 double right = line[1].fX; local
29 flipped = left > right;
31 SkTSwap<double>(left, right);
33 result = intersections.horizontal(quad, left, right, line[0].fY, flipped);
  /external/v8/src/compiler/
common-operator-reducer.cc 212 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
215 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
221 if (mcond.left().Equals(vtrue) && mcond.right().Equals(vfalse) &&
226 } else if (mcond.left().Equals(vfalse) && mcond.right().Equals(vtrue) &&
234 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
237 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
243 if (mcond.left().Equals(vtrue) && mcond.right().Equals(vfalse) &&
248 } else if (mcond.left().Equals(vfalse) && mcond.right().Equals(vtrue) &&
324 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
327 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue))
    [all...]
js-inlining-heuristic.h 41 bool operator()(const Candidate& left, const Candidate& right) const;
move-optimizer.h 30 void CompressMoves(ParallelMove* left, ParallelMove* right);
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 175 right()->PrintTo(stream);
204 right()->PrintTo(stream);
685 DCHECK(instr->right()->representation().Equals(instr->representation()));
688 HValue* right_value = instr->right();
689 LOperand* right = NULL; local
694 right = chunk_->DefineConstantOperand(constant);
702 right = UseRegisterAtStart(right_value);
712 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt));
724 DCHECK(instr->right()->representation().IsDouble());
727 LOperand* right = UseFixedDouble(instr->right(), f4) local
735 LOperand* right = UseRegisterAtStart(instr->right()); local
745 HValue* right = instr->right(); local
977 LOperand* right = local
1276 LOperand* right = UseOrConstantAtStart(instr->BetterRightOperand()); local
1481 HValue* right = instr->BetterRightOperand(); local
1549 LOperand* right = UseOrConstantAtStart(instr->right()); local
1578 LOperand* right = UseOrConstantAtStart(instr->BetterRightOperand()); local
1589 LOperand* right = UseOrConstantAtStart(instr->right()); local
1612 LOperand* right = NULL; local
1636 LOperand* right = local
1652 LOperand* right = UseFixed(instr->right(), a0); local
1665 LOperand* right = UseRegisterOrConstantAtStart(instr->right()); local
1672 LOperand* right = UseRegisterAtStart(instr->right()); local
1681 LOperand* right = UseRegisterAtStart(instr->right()); local
1729 LOperand* right = UseFixed(instr->right(), a0); local
2347 LOperand* right = UseFixed(instr->right(), a0); local
    [all...]
  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.h 30 const float right, const float bottom);
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RectShape.java 44 (int) Math.floor(rect.right), (int) Math.floor(rect.bottom));
  /frameworks/base/libs/hwui/
DamageAccumulator.h 55 void dirty(float left, float top, float right, float bottom);
  /frameworks/base/libs/hwui/protos/
hwui.proto 33 required int32 right = 2;
60 required float right = 2;
  /frameworks/base/opengl/java/android/opengl/
GLU.java 88 * @param right
92 public static void gluOrtho2D(GL10 gl, float left, float right,
94 gl.glOrthof(left, right, bottom, top, -1.0f, 1.0f);
116 float right = top * aspect; local
117 gl.glFrustumf(left, right, bottom, top, zNear, zFar);
  /frameworks/native/libs/ui/tests/
Region_test.cpp 29 EXPECT_FALSE((rhs->right > lhs->left && rhs->right < lhs->right) ||
30 (rhs->left > lhs->left && rhs->left < lhs->right));
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetProviderInfo.java 73 idp.landscapeProfile.widthPx - paddingLand.left - paddingLand.right,
74 idp.portraitProfile.widthPx - paddingPort.left - paddingPort.right),
86 (minWidth + widgetPadding.left + widgetPadding.right) / smallestCellWidth));
91 (minResizeWidth + widgetPadding.left + widgetPadding.right) / smallestCellWidth));

Completed in 527 milliseconds

<<21222324252627282930>>