Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableStrokeDasharrayList.cpp41 RefPtr<SVGLengthList> lengths = passLengths; in AnimatableStrokeDasharrayList() local
50 RefPtr<SVGLengthList> lengths = SVGLengthList::create(); in toSVGLengthList() local
DAnimatableStrokeDasharrayList.h43 …tic PassRefPtrWillBeRawPtr<AnimatableStrokeDasharrayList> create(PassRefPtr<SVGLengthList> lengths) in create()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DHuffman.java39 private final byte[] lengths; field in Huffman.Codec
45 Codec(int[] codes, byte[] lengths) { in Codec()
131 private void buildTree(int[] codes, byte[] lengths) { in buildTree()
/external/chromium_org/v8/test/mjsunit/
Dstring-indexof-1.js116 var lengths = [1, 4, 15]; // Single char, simple and complex. variable
/external/icu/icu4c/source/common/
Ddictionarydata.cpp43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t … in matches()
107 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &… in matches()
/external/chromium_org/third_party/icu/source/common/
Ddictionarydata.cpp43 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t … in matches()
107 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &… in matches()
/external/chromium_org/courgette/
Dstreams.cc261 unsigned int lengths[kMaxStreams]; in Init() local
295 uint32 lengths[kMaxStreams] = {}; // i.e. all zero. in ReadSet() local
367 uint32 lengths[kMaxStreams]; in WriteSet() local
/external/mesa3d/src/mesa/math/
Dm_debug_norm.c126 const GLfloat *lengths, in ref_norm_transform_rescale()
149 const GLfloat *lengths, in ref_norm_transform_normalize()
/external/chromium_org/third_party/mesa/src/src/mesa/math/
Dm_debug_norm.c126 const GLfloat *lengths, in ref_norm_transform_rescale()
149 const GLfloat *lengths, in ref_norm_transform_normalize()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp30 const char **strings, const size_t *lengths, in clCreateProgramWithSource()
58 const cl_device_id *devs, const size_t *lengths, in clCreateProgramWithBinary()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
Dprogram.cpp30 const char **strings, const size_t *lengths, in clCreateProgramWithSource()
58 const cl_device_id *devs, const size_t *lengths, in clCreateProgramWithBinary()
/external/zopfli/src/zopfli/
Dtree.c30 void ZopfliLengthsToSymbols(const unsigned* lengths, size_t n, unsigned maxbits, in ZopfliLengthsToSymbols()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
Darea_code_map.cc54 const int* const lengths = storage_->GetPossibleLengths(); in Lookup() local
/external/mesa3d/src/mesa/tnl/
Dt_vb_normals.c54 const GLfloat *lengths; in run_normal_stage() local
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
Dt_vb_normals.c54 const GLfloat *lengths; in run_normal_stage() 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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp44 Length lengths[1]; member
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
Daead_test.c157 unsigned int lengths[NUM_TYPES]; in main() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java669 private final long[] lengths; field in DiskLruCache.Snapshot
671 private Snapshot(String key, long sequenceNumber, InputStream[] ins, long[] lengths) { in Snapshot()
871 private final long[] lengths; field in DiskLruCache.Entry
/external/zlib/src/contrib/puff/
Dpuff.c546 short lengths[FIXLCODES]; in fixed() local
670 short lengths[MAXCODES]; /* descriptor code lengths */ in dynamic() local
/external/chromium_org/third_party/skia/src/animator/
DSkGetCondensedInfo.cpp22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char t… in _searchByName()

123