/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/pdfium/fpdfsdk/src/pdfwindow/ |
PWL_ListCtrl.cpp | 33 if (m_ptScroll.x > m_rcContent.right)
34 m_ptScroll.x = m_rcContent.right;
137 m_rcContent.right = fWidth;
170 (FX_INT32)rcTemp.right,
232 rect.right + rcClient.left - m_ptScroll.x,
242 rect.right - rcClient.left + m_ptScroll.x,
|
/frameworks/base/core/jni/android/graphics/ |
SkiaCanvas.cpp | 68 virtual int saveLayer(float left, float top, float right, float bottom, 70 virtual int saveLayerAlpha(float left, float top, float right, float bottom, 82 virtual bool quickRejectRect(float left, float top, float right, float bottom) const; 84 virtual bool clipRect(float left, float top, float right, float bottom, SkRegion::Op op); 99 virtual void drawRect(float left, float top, float right, float bottom, const SkPaint& paint); 100 virtual void drawRoundRect(float left, float top, float right, float bottom, 103 virtual void drawOval(float left, float top, float right, float bottom, const SkPaint& paint); 104 virtual void drawArc(float left, float top, float right, float bottom, 288 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, 290 SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom) [all...] |
/frameworks/base/core/jni/ |
android_view_TextureView.cpp | 44 jfieldID right; member in struct:android::__anon39317 149 rect.right = GET_INT(dirtyRect, gRectClassInfo.right); 174 clipRect.set(rect.left, rect.top, rect.right, rect.bottom); 180 int(rect.left), int(rect.top), int(rect.right), int(rect.bottom)); 233 GET_FIELD_ID(gRectClassInfo.right, clazz, "right", "I");
|
/frameworks/base/libs/hwui/ |
Layer.cpp | 182 void Layer::updateDeferred(RenderNode* renderNode, int left, int top, int right, int bottom) { 185 const Rect r(left, top, right, bottom); 248 dirtyRect.right >= width && dirtyRect.bottom >= height)) { 260 dirtyRect.right, dirtyRect.bottom, !isBlend()); 284 renderer->prepareDirty(dirtyRect.left, dirtyRect.top, dirtyRect.right, dirtyRect.bottom, 303 renderer->prepareDirty(dirtyRect.left, dirtyRect.top, dirtyRect.right, dirtyRect.bottom,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
BlackFrame.java | 126 outer.left, outer.top, inner.right, inner.top, layerStack); 134 inner.left, inner.bottom, outer.right, outer.bottom, layerStack); 136 if (outer.right > inner.right) { 138 inner.right, outer.top, outer.right, inner.bottom, layerStack);
|
/frameworks/wilhelm/tests/sandbox/ |
intbufq.c | 53 short right; member in struct:__anon40108 154 sine[i].right = sine[i].left; 158 square[i].right = square[i].left; 162 sawtooth[i].right = sawtooth[i].left; 166 half[i].right = sawtooth[i].right / 2;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
binary_search.hpp | 144 ForwardIter middle, left, right; local 160 right = boost::detail::upper_bound(++middle, first, val); 161 return std::pair<ForwardIter, ForwardIter>(left, right); 176 ForwardIter middle, left, right; local 192 right = boost::detail::upper_bound(++middle, first, val, comp); 193 return std::pair<ForwardIter, ForwardIter>(left, right);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
TextDecorator.java | 218 float right = lastCharRect.right; local 241 right = Math.max(characterBounds.right, right); 245 mComposingTextBoundsForLastComposingText.set(left, top, right, bottom);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
CursorAnchorInfoUtils.java | 160 final float right; local 164 right = secondary; 167 right = primary + charWidth; 172 right = secondary + charWidth; 175 right = primary; 178 // TODO: Check top-right and bottom-left as well. 180 final float localRight = right + viewportToContentHorizontalOffset;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_utils.h | 137 const int right = left + keyWidths[keyId] + 1; local 139 return left < right && top < bottom && x >= left && x < right && y >= top && y < bottom; 226 const int right = left + keyWidths[keyId]; local 228 const int edgeX = x < left ? left : (x > right ? right : x);
|
/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...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
RationalTest.java | 439 private static <T extends Comparable<? super T>> void assertLessThan(T left, T right) { 440 assertTrue("Expected (LR) left " + left + " to be less than right " + right, 441 left.compareTo(right) < 0); 442 assertTrue("Expected (RL) left " + left + " to be less than right " + right, 443 right.compareTo(left) > 0); 446 private static <T extends Comparable<? super T>> void assertGreaterThan(T left, T right) { 447 assertTrue("Expected (LR) left " + left + " to be greater than right " + 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;
|