HomeSort by relevance Sort by last modified time
    Searched full:right (Results 26 - 50 of 23064) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libunwind/scripts/
kernel-diff.sh 7 right=$(eval echo $r)
8 # echo $left $right
9 diff -up $left $right
  /external/skia/src/core/
SkScalar.cpp 22 int right = 0; local
23 while (right < length && searchKey > keys[right])
24 right++;
27 if (length == right)
29 if (0 == right)
31 // Otherwise, interpolate between right - 1 and right.
32 SkScalar rightKey = keys[right];
33 SkScalar leftKey = keys[right-1]
    [all...]
  /frameworks/base/test-runner/src/junit/runner/
Sorter.java 13 public void swap(Vector values, int left, int right);
16 public static void sortStrings(Vector values , int left, int right, Swapper swapper) {
18 int oright= right;
19 String mid= (String)values.elementAt((left + right) / 2);
23 while (mid.compareTo((String)(values.elementAt(right))) < 0)
24 right--;
25 if (left <= right) {
26 swapper.swap(values, left, right);
28 right--;
30 } while (left <= right);
    [all...]
  /external/llvm/test/Transforms/MergeFunc/
functions.ll 7 ; CHECK-LABEL: call void @right(i64 %p)
10 call void @right(i64 %p)
11 call void @right(i64 %p)
12 call void @right(i64 %p)
13 call void @right(i64 %p)
17 ; CHECK-LABEL: @right
20 define void @right(i64 %p) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
SelectionRenderer.java 24 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom,
26 canvas.drawRect(left, top, right, top + stroke, paint);
27 canvas.drawRect(left, bottom - stroke, right, bottom, paint);
29 canvas.drawRect(right - stroke, top, right, bottom, paint);
32 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom,
34 canvas.drawRect(left, top, right, top + stroke, selectPaint);
35 canvas.drawRect(left, bottom - stroke, right, bottom, selectPaint);
37 canvas.drawRect(right - stroke, top, right, bottom, selectPaint)
    [all...]
  /external/chromium_org/v8/test/webkit/
order-of-operations.js 29 function right() { function
30 leftRight = leftRight + "Right";
33 shouldBe('(function(){ leftRight = ""; left() > right(); return leftRight; })()', '"LeftRight"');
34 shouldBe('(function(){ leftRight = ""; left() >= right(); return leftRight; })()', '"LeftRight"');
35 shouldBe('(function(){ leftRight = ""; left() < right(); return leftRight; })()', '"LeftRight"');
36 shouldBe('(function(){ leftRight = ""; left() <= right(); return leftRight; })()', '"LeftRight"');
37 shouldBe('(function(){ leftRight = ""; left() + right(); return leftRight; })()', '"LeftRight"');
38 shouldBe('(function(){ leftRight = ""; left() - right(); return leftRight; })()', '"LeftRight"');
39 shouldBe('(function(){ leftRight = ""; left() / right(); return leftRight; })()', '"LeftRight"');
40 shouldBe('(function(){ leftRight = ""; left() * right(); return leftRight; })()', '"LeftRight"')
    [all...]
order-of-operations-expected.txt 24 PASS (function(){ leftRight = ""; left() > right(); return leftRight; })() is "LeftRight"
25 PASS (function(){ leftRight = ""; left() >= right(); return leftRight; })() is "LeftRight"
26 PASS (function(){ leftRight = ""; left() < right(); return leftRight; })() is "LeftRight"
27 PASS (function(){ leftRight = ""; left() <= right(); return leftRight; })() is "LeftRight"
28 PASS (function(){ leftRight = ""; left() + right(); return leftRight; })() is "LeftRight"
29 PASS (function(){ leftRight = ""; left() - right(); return leftRight; })() is "LeftRight"
30 PASS (function(){ leftRight = ""; left() / right(); return leftRight; })() is "LeftRight"
31 PASS (function(){ leftRight = ""; left() * right(); return leftRight; })() is "LeftRight"
32 PASS (function(){ leftRight = ""; left() % right(); return leftRight; })() is "LeftRight"
33 PASS (function(){ leftRight = ""; left() << right(); return leftRight; })() is "LeftRight
    [all...]
  /external/llvm/docs/_templates/
layout.html 5 table.right { float: right; margin-left: 20px; }
6 table.right td { border: 1px solid #ccc; }
  /frameworks/base/libs/hwui/
Rect.h 32 (r).left, (r).top, (r).right, (r).bottom
34 (r).left(), (r).top(), (r).right(), (r).bottom()
44 float right; member in class:android::uirenderer::Rect
56 right(0),
60 inline Rect(float left, float top, float right, float bottom):
63 right(right),
70 right(width),
77 right(rect.fRight),
90 left = top = right = bottom = 0.0f
    [all...]
  /external/chromium_org/base/mac/
scoped_mach_port.h 36 // A scoper for handling a Mach port that names a send right. Send rights are
37 // reference counted, and this takes ownership of the right on construction
38 // and then removes a reference to the right on destruction. If the reference
39 // is the last one on the right, the right is deallocated.
49 // A scoper for handling a Mach port's receive right. There is only one
50 // receive right per port. This takes ownership of the receive right on
51 // construction and then destroys the right on destruction, turning all
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
left_most_gc_base.h 15 class Right : public A, public B, public GarbageCollected<Right> { }; // Error
18 class DerivedRight : public Right, public Left { }; // Error
19 class DerivedLeft : public Left, public Right { };
left_most_gc_base.txt 2 ./left_most_gc_base.h:15:1: warning: [blink-gc] Class 'Right' must derive its GC base in the left-most position.
3 class Right : public A, public B, public GarbageCollected<Right> { }; // Error
6 class DerivedRight : public Right, public Left { }; // Error
  /external/clang/test/CXX/temp/temp.param/
p15.cpp 6 X<X<int>> *x2; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}}
8 X<X<X<X<int>> // expected-error{{a space is required between consecutive right angle brackets (use '> >')}}
9 >> *x3; // expected-error{{a space is required between consecutive right angle brackets (use '> >')}}
12 Y<1 >> 2> *y2; // expected-warning{{use of right-shift operator ('>>') in template argument will require parentheses in C++11}}
  /external/markdown/MarkdownTest/Tests_2007/
Backslash escapes.text 13 Right brace: \}
17 Right bracket: \]
21 Right paren: \)
49 Right brace: \}
53 Right bracket: \]
57 Right paren: \)
84 Right brace: `\}`
88 Right bracket: `\]`
92 Right paren: `\)`
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion2-expected-completion13a.txt 5 right
  /external/replicaisland/src/com/replica/replicaisland/
QuickSorter.java 44 // quicksort a[left] to a[right]
45 public void quicksort(Type[] a, int left, int right, Comparator<Type> comparator) {
46 if (right <= left) return;
47 int i = partition(a, left, right, comparator);
49 quicksort(a, i + 1, right, comparator);
52 // partition a[left] to a[right], assumes left < right
53 private int partition(Type[] a, int left, int right, Comparator<Type> comparator) {
55 int j = right;
57 while (comparator.compare(a[++i], a[right]) < 0) { // find item on left to swa
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRect.java 14 public void __constructor__(int left, int top, int right, int bottom) {
17 realRect.right = right;
24 realRect.right = otherRect.right;
30 set(rect.left, rect.top, rect.right, rect.bottom);
34 public void set(int left, int top, int right, int bottom) {
37 realRect.right = right;
43 return realRect.right - realRect.left
    [all...]
  /external/chromium_org/remoting/base/
typed_buffer_unittest.cc 52 TypedBuffer<Data> right(sizeof(int));
56 EXPECT_TRUE(right.get());
57 EXPECT_EQ(right.length(), sizeof(int));
59 Data* raw_ptr = right.get();
60 left = right.Pass();
68 EXPECT_FALSE(right.get());
69 EXPECT_EQ(right.length(), 0u);
75 TypedBuffer<Data> right(sizeof(int) * 2);
79 EXPECT_TRUE(right.get());
80 EXPECT_EQ(right.length(), sizeof(int) * 2)
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/win/
select-menu-off-screen.html 6 <li>Click on right menuand make sure whole menu (all of the entries should be completely visible) appears on screen against the right edge of the screen.</li>
14 <select id="right-select-over" style="float:right; margin-right:-50px;">
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.cpp 33 static const HTMLEntityTableEntry* halfway(const HTMLEntityTableEntry* left, const HTMLEntityTableEntry* right)
35 return &left[(right - left) / 2];
60 const HTMLEntityTableEntry* right = m_last; local
61 if (left == right)
67 return right;
68 while (left + 1 < right) {
69 const HTMLEntityTableEntry* probe = halfway(left, right);
75 right = probe;
78 ASSERT(left + 1 == right);
79 return right;
85 const HTMLEntityTableEntry* right = m_last; local
    [all...]
  /frameworks/native/libs/ui/
Rect.cpp 33 right = -1;
47 if (right < rhs.right) {
57 right -= left - x;
67 right += x;
73 const Rect result(left + rhs.x, top + rhs.y, right + rhs.x, bottom + rhs.y);
78 const Rect result(left - rhs.x, top - rhs.y, right - rhs.x, bottom - rhs.y);
85 result->right = min(right, with.right);
103 int right = height - result.top; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
mac_arabic.py 49 0x0081: 0x00a0, # NO-BREAK SPACE, right-left
60 0x008c: 0x00ab, # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK, right-left
67 0x0093: 0x2026, # HORIZONTAL ELLIPSIS, right-left
72 0x0098: 0x00bb, # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK, right-left
75 0x009b: 0x00f7, # DIVISION SIGN, right-left
80 0x00a0: 0x0020, # SPACE, right-left
81 0x00a1: 0x0021, # EXCLAMATION MARK, right-left
82 0x00a2: 0x0022, # QUOTATION MARK, right-left
83 0x00a3: 0x0023, # NUMBER SIGN, right-lef
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
mac_arabic.py 49 0x0081: 0x00a0, # NO-BREAK SPACE, right-left
60 0x008c: 0x00ab, # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK, right-left
67 0x0093: 0x2026, # HORIZONTAL ELLIPSIS, right-left
72 0x0098: 0x00bb, # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK, right-left
75 0x009b: 0x00f7, # DIVISION SIGN, right-left
80 0x00a0: 0x0020, # SPACE, right-left
81 0x00a1: 0x0021, # EXCLAMATION MARK, right-left
82 0x00a2: 0x0022, # QUOTATION MARK, right-left
83 0x00a3: 0x0023, # NUMBER SIGN, right-lef
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
utility.js 16 var right = this.length - 1;
17 while (left <= right) {
18 var mid = Math.floor((left + right) / 2);
22 right = mid - 1;
32 * @param {Array.<*>} right
35 var intersectionOfSorted = function(left, right) {
38 var idx = right.indexOf(current, from);
  /external/chromium_org/tools/telemetry/unittest_data/
page_with_swipeables.html 10 .left-right-item,
15 .left-right-item {
33 <div id="left-right" class="swipeable">
35 <div class="left-right-item red-bg">Test</div>
36 <div class="left-right-item blue-bg">Test</div>
37 <div class="left-right-item red-bg">Test</div>
38 <div class="left-right-item blue-bg">Test</div>

Completed in 1297 milliseconds

12 3 4 5 6 7 8 91011>>