Home
last modified time | relevance | path

Searched defs:lengths (Results 1 - 25 of 110) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DgenericArray1.js14 var lengths = ["a", "b", "c"].map(x => x.length); variable
29 var lengths = ["a", "b", "c"].map(function (x) { return x.length; }); variable
H A DgenericFunctions2.js5 var lengths = map(myItems, x => x.length); variable
11 var lengths = map(myItems, function (x) { return x.length; }); variable
/third_party/ffmpeg/libavutil/tests/
H A Dsha512.c34 static const int lengths[4] = { 224, 256, 384, 512 }; in main() local
H A Dripemd.c32 static const int lengths[4] = { 128, 160, 256, 320 }; in main() local
H A Dsha.c29 static const int lengths[3] = { 160, 224, 256 }; in main() local
/third_party/node/deps/brotli/c/enc/
H A Dblock_splitter.h26 uint32_t* lengths; member
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dblock_splitter.h26 uint32_t* lengths; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DCharsDictionaryMatcher.java25 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) { in matches() argument
H A DDictionaryMatcher.java30 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() argument
33 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() argument
H A DBytesDictionaryMatcher.java46 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) { in matches() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBytesDictionaryMatcher.java46 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) { in matches() argument
H A DDictionaryMatcher.java31 public abstract int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() argument
34 public int matches(CharacterIterator text, int maxLength, int[] lengths, in matches() argument
H A DCharsDictionaryMatcher.java25 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) { in matches() argument
/third_party/python/Lib/test/
H A Dtest_bufio.py12 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
/third_party/ffmpeg/libavcodec/tests/
H A Dmjpegenc_huffman.c37 HuffTable lengths[256]; in check_lengths() local
/third_party/toybox/toys/posix/
H A Dwc.c34 static void show_lengths(unsigned long *lengths, char *name) in show_lengths() argument
62 unsigned long word = 0, lengths[] = {0,0,0,0}; in do_wc() local
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DUnicodeSetCloseOver.java142 analyzeCaseData(Map equivClasses, StringBuffer pairs, Vector nonpairs, Vector lengths) analyzeCaseData() argument
/third_party/jerryscript/targets/mbedos5/tools/
H A Dgenerate_pins.py151 lengths = ',\n '.join(str(len(pin)) for pin in pins) variable
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Darea_code_map.cc54 const int* const lengths = storage_->GetPossibleLengths(); in Lookup() local
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeKeyTest.java115 private static RangeKey key(String spec, Integer... lengths) { in key() argument
H A DCsvTableTest.java272 private static RangeKey key(String spec, Integer... lengths) { in key() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DRangeTreeSubject.java113 public void hasLengths(Integer... lengths) { in hasLengths() argument
/third_party/glslang/glslang/MachineIndependent/
H A DScan.h253 const size_t *lengths; // length of each string member in glslang::TInputScanner
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_norm.c123 ref_norm_transform_rescale( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) ref_norm_transform_rescale() argument
146 ref_norm_transform_normalize( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) ref_norm_transform_normalize() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeKey.java63 public static RangeKey create(RangeSpecification prefix, Set<Integer> lengths) { in create() argument
[all...]

Completed in 12 milliseconds

12345