/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
vp9_intrapred16_dspr2.c | 18 const uint8_t *above, const uint8_t *left) { 23 "lb %[tmp1], (%[left]) \n\t" 24 "lb %[tmp2], 1(%[left]) \n\t" 25 "lb %[tmp3], 2(%[left]) \n\t" 26 "lb %[tmp4], 3(%[left]) \n\t" 27 "lb %[tmp5], 4(%[left]) \n\t" 28 "lb %[tmp6], 5(%[left]) \n\t" 29 "lb %[tmp7], 6(%[left]) \n\t" 30 "lb %[tmp8], 7(%[left]) \n\t" 31 "lb %[tmp9], 8(%[left]) \n\t [all...] |
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/chromium_org/third_party/webrtc/modules/video_render/ |
i_video_render.h | 45 const float left, 56 float& left, 98 const float left, 105 const float left, 117 const float left, 125 const float left,
|
/external/chromium_org/third_party/webrtc/modules/video_render/linux/ |
video_render_linux_impl.h | 50 const float left, const float top, 59 float& left, float& top, 95 const float left, const float top, 102 const float left, const float top, 110 const float left, const float top, 116 const float left, const float top,
|
/external/chromium_org/third_party/webrtc/modules/video_render/windows/ |
i_video_render_win.h | 42 const float left, 52 float& left, float& top, 75 const float left, const float top, 81 const float left, 93 const float left, const float top, 99 const float left, const float top,
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_intrapred16_dspr2.c | 18 const uint8_t *above, const uint8_t *left) { 23 "lb %[tmp1], (%[left]) \n\t" 24 "lb %[tmp2], 1(%[left]) \n\t" 25 "lb %[tmp3], 2(%[left]) \n\t" 26 "lb %[tmp4], 3(%[left]) \n\t" 27 "lb %[tmp5], 4(%[left]) \n\t" 28 "lb %[tmp6], 5(%[left]) \n\t" 29 "lb %[tmp7], 6(%[left]) \n\t" 30 "lb %[tmp8], 7(%[left]) \n\t" 31 "lb %[tmp9], 8(%[left]) \n\t [all...] |
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/chromium-trace/trace-viewer/src/tracing/ |
record_selection_dialog.css | 16 border-left: 2px solid #ddd; 17 margin-left: 10px; 18 padding-left: 10px; 48 margin-left: 8px; 53 margin-left: 10px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/ |
ttsdebug.css | 11 margin-left: auto; 15 border-left: solid 1px #ccc; 19 margin-left: 100px; 22 text-align: left; 25 text-align: left;
|
/external/javassist/src/main/javassist/compiler/ast/ |
ASTList.java | 25 private ASTree left; field in class:ASTList 29 left = _head; 34 left = _head; 42 public ASTree getLeft() { return left; } 46 public void setLeft(ASTree _left) { left = _left; } 55 public ASTree head() { return left; } 58 left = _head; 80 ASTree a = list.left; 129 if (list.left == oldObj) { 130 list.left = newObj [all...] |
/external/llvm/docs/_static/ |
llvm.css | 15 border-collapse: collapse; margin-top: 1em; margin-left: 1em; 33 padding-left: 8pt; 38 h1, .doc_title, .title { text-align: left; font-size: 25pt } 44 text-align: left; font-size: 12pt; 53 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt } 54 .doc_text { text-align: left; padding-left: 20pt; padding-right: 10pt } 56 .doc_footer { text-align: left; padding: 0 0 0 0 } 81 h2+div, h2+p {text-align: left; padding-left: 20pt; padding-right: 10pt; [all...] |
/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/chromium_org/sync/internal_api/ |
syncapi_internal.cc | 79 const sync_pb::EntitySpecifics& left, 84 if (left.has_encrypted()) { 85 if (!cryptographer->CanDecrypt(left.encrypted())) { 89 left_plaintext = cryptographer->DecryptToString(left.encrypted()); 91 left_plaintext = left.SerializeAsString(); 108 bool AreAttachmentMetadataEqual(const sync_pb::AttachmentMetadata& left, 110 if (left.SerializeAsString() == right.SerializeAsString()) {
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
Intermediate.cpp | 47 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line) 53 if (left->isArray()) 60 if (left->isMatrix() || left->isArray() || left->isVector() || 61 left->getBasicType() == EbtStruct) 69 if (left->getBasicType() != EbtBool || 70 left->isMatrix() || left->isArray() || left->isVector() [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_reconintra.c | 34 // above and left are not necessarily used all the time. 39 const uint8_t *left) { \ 40 type##_predictor(dst, stride, size, above, left); \ 47 const uint16_t *left, int bd) { \ 48 high_##type##_predictor(dst, stride, size, above, left, bd); \ 73 const uint16_t *left, int bd) { 80 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1], 1); 82 dst[(bs - 1) * stride] = left[bs - 1]; 87 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1] * 2 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
Rect.h | 37 CSSPrimitiveValue* left() const { return m_left.get(); } function in class:blink::RectBase 42 void setLeft(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> left) { m_left = left; } 79 return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText()); 85 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) 87 return "rect(" + top + ' ' + right + ' ' + bottom + ' ' + left + ')'; 103 return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText()); 109 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) 113 result.reserveCapacity(top.length() + right.length() + bottom.length() + left.length() + 3); 115 if (right != top || bottom != top || left != top) [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
ActiveEdge_Test.cpp | 22 // left top higher 27 // left top lower 33 // left bottom higher 38 // left bottom lower 70 UnitTest::ActiveEdge left, right; local 71 left.fWorkEdge.fEdge = &leftIn; 74 left.fAbove = leftRight[x][0]; 75 left.fTangent = left.fBelow = leftRight[x][1]; 78 SkASSERT(left < right) [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...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
CameraUtils.java | 55 long left = widthA * (long) heightA; local 57 if (left == right) { 58 left = widthA; 61 return (left < right) ? -1 : (left > right ? 1 : 0);
|
/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/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/animatable/ |
AnimatableLengthBox.h | 41 static PassRefPtrWillBeRawPtr<AnimatableLengthBox> create(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) 43 return adoptRefWillBeNoop(new AnimatableLengthBox(left, right, top, bottom)); 45 const AnimatableValue* left() const { return m_left.get(); } function in class:blink::FINAL 56 AnimatableLengthBox(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) 57 : m_left(left)
|