Searched refs:RIGHT (Results 1 - 25 of 122) sorted by relevance

12345

/external/droiddriver/src/com/google/android/droiddriver/actions/
H A DScrollDirection.java26 RIGHT enum constant in enum:ScrollDirection
/external/guava/guava/src/com/google/common/collect/
H A DBstSide.java29 return RIGHT;
32 RIGHT { enum constant in enum:BstSide
H A DBstNode.java20 import static com.google.common.collect.BstSide.RIGHT;
85 case RIGHT:
120 if (hasChild(RIGHT)) {
121 result &= comparator.compare(getChild(RIGHT).getKey(), key) > 0;
H A DBstCountBasedBalancePolicies.java23 import static com.google.common.collect.BstSide.RIGHT;
65 left, left.childOrNull(LEFT), combine(nodeFactory, left.childOrNull(RIGHT), right));
68 right.childOrNull(RIGHT));
101 N rr = right.childOrNull(RIGHT);
110 N lr = left.childOrNull(RIGHT);
122 right.childOrNull(RIGHT));
128 nodeFactory.createNode(source, left.childOrNull(RIGHT), right));
178 nodeFactory, right, resultLeft, right.childOrNull(RIGHT));
180 N resultRight = balance(nodeFactory, source, left.childOrNull(RIGHT), right);
201 nodeFactory, right, resultLeft, right.childOrNull(RIGHT));
[all...]
H A DBstOperations.java19 import static com.google.common.collect.BstSide.RIGHT;
50 BstSide side = (cmp < 0) ? LEFT : RIGHT;
77 BstSide side = (cmp < 0) ? LEFT : RIGHT;
126 originalRight = tree.childOrNull(RIGHT);
173 root.getKey(), root, root.childOrNull(RIGHT),
185 if (root.hasChild(RIGHT)) {
187 extractMax(root.getChild(RIGHT), nodeFactory, balancePolicy);
188 return subResult.lift(root, RIGHT, nodeFactory, balancePolicy);
208 root.childOrNull(RIGHT));
225 insertMax(root.childOrNull(RIGHT), entr
[all...]
H A DBstRangeOps.java19 import static com.google.common.collect.BstSide.RIGHT;
49 total -= totalBeyondRangeToSide(aggregate, range, RIGHT, root);
82 ? subTreeBeyondRangeToSide(range, balancePolicy, nodeFactory, RIGHT, root)
103 N right = root.childOrNull(RIGHT);
108 case RIGHT:
109 left = subTreeBeyondRangeToSide(range, balancePolicy, nodeFactory, RIGHT, left);
167 case RIGHT:
H A DBstMutationResult.java22 import static com.google.common.collect.BstSide.RIGHT;
134 N resultRight = liftOriginalRoot.childOrNull(RIGHT);
139 case RIGHT:
/external/clang/test/Modules/Inputs/
H A Dmacros_right.h2 #define RIGHT unsigned short macro
/external/clang/test/Modules/
H A Dmacros.c59 #ifdef RIGHT
60 # error RIGHT should not be visible
74 #ifdef RIGHT
75 # error RIGHT should not be visible
103 #ifndef RIGHT
104 # error RIGHT should be visible
/external/chromium_org/ui/views/bubble/
H A Dbubble_border.h33 RIGHT = 0x01, enumerator in enum:views::BubbleBorder::ArrowMask
41 TOP_RIGHT = RIGHT,
43 BOTTOM_RIGHT = BOTTOM | RIGHT,
45 RIGHT_TOP = VERTICAL | RIGHT,
47 RIGHT_BOTTOM = VERTICAL | BOTTOM | RIGHT,
51 RIGHT_CENTER = CENTER | VERTICAL | RIGHT,
99 return has_arrow(a) && (a == LEFT_CENTER || !(a & (RIGHT | CENTER)));
116 a : static_cast<Arrow>(a ^ RIGHT);
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DDirection.java32 private final ScrollDirection[] directions = {ScrollDirection.LEFT, ScrollDirection.RIGHT};
71 case RIGHT:
/external/chromium_org/ash/display/
H A Ddisplay_layout.cc35 DisplayLayout::RIGHT, "right",
69 : position(RIGHT),
86 this->position = RIGHT;
92 Position inverted_position = RIGHT;
100 case RIGHT:
104 inverted_position = RIGHT;
H A Ddisplay_layout.h28 RIGHT, enumerator in enum:ash::DisplayLayout::Position
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dmargins.js25 this.value_[print_preview.ticket_items.CustomMargins.Orientation.RIGHT] =
42 state[print_preview.ticket_items.CustomMargins.Orientation.RIGHT] || 0,
69 newValue[print_preview.ticket_items.CustomMargins.Orientation.RIGHT],
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstTesting.java19 import static com.google.common.collect.BstSide.RIGHT;
54 && Objects.equal(childOrNull(RIGHT), node.childOrNull(RIGHT));
61 return Objects.hashCode(getKey(), childOrNull(LEFT), childOrNull(RIGHT));
89 } else if (left.hasChild(RIGHT)) {
91 left, left.childOrNull(LEFT), combine(nodeFactory, left.childOrNull(RIGHT), right));
113 return 1 + treeValue(tree.childOrNull(LEFT)) + treeValue(tree.childOrNull(RIGHT));
148 for (i = 1; path.hasNext(RIGHT); i++) {
149 path = path.next(RIGHT);
H A DBstInOrderPathTest.java18 import static com.google.common.collect.BstSide.RIGHT;
60 assertFalse(path.hasNext(RIGHT));
78 BstInOrderPath<SimpleNode> path = extension(factory, d, RIGHT, RIGHT);
109 assertFalse(path.hasNext(RIGHT));
126 BstInOrderPath<SimpleNode> path = extension(factory, d, RIGHT, RIGHT);
154 assertFalse(path.hasNext(RIGHT));
170 BstInOrderPath<SimpleNode> path = extension(factory, d, RIGHT);
181 assertTrue(path.hasNext(RIGHT));
[all...]
H A DBstNodeTest.java18 import static com.google.common.collect.BstSide.RIGHT;
55 testLacksChild(leaf, RIGHT);
62 testLacksChild(node, RIGHT);
69 testChildIs(node, RIGHT, leaf);
77 testChildIs(node, RIGHT, right);
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
H A Dcustom_margins.js33 RIGHT: 'right',
46 CustomMargins.OppositeOrientation_[CustomMargins.Orientation.RIGHT] =
51 CustomMargins.Orientation.RIGHT;
105 Math.round(margins.get(CustomMargins.Orientation.RIGHT)),
/external/chromium_org/chrome/browser/ui/views/
H A Dtask_manager_view.cc308 ui::TableColumn::RIGHT, -1, 0));
311 ui::TableColumn::RIGHT, -1, 0));
314 ui::TableColumn::RIGHT, -1, 0));
317 ui::TableColumn::RIGHT, -1, 0));
320 ui::TableColumn::RIGHT, -1, 0));
323 ui::TableColumn::RIGHT, -1, 0));
327 ui::TableColumn::RIGHT, -1, 0));
330 ui::TableColumn::RIGHT, -1, 0));
335 ui::TableColumn::RIGHT, -1, 0));
339 ui::TableColumn::RIGHT,
[all...]
/external/chromium_org/chrome_frame/test/
H A Dsimulate_input.h50 enum MouseButton { LEFT, RIGHT, MIDDLE, X }; enumerator in enum:simulate_input::MouseButton
/external/chromium_org/media/base/
H A Dchannel_layout.h108 RIGHT, enumerator in enum:media::Channels
H A Dchannel_mixer.cc41 ChannelOrder(layout, RIGHT) >= 0) ||
206 Mix(RIGHT, CENTER, scale);
215 Mix(CENTER, RIGHT, scale);
233 Mix(BACK_RIGHT, RIGHT, kEqualPowerScale);
256 Mix(SIDE_RIGHT, RIGHT, kEqualPowerScale);
278 Mix(BACK_CENTER, RIGHT, kEqualPowerScale);
291 Mix(RIGHT_OF_CENTER, RIGHT, kEqualPowerScale);
304 Mix(LFE, RIGHT, kEqualPowerScale);
/external/chromium_org/ui/base/test/
H A Dui_controls.h70 RIGHT, enumerator in enum:ui_controls::MouseButton
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPerspective.java61 IPageLayout.RIGHT,
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
H A Dimage_transform.js201 this.bounds_[DraggableRect.RIGHT] = rect.left + rect.width;
208 this.oppositeSide_[DraggableRect.LEFT] = DraggableRect.RIGHT;
209 this.oppositeSide_[DraggableRect.RIGHT] = DraggableRect.LEFT;
217 this.cssSide_[DraggableRect.RIGHT] = 'e';
232 DraggableRect.RIGHT = 'right';
262 return this.bounds_[DraggableRect.RIGHT];
319 result.xSide = DraggableRect.RIGHT;
322 result.xSide = DraggableRect.RIGHT;
327 result.xSide = DraggableRect.RIGHT;
336 result.xSide = DraggableRect.RIGHT;
[all...]

Completed in 311 milliseconds

12345