Home
last modified time | relevance | path

Searched refs:SkipTo (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssvaluelistparser.cpp33 *iLength = SkipTo(' ', false, false); in NextValue()
46 *iLength = SkipTo(wch, false, false); in NextValue()
51 *iLength = SkipTo(')', false, false) + 1; in NextValue()
56 *iLength = SkipTo(m_Separator, true, true); in NextValue()
62 int32_t CFX_CSSValueListParser::SkipTo(wchar_t wch, in SkipTo() function in CFX_CSSValueListParser
Dcfx_cssvaluelistparser.h23 int32_t SkipTo(wchar_t wch, bool breakOnSpace, bool matchBrackets);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h436 size_t SkipTo = GetCurrentBitNo() + NumFourBytes*4*8; in SkipBlock() local
437 if (AtEndOfStream() || !canSkipToPos(SkipTo/8)) in SkipBlock()
440 JumpToBit(SkipTo); in SkipBlock()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h537 size_t SkipTo = GetCurrentBitNo() + NumFourBytes*4*8; in SkipBlock() local
538 if (AtEndOfStream() || !canSkipToPos(SkipTo/8)) in SkipBlock()
541 JumpToBit(SkipTo); in SkipBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h814 size_t SkipTo = GetCurrentBitNo() + NumFourBytes*4*CHAR_BIT; in SkipBlock() local
815 if (AtEndOfStream() || !canSkipToPos(SkipTo/CHAR_BIT)) in SkipBlock()
818 JumpToBit(SkipTo); in SkipBlock()
/external/v8/src/debug/
Ddebug.h138 void SkipTo(int count) { in SkipTo() function
Ddebug.cc112 it.SkipTo(BreakIndexFromCodeOffset(debug_info, abstract_code, offset)); in FromFrame()
127 it.SkipTo(BreakIndexFromCodeOffset(debug_info, abstract_code, offset)); in AllAtCurrentStatement()
279 SkipTo(it.BreakIndexFromPosition(position)); in SkipToPosition()
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py3985 class SkipTo(ParseElementEnhance): class
4041 super( SkipTo, self ).__init__( other )
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py3985 class SkipTo(ParseElementEnhance): class
4041 super( SkipTo, self ).__init__( other )