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

1 2 3 4 5 67 8 91011>>

  /external/chromium-trace/trace-viewer/src/tcmalloc/
tcmalloc_snapshot_view.css 40 /* Allocation size in MB, right-aligned for easier comparison of columns. */
43 padding-right: 10px;
44 text-align: right;
51 padding-right: 10px;
52 text-align: right;
56 /* Trace name, inline so it appears to the right of the byte count. */
  /external/guava/guava/src/com/google/common/collect/
BstBalancePolicy.java 32 * subtrees {@code left} and {@code right}. It is guaranteed that the resulting tree will have
34 * then the subtree {@code right}.
36 N balance(BstNodeFactory<N> nodeFactory, N source, @Nullable N left, @Nullable N right);
39 * Constructs a locally balanced tree around the subtrees {@code left} and {@code right}. It is
41 * {@code left}, then the subtree {@code right}.
44 N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right);
BstNode.java 20 import static com.google.common.collect.BstSide.RIGHT;
58 * The right child of this node. A null value indicates that this node has no right child.
61 private final N right; field in class:BstNode
63 BstNode(@Nullable K key, @Nullable N left, @Nullable N right) {
66 this.right = right;
85 case RIGHT:
86 return right;
120 if (hasChild(RIGHT)) {
    [all...]
  /external/replicaisland/res/values/
arrays.xml 3 <!-- This came right out of frameworks/base/include/ui/KeycodeLabels.h -->
6 <item>SOFT RIGHT</item>
26 <item>DPAD RIGHT</item>
62 <item>ALT RIGHT</item>
64 <item>SHIFT RIGHT</item>
76 <item>RIGHT BRACKET</item>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
swap.hpp 30 void swap_impl(T& left, T& right)
33 swap(left,right);
37 void swap_impl(T (& left)[N], T (& right)[N])
41 ::boost_swap_impl::swap_impl(left[i], right[i]);
49 void swap(T1& left, T2& right)
51 ::boost_swap_impl::swap_impl(left, right);
  /external/lldb/www/python_reference/
_lldb'-module.html 31 <th class="navbar" align="right" width="100%">
48 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
50 <tr><td align="right"><span class="options"
69 <td align="right" valign="top"
78 <td width="15%" align="right" valign="top" class="summary">
85 <td align="right" valign="top">
95 <td width="15%" align="right" valign="top" class="summary">
102 <td align="right" valign="top">
112 <td width="15%" align="right" valign="top" class="summary">
119 <td align="right" valign="top"
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
remove_user_delegate.h 13 // Called right before actual user removal process is initiated.
16 // Called right after user removal process has been initiated.
  /external/chromium_org/chrome/browser/resources/memory_internals/
extension_view.css 6 text-align: right;
16 text-align: right;
  /external/chromium_org/chrome/browser/resources/options/
certificate_tree.css 9 margin-right: 3px;
11 padding-right: 1px;
password_manager.css 13 right: 0;
18 right: auto;
  /external/chromium_org/chrome/browser/resources/
profile_signin_confirmation.css 8 margin-right: 0;
16 margin-right: 0;
  /external/chromium_org/third_party/WebKit/ManualTests/
context-menu-during-drag-selection.html 7 drag should start. While selecting text, press and hold the right mouse button
8 to invoke the context menu, then release the right mouse button over a context
  /external/clang/test/CodeGenCXX/
microsoft-abi-multiple-nonvirtual-inheritance.cpp 7 struct Right {
8 virtual void right();
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
16 virtual void right();
68 child->right();
69 // When calling a right base's virtual method, one needs to adjust 'this' at
74 // CHECK: %[[RIGHT:.*]] = bitcast i8* %[[RIGHT_i8]] to %struct.Right*
76 // CHECK: %[[VFPTR:.*]] = bitcast %struct.Right* %[[RIGHT]] to void (%struct.Right*)**
84 void ChildOverride::right() { function in class:ChildOverride
129 void GrandchildOverride::right() { function in class:GrandchildOverride
    [all...]
  /external/clang/test/Parser/
objcxx11-protocol-in-template.mm 10 // expected-error@14{{a space is required between consecutive right angle brackets}}
11 // expected-error@15{{a space is required between consecutive right angle brackets}}
  /external/llvm/test/CodeGen/AArch64/
arm64-extract.ll 7 %right = lshr i64 %in, 45
8 %val5 = or i64 %left, %right
16 %right = lshr i32 %in, 23
17 %val5 = or i32 %left, %right
25 %right = lshr i32 %rhs, 26
26 %val = or i32 %left, %right
36 %right = lshr i64 %rhs, 40
38 %val = or i64 %right, %left
extract.ll 6 %right = lshr i64 %in, 45
7 %val5 = or i64 %left, %right
15 %right = lshr i32 %in, 23
16 %val5 = or i32 %left, %right
24 %right = lshr i32 %rhs, 26
25 %val = or i32 %left, %right
35 %right = lshr i64 %rhs, 40
37 %val = or i64 %right, %left
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMarginLayoutParams.java 20 public void setMargins(int left, int top, int right, int bottom) {
23 realMarginLayoutParams.rightMargin = right;
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectTest.java 55 assertEquals(3, mRect.right);
67 assertEquals(3, mRect.right);
77 assertEquals(10, mRect.right);
84 assertEquals(10, mRect.right);
115 assertEquals(6, mRect.right);
130 assertEquals(10, mRect.right);
138 assertEquals(10, mRect.right);
146 // 1. left < right, top < bottom
147 // this.left < this.right, this.top < this.bottom
152 assertEquals(2, mRect.right);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 10 if (left > right) {
12 left = right;
13 right = temp;
28 right = right < src_n.right ? right : src_n.right;
30 if (left > right || top > bottom) {
31 left = top = right = bottom = 0;
    [all...]
  /external/chromium_org/chrome/browser/resources/login/
bubble.css 38 right: 17px;
41 html[dir=ltr] .bubble-right::before,
58 right: 17px;
62 html[dir=rtl] .bubble-right::before {
64 right: -16px;
86 right: 17px;
89 html[dir=ltr] .bubble-right::after,
106 right: 17px;
110 html[dir=rtl] .bubble-right::after {
112 right: -15px
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
InspectedPagePlaceholder.js 14 this._margins = { top: 0, right: 0, bottom: 0, left: 0 };
27 var margins = { top: 0, right: 0, bottom: 0, left: 0 };
30 var adjacent = { top: true, right: true, bottom: true, left: true };
46 if (this._margins.top !== margins.top || this._margins.left !== margins.left || this._margins.right !== margins.right || this._margins.bottom !== margins.bottom) {
81 var width = rect.width - (this._margins.left + this._margins.right) / zoomFactor;
109 var right = Math.min(rect.right * zoomFactor - this._margins.right, bodyRect.right * zoomFactor)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRectExtent.h 47 IntRectExtent(int top, int right, int bottom, int left)
49 , m_right(right)
58 int right() const { return m_right; } function in class:WebCore::IntRectExtent
59 void setRight(int right) { m_right = right; }
67 bool isZero() const { return !left() && !right() && !top() && !bottom(); }
75 rect.expand(left() + right(), top() + bottom());
88 && a.right() == b.right()
101 a.setRight(a.right() + b.right())
    [all...]
  /external/chromium_org/third_party/skia/tools/lua/
skia.lua 20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 }
27 rect = { left = l, top = t, right = r, bottom = b }
30 rect = { right = l, bottom = t }
40 return self.right - self.left
54 value = value * self.right
62 self.right = 0
69 self.right = r
78 self.right = self.right + dx
87 self.right = self.right - d
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
IntConst.java 44 public ASTree compute(int op, ASTree right) {
45 if (right instanceof IntConst)
46 return compute0(op, (IntConst)right);
47 else if (right instanceof DoubleConst)
48 return compute0(op, (DoubleConst)right);
53 private IntConst compute0(int op, IntConst right) {
55 int type2 = right.type;
66 long value2 = right.value;
112 private DoubleConst compute0(int op, DoubleConst right) {
114 double value2 = right.value
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDLKey.3 22 SDLK_RIGHTPAREN ')' right parenthesis
48 SDLK_RIGHTBRACKET ']' right bracket
98 SDLK_RIGHT right arrow
123 SDLK_RSHIFT right shift
125 SDLK_RCTRL right ctrl
127 SDLK_RALT right alt
129 SDLK_RMETA right meta
132 SDLK_RSUPER right windows key
152 KMOD_RCTRL Right Control is down
153 KMOD_RSHIFT Right Shift is dow
    [all...]

Completed in 6395 milliseconds

1 2 3 4 5 67 8 91011>>