Home
last modified time | relevance | path

Searched refs:readLength (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DProgramBinaryTest.cpp248 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/
DProgramBinaryTest.cpp248 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/
DEdits.java288 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/
DEdits.java297 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/
Dreader.js85 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/
Dedits.cpp406 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/
Dedits.cpp406 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/
Dedits.cpp405 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/
Dedits.cpp406 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/
DMsgPackReader.cpp108 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/
DFontCollection.cpp483 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/
DMsgPackReader.h138 template <class T> Expected<bool> readLength(Object &Obj);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dedits.h408 int32_t readLength(int32_t head);
/third_party/node/deps/icu-small/source/common/unicode/
Dedits.h408 int32_t readLength(int32_t head);
/third_party/icu/icu4c/source/common/unicode/
Dedits.h408 int32_t readLength(int32_t head);
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dedits.h405 int32_t readLength(int32_t head);
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_info.cpp1436 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/
Dconverters.md723 sourceLimit = source + readLength; // end + 1