/external/valgrind/main/cachegrind/ |
cg_merge.c | 550 // Did we get the right number? 971 struct _AvlNode* right; member in struct:_AvlNode 1002 AvlNode* b = a->right; 1004 a->right = b->left; 1008 /* Swing to the right. Warning: no balance maintainance. */ 1014 a->left = b->right; 1015 b->right = a; 1024 root->right->balance = 1; 1028 root->right->balance = 0; 1032 root->right->balance = 0 [all...] |
/frameworks/base/core/java/android/view/ |
FocusFinder.java | 125 // make up a rect at top left or bottom right of root 273 * @param direction the direction (up, down, left, right) 371 return (srcRect.right > destRect.right || srcRect.left >= destRect.right) 374 return (srcRect.left < destRect.left || srcRect.right <= destRect.left) 375 && srcRect.right < destRect.right; 390 * @param direction the direction (up, down, left, right) 402 return (rect2.right >= rect1.left) && (rect2.left <= rect1.right) [all...] |
/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | 193 float right, float bottom, bool opaque) { 202 mSnapshot->setClip(left, top, right, bottom); 203 mTilingClip.set(left, top, right, bottom); 212 discardFramebuffer(mTilingClip.left, mTilingClip.top, mTilingClip.right, mTilingClip.bottom); 226 mTilingClip.right, mTilingClip.bottom, mOpaque); 234 float right, float bottom, bool opaque) { 236 setupFrameState(left, top, right, bottom, opaque); 252 void OpenGLRenderer::discardFramebuffer(float left, float top, float right, float bottom) { 257 left <= 0.0f && top <= 0.0f && right >= mWidth && bottom >= mHeight) { 266 status_t OpenGLRenderer::clear(float left, float top, float right, float bottom, bool opaque) 2132 const float right = left + bitmap->width(); local 2182 const float right = left + bitmap->width(); local 2213 float right = FLT_MIN; local 3343 float right = FLT_MIN; local [all...] |
/cts/tests/tests/gesture/src/android/gesture/cts/ |
LineGestureStrokeHelper.java | 68 Assert.assertEquals(LINE_MIDWAY_POINT, bounds.right); 82 Assert.assertEquals(LINE_END_POINT, bounds.right);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixStack.java | 42 public void glFrustumf(float left, float right, float bottom, float top, 44 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far); 47 public void glFrustumx(int left, int right, int bottom, int top, int near, 49 glFrustumf(fixedToFloat(left),fixedToFloat(right), 102 public void glOrthof(float left, float right, float bottom, float top, 104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far); 107 public void glOrthox(int left, int right, int bottom, int top, int near, 109 glOrthof(fixedToFloat(left), fixedToFloat(right),
|
/external/chromium/base/ |
tracked_objects.cc | 747 const Snapshot& right) const { 750 if (left.birth_thread() != right.birth_thread() && 752 right.birth_thread()->ThreadName()) 754 right.birth_thread()->ThreadName(); 758 if (left.death_thread() != right.death_thread() && 760 right.DeathThreadName()) { 763 if (!right.death_thread()) 766 right.DeathThreadName(); 771 if (left.location().file_name() != right.location().file_name()) { 773 right.location().file_name()) [all...] |
/external/chromium/chrome/browser/resources/gpu_internals/ |
info_view.css | 27 padding-right: 4px;
|
/external/chromium/chrome/browser/resources/ntp4/ |
apps_page.css | 23 margin-right: auto;
|
/external/chromium/chrome/browser/ui/window_snapshot/ |
window_snapshot_win.cc | 25 content_rect.right++; // Match what PrintWindow wants. 26 int width = content_rect.right - content_rect.left;
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
tcmalloc_instance_view.css | 36 text-align: right;
|
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_track_view.css | 23 right: 5px;
|
/external/chromium-trace/trace-viewer/src/ui/ |
info_bar.css | 11 border-right: 1px solid #A3A3A3;
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwPicture.java | 77 mClipBoundsTemporary.right, mClipBoundsTemporary.bottom); 93 int left, int top, int right, int bottom);
|
/external/chromium_org/android_webview/native/ |
aw_picture.cc | 41 jint left, jint top, jint right, jint bottom) { 46 gfx::Rect(left, top, right - left, bottom - top),
|
/external/chromium_org/cc/layers/ |
tiled_layer.cc | 326 int right, 334 if (!HaveTexturesForTiles(left, top, right, bottom, ignore_occlusions)) { 340 MarkTilesForUpdate(left, top, right, bottom, ignore_occlusions); 350 paint_rect, left, top, right, bottom, queue, occlusion); 357 int right, 369 for (int i = left; i <= right; ++i) { 403 int right, 407 for (int i = left; i <= right; ++i) { 432 int right, 437 for (int i = left; i <= right; ++i) 631 int left, top, right, bottom; local 751 int left, top, right, bottom; local 770 int left, top, right, bottom; local 864 int left, top, right, bottom; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
enterprise_info.css | 13 margin-right: auto;
|
user_pod_row.css | 94 .pod.right { 160 right: 6px; 167 right: auto; 185 right: 0; 234 right: auto; 257 right: 5px; 366 right: 10px; 372 right: auto; 386 right: auto; 392 right: 180px [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/css/ |
menu.css | 37 float: right;
|
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/ |
scope_approval_dialog.css | 27 right: 0;
|
/external/chromium_org/chrome/browser/resources/inline_login/ |
inline_login.css | 22 right: 0;
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
suggestions_page.css | 25 right: 0; 32 right: auto; 56 background-position-x: right; 61 border-bottom-right-radius: 3px 3px;
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
typed_urls_helper.h | 65 const history::URLRows& right); 69 const history::URLRow& right);
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
minimize_button_metrics_win.cc | 51 // offset to be applied to the left or right edge of the client rect 58 cached_minimize_button_x_delta_ = rect.right - minimize_offset; 77 return client_rect.right - cached_minimize_button_x_delta_;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
uber_shared.css | 40 right: 0; 49 right: 155px; 56 right: 20px; 64 right: auto;
|
/external/chromium_org/chrome/installer/util/ |
language_selector.cc | 126 bool operator<(const LangToOffset& left, const std::wstring& right) { 127 return left.language < right; 132 bool operator<(const std::wstring& left, const LangToOffset& right) { 133 return left < right.language; 137 bool operator<(const LangToOffset& left, const LangToOffset& right) { 138 return std::wstring(left.language) < right.language; 142 bool IsOffsetLessThan(const LangToOffset& left, const LangToOffset& right) { 143 return left.offset < right.offset;
|