/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
revisionHistory.css | 37 padding-left: 0 !important; 41 padding-left: 0; 45 padding-left: 6px; 52 margin-left: 4px; 63 padding-left: 16px; 67 padding-left: 0; 77 padding-left: 16px;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NFAFactory.java | 85 NFAState s = alt.left; 119 NFAState left = newState(); local 121 left.associatedASTNode = associatedAST; 123 transitionBetweenStates(left, right, label); 124 StateCluster g = new StateCluster(left, right); 134 * what an alt block looks like, must have extra state on left. 137 NFAState left = newState(); local 139 left.associatedASTNode = associatedAST; 143 left.addTransition(e); 144 StateCluster g = new StateCluster(left, right) 164 NFAState left = newState(); local 235 NFAState left = newState(); local 247 NFAState left = newState(); local 265 NFAState left = newState(); local 279 NFAState left = newState(); local 417 NFAState left = newState(); local 511 NFAState left = newState(); local 672 NFAState left = newState(); local [all...] |
/external/zlib/src/examples/ |
gzjoin.c | 81 unsigned left; /* bytes remaining at next */ member in struct:__anon29022 113 in->left = 0; 127 if (in->left != 0) 131 len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left); 134 in->left += (unsigned)len; 135 } while (len != 0 && in->left < CHUNK); 140 #define bget(in) (in->left ? 0 : bload(in), \ 141 in->left ? (in->left--, *(in->next)++) : 176 unsigned left; local [all...] |
/external/libvpx/armv7a/ |
vp9_rtcd.h | 27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); [all...] |
/external/libvpx/armv7a-neon/ |
vp9_rtcd.h | 27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); [all...] |
/external/libvpx/generic/ |
vp9_rtcd.h | 27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); [all...] |
/external/libvpx/mips/ |
vp9_rtcd.h | 27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); 54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left); [all...] |
/frameworks/native/include/ui/ |
Rect.h | 40 left = top = 0; 46 left = l; 53 left = lt.x; 62 left = top = right = bottom = 0; 77 return right - left; 86 return Rect(right - left, bottom - top); 90 left = lt.x; 101 return Point(left, top); 110 return Point(left, bottom); 115 return (left == rhs.left) && (top == rhs.top) & [all...] |
/external/chromium_org/v8/test/webkit/ |
order-of-operations.js | 25 function left() { function 26 leftRight = leftRight + "Left"; 33 shouldBe('(function(){ leftRight = ""; left() > right(); return leftRight; })()', '"LeftRight"'); 34 shouldBe('(function(){ leftRight = ""; left() >= right(); return leftRight; })()', '"LeftRight"'); 35 shouldBe('(function(){ leftRight = ""; left() < right(); return leftRight; })()', '"LeftRight"'); 36 shouldBe('(function(){ leftRight = ""; left() <= right(); return leftRight; })()', '"LeftRight"'); 37 shouldBe('(function(){ leftRight = ""; left() + right(); return leftRight; })()', '"LeftRight"'); 38 shouldBe('(function(){ leftRight = ""; left() - right(); return leftRight; })()', '"LeftRight"'); 39 shouldBe('(function(){ leftRight = ""; left() / right(); return leftRight; })()', '"LeftRight"'); 40 shouldBe('(function(){ leftRight = ""; left() * right(); return leftRight; })()', '"LeftRight"') [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_intrapred8_dspr2.c | 18 const uint8_t *above, const uint8_t *left) { 22 "lb %[tmp1], (%[left]) \n\t" 23 "lb %[tmp2], 1(%[left]) \n\t" 24 "lb %[tmp3], 2(%[left]) \n\t" 25 "lb %[tmp4], 3(%[left]) \n\t" 26 "lb %[tmp5], 4(%[left]) \n\t" 27 "lb %[tmp6], 5(%[left]) \n\t" 28 "lb %[tmp7], 6(%[left]) \n\t" 29 "lb %[tmp8], 7(%[left]) \n\t" 68 : [left] "r" (left), [dst] "r" (dst) [all...] |
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
PlanarYUVLuminanceSource.java | 38 private final int left; field in class:PlanarYUVLuminanceSource 41 public PlanarYUVLuminanceSource(byte[] yuvData, int dataWidth, int dataHeight, int left, int top, 45 if (left + width > dataWidth || top + height > dataHeight) { 52 this.left = left; 68 int offset = (y + top) * dataWidth + left; 86 int inputOffset = top * dataWidth + left; 114 int inputOffset = top * dataWidth + left; 132 for (int y = 0, rowStart = top * dataWidth + left; y < height; y++, rowStart += dataWidth) {
|
/frameworks/base/graphics/java/android/graphics/ |
YuvImage.java | 28 * region by left, top, width and height. 139 int[] offsets = calculateOffsets(rectangle.left, rectangle.top); 182 int[] calculateOffsets(int left, int top) { 185 offsets = new int[] {top * mStrides[0] + left, 187 + left / 2 * 2 }; 192 offsets = new int[] {top * mStrides[0] + left / 2 * 4}; 218 // Make sure left, top, width and height are all even. 221 rect.left &= ~1; 223 rect.right = rect.left + width; 228 // Make sure left and width are both even [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Cube.java | 22 public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float front) { 24 GLVertex leftBottomBack = addVertex(left, bottom, back); 26 GLVertex leftTopBack = addVertex(left, top, back); 28 GLVertex leftBottomFront = addVertex(left, bottom, front); 30 GLVertex leftTopFront = addVertex(left, top, front); 38 // left
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
mostvisited.css | 22 left: 0; 48 left top, 49 left bottom, 55 left bottom, 60 left 150, 61 left 155, 78 left top, 79 left bottom, 83 left: 1px; 106 padding-left: 10px [all...] |
/external/chromium_org/sync/internal_api/ |
syncapi_internal.cc | 56 const sync_pb::EntitySpecifics& left, 61 if (left.has_encrypted()) { 62 if (!cryptographer->CanDecrypt(left.encrypted())) { 66 left_plaintext = cryptographer->DecryptToString(left.encrypted()); 68 left_plaintext = left.SerializeAsString();
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
access-binary-trees.js | 5 function TreeNode(left,right,item){ 6 this.left = left; 12 if (this.left==null) return this.item; 13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
access-binary-trees.js | 5 function TreeNode(left,right,item){ 6 this.left = left; 12 if (this.left==null) return this.item; 13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
access-binary-trees.js | 5 function TreeNode(left,right,item){ 6 this.left = left; 12 if (this.left==null) return this.item; 13 else return this.item + this.left.itemCheck() - this.right.itemCheck();
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimatableLengthBox.h | 41 static PassRefPtr<AnimatableLengthBox> create(PassRefPtr<AnimatableValue> left, PassRefPtr<AnimatableValue> right, PassRefPtr<AnimatableValue> top, PassRefPtr<AnimatableValue> bottom) 43 return adoptRef(new AnimatableLengthBox(left, right, top, bottom)); 45 const AnimatableValue* left() const { return m_left.get(); } function in class:WebCore::AnimatableLengthBox 55 AnimatableLengthBox(PassRefPtr<AnimatableValue> left, PassRefPtr<AnimatableValue> right, PassRefPtr<AnimatableValue> top, PassRefPtr<AnimatableValue> bottom) 56 : m_left(left)
|
/external/chromium_org/third_party/icu/source/common/ |
uarrsort.c | 31 uprv_uint16Comparator(const void *context, const void *left, const void *right) { 32 return (int32_t)*(const uint16_t *)left - (int32_t)*(const uint16_t *)right; 36 uprv_int32Comparator(const void *context, const void *left, const void *right) { 37 return *(const int32_t *)left - *(const int32_t *)right; 41 uprv_uint32Comparator(const void *context, const void *left, const void *right) { 42 uint32_t l=*(const uint32_t *)left, r=*(const uint32_t *)right; 123 int32_t left, right; local 125 /* start and left are inclusive, limit and right are exclusive */ 132 left=start; 139 while(/* array[left]<x * [all...] |
/external/chromium_org/ui/gfx/ |
insets_base.h | 18 Type left() const { return left_; } function in class:gfx::InsetsBase 23 // left and right insets. 33 void Set(Type top, Type left, Type bottom, Type right) { 35 left_ = left; 61 InsetsBase(Type top, Type left, Type bottom, Type right) 63 left_(left),
|
/external/icu4c/common/ |
uarrsort.c | 31 uprv_uint16Comparator(const void *context, const void *left, const void *right) { 32 return (int32_t)*(const uint16_t *)left - (int32_t)*(const uint16_t *)right; 36 uprv_int32Comparator(const void *context, const void *left, const void *right) { 37 return *(const int32_t *)left - *(const int32_t *)right; 41 uprv_uint32Comparator(const void *context, const void *left, const void *right) { 42 uint32_t l=*(const uint32_t *)left, r=*(const uint32_t *)right; 123 int32_t left, right; local 125 /* start and left are inclusive, limit and right are exclusive */ 132 left=start; 139 while(/* array[left]<x * [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_treecoder.c | 41 unsigned int left, right; local 44 left = num_events[-tree[i]]; 46 left = convert_distribution(tree[i], tree, branch_ct, num_events); 53 branch_ct[i >> 1][0] = left; 55 return left + right;
|
/external/lzma/CPP/Common/ |
MyVector.h | 81 int FindInSorted(const T& item, int left, int right) const
83 while (left != right)
85 int mid = (left + right) / 2;
92 left = mid + 1;
99 int left = 0, right = Size();
local 100 while (left != right)
102 int mid = (left + right) / 2;
109 left = mid + 1;
116 int left = 0, right = Size();
local 117 while (left != right) 223 int left = 0, right = Size(); local 239 int left = 0, right = Size(); local [all...] |
/external/skia/tools/lua/ |
skia.lua | 20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 } 27 rect = { left = l, top = t, right = r, bottom = b } 40 return self.right - self.left 52 local value = self.left * 0 60 self.left = 0 67 self.left = l 76 self.left = self.left + dx 85 self.left = self.left + d [all...] |