/third_party/jerryscript/tests/jerry/es2015/ |
D | array-prototype-find-index.js | 30 assert (array1.findIndex (bigger_than_10) === 1); 40 array1.findIndex (less_than_0); 57 assert (JSON.stringify (inventory.findIndex (isCherries)) === "2"); 81 assert (src_array.findIndex (isPrime) === -1); 85 assert (src_array.findIndex (isPrime) === 1); 89 Array.prototype.findIndex.call (5); method in Array 98 obj.findIndex = Array.prototype.findIndex; 101 obj.findIndex (); 109 assert (Array.prototype.findIndex.call (data, function (e) { return e < 5; }) === -1); 115 obj.findIndex = Array.prototype.findIndex; [all …]
|
D | typedArray-find-index.js | 43 assert (array1.findIndex (bigger_than_10) === 1); 53 array1.findIndex (less_than_0); 82 assert (src_array.findIndex (isPrime) === -1); 86 assert (src_array.findIndex (isPrime) === 1); 90 TypedArray.prototype.findIndex.call (5); method in TypedArray 100 array.findIndex (5); 108 array.findIndex (); 115 assert (array.findIndex (function (e) { return e < 2 }, {}, 8, 4, 5, 6, 6) === 0);
|
D | regression-test-issue-2947.js | 15 assert(new Uint32Array(Array(undefined, 9040650076)).findIndex(function (p_0) { return p_0 }) === 1…
|
D | regression-test-issue-3049.js | 16 assert(['A'].findIndex(func) == 0);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleIDs.java | 53 int offset = findIndex(_countries, country); in getISO3Country() 57 offset = findIndex(_obsoleteCountries, country); in getISO3Country() 76 int offset = findIndex(_languages, language); in getISO3Language() 80 offset = findIndex(_obsoleteLanguages, language); in getISO3Language() 91 int offset = findIndex(_languages3, lang); in threeToTwoLetterLanguage() 96 offset = findIndex(_obsoleteLanguages3, lang); in threeToTwoLetterLanguage() 107 int offset = findIndex(_countries3, region); in threeToTwoLetterRegion() 112 offset = findIndex(_obsoleteCountries3, region); in threeToTwoLetterRegion() 124 private static int findIndex(String[] array, String target){ in findIndex() method in LocaleIDs 455 int offset = findIndex(_deprecatedCountries, oldID); in getCurrentCountryID() [all …]
|
D | CalendarCache.java | 39 return values[findIndex(key)]; in get() 50 int index = findIndex(key); in put() 57 private final int findIndex(long key) { in findIndex() method in CalendarCache
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | LocaleIDs.java | 52 int offset = findIndex(_countries, country); in getISO3Country() 56 offset = findIndex(_obsoleteCountries, country); in getISO3Country() 74 int offset = findIndex(_languages, language); in getISO3Language() 78 offset = findIndex(_obsoleteLanguages, language); in getISO3Language() 89 int offset = findIndex(_languages3, lang); in threeToTwoLetterLanguage() 94 offset = findIndex(_obsoleteLanguages3, lang); in threeToTwoLetterLanguage() 105 int offset = findIndex(_countries3, region); in threeToTwoLetterRegion() 110 offset = findIndex(_obsoleteCountries3, region); in threeToTwoLetterRegion() 122 private static int findIndex(String[] array, String target){ in findIndex() method in LocaleIDs 453 int offset = findIndex(_deprecatedCountries, oldID); in getCurrentCountryID() [all …]
|
D | CalendarCache.java | 41 return values[findIndex(key)]; in get() 52 int index = findIndex(key); in put() 59 private final int findIndex(long key) { in findIndex() method in CalendarCache
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SparseSet.h | 204 iterator findIndex(unsigned Idx) { 225 return findIndex(KeyIndexOf(Key)); 229 return const_cast<SparseSet*>(this)->findIndex(KeyIndexOf(Key)); 251 iterator I = findIndex(Idx);
|
D | SparseMultiSet.h | 288 Idx = SMS->findIndex(SparseIdx).Prev(); 354 iterator findIndex(unsigned Idx) { in findIndex() function 376 return findIndex(KeyIndexOf(Key)); in find() 380 iterator I = const_cast<SparseMultiSet*>(this)->findIndex(KeyIndexOf(Key)); in find() 421 iterator I = findIndex(Idx); in insert() 505 findIndex(sparseIndex(N)).setPrev(N.Prev); in unlink()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | edits.h | 254 return findIndex(i, true, errorCode) == 0; in findSourceIndex() 277 return findIndex(i, false, errorCode) == 0; in findDestinationIndex() 415 int32_t findIndex(int32_t i, UBool findSource, UErrorCode &errorCode);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | edits.h | 254 return findIndex(i, true, errorCode) == 0; in findSourceIndex() 277 return findIndex(i, false, errorCode) == 0; in findDestinationIndex() 415 int32_t findIndex(int32_t i, UBool findSource, UErrorCode &errorCode);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | edits.h | 254 return findIndex(i, true, errorCode) == 0; in findSourceIndex() 277 return findIndex(i, false, errorCode) == 0; in findDestinationIndex() 415 int32_t findIndex(int32_t i, UBool findSource, UErrorCode &errorCode);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | edits.h | 251 return findIndex(i, TRUE, errorCode) == 0; in findSourceIndex() 274 return findIndex(i, FALSE, errorCode) == 0; in findDestinationIndex() 412 int32_t findIndex(int32_t i, UBool findSource, UErrorCode &errorCode);
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsTypeReassignmentFromDeclaration.types | 19 …findIndex(predicate: (value: Item, index: number, obj: Item[]) => unknown, thisArg?: any): number;… 20 …findIndex(predicate: (value: Item, index: number, obj: Item[]) => unknown, thisArg?: any): number;… 21 …findIndex(predicate: (value: Item, index: number, obj: Item[]) => unknown, thisArg?: any): number;… 22 …findIndex(predicate: (value: Item, index: number, obj: Item[]) => unknown, thisArg?: any): number;…
|
D | jsDeclarationsTypeReassignmentFromDeclaration2.types | 10 …findIndex(predicate: (value: Item, index: number, obj: Item[]) => unknown, thisArg?: any): number;… 11 …findIndex(predicate: (value: Item, index: number, obj: Item[]) => unknown, thisArg?: any): number;… 12 …findIndex(predicate: (value: Item, index: number, obj: Item[]) => unknown, thisArg?: any): number;… 13 …findIndex(predicate: (value: Item, index: number, obj: Item[]) => unknown, thisArg?: any): number;…
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Edits.java | 554 return findIndex(i, true) == 0; in findSourceIndex() 573 return findIndex(i, false) == 0; in findDestinationIndex() 577 private int findIndex(int i, boolean findSource) { in findIndex() method in Edits 682 int where = findIndex(i, true); 719 int where = findIndex(i, false);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Edits.java | 565 return findIndex(i, true) == 0; in findSourceIndex() 585 return findIndex(i, false) == 0; in findDestinationIndex() 589 private int findIndex(int i, boolean findSource) { in findIndex() method in Edits 695 int where = findIndex(i, true); 733 int where = findIndex(i, false);
|
/third_party/typescript/src/lib/ |
D | es2015.core.d.ts | 23 findIndex(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): number; method 344 …findIndex(predicate: (value: T, index: number, obj: readonly T[]) => unknown, thisArg?: any): numb… method
|
D | es2020.bigint.d.ts | 205 …findIndex(predicate: (value: bigint, index: number, array: BigInt64Array) => boolean, thisArg?: an… method 477 …findIndex(predicate: (value: bigint, index: number, array: BigUint64Array) => boolean, thisArg?: a… method
|
/third_party/typescript/lib/ |
D | lib.es2015.core.d.ts | 43 findIndex(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): number; method 364 …findIndex(predicate: (value: T, index: number, obj: readonly T[]) => unknown, thisArg?: any): numb… method
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ASTMetadataHLSL.cpp | 107 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate() 275 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate() 353 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate()
|
D | CallDAG.h | 60 size_t findIndex(const TSymbolUniqueId &id) const;
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ASTMetadataHLSL.cpp | 123 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate() 291 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate() 369 size_t calleeIndex = mDag.findIndex(node->getFunction()->uniqueId()); in visitAggregate()
|
D | CallDAG.h | 60 size_t findIndex(const TSymbolUniqueId &id) const;
|