Home
last modified time | relevance | path

Searched refs:getB (Results 1 - 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DdestructuringParameterProperties3.js13 public getB() {
23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()];
26 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()];
29 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()];
32 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()];
47 C1.prototype.getB = function () {
56 var _a = [x.getA(), x.getB(), x.getC()], x_a = _a[0], x_b = _a[1], x_c = _a[2];
58 var _b = [y.getA(), y.getB(), y.getC()], y_a = _b[0], y_b = _b[1], y_c = _b[2];
60 var _c = [z.getA(), z.getB(), z.getC()], z_a = _c[0], z_b = _c[1], z_c = _c[2];
62 var _d = [z.getA(), z.getB(),
[all...]
H A DdestructuringParameterProperties2.js13 public getB() {
23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()];
26 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()];
29 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()];
44 C1.prototype.getB = function () {
53 var _a = [x.getA(), x.getB(), x.getC()], x_a = _a[0], x_b = _a[1], x_c = _a[2];
55 var _b = [y.getA(), y.getB(), y.getC()], y_a = _b[0], y_b = _b[1], y_c = _b[2];
57 var _c = [z.getA(), z.getB(), z.getC()], z_a = _c[0], z_b = _c[1], z_c = _c[2];
H A DmoduleAugmentationsImports1.js21 A.prototype.getB = function () { return undefined; }
26 getB(): B;
41 let b = a.getB().x.toFixed();
71 a_1.A.prototype.getB = function () { return undefined; };
78 var b = a.getB().x.toFixed();
99 getB(): B;
H A DmoduleAugmentationsImports2.js20 A.prototype.getB = function () { return undefined; }
24 getB(): B;
46 let b = a.getB().x.toFixed();
76 a_1.A.prototype.getB = function () { return undefined; };
87 var b = a.getB().x.toFixed();
107 getB(): B;
H A DmoduleAugmentationsImports3.js20 getB(): B;
45 let b = a.getB().x.toFixed();
80 var b = a.getB().x.toFixed();
/third_party/weex-loader/deps/weex-scripter/test/bundle/
H A Db.js1 exports.getB = function () {
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DIntDiffer.java55 public int getB(int offset) { in getB() method in IntDiffer
H A DDemo.java870 out.appendCodePoint(differ.getB(i)); in showDifference()
/third_party/skia/samplecode/
H A DSampleSG.cpp95 r->setB(r->getB() + dy);
/third_party/protobuf/php/tests/
H A DGeneratedClassTest.php604 $arr = $m->getOptionalMessage()->getB();
614 $b = $sub1->getB();
657 $this->assertSame(2, count($m->getOptionalMessage()->getB()));
658 $this->assertSame(1, $m->getOptionalMessage()->getB()[0]);
659 $this->assertSame(102, $m->getOptionalMessage()->getB()[1]);
1318 $this->assertSame("abc", $m->getB());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp344 const SCEV *DependenceInfo::Constraint::getB() const { in getB() function in DependenceInfo::Constraint
419 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump()
422 *getB() << "*Y = " << *getC() << "\n"; in dump()
484 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()
485 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA()); in intersectConstraints()
489 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
490 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()
503 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
505 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()
507 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h422 /// getB - If constraint is a line AX + BY = C, returns B.
424 const SCEV *getB() const;
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 11 milliseconds