HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1551 - 1575 of 4231) sorted by null

<<61626364656667686970>>

  /external/chromium_org/ui/views/
debug_utils.cc 26 *out << view->bounds().right() << L"," << view->bounds().bottom();
  /external/chromium_org/ui/webui/resources/css/
dialogs.css 84 right: 0;
135 right: 0;
  /external/chromium_org/v8/src/
hydrogen-range-analysis.cc 131 UpdateControlFlowRange(op, test->left(), test->right());
132 UpdateControlFlowRange(inverted_op, test->right(), test->left());
265 AddToWorklist(instr->right());
279 AddToWorklist(instr->right());
  /external/chromium_org/v8/test/mjsunit/
char-escape.js 40 // Do the single escape chars have the right value?
51 // Do the hex and unicode escape chars have the right value?
  /external/guava/guava/src/com/google/common/primitives/
Booleans.java 247 // For pre-sizing a builder, just get the right order of magnitude
280 public int compare(boolean[] left, boolean[] right) {
281 int minLength = Math.min(left.length, right.length);
283 int result = Booleans.compare(left[i], right[i]);
288 return left.length - right.length;
Chars.java 399 public int compare(char[] left, char[] right) {
400 int minLength = Math.min(left.length, right.length);
402 int result = Chars.compare(left[i], right[i]);
407 return left.length - right.length;
Doubles.java 309 // For pre-sizing a builder, just get the right order of magnitude
342 public int compare(double[] left, double[] right) {
343 int minLength = Math.min(left.length, right.length);
345 int result = Doubles.compare(left[i], right[i]);
350 return left.length - right.length;
Floats.java 306 // For pre-sizing a builder, just get the right order of magnitude
339 public int compare(float[] left, float[] right) {
340 int minLength = Math.min(left.length, right.length);
342 int result = Floats.compare(left[i], right[i]);
347 return left.length - right.length;
Ints.java 374 // For pre-sizing a builder, just get the right order of magnitude
406 public int compare(int[] left, int[] right) {
407 int minLength = Math.min(left.length, right.length);
409 int result = Ints.compare(left[i], right[i]);
414 return left.length - right.length;
Longs.java 358 // For pre-sizing a builder, just get the right order of magnitude
391 public int compare(long[] left, long[] right) {
392 int minLength = Math.min(left.length, right.length);
394 int result = Longs.compare(left[i], right[i]);
399 return left.length - right.length;
Shorts.java 371 // For pre-sizing a builder, just get the right order of magnitude
404 public int compare(short[] left, short[] right) {
405 int minLength = Math.min(left.length, right.length);
407 int result = Shorts.compare(left[i], right[i]);
412 return left.length - right.length;
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Chars.java 348 public int compare(char[] left, char[] right) {
349 int minLength = Math.min(left.length, right.length);
351 int result = Chars.compare(left[i], right[i]);
356 return left.length - right.length;
Ints.java 318 // For pre-sizing a builder, just get the right order of magnitude
350 public int compare(int[] left, int[] right) {
351 int minLength = Math.min(left.length, right.length);
353 int result = Ints.compare(left[i], right[i]);
358 return left.length - right.length;
Longs.java 291 // For pre-sizing a builder, just get the right order of magnitude
324 public int compare(long[] left, long[] right) {
325 int minLength = Math.min(left.length, right.length);
327 int result = Longs.compare(left[i], right[i]);
332 return left.length - right.length;
Shorts.java 319 // For pre-sizing a builder, just get the right order of magnitude
352 public int compare(short[] left, short[] right) {
353 int minLength = Math.min(left.length, right.length);
355 int result = Shorts.compare(left[i], right[i]);
360 return left.length - right.length;
  /external/icu/icu4c/source/i18n/
hebrwcal.h 183 * @param right the object to be copied.
186 HebrewCalendar& operator=(const HebrewCalendar& right);
rbt_rule.cpp 53 * @param anchorEnd TRUE if the rule is anchored on the right to the
264 * right. The characters of r1 must equal (or be a superset
294 int32_t right = len - left; local
302 if (left == left2 && right == right2 &&
312 (right < right2 ||
313 (right == right2 && keyLength <= r2.keyLength)) &&
  /external/kernel-headers/original/uapi/drm/
qxl_drm.h 100 uint32_t right; member in struct:drm_qxl_update_area
  /external/llvm/include/llvm/CodeGen/
ResourcePriorityQueue.h 35 bool operator()(const SUnit* left, const SUnit* right) const;
  /external/qemu/android/
multitouch-screen.c 216 /* Make sure that the right slot is selected. */
287 /* "right" and "bottom" coordinates of the current update. */
288 int right = mts_state->fb_header.x + mts_state->fb_header.w; local
291 /* "right" and "bottom" coordinates of the new update. */
302 if (right < new_right) {
303 right = new_right;
308 mts_state->fb_header.w = right - mts_state->fb_header.x;
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 64 dnl Check for a working version of libasound that is of the right version.
119 dnl Now that we know that we have the right version, let's see if we have the library and not just the headers.
  /external/skia/experimental/Intersection/
LineQuadraticIntersection_Test.cpp 45 double right = line[1].x; local
46 flipped = left > right;
48 SkTSwap<double>(left, right);
50 result = horizontalIntersect(quad, left, right, line[0].y, flipped, intersections);
  /external/skia/gm/
colorfilters.cpp 16 { bounds.right(), bounds.bottom() },
  /external/stlport/stlport/stl/
_ios_base.h 68 _STLP_STATIC_CONSTANT(int, right = 0x0002);
82 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);
317 inline ios_base& _STLP_CALL right(ios_base& __s) function
318 { __s.setf(ios_base::right, ios_base::adjustfield); return __s; }
  /frameworks/av/media/libstagefright/
MetaData.cpp 83 int32_t right, int32_t bottom) {
87 r.mRight = right;
172 int32_t *right, int32_t *bottom) {
185 *right = r->mRight;

Completed in 542 milliseconds

<<61626364656667686970>>