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

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
matrix.h 36 _mesa_Frustum( GLdouble left, GLdouble right,
41 _mesa_Ortho( GLdouble left, GLdouble right,
  /external/chromium_org/third_party/polymer/components/core-item/
core-item.css 38 right: 0;
  /external/chromium_org/third_party/polymer/components/paper-tabs/
paper-tabs.css 22 right: 0;
  /external/chromium_org/third_party/polymer/components-chromium/core-item/
core-item.css 38 right: 0;
  /external/chromium_org/third_party/polymer/components-chromium/core-layout-trbl/
core-slide-extracted.js 69 if (s.style.left === '' && s.style.right !== '') {
83 this.target.style.right = r + 'px';
88 if (s.style.right === '' && s.style.left !== '') {
92 s.style.right = r + 'px';
  /external/chromium_org/third_party/polymer/components-chromium/paper-tabs/
paper-tabs.css 22 right: 0;
  /external/chromium_org/third_party/skia/tests/
PathOpsLineIntersectionTest.cpp 114 double right = SkTMax(line1[0].fX, line1[1].fX); local
116 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
121 double right = SkTMax(line2[0].fX, line2[1].fX); local
123 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
157 double right = SkTMax(line1[0].fX, line1[1].fX); local
159 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
166 double right = SkTMax(line2[0].fX, line2[1].fX); local
168 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
  /external/chromium_org/third_party/webrtc/voice_engine/
output_mixer.h 75 int SetOutputVolumePan(float left, float right);
77 int GetOutputVolumePan(float& left, float& right);
  /external/chromium_org/ui/gfx/geometry/
box_f.cc 36 float max_x = std::max(right(), max.x());
61 ExpandTo(box.origin(), gfx::Point3F(box.right(), box.bottom(), box.front()));
  /external/chromium_org/v8/src/
splay-tree-inl.h 120 // the right subtree.
193 // No left child, so the new tree is just the right child.
197 Node* right = root_->right_; local
200 // Splay to make sure that the new root has an empty right child.
202 // Insert the original right child as the right child of the new
204 root_->right_ = right;
215 // counter-intuitive: The right child of the dummy node will hold
218 // and right will always be nodes and we avoid special cases.
221 Node* right = dummy local
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
shift-shr.js 7 // Check the results of `left >>> right`. The result is always unsigned (and
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 65 const LExpr *right() const { return RHS; } function in class:clang::threadSafety::lexpr::BinOp
66 LExpr *right() { return RHS; } function in class:clang::threadSafety::lexpr::BinOp
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runrc.cmd 56 if right(dir, 1) \= '\' then dir = dir || '\'
  /external/icu/icu4c/source/i18n/
cecal.cpp 65 CECalendar::operator=(const CECalendar& right)
67 Calendar::operator=(right);
  /external/mesa3d/src/mesa/main/
matrix.h 36 _mesa_Frustum( GLdouble left, GLdouble right,
41 _mesa_Ortho( GLdouble left, GLdouble right,
  /external/skia/tests/
PathOpsLineIntersectionTest.cpp 107 double right = SkTMax(line1[0].fX, line1[1].fX); local
109 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
114 double right = SkTMax(line2[0].fX, line2[1].fX); local
116 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
150 double right = SkTMax(line1[0].fX, line1[1].fX); local
152 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
159 double right = SkTMax(line2[0].fX, line2[1].fX); local
161 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
  /external/smali/util/src/main/java/org/jf/util/
TwoColumnOutput.java 43 * one which goes on the right.
61 * @param rightWidth &gt; 0; width of the right column, in characters
86 * @param rightWidth &gt;= 1; width of the right column, in characters
96 public void write(String left, String right) throws IOException {
98 rightLines = StringWrapper.wrapString(right, rightWidth, rightLines);
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 321 protected void internalSetPadding(int left, int top, int right, int bottom) {
322 super.internalSetPadding(left, top, right, bottom);
388 final int right; local
391 right = left + mCheckMarkWidth;
393 right = width - mBasePadding;
394 left = right - mCheckMarkWidth;
396 checkMarkDrawable.setBounds(mScrollX + left, top, mScrollX + right, bottom);
401 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom);
  /frameworks/base/libs/hwui/
UvMapper.h 86 * - right = max. U
92 texCoords.right = lerp(mMinU, mMaxU, texCoords.right);
  /frameworks/base/media/java/android/media/tv/
ITvInputClient.aidl 42 void onLayoutSurface(int left, int top, int right, int bottom, int seq);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimateableViewBounds.java 48 mSourceView.getWidth() - mClipRect.right,
81 mSourceView.getWidth() - mClipRect.right,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SpeedBumpView.java 60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
61 super.onLayout(changed, left, top, right, bottom);
StackScrollerDecorView.java 49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
50 super.onLayout(changed, left, top, right, bottom);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.cpp 45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray)
49 int xEnd = static_cast<int>(width * right);
  /frameworks/compile/mclinker/lib/Core/
InputTree.cpp 27 pMover.connect(pRoot, pTree.m_Root.node.right);
31 pTree.m_Root.node.left = pTree.m_Root.node.right = &pTree.m_Root.node;

Completed in 932 milliseconds

<<31323334353637383940>>