Home
last modified time | relevance | path

Searched defs:lengths (Results 1 – 25 of 28) sorted by relevance

12

/external/marisa-trie/v0_1_5/tests/
Dtrie-test.cc141 std::vector<std::size_t> lengths; in TestTrie() local
339 std::vector<std::size_t> lengths; in TestPrefixTrie() local
377 std::size_t lengths[10]; in TestPrefixTrie() local
557 std::vector<std::size_t> lengths; in TestEmptyString() local
/external/marisa-trie/tests/
Dtrie-test.cc139 std::vector<std::size_t> lengths; in TestTrie() local
337 std::vector<std::size_t> lengths; in TestPrefixTrie() local
375 std::size_t lengths[10]; in TestPrefixTrie() local
539 std::vector<std::size_t> lengths; in TestEmptyString() local
/external/v8/test/mjsunit/
Dstring-indexof-1.js116 var lengths = [1, 4, 15]; // Single char, simple and complex. variable
/external/icu4c/common/
Ddictionarydata.cpp38 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t … in matches()
102 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &… in matches()
Ddictbe.cpp104 int32_t lengths[POSSIBLE_WORD_LIST_MAX]; member in PossibleWord
839 AutoBuffer<int32_t, maxWordSize> lengths(numChars); in divideUpDictionaryRange() local
Dunames.cpp593 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; in expandGroupName() local
626 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; in enumGroupNames() local
1366 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; in calcGroupNameSetsLengths() local
2010 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; in uchar_swapNames() local
/external/libvorbis/vq/
Dlatticetune.c42 long *lengths; in main() local
Dhuffbuild.c131 long *lengths=_ogg_calloc(vals,sizeof(long)); in main() local
Dbookutil.c338 void build_tree_from_lengths(int vals, long *hist, long *lengths){ in build_tree_from_lengths()
407 void build_tree_from_lengths0(int vals, long *hist, long *lengths){ in build_tree_from_lengths0()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DDnaBlockData.java113 int[] lengths = new int[amount];//theamount is the same as int types in DnaBlockData() local
DField.java224 … List<Integer> lengths = new ArrayList<Integer>(3);//3 dimensions will be enough in most cases in parseField() local
/external/icu4c/test/perf/dicttrieperf/
Ddicttrieperf.cpp348 int32_t *lengths, int &count, int limit ) { in ucharsTrieMatches()
441 int32_t lengths[20]; in call() local
547 int32_t *lengths, int &count, int limit ) { in bytesTrieMatches()
590 int32_t lengths[20]; in call() local
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-find.cc41 static std::vector<std::size_t> lengths; in find_all() local
/external/marisa-trie/tools/
Dmarisa-find.cc41 static std::vector<std::size_t> lengths; in find_all() local
/external/skia/src/animator/
DSkGetCondensedInfo.cpp22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char t… in _searchByName()
/external/skia/legacy/src/animator/
DSkGetCondensedInfo.cpp22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char t… in _searchByName()
/external/zlib/src/contrib/puff/
Dpuff.c545 short lengths[FIXLCODES]; in fixed() local
669 short lengths[MAXCODES]; /* descriptor code lengths */ in dynamic() local
/external/webkit/Source/WebCore/platform/text/
DTextCodecUTF8.cpp67 static const uint8_t lengths[256] = { in nonASCIISequenceLength() local
/external/qemu/block/
Ddmg.c42 uint64_t* lengths; member
/external/tcpdump/
Dutil.c213 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; in relts_print() local
/external/mtpd/
Dpptp.c58 static uint8_t lengths[] = { variable
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java775 private final long[] lengths; field in DiskLruCache.Entry
/external/v8/test/cctest/
Dtest-strings.cc325 const int lengths[12] = {0, 0, 2, 3, 3, 3, 6, 7, 7, 7, 10, 11}; in TEST() local
/external/openssl/apps/
Dspeed.c259 static int lengths[SIZE_NUM]={16,64,256,1024,8*1024}; variable
/external/elfutils/src/
Dreadelf.c2466 uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) in print_hash_info()
2547 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash() local
2589 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash64() local
2637 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_gnu_hash() local

12