HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 1726 - 1750 of 4231) sorted by null

<<61626364656667686970>>

  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 126 static int compare(const FpsRange * left, const FpsRange * right);
145 inline int FpsRange::compare(const FpsRange * const left, const FpsRange * const right) {
146 if ( left->max() < right->max() ) {
150 if ( left->max() > right->max() ) {
154 if ( left->min() < right->min() ) {
158 if ( left->min() > right->min() ) {
192 ssize_t right,
196 mRight(right),
231 ssize_t right,
240 static const ssize_t RIGHT = 1000
492 ssize_t right; member in struct:Ti::Camera::CameraHalEvent::FaceData_t
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 43 #define right(v) (v)->narg[1] macro
52 left is index, right contains value or pointer to value
53 unary (STAR, PLUS, QUEST): left is child, right is null
54 binary (CAT, OR): left and right are children
198 penter(right(p));
200 parent(right(p)) = p;
222 freetr(right(p));
348 f->re[info(v)].lval.np = right(v);
374 cfoll(f,right(v));
405 if (type(p) == CCL && (*(char *) right(p)) == '\0'
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 538 // Pad the left and right of the workspace to ensure consistent spacing
554 defaultWidgetPadding.right), searchBarSpaceHeightPx);
569 int pageIndicatorLeft = widthPx - workspacePadding.right;
577 widthPx - workspacePadding.right, pageIndicatorTop + pageIndicatorHeightPx);
590 // Pad the left and right of the workspace with search/hotseat bar sizes
600 // Pad the left and right of the workspace to ensure consistent spacing
621 desiredWorkspaceLeftRightMarginPx - defaultWidgetPadding.right,
732 workspace.setPadding(padding.left, padding.top, padding.right, padding.bottom);
750 edgeMarginPx + padding.right,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 105 int right[2]; member in struct:setup_context::__anon18550
203 const int xright0 = setup->span.right[0];
204 const int xright1 = setup->span.right[1];
256 setup->span.right[0] = 0;
257 setup->span.right[1] = 0;
258 setup->span.left[0] = 1000000; /* greater than right[0] */
259 setup->span.left[1] = 1000000; /* greater than right[1] */
748 int right = (int)(eright->sx + y * eright->dxdy); local
750 /* clip left/right */
753 if (right > maxx
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 75 typedef int (*EqualityFunction)(const void *left, const void *right);
686 const void* const right) {
687 const int equal = left == right;
689 print_error("0x%x != 0x%x\n", left, right);
697 const void* const right) {
698 const int not_equal = left != right;
700 print_error("0x%x == 0x%x\n", left, right);
773 const char * const left, const char * const right) {
774 if (strcmp(left, right) == 0) {
777 print_error("\"%s\" != \"%s\"\n", left, right);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 105 int right[2]; member in struct:setup_context::__anon31947
203 const int xright0 = setup->span.right[0];
204 const int xright1 = setup->span.right[1];
256 setup->span.right[0] = 0;
257 setup->span.right[1] = 0;
258 setup->span.left[0] = 1000000; /* greater than right[0] */
259 setup->span.left[1] = 1000000; /* greater than right[1] */
748 int right = (int)(eright->sx + y * eright->dxdy); local
750 /* clip left/right */
753 if (right > maxx
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 90 CPDF_Rect rcVScroll = CPDF_Rect(rcWindow.right,
92 rcWindow.right + PWL_SCROLLBAR_WIDTH,
112 rcClient.right -= PWL_SCROLLBAR_WIDTH;
313 sLine << rcClient.left + ((rcClient.right - rcClient.left)/nCharArray)*i << " "
315 << rcClient.left + ((rcClient.right - rcClient.left)/nCharArray)*i << " "
332 sLine << rcClient.left + ((rcClient.right - rcClient.left)/nCharArray)*i << " "
334 << rcClient.left + ((rcClient.right - rcClient.left)/nCharArray)*i << " "
398 << rcClient.right - rcClient.left << " " << rcClient.top - rcClient.bottom << " re W n\n";
429 path.SetPoint(i*2, rcClient.left + ((rcClient.right - rcClient.left)/nCharArray)*(i+1),
431 path.SetPoint(i*2+1, rcClient.left + ((rcClient.right - rcClient.left)/nCharArray)*(i+1),
    [all...]
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 154 jfloat left, jfloat top, jfloat right, jfloat bottom) {
155 bool result = get_canvas(canvasHandle)->quickRejectRect(left, top, right, bottom);
243 jfloat right, jfloat bottom, jlong paintHandle) {
245 get_canvas(canvasHandle)->drawRect(left, top, right, bottom, *paint);
249 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) {
251 get_canvas(canvasHandle)->drawRoundRect(left, top, right, bottom, rx, ry, *paint);
261 jfloat right, jfloat bottom, jlong paintHandle) {
263 get_canvas(canvasHandle)->drawOval(left, top, right, bottom, *paint);
267 jfloat right, jfloat bottom, jfloat startAngle, jfloat sweepAngle,
270 get_canvas(canvasHandle)->drawArc(left, top, right, bottom, startAngle, sweepAngle
465 SkScalar right = x + length; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 251 0x8D77 /* right fill */
257 0x95F4 /* right unfill */
291 (FT_String*)"right"
475 /* make sure blue_ref >= blue_shoot for top/right or */
    [all...]
  /external/freetype/src/autofit/
afcjk.c 306 (FT_String*)"right" /* HORIZ, TOP */
474 /* make sure blue_ref >= blue_shoot for top/right or */
483 /* AF_CJK_IS_TOP_BLUE covers `right' and `top' */
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/static/css/out/
site.css 4 */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,select,textarea{font-family:sans-serif}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}p,pre{margin:1.5em 0}blockquote{margin:1.5em 40px}h1{font-size:2em;line-height:1.5em;margin-top:0.75em;margin-bottom:0.75em}h2{font-size:1.5em;line-height:2em;margin-top:1em;margin-bottom:1em}h3{font-size:1.17em;line-height:1.28205em;margin-top:1.28205em;margin-bottom:1.28205em}h4{font-size:1em;line-height:1.5em;margin-top:1.5em;margin-bottom:1.5em}h5{font-size:0.83em;line-height:1.80723em;margin-top:1.80723em;margin-bottom:1.80723em}h6{font-size:0.67em;line-height:2.23881em;margin-top:2.23881em;margin-bottom:2.23881em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1.5em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{margin:0 2px;border-color:#c0c0c0;border-top-width:0.0625em;border-top-style:solid;padding-top:0.4625em;border-bottom-width:0.0625em;border-bottom-style:solid;padding-bottom:0.9125em;border-left-width:0.0625em;border-left-style:solid;padding-left:0.875em;border-right-width:0.0625em;border-right-style:solid;padding-right:0.875em}legend{border:0;padding:0;*margin-left:-7px}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html{font-size:100%;line-height:1.5em}html{font-size:100%;line-height:1.5em}.g-section:after{content:".";display:block;height:0;clear:both;visibility:hidden}.g-unit .g-section:after{clear:none}.g-unit .g-section{width:100%;overflow:hidden}.g-section,.g-unit{zoom:1}.g-split>.g-unit{float:right;text-align:right}.g-split>.g-first{float:left;text-align:left}.g-tpl-160 .g-unit,.g-unit .g-tpl-160 .g-unit,.g-unit .g-unit .g-tpl-160 .g-unit,.g-unit .g-unit .g-unit .g-tpl-160 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-tpl-160 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-160 .g-unit{display:block;margin:0 0 0 160px;width:auto;float:none}.g-tpl-160 .g-first,.g-unit .g-tpl-160 .g-first,.g-unit .g-unit .g-tpl-160 .g-first,.g-unit .g-unit .g-unit .g-tpl-160 .g-first,.g-unit .g-unit .g-unit .g-unit .g-tpl-160 .g-first,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-160 .g-first{display:block;margin:0;width:160px;float:left}.g-tpl-25-75 .g-unit,.g-unit .g-tpl-25-75 .g-unit,.g-unit .g-unit .g-tpl-25-75 .g-unit,.g-unit .g-unit .g-unit .g-tpl-25-75 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-tpl-25-75 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-25-75 .g-unit{width:74.999%;float:right;display:inline;margin:0}.g-tpl-25-75 .g-first,.g-unit .g-tpl-25-75 .g-first,.g-unit .g-unit .g-tpl-25-75 .g-first,.g-unit .g-unit .g-unit .g-tpl-25-75 .g-first,.g-unit .g-unit .g-unit .g-unit .g-tpl-25-75 .g-first,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-25-75 .g-first{width:24.999%;float:left;display:inline;margin:0}.g-tpl-75-25 .g-unit,.g-unit .g-tpl-75-25 .g-unit,.g-unit .g-unit .g-tpl-75-25 .g-unit,.g-unit .g-unit .g-unit .g-tpl-75-25 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-tpl-75-25 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-75-25 .g-unit{width:24.999%;float:right;display:inline;margin:0}.g-tpl-75-25 .g-first,.g-unit .g-tpl-75-25 .g-first,.g-unit .g-unit .g-tpl-75-25 .g-first,.g-unit .g-unit .g-unit .g-tpl-75-25 .g-first,.g-unit .g-unit .g-unit .g-unit .g-tpl-75-25 .g-first,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-75-25 .g-first{width:74.999%;float:left;display:inline;margin:0}.g-tpl-33-67 .g-unit,.g-unit .g-tpl-33-67 .g-unit,.g-unit .g-unit .g-tpl-33-67 .g-unit,.g-unit .g-unit .g-unit .g-tpl-33-67 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-tpl-33-67 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-33-67 .g-unit{width:66.999%;float:right;display:inline;margin:0}.g-tpl-33-67 .g-first,.g-unit .g-tpl-33-67 .g-first,.g-unit .g-unit .g-tpl-33-67 .g-first,.g-unit .g-unit .g-unit .g-tpl-33-67 .g-first,.g-unit .g-unit .g-unit .g-unit .g-tpl-33-67 .g-first,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-33-67 .g-first{width:32.999%;float:left;display:inline;margin:0}.g-tpl-67-33 .g-unit,.g-unit .g-tpl-67-33 .g-unit,.g-unit .g-unit .g-tpl-67-33 .g-unit,.g-unit .g-unit .g-unit .g-tpl-67-33 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-tpl-67-33 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-67-33 .g-unit{width:32.999%;float:right;display:inline;margin:0}.g-tpl-67-33 .g-first,.g-unit .g-tpl-67-33 .g-first,.g-unit .g-unit .g-tpl-67-33 .g-first,.g-unit .g-unit .g-unit .g-tpl-67-33 .g-first,.g-unit .g-unit .g-unit .g-unit .g-tpl-67-33 .g-first,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-67-33 .g-first{width:66.999%;float:left;display:inline;margin:0}.g-tpl-50-50 .g-unit,.g-unit .g-tpl-50-50 .g-unit,.g-unit .g-unit .g-tpl-50-50 .g-unit,.g-unit .g-unit .g-unit .g-tpl-50-50 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-tpl-50-50 .g-unit,.g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-50-50 .g-unit{width:49.999%;float:right;display:inline;margin:0}.g-tpl-50-50 .g-first,.g-unit .g-tpl-50-50 .g-first,.g-unit .g-unit .g-tpl (…)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 116 bin_tree_t *left, bin_tree_t *right,
119 bin_tree_t *left, bin_tree_t *right,
1421 Idx left, right; local
    [all...]
  /art/compiler/sea_ir/code_gen/
code_gen.cc 152 llvm::Value* right = llvm_data_->GetValue(use_r); local
153 llvm::Value* ifne = llvm_data_->builder_.CreateICmpNE(left, right, instruction->StringId());
170 llvm::Value* right = llvm::ConstantInt::get(*llvm_data->context_,
172 llvm::Value* result = llvm_data->builder_.CreateAdd(left, right);
190 llvm::Value* right = llvm::ConstantInt::get(*llvm_data_->context_, llvm::APInt(32, 0)); local
191 llvm::Value* result = llvm_data_->builder_.CreateAdd(left, right);
226 llvm::Value* right = llvm_data_->GetValue(use_r); local
227 llvm::Value* result = llvm_data_->builder_.CreateAdd(left, right);
  /bionic/libc/bionic/
system_properties.cpp 71 * left / \ right left / | prop +===========+
86 volatile uint32_t right; member in struct:prop_bt
399 if (current->right) {
400 current = reinterpret_cast<prop_bt*>(to_prop_obj(current->right));
409 current->right = new_offset;
564 if (trie->right) {
565 const int err = foreach_property(trie->right, propfn, cookie);
  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix.cc 401 bool operator<(const ProductTerm& right) const {
402 if (row == right.row) {
403 if (col == right.col) {
404 return index < right.index;
406 return col < right.col;
408 return row < right.row;
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 377 EXPECT_TRUE(window_bounds.right() >= tray_bounds.right());
386 EXPECT_TRUE(window_bounds.right() >= tray_bounds.right());
390 // Test in the right alignment.
395 EXPECT_TRUE(window_bounds.right() >= tray_bounds.right());
  /external/chromium_org/cc/output/
software_renderer_unittest.cc 318 output->getColor(visible_rect.right(), visible_rect.bottom()));
323 output->getColor(visible_rect.right() - 2, visible_rect.bottom() - 2));
327 output->getColor(visible_rect.right() - 1, visible_rect.bottom() - 1));
384 output->getColor(smaller_rect.right() - 1, smaller_rect.bottom() - 1));
429 output->getColor(smaller_rect.right() - 1, smaller_rect.bottom() - 1));
435 output->getColor(interior_visible_rect.right() - 1,
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 503 const bool right = primary_mouse_button_right_.GetValue(); local
505 mouse_settings.SetPrimaryButtonRight(right);
507 UMA_HISTOGRAM_BOOLEAN("Mouse.PrimaryButtonRight.Changed", right);
509 UMA_HISTOGRAM_BOOLEAN("Mouse.PrimaryButtonRight.Started", right);
513 if (prefs->GetBoolean(prefs::kOwnerPrimaryMouseButtonRight) != right)
514 prefs->SetBoolean(prefs::kOwnerPrimaryMouseButtonRight, right);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.css 68 float: right;
183 right: 8px;
195 right: auto;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 539 (active_tab->x() + left_tab->bounds().right() + 1) / 2,
550 // right neighbour.
551 gfx::Point right_overlap((active_tab->bounds().right() + right_tab->x()) / 2,
554 // Sanity check that the point is in both active and right tab.
563 (right_tab->x() + most_right_tab->bounds().right() + 1) / 2,
602 (active_tab->x() + left_tab->bounds().right() + 1) / 2,
613 // its right neighbour.
614 gfx::Point right_overlap((active_tab->bounds().right() + right_tab->x()) / 2,
617 // Sanity check that the point is in both active and right tab.
626 (right_tab->x() + most_right_tab->bounds().right() + 1) / 2
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 227 // Always add children in order from left to right, for accessibility.
562 int next_element_x = back_->bounds().right();
566 next_element_x = forward_->bounds().right();
570 next_element_x = reload_->bounds().right();
582 next_element_x = home_->bounds().right() + kStandardSpacing;
593 next_element_x = location_bar_->bounds().right();
597 next_element_x = browser_actions_->bounds().right();
608 // Extend the app menu to the screen's right edge in maximized mode just like
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 290 int right = child_rect.x() + end_pixel_offset; local
292 right - left, child_rect.height());
296 int right = child_rect.right() - start_pixel_offset; local
297 int left = child_rect.right() - end_pixel_offset;
299 right - left, child_rect.height());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 344 const int right = rect.x() + rect.width(); local
372 extraParams.menuList.arrowX = (o->style()->direction() == RTL) ? rect.x() + 4 + spacingRight: right - 13 - spacingRight;
375 extraParams.menuList.arrowX = (o->style()->direction() == RTL) ? rect.x() + 7 : right - 13;
389 const int right = rect.x() + rect.width(); local
406 extraParams.menuList.arrowX = (o->style()->direction() == RTL) ? rect.x() + 4 + spacingRight: right - 13 - spacingRight;
409 extraParams.menuList.arrowX = (o->style()->direction() == RTL) ? rect.x() + 7 : right - 13;
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.css 43 -webkit-border-top-right-radius: 15px;
126 text-align: right;
194 -webkit-border-bottom-right-radius: 15px;
  /external/chromium_org/third_party/icu/source/i18n/
calendar.cpp 767 Calendar::operator=(const Calendar &right)
769 if (this != &right) {
770 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT);
771 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
772 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT);
773 fTime = right.fTime;
774 fIsTimeSet = right.fIsTimeSet;
775 fAreAllFieldsSet = right.fAreAllFieldsSet;
776 fAreFieldsSet = right.fAreFieldsSet;
777 fAreFieldsVirtuallySet = right.fAreFieldsVirtuallySet
    [all...]

Completed in 1480 milliseconds

<<61626364656667686970>>