/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ProgramBinaryTest.cpp | 248 GLsizei readLength = 0; in TEST_P() local 251 glGetProgramBinaryOES(mProgram, length, &readLength, &binaryFormat, binaryBlob.data()); in TEST_P() 358 GLsizei readLength = 0; in testBinaryAndUBOBlockIndexes() local 361 glGetProgramBinary(program.get(), programLength, &readLength, &binaryFormat, binary.data()); in testBinaryAndUBOBlockIndexes() 364 EXPECT_EQ(static_cast<GLsizei>(programLength), readLength); in testBinaryAndUBOBlockIndexes() 442 GLsizei readLength = 0; in TEST_P() local 445 glGetProgramBinary(program.get(), programLength, &readLength, &binaryFormat, binary.data()); in TEST_P() 448 EXPECT_EQ(static_cast<GLsizei>(programLength), readLength); in TEST_P() 581 GLsizei readLength = 0; in TEST_P() local 584 glGetProgramBinary(program.get(), programLength, &readLength, &binaryFormat, binary.data()); in TEST_P() [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ProgramBinaryTest.cpp | 248 GLsizei readLength = 0; in TEST_P() local 251 glGetProgramBinaryOES(mProgram, length, &readLength, &binaryFormat, binaryBlob.data()); in TEST_P() 351 GLsizei readLength = 0; in testBinaryAndUBOBlockIndexes() local 354 glGetProgramBinary(program.get(), programLength, &readLength, &binaryFormat, binary.data()); in testBinaryAndUBOBlockIndexes() 357 EXPECT_EQ(static_cast<GLsizei>(programLength), readLength); in testBinaryAndUBOBlockIndexes() 476 GLsizei readLength = 0; in TEST_P() local 479 glGetProgramBinary(program.get(), programLength, &readLength, &binaryFormat, binary.data()); in TEST_P() 482 EXPECT_EQ(static_cast<GLsizei>(programLength), readLength); in TEST_P() 676 GLsizei readLength = 0; in TEST_P() local 679 glGetProgramBinary(program.get(), programLength, &readLength, &binaryFormat, binary.data()); in TEST_P() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Edits.java | 288 private int readLength(int head) { in readLength() method in Edits.Iterator 410 oldLength_ = readLength((u >> 6) & 0x3f); in next() 411 newLength_ = readLength(u & 0x3f); in next() 425 oldLength_ += readLength((u >> 6) & 0x3f); in next() 426 newLength_ += readLength(u & 0x3f); in next() 501 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 502 newLength_ = readLength(u & 0x3f); in previous() 510 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 511 newLength_ = readLength(u & 0x3f); in previous() 529 oldLength_ += readLength((u >> 6) & 0x3f); in previous() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Edits.java | 297 private int readLength(int head) { in readLength() method in Edits.Iterator 420 oldLength_ = readLength((u >> 6) & 0x3f); in next() 421 newLength_ = readLength(u & 0x3f); in next() 435 oldLength_ += readLength((u >> 6) & 0x3f); in next() 436 newLength_ += readLength(u & 0x3f); in next() 511 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 512 newLength_ = readLength(u & 0x3f); in previous() 520 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 521 newLength_ = readLength(u & 0x3f); in previous() 539 oldLength_ += readLength((u >> 6) & 0x3f); in previous() [all …]
|
/third_party/node/deps/npm/node_modules/asn1/lib/ber/ |
D | reader.js | 85 Reader.prototype.readLength = function (offset) { method in Reader 136 var o = this.readLength(this._offset + 1); // stored in `length` 172 var o = this.readLength(this._offset + 1); // stored in `length` 233 var o = this.readLength(this._offset + 1); // stored in `length`
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | edits.cpp | 406 int32_t Edits::Iterator::readLength(int32_t head) { in readLength() function in Edits::Iterator 523 oldLength_ = readLength((u >> 6) & 0x3f); in next() 524 newLength_ = readLength(u & 0x3f); in next() 538 oldLength_ += readLength((u >> 6) & 0x3f); in next() 539 newLength_ += readLength(u & 0x3f); in next() 617 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 618 newLength_ = readLength(u & 0x3f); in previous() 626 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 627 newLength_ = readLength(u & 0x3f); in previous() 645 oldLength_ += readLength((u >> 6) & 0x3f); in previous() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | edits.cpp | 406 int32_t Edits::Iterator::readLength(int32_t head) { in readLength() function in Edits::Iterator 523 oldLength_ = readLength((u >> 6) & 0x3f); in next() 524 newLength_ = readLength(u & 0x3f); in next() 538 oldLength_ += readLength((u >> 6) & 0x3f); in next() 539 newLength_ += readLength(u & 0x3f); in next() 617 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 618 newLength_ = readLength(u & 0x3f); in previous() 626 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 627 newLength_ = readLength(u & 0x3f); in previous() 645 oldLength_ += readLength((u >> 6) & 0x3f); in previous() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | edits.cpp | 405 int32_t Edits::Iterator::readLength(int32_t head) { in readLength() function in Edits::Iterator 522 oldLength_ = readLength((u >> 6) & 0x3f); in next() 523 newLength_ = readLength(u & 0x3f); in next() 537 oldLength_ += readLength((u >> 6) & 0x3f); in next() 538 newLength_ += readLength(u & 0x3f); in next() 616 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 617 newLength_ = readLength(u & 0x3f); in previous() 625 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 626 newLength_ = readLength(u & 0x3f); in previous() 644 oldLength_ += readLength((u >> 6) & 0x3f); in previous() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | edits.cpp | 406 int32_t Edits::Iterator::readLength(int32_t head) { in readLength() function in Edits::Iterator 523 oldLength_ = readLength((u >> 6) & 0x3f); in next() 524 newLength_ = readLength(u & 0x3f); in next() 538 oldLength_ += readLength((u >> 6) & 0x3f); in next() 539 newLength_ += readLength(u & 0x3f); in next() 617 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 618 newLength_ = readLength(u & 0x3f); in previous() 626 oldLength_ = readLength((u >> 6) & 0x3f); in previous() 627 newLength_ = readLength(u & 0x3f); in previous() 645 oldLength_ += readLength((u >> 6) & 0x3f); in previous() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackReader.cpp | 108 return readLength<uint16_t>(Obj); in read() 111 return readLength<uint32_t>(Obj); in read() 114 return readLength<uint16_t>(Obj); in read() 117 return readLength<uint32_t>(Obj); in read() 211 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength() function in Reader
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | FontCollection.cpp | 483 size_t readLength = 0; in itemize() local 484 U16_NEXT(string, readLength, string_size, nextCh); in itemize() 489 nextUtf16Pos = readLength; in itemize() 490 if (readLength < string_size) { in itemize() 491 U16_NEXT(string, readLength, string_size, nextCh); in itemize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 138 template <class T> Expected<bool> readLength(Object &Obj);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | edits.h | 408 int32_t readLength(int32_t head);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | edits.h | 408 int32_t readLength(int32_t head);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | edits.h | 408 int32_t readLength(int32_t head);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | edits.h | 405 int32_t readLength(int32_t head);
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_info.cpp | 1436 uint32 readLength = Min_uint32 (fShared->fDNGPrivateDataCount, in ParseDNGPrivateData() local 1439 stream.Get (buffer, readLength); in ParseDNGPrivateData() 1441 buffer [readLength] = 0; in ParseDNGPrivateData()
|
/third_party/icu/docs/userguide/conversion/ |
D | converters.md | 723 sourceLimit = source + readLength; // end + 1
|