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

<<61626364656667686970>>

  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c 745 free_arg(arg->op.right);
1595 struct print_arg *arg, *left, *right; local
1601 right = alloc_arg();
1603 if (!arg || !left || !right) {
1607 free_arg(right);
1613 arg->op.right = right;
1750 struct print_arg *left, *right = NULL; local
2075 long long left, right; local
3234 unsigned long long left, right; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 97 rect.right = Math.max(rect.right, x);
106 assertEquals(mTextWidth, rect.right - rect.left, mTextWidth * 0.053);
  /cts/tests/tests/util/src/android/util/cts/
RangeTest.java 65 // OK: right arg is null
163 Range<T> left, Range<T> right) {
165 " expected to be equal to right hash code for " + right,
166 left.hashCode(), right.hashCode());
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListItemFactory.java 80 Right
103 boolean right = false;
112 case Right:
113 right = true;
134 if (right) {
136 button.setText("right");
258 t2.setGravity(Gravity.RIGHT | Gravity.CENTER_VERTICAL);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 260 public void glFrustumf(float left, float right, float bottom, float top,
262 mCurrent.glFrustumf(left, right, bottom, top, near, far);
263 mgl.glFrustumf(left, right, bottom, top, near, far);
267 public void glFrustumx(int left, int right, int bottom, int top, int near,
269 mCurrent.glFrustumx(left, right, bottom, top, near, far);
270 mgl.glFrustumx(left, right, bottom, top, near, far);
490 public void glOrthof(float left, float right, float bottom, float top,
492 mCurrent.glOrthof(left, right, bottom, top, near, far);
493 mgl.glOrthof(left, right, bottom, top, near, far);
497 public void glOrthox(int left, int right, int bottom, int top, int near
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 105 * and range. The currently visible chart X values are from this rectangle's left to its right.
328 mCurrentViewport.right,
372 mAxisYLinesBuffer[i * 4 + 2] = mContentRect.right;
393 mLabelTextPaint.setTextAlign(Paint.Align.RIGHT);
463 * @param stop The maximum extreme (e.g. the right edge) for the axis.
577 canvas.translate(2 * mContentRect.left - mContentRect.right, mContentRect.bottom);
599 canvas.translate(mContentRect.right, mContentRect.top);
688 mCurrentViewport.right = mCurrentViewport.left + newWidth;
708 mCurrentViewport.right = Math.max(Math.nextUp(mCurrentViewport.left),
709 Math.min(AXIS_X_MAX, mCurrentViewport.right));
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 191 T SelectValueForShelfAlignment(T bottom, T left, T right, T top) const {
198 return right;
203 return right;
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 149 if (bounds.x() <= (launcher_bounds.right() +
152 offset->set_x(launcher_bounds.right() - bounds.x());
156 if (bounds.right() >= (launcher_bounds.x() -
  /external/chromium_org/cc/trees/
damage_tracker.cc 31 int top, right, bottom, left; local
32 filters.GetOutsets(&top, &right, &bottom, &left);
33 rect->Inset(-left, -top, -right, -bottom);
  /external/chromium_org/chrome/browser/apps/
app_window_interactive_uitest.cc 377 rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top);
390 min_size = gfx::Size(min_size.width() + insets.left() + insets.right(),
393 max_size.width() ? max_size.width() + insets.left() + insets.right() : 0,
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.css 119 border-right: 1px solid #ccc;
122 text-align: right;
161 background: url(chrome://theme/IDR_WEBSTORE_ICON_32) no-repeat right center;
196 background-position: right;
253 /* Matches right: position of dev controls toggle. */
333 float: right;
373 right: 0;
379 right: auto;
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc 52 if (bounds.right() > work_area.right())
53 bounds.set_x(work_area.right() - bounds.width());
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.cc 17 GLfloat right,
24 temp2 = right - left;
35 mat[8] = (right + left) / temp2;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
matrix.cc 17 GLfloat right,
24 temp2 = right - left;
35 mat[8] = (right + left) / temp2;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
style.css 29 border-right: 1px solid #CCCCCC;
137 right: 0;
158 right: 0;
167 float: right;
213 padding-right: 40px;
293 right: 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 245 const Length& right() const { return m_right; } function in class:blink::BasicShapeInset
255 void setRight(const Length& right) { m_right = right; }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 66 , right(0)
75 return !left && !right && !top && !bottom;
79 int right; member in struct:blink::GlyphOverflow
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 198 float: right;
204 padding-right: 0.5em;
219 float: right;
251 border-right: 1px solid #ddd;
255 text-align: right;
340 right: 0;
349 float: right;
356 right: 0;
371 right: 10%;
389 border-right-color: #69F
    [all...]
  /external/chromium_org/third_party/icu/
icu4c.css 146 padding-right: 0.5em;
157 padding-right: 0.5em;
241 padding-right: 1em;
256 padding-right: 0.5em;
269 margin-right: 2em;
278 margin-right: 2px;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gdivideorenderer.cc 201 0, 0, rcClient.right, rcClient.bottom, // destination rect
216 ptDiff.x = (rcWindow.right - rcWindow.left) - rcClient.right;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 122 prect->right = prect->left + client_rect.right;
171 *width = client_rect.right - client_rect.left;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 162 rect.right = rect.left + iWidth;
183 rect.right - rect.left, /* width */
201 assert(rect.right - rect.left == iWidth);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_optimize.c 154 const int right = MIN2(write_end, reg_end); local
156 return left < right;
219 const int right = MIN2(write_end, reg_end); local
221 if (left < right)
240 const int right = MIN2(write_end, reg_end); local
246 return left < right;
288 const int right = MIN2(read_end, reg_end); local
290 return left < right;
330 const int right = write_end < reg_end ? write_end : reg_end; local
331 if (left < right)
365 const int right = write_end < reg_end ? write_end : reg_end; local
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
core-layout-grid-extracted.js 62 axis = (axis === 'left' ? 'right' :
216 //style.right = style.bottom = style.width = style.height = '';
240 function position(elt, left, right, top, bottom) {
243 _position(elt.style, 'left', 'right', 'width', columns[left],
244 columns[right]);
302 case 'right':
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 205 rect.right - rect.left,
263 rect.right - rect.left,
277 return gfx::Size(rect.right - rect.left, rect.bottom - rect.top);

Completed in 793 milliseconds

<<61626364656667686970>>