| /frameworks/base/core/jni/android/graphics/ |
| Path.cpp | 276 static void addMove(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, 279 if (!lengths.empty()) { 280 length = lengths.back(); 283 lengths.push_back(length); 286 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, 290 lengths.push_back(0); 294 float length = lengths.back() + SkPoint::Distance(segmentPoints.back(), toPoint); 296 lengths.push_back(length); 353 std::vector<float>& lengths, float errorSquared, bool doubleCheckDivision) { 390 addLine(segmentPoints, lengths, iter->second) 435 std::vector<float> lengths; local [all...] |
| /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
| ExifOutputStream.java | 413 long[] lengths = new long[stripCount]; local 415 lengths[i] = mExifData.getStrip(i).length; 417 lengthTag.setValue(lengths);
|
| /packages/apps/Camera2/src/com/android/camera/exif/ |
| ExifOutputStream.java | 413 long[] lengths = new long[stripCount]; local 415 lengths[i] = mExifData.getStrip(i).length; 417 lengthTag.setValue(lengths);
|
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
| ExifOutputStream.java | 413 long[] lengths = new long[stripCount]; local 415 lengths[i] = mExifData.getStrip(i).length; 417 lengthTag.setValue(lengths);
|
| /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
| ExifOutputStream.java | 413 long[] lengths = new long[stripCount]; local 415 lengths[i] = mExifData.getStrip(i).length; 417 lengthTag.setValue(lengths);
|
| /packages/apps/Mms/src/com/android/mms/exif/ |
| ExifOutputStream.java | 415 long[] lengths = new long[stripCount]; local 417 lengths[i] = mExifData.getStrip(i).length; 419 lengthTag.setValue(lengths);
|
| /external/glide/third_party/disklrucache/ |
| disklrucache-2.0.2.jar | |
| /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
| DiskLruCache.java | 143 * and may be read. A publish line is followed by the lengths of each of 409 size += entry.lengths[t]; 587 long oldLength = entry.lengths[i]; 589 entry.lengths[i] = newLength; 644 size -= entry.lengths[i]; 645 entry.lengths[i] = 0; 899 /** Lengths of this entry's files. */ 900 private final long[] lengths; field in class:DiskLruCache.Entry 913 this.lengths = new long[valueCount]; [all...] |
| /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
| DiskLruCache.java | 143 * and may be read. A publish line is followed by the lengths of each of 409 size += entry.lengths[t]; 587 long oldLength = entry.lengths[i]; 589 entry.lengths[i] = newLength; 644 size -= entry.lengths[i]; 645 entry.lengths[i] = 0; 899 /** Lengths of this entry's files. */ 900 private final long[] lengths; field in class:DiskLruCache.Entry 913 this.lengths = new long[valueCount]; [all...] |
| /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
| DiskLruCache.java | 143 * and may be read. A publish line is followed by the lengths of each of 409 size += entry.lengths[t]; 587 long oldLength = entry.lengths[i]; 589 entry.lengths[i] = newLength; 644 size -= entry.lengths[i]; 645 entry.lengths[i] = 0; 899 /** Lengths of this entry's files. */ 900 private final long[] lengths; field in class:DiskLruCache.Entry 913 this.lengths = new long[valueCount]; [all...] |
| /external/chromium_org/third_party/icu/source/common/ |
| unames.cpp | 505 * expandGroupLengths() reads a block of compressed lengths of 32 strings and 506 * expands them into offsets and lengths for each string. 507 * Lengths are stored with a variable-width encoding in consecutive nibbles: 511 * The offsets and lengths arrays must be at least 33 (one more) long because 516 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) { 517 /* read the lengths of the 32 strings in this group and get each string's offset */ 521 /* all 32 lengths must be read to get the offset of the first group string */ 540 *lengths++=length; 552 *lengths++=length; 570 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2] local 603 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local 1343 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local 1987 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-strings.cc | 902 const int lengths[12] = {0, 0, 2, 3, 3, 3, 6, 7, 7, 7, 10, 11}; local 916 CHECK_EQ(lengths[i], written); 919 for (int j = 0; j < lengths[i]; j++) 922 for (int j = lengths[i]; j < 11; j++) 932 // Make sure we cover all always-flat lengths and at least one above. [all...] |
| /external/deqp/modules/gles2/functional/ |
| es2fShaderApiTests.cpp | 67 std::vector<int> lengths; member in struct:deqp::gles2::Functional::__anon3599::ShaderSources 97 if (sources.lengths.size() > 0) 98 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]); 116 out.lengths.push_back((int)sliceSize); 127 out.lengths.push_back(lastStringLength); 669 DE_ASSERT(sources.lengths.size() > 0); 670 DE_ASSERT(sources.lengths.size() == sources.strings.size()); 680 const int unpaddedLength = sources.lengths[ndx]; 684 sources.lengths[ndx] = m_rnd.getInt(-10, -1); 1088 + (explicitLengths ? ", using explicitly specified string lengths" : "" [all...] |
| /external/icu/icu4c/source/common/ |
| unames.cpp | 505 * expandGroupLengths() reads a block of compressed lengths of 32 strings and 506 * expands them into offsets and lengths for each string. 507 * Lengths are stored with a variable-width encoding in consecutive nibbles: 511 * The offsets and lengths arrays must be at least 33 (one more) long because 516 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) { 517 /* read the lengths of the 32 strings in this group and get each string's offset */ 521 /* all 32 lengths must be read to get the offset of the first group string */ 540 *lengths++=length; 552 *lengths++=length; 570 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2] local 603 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local 1343 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local 1991 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local [all...] |
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
| DiskLruCache.java | 128 * and may be read. A publish line is followed by the lengths of each of 324 size += entry.lengths[t]; 437 return new Snapshot(key, entry.sequenceNumber, ins, entry.lengths); 529 long oldLength = entry.lengths[i]; 531 entry.lengths[i] = newLength; 585 size -= entry.lengths[i]; 586 entry.lengths[i] = 0; 669 private final long[] lengths; field in class:DiskLruCache.Snapshot 671 private Snapshot(String key, long sequenceNumber, InputStream[] ins, long[] lengths) { 675 this.lengths = lengths 871 private final long[] lengths; field in class:DiskLruCache.Entry [all...] |
| /external/chromium_org/net/quic/ |
| quic_connection_test.cc | 2175 QuicSequenceNumberLength lengths[] = {PACKET_6BYTE_SEQUENCE_NUMBER, local 2203 QuicConnectionIdLength lengths[] = {PACKET_8BYTE_CONNECTION_ID, local [all...] |
| /external/chromium_org/third_party/freetype/include/freetype/internal/ |
| psaux.h | 104 /* init :: Set to 0xDEADBEEF if `elements' and `lengths' have */ 113 /* lengths :: A table of element sizes within the block. */ 130 FT_PtrDist* lengths; /* lengths of table elements */ member in struct:PS_TableRec_ [all...] |
| /external/chromium_org/third_party/libwebp/enc/ |
| vp8l.c | 213 uint8_t* lengths; local 215 sizeof(*lengths) + sizeof(*codes)); 219 lengths = (uint8_t*)&codes[total_length_size]; 223 huffman_codes[i].code_lengths = lengths; 225 lengths += bit_length; 512 // Create Huffman bit lengths and codes for each histogram image. 606 // Create Huffman bit lengths and codes for each histogram image. [all...] |
| /external/deqp/modules/gles3/functional/ |
| es3fShaderApiTests.cpp | 72 std::vector<int> lengths; member in struct:deqp::gles3::Functional::__anon3750::ShaderSources 114 if (sources.lengths.size() > 0) 115 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]); 133 out.lengths.push_back((int)sliceSize); 144 out.lengths.push_back(lastStringLength); 729 DE_ASSERT(sources.lengths.size() > 0); 730 DE_ASSERT(sources.lengths.size() == sources.strings.size()); 740 const int unpaddedLength = sources.lengths[ndx]; 744 sources.lengths[ndx] = m_rnd.getInt(-10, -1); [all...] |
| /external/freetype/include/internal/ |
| psaux.h | 104 /* init :: Set to 0xDEADBEEF if `elements' and `lengths' have */ 113 /* lengths :: A table of element sizes within the block. */ 130 FT_PtrDist* lengths; /* lengths of table elements */ member in struct:PS_TableRec_ [all...] |
| /external/openssl/apps/ |
| speed.c | 259 static int lengths[SIZE_NUM]={16,64,256,1024,8*1024}; variable [all...] |
| /external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
| psaux.h | 104 /* init :: Set to 0xDEADBEEF if `elements' and `lengths' have */ 113 /* lengths :: A table of element sizes within the block. */ 130 FT_PtrDist* lengths; /* lengths of table elements */ member in struct:PS_TableRec_ [all...] |
| /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
| psaux.h | 104 /* init :: Set to 0xDEADBEEF if `elements' and `lengths' have */ 113 /* lengths :: A table of element sizes within the block. */ 130 FT_PtrDist* lengths; /* lengths of table elements */ member in struct:PS_TableRec_ [all...] |
| /external/webp/src/enc/ |
| vp8l.c | 213 uint8_t* lengths; local 215 sizeof(*lengths) + sizeof(*codes)); 219 lengths = (uint8_t*)&codes[total_length_size]; 223 huffman_codes[i].code_lengths = lengths; 225 lengths += bit_length; 512 // Create Huffman bit lengths and codes for each histogram image. 606 // Create Huffman bit lengths and codes for each histogram image. [all...] |
| /external/chromium_org/third_party/mesa/src/include/CL/ |
| cl.hpp | 2400 ::size_t* lengths = (::size_t*) alloca(n * sizeof(::size_t)); local 2426 ::size_t* lengths = (::size_t*) alloca(n * sizeof(::size_t)); local [all...] |