HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1501 - 1525 of 2429) sorted by null

<<61626364656667686970>>

  /external/chromium_org/v8/test/webkit/
dfg-int32-to-double-on-set-local-and-sometimes-exit.js 25 "Tests that an Int32ToDouble placed on a SetLocal does a forward exit, and works right even when the relevant variable is actually predicted numeric."
dfg-patchable-get-by-id-after-watchpoint.js 25 "This tests that a patchable GetById right after a watchpoint has the appropriate nop padding."
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForSetsInJavaUtil.java 329 public int compare(T left, T right) {
330 return String.valueOf(left).compareTo(String.valueOf(right));
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
EscapingEvaluator.java 138 JavaExpression right = currentEscapingExpression; local
140 setEscaping(or(left, right));
JavaExpression.java 409 final JavaExpression right) {
416 right.write(out);
  /external/mesa3d/include/GLES/
glext.h 571 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
589 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
611 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
629 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 83 rect->right = INT_MAX;
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 17 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
35 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
84 void glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
120 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
193 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
212 void glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
249 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
250 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
360 ctx->glFrustumf(ctx, left, right, bottom, top, zNear, zFar)
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 157 // constrained on the right.
176 return bounds1.x() == bounds2.right() ||
178 bounds1.right() == bounds2.x() ||
706 bounds.set_x(shelf_bounds.right());
844 callout_bounds.right() - current_bounds.right());
861 callout_bounds.set_x(bounds.right());
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 98 right: 0;
323 right: 0;
385 margin-right: 4px;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 370 // spans until hitting the right and bottom borders.
402 // and left, right and bottom borders).
519 int right = width(); local
526 right = close_button_->x();
531 right - panel::kButtonPadding - panel::kPanelButtonSize,
537 right = minimize_button_->x();
548 int title_x = title_icon_->bounds().right() + panel::kIconAndTitlePadding;
553 std::max(0, right - panel::kTitleAndButtonPadding - title_x),
641 // left and right borders, while the height consists of the top area
706 // Right border, below title-bar
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 25 right: 0;
234 right: auto;
291 right: 0;
  /external/chromium_org/content/test/data/indexeddb/
cursor_prefetch.js 6 // to make sure the test hits the right code paths.
212 debug("Other request fired right after continue as expected.");
214 debug("Other request didn't fire right after continue as expected.");
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 156 // Check that the right number of 'error' events were dispatched.
160 // Check that the right number of 'abort' events were dispatched.
164 // Check that the right number of 'load' events were dispatched.
  /external/chromium_org/remoting/webapp/browser_test/
scrollbar_browser_test.js 123 * and visible. To do this, it performs a hit-test close to the right and
134 rect.right - 1, (rect.top + rect.bottom) / 2);
136 (rect.left + rect.right) / 2, rect.bottom - 1);
  /external/chromium_org/third_party/WebKit/Source/platform/
TraceEvent.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 90 size_t right = m_buffer.capacity() - m_start;
91 return i < right ? m_buffer.buffer()[m_start + i] : m_buffer.buffer()[i - right];
96 size_t right = m_buffer.capacity() - m_start;
97 return i < right ? m_buffer.buffer()[m_start + i] : m_buffer.buffer()[i - right];
  /external/chromium_org/third_party/icu/source/i18n/
rbtz.cpp 76 RuleBasedTimeZone::operator=(const RuleBasedTimeZone& right) {
77 if (*this != right) {
78 BasicTimeZone::operator=(right);
80 fInitialRule = right.fInitialRule->clone();
81 fHistoricRules = copyRules(right.fHistoricRules);
82 fFinalRules = copyRules(right.fFinalRules);
  /external/chromium_org/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 118 // Check that the reduction of this binop applied to {left} and {right} yields
121 Node* right) {
123 Node* n = graph.NewNode(binop, left, right);
132 // Check that the reduction of this binop applied to {left} and {right} yields
136 Node* right_expect, Node* left, Node* right) {
138 Node* n = graph.NewNode(binop, left, right);
147 // Check that the reduction of this binop applied to {left} and {right} yields
151 volatile T right_expect, Node* left, Node* right) {
153 Node* n = graph.NewNode(binop, left, right);
163 // swap it to be on the right
    [all...]
  /external/clang/docs/tools/
manpage.css 202 .bttndrkblue-bkgd-right {
226 .border-right-b {
238 .border-right-w {
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 2096 const Type *right = local
2151 RecordDecl *right = cast<RecordType>(rt)->getDecl(); local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 895 // draw right lines
920 int right = x + TITLE_LINES;
923 gc.drawLine(x, y, right - 2, y);
924 gc.drawLine(x, y + 1, right - 2, y + 1);
927 gc.drawLine(right - 2, y, right - 1, y);
928 gc.drawLine(x + 2, y + 1, right - 2, y + 1);
    [all...]
  /external/icu/icu4c/source/i18n/
rbtz.cpp 76 RuleBasedTimeZone::operator=(const RuleBasedTimeZone& right) {
77 if (*this != right) {
78 BasicTimeZone::operator=(right);
80 fInitialRule = right.fInitialRule->clone();
81 fHistoricRules = copyRules(right.fHistoricRules);
82 fFinalRules = copyRules(right.fFinalRules);
  /external/opencv/cv/src/
cvhaar.cpp 71 int right; member in struct:CvHidHaarTreeNode
320 node->right = classifier->right[l];
681 idx = sum < t ? node->left : node->right;
1351 int right = MIN( img->cols-1, comp.rect.x+comp.rect.width-1 + offset ); local
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 190 // which we would need to shift right the high part of the mantissa.
371 // For equal we already have the right value in r0: Return zero (equal)
596 CompareICStub_CheckInputType(masm, rhs, r3, right(), &miss);
3415 Register right = r0; local
3454 Register right = r0; local
3494 Register right = r0; local
    [all...]

Completed in 2449 milliseconds

<<61626364656667686970>>