/external/chromium_org/third_party/angle_dx11/src/compiler/ |
Intermediate.cpp | 22 static TPrecision GetHigherPrecision( TPrecision left, TPrecision right ){ 23 return left > right ? left : right; 147 TIntermTyped* TIntermediate::addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc& line, TSymbolTable& symbolTable) 182 if (left->getType().getStruct() && right->getType().getStruct()) { 183 if (left->getType() != right->getType()) 186 TIntermTyped* child = addConversion(op, left->getType(), right); 188 right = child; 190 child = addConversion(op, right->getType(), left); 200 // one and promote it to the right type [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/ |
no_destinations_promo.css | 30 float: right; 44 right: 14px; 58 text-align: right;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.css | 22 margin-right: 4px; 70 text-align: right; 72 padding-right: 10px;
|
/external/chromium_org/native_client_sdk/src/examples/resources/ |
index.css | 20 .header, .footer, .left-border, .right-border { 31 .left-border, .right-border { 39 float: right;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
breakpointsList.css | 35 margin-right: 8px; 41 margin-right: 0; 95 right: 0;
|
/external/chromium_org/ui/gfx/ |
rect_base.h | 47 Type right() const { return x() + width(); } function in class:gfx::RectBase 50 PointClass top_right() const { return PointClass(right(), y()); } 52 PointClass bottom_right() const { return PointClass(right(), bottom()); } 69 void Inset(Type left, Type top, Type right, Type bottom); 83 right() - inner.right());
|
/external/chromium_org/ui/webui/resources/css/ |
bubble.css | 22 /* When the close button is there, we need more padding on the right of the 31 right: 6px; 39 right: auto; 65 right: 0;
|
/external/chromium_org/v8/tools/testrunner/local/ |
old_statusfile.py | 112 def __init__(self, left, op, right): 115 self.right = right 119 return self.left.Evaluate(env, defs) or self.right.Evaluate(env, defs) 123 return not self.left.GetOutcomes(env, defs).isdisjoint(self.right.GetOutcomes(env, defs)) 125 return self.left.GetOutcomes(env, defs).isdisjoint(self.right.GetOutcomes(env, defs)) 128 return self.left.Evaluate(env, defs) and self.right.Evaluate(env, defs) 132 return self.left.GetOutcomes(env, defs) | self.right.GetOutcomes(env, defs) 134 if self.right.Evaluate(env, defs): return self.left.GetOutcomes(env, defs) 138 return self.left.GetOutcomes(env, defs) & self.right.GetOutcomes(env, defs [all...] |
/external/icu4c/layout/ |
KernTable.cpp | 23 le_uint16 right; // right glyph of kern pair member in struct:PairInfo 28 #define SWAP_KEY(p) (((le_uint32) SWAPW((p)->left) << 16) | SWAPW((p)->right)) 139 le_uint16 right = p->right; local 141 if (left < 256 && right < 256) { 150 c = ids[right];
|
/external/libvpx/libvpx/tools/ |
diff.py | 47 self.right = DiffLines(file_b, start_b, len_b) 55 self.right.Append(line) 58 self.right.Append(line) 65 return self.left.Complete() and self.right.Complete() 69 self.left.filename, self.right.filename, 70 max(self.left.length, self.right.length))
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterCropRepresentation.java | 70 || mCrop.right != crop.mCrop.right 99 crop.right *= bitmapWidth; 110 crop.right /= bitmapWidth; 157 writer.name(BOUNDS[2]).value(mCrop.right); 172 mCrop.right = (float) reader.nextDouble();
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
ButtonDropTarget.java | 135 final int right; local 138 right = to.right - getPaddingRight(); 139 left = right - width; 142 right = left + width; 148 to.set(left, top, right, bottom);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
ButtonDropTarget.java | 139 final int right; local 142 right = to.right - getPaddingRight(); 143 left = right - width; 146 right = left + width; 152 to.set(left, top, right, bottom);
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
PercentageBarChart.java | 76 final int right = getWidth() - getPaddingRight(); local 80 final int width = right - left; 84 float nextX = right; 120 if (nextX > right) { 121 canvas.drawRect(lastX, top, right, bottom, e.paint); 130 canvas.drawRect(lastX, top, right, bottom, mEmptyPaint);
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
keyboard_overlay_data.js | 148 'format': 'right', 214 'format': 'right', 336 'format': 'right', 400 'label': 'right' 481 'format': 'right', 541 'format': 'right', 652 'format': 'right', 716 'label': 'right' 791 'format': 'right', 840 'format': 'right', [all...] |
/external/chromium_org/cc/layers/ |
heads_up_display_layer_impl.h | 99 int right, 103 int right, 108 int right) const;
|
/external/chromium_org/chrome/browser/resources/downloads/ |
downloads.css | 20 float: right; 42 float: right; 87 right: -110px; 108 right: 9px; 115 no-repeat right bottom; 139 right: 0;
|
/external/chromium_org/remoting/host/ |
disconnect_window_win.cc | 102 *width = rect.right; 215 RoundRect(hdc, rect.left, rect.top, rect.right - 1, rect.bottom - 1, 290 int window_width = window_rect.right - window_rect.left; 293 int left = (monitor_info.rcWork.right + monitor_info.rcWork.left - 327 rect.right = kWindowTextMargin; 330 int margin = rect.right; 340 message_rect.right = message_rect.left + control_width + margin; 344 message_rect.right - message_rect.left, 358 button_rect.left = message_rect.right; 359 button_rect.right = button_rect.left + control_width + margin * 2 [all...] |
/external/chromium_org/skia/ext/ |
skia_utils_win.cc | 24 COMPILE_ASSERT(SK_OFFSETOF(RECT, right) == SK_OFFSETOF(SkIRect, fRight), o3); 28 COMPILE_ASSERT(sizeof(RECT().right) == sizeof(SkIRect().fRight), o7); 43 SkIntToScalar(rect.right), SkIntToScalar(rect.bottom) };
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/ |
fmtflags.pass.cpp | 21 // static const fmtflags right; 29 // static const fmtflags adjustfield = left | right | internal; 45 assert(std::ios_base::right); 63 & std::ios_base::right 74 | std::ios_base::right
|
/packages/apps/Browser/src/com/android/browser/view/ |
StopProgressView.java | 73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 74 super.onLayout(changed, left, top, right, bottom); 75 mWidth = (right - left) * 2 / 3;
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
TinyPlanetPreview.java | 103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 104 super.onLayout(changed, left, top, right, bottom); 106 int width = right - left;
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Operation.java | 40 /** The right operand expression. 80 * Set the left and right operand expressions for this operation. 84 * @param r The right expression operand. 110 XObject right = m_right.execute(xctxt, true); local 112 XObject result = operate(left, right); 114 right.detach(); 123 * @param right non-null reference to the evaluated right operand. 129 public XObject operate(XObject left, XObject right) 141 /** @return the right operand of binary operation, as an Expression [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.h | 26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_button_border.cc | 20 normal_set_.right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_RIGHT_N); 31 hot_set_.right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_RIGHT_H); 41 pushed_set_.right = rb.GetBitmapNamed(IDR_INFOBARBUTTON_RIGHT_P); 78 // Draw top right image. 90 bounds.width() - set->right->width() - set->left->width(), 93 // Stretch right image. 94 canvas->DrawBitmapInt(*set->right, 0, 0, set->right->width(), 95 set->right->height(), bounds.width() - set->right->width() [all...] |