/external/chromium_org/ui/views/touchui/ |
touch_editing_menu.cc | 119 int x = child->bounds().right() + kSpacingBetweenButtons / 2;
|
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.cc | 230 bounds.right - clip_state->x, 272 // right over the top of the custom frame. This is not simply fixed by handling 424 // Let's hide ourselves right away. 464 return gfx::Rect(point.x, point.y, r.right - r.left, r.bottom - r.top); [all...] |
/external/chromium_org/ui/webui/resources/css/ |
widgets.css | 59 background-position: right center; 147 right: 3px;
|
/external/chromium_org/v8/src/ |
hydrogen-uint32-analysis.cc | 66 return IsUint32Operation(c->left()) && IsUint32Operation(c->right());
|
interface-descriptors.cc | 86 Register registers[] = {ContextRegister(), left(), right()};
|
splay-tree.h | 123 Node* right() { return right_; } function in class:v8::internal::SplayTree::Node
|
type-info.cc | 200 *right_type = CompareICState::StateToType(zone(), stub.right()); 212 Type** right, 223 *left = *right = *result = Type::None(zone()); 234 *right = state.GetRightType(zone());
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
expression-trees.js | 41 // Split the leaves into left and right subtrees in all possible 46 // Adjoin every possible left and right subtree.
|
/external/chromium_org/v8/test/mjsunit/ |
eval.js | 79 // Test that un-aliased eval has right receiver. 100 // Test that aliased eval has right receiver.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.h | 450 uptr right = 2 * j + 2; 454 if (right < i && comp((*v)[max_ind], (*v)[right])) 455 max_ind = right;
|
/external/droiddriver/src/com/google/android/droiddriver/actions/ |
SwipeAction.java | 129 * @param rightMarginRatio margin ratio from right 154 int adjustedRight = elementRect.right - rightMargin; 179 case RIGHT:
|
/external/e2fsprogs/intl/ |
plural.c | 119 new_exp_1 (enum operator op, struct expression *right) 123 args[0] = right; 128 new_exp_2 (enum operator op, struct expression *left, struct expression *right) 133 args[1] = right; 239 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ 499 /* YYLEX -- calling `yylex' with the right arguments. */ [all...] |
/external/freetype/src/raster/ |
ftraster.c | 438 PProfile right ); [all...] |
/external/icu/icu4c/source/common/unicode/ |
normlzr.h | 344 * If both the left and the right strings are in 349 * dest=normalize(left+right, mode, options) 355 * @param right Right source string. 371 U_EXPORT2 concatenate(const UnicodeString &left, const UnicodeString &right,
|
/external/icu/icu4c/source/i18n/unicode/ |
gregocal.h | 292 * @param right the object to be copied. 295 GregorianCalendar& operator=(const GregorianCalendar& right);
|
rbtz.h | 62 * @param right The object to be copied. 65 RuleBasedTimeZone& operator=(const RuleBasedTimeZone& right);
|
/external/icu/icu4c/source/test/intltest/ |
tufmtts.cpp | 40 static UBool tmaEqual(const TimeUnitAmount& left, const TimeUnitAmount& right) { 41 if (left.getTimeUnitField() != right.getTimeUnitField()) { 45 if (!left.getNumber().isNumeric() || !right.getNumber().isNumeric()) { 48 UBool result = left.getNumber().getDouble(status) == right.getNumber().getDouble(status);
|
/external/libcap-ng/libcap-ng-0.7/ |
compile | 211 right script to run: please start by reading the file 'INSTALL'.
|
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
put_long_double_en_US.pass.cpp | 152 { // negative, showbase, right 156 right(ios); 260 { // negative, showbase, right 264 right(ios); 371 { // negative, showbase, right 375 right(ios); 479 { // negative, showbase, right 483 right(ios);
|
put_long_double_fr_FR.pass.cpp | 154 { // negative, showbase, right 158 right(ios); 262 { // negative, showbase, right 266 right(ios); 372 { // negative, showbase, right 376 right(ios); 480 { // negative, showbase, right 484 right(ios);
|
put_long_double_ru_RU.pass.cpp | 154 { // negative, showbase, right 158 right(ios); 262 { // negative, showbase, right 266 right(ios); 372 { // negative, showbase, right 376 right(ios); 480 { // negative, showbase, right 484 right(ios);
|
put_long_double_zh_CN.pass.cpp | 152 { // negative, showbase, right 156 right(ios); 260 { // negative, showbase, right 264 right(ios); 370 { // negative, showbase, right 374 right(ios); 478 { // negative, showbase, right 482 right(ios);
|
put_string_en_US.pass.cpp | 152 { // negative, showbase, right 156 right(ios); 260 { // negative, showbase, right 264 right(ios); 371 { // negative, showbase, right 375 right(ios); 479 { // negative, showbase, right 483 right(ios);
|
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_long.pass.cpp | 208 right(ios); 251 right(ios); 294 right(ios); 335 right(ios);
|
put_unsigned_long.pass.cpp | 208 right(ios); 251 right(ios); 294 right(ios); 335 right(ios);
|