Home
last modified time | relevance | path

Searched refs:checkIndex (Results 1 – 10 of 10) sorted by relevance

/third_party/libxml2/
Dbackport-html-Fix-check-for-end-of-comment-in-push-parser.patch6 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;
Dbackport-html-Fix-quadratic-behavior-in-htmlParseTryOrFinish.patch31 + ctxt->checkIndex = idx;
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DFirstIndexOffsetTests.cpp59 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/
DByteString.java1243 static void checkIndex(int index, int size) { in checkIndex() method
1570 checkIndex(index, size()); in byteAt()
DRopeByteString.java280 checkIndex(index, totalLength); in byteAt()
/third_party/glslang/glslang/MachineIndependent/
DParseContextBase.cpp281 void TParseContextBase::checkIndex(const TSourceLoc& loc, const TType& type, int& index) in checkIndex() function in glslang::TParseContextBase
DParseHelper.h118 void checkIndex(const TSourceLoc&, const TType&, int& index);
DParseHelper.cpp560 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/
Dbackported_methods.txt136 java/util/Objects#checkIndex(II)I
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp820 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference()
826 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference()
841 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference()