HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 601 - 625 of 2429) sorted by null

<<21222324252627282930>>

  /external/chromium_org/remoting/webapp/
menu_button.css 17 .menu-button-activator + ul:not(.right-align) {
21 .menu-button-activator + ul.right-align {
22 right: 1px;
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
utilities.py 149 left, right = foreign_implements.pop()
155 (left, right, interface_name))
158 [left for left, right in implements_pairs if right == interface_name],
159 [right for left, right in implements_pairs if left == interface_name])
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
breakpointsList.css 35 margin-right: 8px;
46 margin-right: 0;
100 right: 0;
requestHeadersView.css 14 right: 0;
69 margin-right: 0.5em;
77 margin-right: 1em;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_renderer.cc 27 const float right,
31 if (!self || self->Init(z_order, left, top, right, bottom) != 0) {
65 const float right,
67 return render_module_.ConfigureRenderer(render_id_, z_order, left, top, right,
126 const float right,
130 render_id_, z_order, left, top, right, bottom));
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
volume_test.cc 248 TEST_LOG("Speak and verify that the following levels look right:\n");
274 float right = -1.0; local
276 EXPECT_EQ(0, voe_volume_control_->GetOutputVolumePan(channel_, left, right));
278 EXPECT_FLOAT_EQ(1.0, right);
290 TEST_LOG("Panning right.\n");
296 float right = 0.0f; local
298 EXPECT_EQ(0, voe_volume_control_->GetOutputVolumePan(channel_, left, right));
300 EXPECT_FLOAT_EQ(0.8f, right);
  /external/chromium_org/ui/gfx/win/
hwnd_util.cc 49 bounds.right - bounds.left, bounds.bottom - bounds.top,
161 if (pref.width() < (center_bounds.right - center_bounds.left)) {
163 (center_bounds.right - center_bounds.left - pref.width()) / 2;
165 window_bounds.right = window_bounds.left + pref.width();
183 window_bounds.right = window_bounds.left + pref.width();
210 Point point = Point(base::i18n::IsRTL() ? rect.right : rect.left, rect.top);
  /external/chromium_org/ui/webui/resources/css/
expandable_bubble.css 25 right: 5px; /* TODO(finnur): Need to handle RTL properly. */
44 right: 0;
59 right: 0;
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 185 right()->PrintTo(stream);
221 right()->PrintTo(stream);
717 DCHECK(instr->right()->representation().Equals(instr->representation()));
720 HValue* right_value = instr->right();
721 LOperand* right = NULL; local
726 right = chunk_->DefineConstantOperand(constant);
734 right = UseFixed(right_value, ecx);
748 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
760 DCHECK(instr->right()->representation().IsDouble());
763 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand()) local
768 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand()); local
778 HValue* right = instr->right(); local
1016 LOperand* right = UseFixed(instr->right(), InstanceofStub::right()); local
1315 LOperand* right = UseOrConstantAtStart(instr->BetterRightOperand()); local
1537 LOperand* right = UseOrConstant(instr->BetterRightOperand()); local
1561 LOperand* right = UseOrConstantAtStart(instr->right()); local
1587 LOperand* right = use_lea local
1608 LOperand* right = use_lea local
1624 LOperand* right = NULL; local
1649 LOperand* right = local
1664 LOperand* right = UseFixed(instr->right(), eax); local
1677 LOperand* right = UseOrConstantAtStart(instr->right()); local
1684 LOperand* right; local
1703 LOperand* right = UseOrConstantAtStart(instr->right()); local
1757 LOperand* right = UseFixed(instr->right(), eax); local
2444 LOperand* right = UseFixed(instr->right(), eax); local
    [all...]
  /external/chromium_org/v8/tools/profviz/
profviz.css 37 margin-right: auto;
93 text-align: right;
94 padding-right: 5px;
  /external/compiler-rt/make/
lib_util.mk 46 # Helper function to select the right set of dirs in generic priority order.
53 # Helper function to select the right set of dirs in optimized priority order.
60 # Helper function to select the right set of dirs (which should be exactly one)
  /external/e2fsprogs/intl/
plural.y 98 new_exp_1 (enum operator op, struct expression *right)
102 args[0] = right;
107 new_exp_2 (enum operator op, struct expression *left, struct expression *right)
112 args[1] = right;
135 %right '?' /* ? */
142 %right '!' /* ! */
  /external/icu/icu4c/source/layout/
KernTable.cpp 23 le_uint16 right; // right glyph of kern pair member in struct:PairInfo
29 #define SWAP_KEY(p) (((le_uint32) SWAPW((p)->left) << 16) | SWAPW((p)->right))
161 le_uint16 right = p->right;
164 if (left < 256 && right < 256) {
173 c = ids[right];
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 101 padding-right: 8px;
102 right: 0;
124 right: 9px;
139 right: 9px;
185 text-align: right;
215 margin-right: 10px; /* Total horizontal margins add to TILE_MARGIN. */
229 margin-right: 8px;
263 margin-right: 0;
373 right: 32px;
412 right: 4px
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 196 right()->PrintTo(stream);
232 right()->PrintTo(stream);
716 DCHECK(instr->right()->representation().Equals(instr->representation()));
719 HValue* right_value = instr->right();
720 LOperand* right = NULL; local
725 right = chunk_->DefineConstantOperand(constant);
733 right = UseFixed(right_value, ecx);
747 DefineSameAsFirst(new(zone()) LShiftI(op, left, right, does_deopt));
759 DCHECK(instr->right()->representation().IsDouble());
762 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand()) local
767 LOperand* right = UseRegisterAtStart(instr->BetterRightOperand()); local
777 HValue* right = instr->right(); local
1035 LOperand* right = UseFixed(instr->right(), InstanceofStub::right()); local
1326 LOperand* right = UseOrConstantAtStart(instr->BetterRightOperand()); local
1548 LOperand* right = UseOrConstant(instr->BetterRightOperand()); local
1572 LOperand* right = UseOrConstantAtStart(instr->right()); local
1598 LOperand* right = use_lea local
1619 LOperand* right = use_lea local
1635 LOperand* right = NULL; local
1660 LOperand* right = UseRegisterAtStart(instr->right()); local
1671 LOperand* right = UseFixed(instr->right(), eax); local
1684 LOperand* right = UseOrConstantAtStart(instr->right()); local
1691 LOperand* right; local
1710 LOperand* right = UseOrConstantAtStart(instr->right()); local
1763 LOperand* right = UseFixed(instr->right(), eax); local
2448 LOperand* right = UseFixed(instr->right(), eax); local
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
RationalTest.java 420 private static <T extends Comparable<? super T>> void assertLessThan(T left, T right) {
421 assertTrue("Expected (LR) left " + left + " to be less than right " + right,
422 left.compareTo(right) < 0);
423 assertTrue("Expected (RL) left " + left + " to be less than right " + right,
424 right.compareTo(left) > 0);
427 private static <T extends Comparable<? super T>> void assertGreaterThan(T left, T right) {
428 assertTrue("Expected (LR) left " + left + " to be greater than right " + right,
    [all...]
  /external/chromium_org/athena/wm/
split_view_controller.cc 181 aura::Window* right,
186 if (!left && left_window_ != right)
188 if (!right && right_window_ != left)
189 right = right_window_;
195 if (left == right && iter != windows.rend()) {
201 if (!right && iter != windows.rend()) {
202 right = *iter;
204 if (right == left && iter != windows.rend()) {
205 right = *iter;
211 if (left_window_ && left_window_ != left && left_window_ != right)
    [all...]
  /external/mksh/src/
tree.c 98 t = t->right;
102 t = t->right;
107 t->left, (t->type == TOR) ? "||" : "&&", t->right);
112 t = t->right;
137 for (t1 = t->left; t1 != NULL; t1 = t1->right) {
160 t1 = t1->right;
166 t1 = t1->right;
172 } while (t1->right && t1->right->type == TELIF);
173 if (t1->right != NULL)
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.css 33 float: right;
47 float: right;
69 float: right;
106 float: right;
140 float: right;
152 float: right;
177 margin-right: -1px;
197 border-bottom-right-radius: 2px;
198 border-top-right-radius: 2px;
199 margin-right: 0
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 68 addCropFrame('right top corner');
70 addCropFrame('right vertical');
73 addCropFrame('right bottom corner');
272 * left/top/right/bottom held instead for convenience.
274 * @type {{left: number, right: number, top: number, bottom: number}}
279 this.bounds_[DraggableRect.RIGHT] = rect.left + rect.width;
320 DraggableRect.RIGHT = 'right';
349 * Obtains the right position.
353 return this.bounds_[DraggableRect.RIGHT];
    [all...]
  /cts/tools/tradefed-host/res/report/
cts_result.css 30 margin-right:auto;
39 margin-right:auto;
61 margin-right:auto;
82 margin-right:auto;
127 margin-right:auto;
  /external/chromium_org/chrome/browser/resources/uber/
uber_shared.css 46 right: 0;
59 right: 23px;
63 right: 155px;
70 right: 20px;
78 right: auto;
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineIntersection.cpp 150 // left * dy <= xIntercept * dy <= right * dy
151 // thus: left * dy <= (line[1].x - line[0].x) * (y - line[0].y) <= right * dy
154 int horizontalLineIntersect(const _Line& line, double left, double right,
162 if (xIntercept > right || xIntercept < left) {
168 int horizontalIntersect(const _Line& line, double left, double right,
177 if (xIntercept > right || xIntercept < left) {
180 intersections.fT[1][0] = (xIntercept - left) / (right - left);
191 double overlapR = SkTMin(right, lineR);
199 intersections.fT[1][0] = (overlapL - left) / (right - left);
202 intersections.fT[1][1] = (overlapR - left) / (right - left)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
open_gles20.mm 69 1, -1, 0, 1, 1, // Bottom Right
70 1, 1, 0, 1, 0, // Top Right
124 const float right,
126 if (top > 1 || top < 0 || right > 1 || right < 0 || bottom > 1 ||
136 // Bottom Right
137 vertices_[5] = (right * 2) - 1;
141 // Top Right
142 vertices_[10] = (right * 2) - 1;
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
drive_welcome.css 92 right: 0;
135 right: 0;
157 right: 0;
165 right: 0;
172 margin-right: 10px;

Completed in 488 milliseconds

<<21222324252627282930>>