/third_party/typescript/tests/baselines/reference/ |
H A D | typeGuardNarrowsIndexedAccessOfKnownProperty5.js | 9 const bIndex = "key"; 10 if (b[bIndex].x) { 11 b[bIndex].x // number 32 var bIndex = "key";
variable 33 if (b[bIndex].x) {
34 b[bIndex].x; // number
|
H A D | typeGuardNarrowsIndexedAccessOfKnownProperty6.js | 8 declare const bIndex: "key"; 10 if (b[bIndex].x) { 11 b[bIndex].x // number 31 if (b[bIndex].x) {
32 b[bIndex].x; // number
|
/third_party/skia/src/pathops/ |
H A D | SkIntersections.cpp | 132 int bIndex) { in merge() 135 fT[1][0] = b.fT[0][bIndex]; in merge() 137 fPt2[0] = b.fPt[bIndex]; in merge() 131 merge(const SkIntersections& a, int aIndex, const SkIntersections& b, int bIndex) merge() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | CharSequences.java | 48 * Find the longest n such that a[aIndex,n] = b[bIndex,n], and n is on a character boundary. 53 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument 54 int i = aIndex, j = bIndex; in matchAfter()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | CharSequences.java | 50 * Find the longest n such that a[aIndex,n] = b[bIndex,n], and n is on a character boundary. 55 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument 56 int i = aIndex, j = bIndex; in matchAfter()
|
/third_party/backends/backend/ |
H A D | plustek-pp_motor.c | 414 Byte bIndex, ULong dwSteps) in motorP98FillDataToColorTable() 421 for ( pb = &a_bColorByteTable[bIndex], in motorP98FillDataToColorTable() 422 pw = &a_wMoveStepTable[bIndex]; dwSteps; dwSteps-- ) { in motorP98FillDataToColorTable() 518 Byte bIndex; in motorP98FillBackColorDataTable() local 520 if ((bIndex = ps->bCurrentLineCount + ps->bNewCurrentLineCountGap + 1) >= in motorP98FillBackColorDataTable() 522 bIndex -= _NUMBER_OF_SCANSTEPS; in motorP98FillBackColorDataTable() 525 motorP98FillDataToColorTable( ps, bIndex, (ULong)(_NUMBER_OF_SCANSTEPS - in motorP98FillBackColorDataTable() 1619 Byte bIndex, ULong dwSteps) in motorP96FillDataToColorTable() 1626 for (pb = &a_bColorByteTable[bIndex], in motorP96FillDataToColorTable() 1627 pw = &a_wMoveStepTable[bIndex]; dwStep in motorP96FillDataToColorTable() 413 motorP98FillDataToColorTable( pScanData ps, Byte bIndex, ULong dwSteps) motorP98FillDataToColorTable() argument 1618 motorP96FillDataToColorTable( pScanData ps, Byte bIndex, ULong dwSteps) motorP96FillDataToColorTable() argument 1700 Byte bIndex; motorP96FillBackColorDataTable() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageCompare.cpp | 547 const deInt32 bIndex = getPositionOfIEEEFloatWithoutDenormals(b); in computeFloatFlushRelaxedULPDiff() local 548 return (deUint32)de::abs(aIndex - bIndex); in computeFloatFlushRelaxedULPDiff()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |