/third_party/typescript/tests/baselines/reference/ |
D | genericArray1.js | 14 var lengths = ["a", "b", "c"].map(x => x.length); variable 29 var lengths = ["a", "b", "c"].map(function (x) { return x.length; }); variable
|
D | genericFunctions2.js | 5 var lengths = map(myItems, x => x.length); variable
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DictionaryMatcher.java | 30 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() 33 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
|
D | CharsDictionaryMatcher.java | 24 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DictionaryMatcher.java | 31 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() 34 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches()
|
D | CharsDictionaryMatcher.java | 25 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | RangeKey.java | 63 public static RangeKey create(RangeSpecification prefix, Set<Integer> lengths) { in create() 68 "lengths cannot be shorter than the prefix: %s - %s", prefix, lengths); in create() local 206 ImmutableSortedSet.Builder<Integer> lengths = ImmutableSortedSet.naturalOrder(); in buildLengths() local
|
/third_party/typescript/tests/cases/compiler/ |
D | genericArray1.ts | 14 var lengths = ["a", "b", "c"].map(x => x.length); variable
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | shortnumberinfo.cc | 84 const RepeatedField<int>& lengths = desc.possible_length(); in MatchesPossibleNumberAndNationalNumber() local 118 const RepeatedField<int>& lengths = in IsPossibleShortNumberForRegion() local 135 const RepeatedField<int>& lengths = in IsPossibleShortNumber() local 196 const RepeatedField<int>& lengths = in GetExpectedCostForRegion() local
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/type_inference/ |
D | type_inference_2.ts | 34 var lengths = map(names, s => s.length); variable
|
/third_party/ffmpeg/libavutil/tests/ |
D | sha.c | 29 static const int lengths[3] = { 160, 224, 256 }; in main() local
|
D | sha512.c | 34 static const int lengths[4] = { 224, 256, 384, 512 }; in main() local
|
D | ripemd.c | 32 static const int lengths[4] = { 128, 160, 256, 320 }; in main() local
|
/third_party/node/test/parallel/ |
D | test-buffer-indexof.js | 304 const lengths = [1, 3, 15]; // Single char, simple and complex. variable 334 const lengths = [2, 4, 16]; // Single char, simple and complex. variable
|
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
D | BuildMetadataFromXml.java | 464 TreeSet<Integer> lengths = new TreeSet<Integer>(); in processPhoneNumberDescElement() local 540 String[] lengths = possibleLengthString.split(","); in parsePossibleLengthStringToSet() local 594 private static void populatePossibleLengthSets(Element data, TreeSet<Integer> lengths, in populatePossibleLengthSets() 633 TreeSet<Integer> lengths = new TreeSet<Integer>(); in setPossibleLengthsGeneralDesc() local 689 private static void setPossibleLengths(TreeSet<Integer> lengths, in setPossibleLengths()
|
/third_party/icu/icu4c/source/common/ |
D | dictionarydata.cpp | 46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches() 114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | dictionarydata.cpp | 46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches() 114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
|
/third_party/mesa3d/src/mesa/math/ |
D | m_debug_norm.c | 126 const GLfloat *lengths, in ref_norm_transform_rescale() 149 const GLfloat *lengths, in ref_norm_transform_normalize()
|
/third_party/node/deps/icu-small/source/common/ |
D | dictionarydata.cpp | 46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches() 114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | dictionarydata.cpp | 46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches() 114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
|
/third_party/node/deps/brotli/c/enc/ |
D | block_splitter.h | 26 uint32_t* lengths; member
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | block_splitter.h | 26 uint32_t* lengths; member
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
D | UnicodeSetCloseOver.java | 145 Vector lengths) { in analyzeCaseData() 196 Vector lengths = new Vector(); // "111", "12", "22", etc. in generateCaseData() local
|
/third_party/python/Lib/test/ |
D | test_bufio.py | 12 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
|
/third_party/toybox/toys/posix/ |
D | wc.c | 62 unsigned long word = 0, lengths[] = {0,0,0,0}; in do_wc() local
|