HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 376 - 400 of 3812) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/gtk/
nine_box.h 19 // in width, only pass in images for the left column (leave others NULL).
26 NineBox(int top_left, int top, int top_right, int left, int center, int right,
  /external/chromium_org/chrome/test/chromedriver/js/
get_element_region.js 26 'left': leftX,
38 'left': Math.max(0, centerX - radius),
59 'left': minX,
69 'left': 0,
78 'left': clientRect.left - box.left,
80 'width': clientRect.right - clientRect.left,
  /external/chromium_org/content/public/browser/
render_widget_host_view_mac_delegate.h 33 - (void)scrollOffsetPinnedToLeft:(BOOL)left toRight:(BOOL)right;
  /external/chromium_org/sync/internal_api/
syncapi_internal.h 34 const sync_pb::EntitySpecifics& left,
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
pixelzoomer.css 29 left: 0;
61 left: 0;
  /external/chromium_org/third_party/angle_dx11/src/compiler/
Intermediate.cpp 22 static TPrecision GetHigherPrecision( TPrecision left, TPrecision right ){
23 return left > right ? left : right;
147 TIntermTyped* TIntermediate::addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc& line, TSymbolTable& symbolTable)
152 if (left->isArray())
159 if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) {
166 if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector())
    [all...]
localintermediate.h 30 TIntermTyped* addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc&, TSymbolTable&);
31 TIntermTyped* addAssign(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc&);
34 TIntermAggregate* growAggregate(TIntermNode* left, TIntermNode* right, const TSourceLoc&);
39 TIntermTyped* addComma(TIntermTyped* left, TIntermTyped* right, const TSourceLoc&);
  /external/chromium_org/third_party/ots/src/
kern.h 15 uint16_t left; member in struct:ots::OpenTypeKERNFormat0Pair
  /external/chromium_org/third_party/skia/src/gpu/
GrRenderTarget.cpp 18 bool GrRenderTarget::readPixels(int left, int top, int width, int height,
29 left, top, width, height,
34 void GrRenderTarget::writePixels(int left, int top, int width, int height,
45 left, top, width, height,
  /external/chromium_org/ui/gfx/
insets_unittest.cc 12 EXPECT_EQ(0, insets.left());
23 EXPECT_EQ(2, insets.left());
26 EXPECT_EQ(6, insets.width()); // Left + right.
35 EXPECT_EQ(2, insets.left());
45 EXPECT_EQ(8, insets.left());
  /external/e2fsprogs/lib/ext2fs/
imager.c 46 int left = blocksize; local
48 while (left > 0) {
51 left--;
63 unsigned int group, left, c, d; local
79 left = fs->inode_blocks_per_group;
80 while (left) {
82 if (c > left)
83 c = left;
97 left--;
118 left -= d
137 unsigned int group, c, left; local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
BstNodeFactory.java 34 * Returns a new {@code N} with the key and value data from {@code source}, with left child
35 * {@code left}, and right child {@code right}. If {@code left} or {@code right} is null, the
38 public abstract N createNode(N source, @Nullable N left, @Nullable N right);
  /external/guava/guava/src/com/google/common/primitives/
SignedBytes.java 179 public int compare(byte[] left, byte[] right) {
180 int minLength = Math.min(left.length, right.length);
182 int result = SignedBytes.compare(left[i], right[i]);
187 return left.length - right.length;
  /external/skia/src/gpu/
GrRenderTarget.cpp 18 bool GrRenderTarget::readPixels(int left, int top, int width, int height,
29 left, top, width, height,
34 void GrRenderTarget::writePixels(int left, int top, int width, int height,
45 left, top, width, height,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
partition.h 69 _GLIBCXX_VOLATILE difference_type left = 0, right = n - 1; local
81 if(right - left + 1 >= 2 * num_threads * chunk_size)
98 while (right - left + 1 >= 2 * num_threads * chunk_size)
102 difference_type num_chunks = (right - left + 1) / chunk_size;
116 thread_left = left + 1;
129 if (left + (chunk_size - 1) > right)
133 thread_left = left;
134 thread_left_border = left + (chunk_size - 1);
135 left += chunk_size;
143 if (left > right - (chunk_size - 1)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigset.h 80 # define __sigandset(dest, left, right) \
83 const sigset_t *__left = (left); \
89 # define __sigorset(dest, left, right) \
92 const sigset_t *__left = (left); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigset.h 80 # define __sigandset(dest, left, right) \
83 const sigset_t *__left = (left); \
89 # define __sigorset(dest, left, right) \
92 const sigset_t *__left = (left); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigset.h 80 # define __sigandset(dest, left, right) \
83 const sigset_t *__left = (left); \
89 # define __sigorset(dest, left, right) \
92 const sigset_t *__left = (left); \
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspector.css 38 left: 0;
58 left: 0;
61 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151)));
63 padding-left: 5px;
78 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(207, 207, 207)));
102 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(175, 175, 175)), to(rgb(151, 151, 151))) !important;
106 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(221, 221, 221)), to(rgb(207, 207, 207))) !important
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 450 = {or} [left]:expression or [right]:and_expression // x.y || a.b
451 {->New expression.or(left.expression, right.expression)}
457 = {and} [left]:and_expression and [right]:equality // x.y && a.b
458 {->New expression.and(left.expression, right.expression)}
464 = {eq} [left]:equality eq [right]:comparison // x.y == a.b
465 {->New expression.eq(left.expression, right.expression)}
466 | {ne} [left]:equality ne [right]:comparison // x.y != a.b
467 {->New expression.ne(left.expression, right.expression)}
473 = {lt} [left]:comparison lt [right]:add_subtract // x.y < a.b
474 {->New expression.lt(left.expression, right.expression)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 26 margin-left: 140px;
33 clear: left;
40 float: left;
70 margin-left: 125px;
78 margin-left: 385px;
86 padding-left: 5px;
  /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/chrome/browser/resources/file_manager/css/
video_player.css 16 left: 0;
24 left: 0;
32 left: 0;
45 left: 0;
77 left: 0;
97 padding-left: 70px;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 26 margin-left: 140px;
33 clear: left;
40 float: left;
70 margin-left: 125px;
78 margin-left: 385px;
86 padding-left: 5px;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValue.h 71 static PassRefPtr<AnimatableValue> defaultInterpolateTo(const AnimatableValue* left, const AnimatableValue* right, double fraction) { return takeConstRef((fraction < 0.5) ? left : right); }
75 static PassRefPtr<AnimatableValue> defaultAddWith(const AnimatableValue* left, const AnimatableValue* right) { return takeConstRef(right); }

Completed in 1009 milliseconds

<<11121314151617181920>>