Searched refs:checkIndex (Results 1 – 10 of 10) sorted by relevance
/third_party/libxml2/ |
D | backport-html-Fix-check-for-end-of-comment-in-push-parser.patch | 6 Make sure to reset checkIndex. Handle case where "--" or "--!" is at the 36 + ctxt->checkIndex = 0; 41 + ctxt->checkIndex = mark; 44 ctxt->checkIndex = cur + mark + 1; 63 ctxt->checkIndex = 0;
|
D | backport-html-Fix-quadratic-behavior-in-htmlParseTryOrFinish.patch | 31 + ctxt->checkIndex = idx;
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | FirstIndexOffsetTests.cpp | 59 CheckIndex checkIndex, 84 CheckIndex checkIndex, in TestImpl() argument 98 if ((checkIndex & CheckIndex::Vertex) != 0) { in TestImpl() 106 if ((checkIndex & CheckIndex::Instance) != 0) { in TestImpl() 168 …const uint32_t bufferInitialVertex = checkIndex & CheckIndex::Vertex ? std::numeric_limits<uint32_… in TestImpl() 169 …const uint32_t bufferInitialInstance = checkIndex & CheckIndex::Instance ? std::numeric_limits<uin… in TestImpl()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ByteString.java | 1243 static void checkIndex(int index, int size) { in checkIndex() method 1570 checkIndex(index, size()); in byteAt()
|
D | RopeByteString.java | 280 checkIndex(index, totalLength); in byteAt()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 281 void TParseContextBase::checkIndex(const TSourceLoc& loc, const TType& type, int& index) in checkIndex() function in glslang::TParseContextBase
|
D | ParseHelper.h | 118 void checkIndex(const TSourceLoc&, const TType&, int& index);
|
D | ParseHelper.cpp | 560 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference() 587 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference() 612 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference()
|
/third_party/skia/third_party/externals/angle2/third_party/r8/ |
D | backported_methods.txt | 136 java/util/Objects#checkIndex(II)I
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 820 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference() 826 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference() 841 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference()
|