/external/javassist/src/main/javassist/compiler/ |
JvstCodeGen.java | 123 ASTree right, boolean doDup) throws CompileError 130 right.accept(this); 139 super.atFieldAssign(expr, op, left, right, doDup);
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
vp8_subpixelvariance16x16s_neon.asm | 60 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 241 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 259 vrhadd.u8 q1, q2, q3 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 368 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 386 vrhadd.u8 q1, q2, q3 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 435 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
|
/art/compiler/optimizing/ |
nodes.h | 901 HInstruction* right) : HExpression(result_type) { 903 SetRawInputAt(1, right); [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
mat4.js | 708 * @param {Number} right Right bound of the frustum 715 mat4.frustum = function (out, left, right, bottom, top, near, far) { 716 var rl = 1 / (right - left), 727 out[8] = (right + left) * rl; 775 * @param {number} right Right bound of the frustum 782 mat4.ortho = function (out, left, right, bottom, top, near, far) { 783 var lr = 1 / (left - right), 798 out[12] = (left + right) * lr [all...] |
/external/chromium_org/third_party/icu/source/common/ |
unistr.cpp | 466 // is the right side bogus? 625 * one way to do this is to right-shift the value to 1510 UChar *right = left + length - 1; \/\/ -1 for inclusive boundary (length>=2) local [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
alphaindex.cpp | 51 collatorComparator(const void *context, const void *left, const void *right); 54 recordCompareFn(const void *context, const void *left, const void *right); 669 // if the current bucket isn't the right one, find the one that is [all...] |
/external/chromium_org/ui/views/controls/ |
label_unittest.cc | 238 border.top(), border.left(), border.bottom(), border.right())); 307 border.top(), border.left(), border.bottom(), border.right())); 405 // Right aligned text. 411 // The text should be right aligned horizontally and centered vertically. 424 border.top(), border.left(), border.bottom(), border.right())); 466 // Right aligned text. 472 // The text should be right aligned horizontally and centered vertically. 554 border.top(), border.left(), border.bottom(), border.right())); 649 // The text should be right aligned horizontally and centered vertically. 679 border.top(), border.left(), border.bottom(), border.right())); [all...] |
/external/icu/icu4c/source/common/ |
unistr.cpp | 466 // is the right side bogus? 625 * one way to do this is to right-shift the value to 1510 UChar *right = left + length - 1; \/\/ -1 for inclusive boundary (length>=2) local [all...] |
/external/icu/icu4c/source/i18n/ |
alphaindex.cpp | 52 collatorComparator(const void *context, const void *left, const void *right); 55 recordCompareFn(const void *context, const void *left, const void *right); 665 // if the current bucket isn't the right one, find the one that is [all...] |
/build/tools/droiddoc/templates-pdk/ |
docpage.cs | 92 <a href="#top" style="float:right">↑ Go to top</a>
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
NinePatchDrawableTest.java | 150 assertTrue(r.right > 0); 157 assertTrue(r.right > 0);
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
InsertionListView.java | 367 interpolate(startValue.right, endValue.right, fraction),
|
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
DynamicListView.java | 308 * data set change, a layout is invoked to place the cells in the right place. 460 interpolate(startValue.right, endValue.right, fraction),
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
IETFUtils.java | 291 char right = str.charAt((index * 2) + off + 1); local 293 data[index] = (byte)((convertHex(left) << 4) | convertHex(right));
|
/external/chromium_org/base/test/ |
trace_event_analyzer.h | 484 // Construct a boolean Query that returns (left <binary_op> right). 485 Query(const Query& left, const Query& right, Operator binary_op); 491 // If either left or right does not convert to double, false is returned. 496 // If either left or right does not convert to string, false is returned. 530 const Query& right() const;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
provided_file_systems.css | 136 right: 0;
|
/external/chromium_org/chrome/browser/resources/feedback/css/ |
feedback.css | 78 margin-right: 9px;
|
/external/chromium_org/chrome/browser/resources/ |
set_as_default_browser.css | 17 right: 0;
|
/external/chromium_org/chrome/browser/ui/views/ |
find_bar_view.cc | 250 find_next_button_->bounds().right() - find_text_x, 287 // First we draw the close button on the far right. 333 kMarginLeftOfMatchCountLabel + find_text_insets.right()); 446 // in the Find box is changed right after the tab is destroyed. Otherwise, it
|
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 177 // This 0.01 hack prevents the fill from filling more pixels on the right 194 start_x = icon_->bounds().right() + kIconToLabelSpacing; 285 (icon_->bounds().right() + kIconToLabelSpacing) : kEdgeItemPadding);
|
/external/chromium_org/chrome/browser/web_applications/ |
web_app.cc | 69 const WebApplicationInfo::IconInfo& right) { 70 return left.width < right.width;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
chrome_web_view.js | 59 * Calls to show contextmenu right away instead of dispatching a 'contextmenu'
|
/external/chromium_org/chrome/test/chromedriver/js/ |
get_element_region.js | 84 'width': clientRect.right - clientRect.left,
|
/external/chromium_org/pdf/pdfium/ |
pdfium_engine.h | 212 // Calculate which pages should be displayed right now. 399 double right, 405 double right,
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
CSSPropertyEquality.cpp | 199 return a.right() == b.right();
|