Searched refs:SkipTo (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssvaluelistparser.cpp | 33 *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
|
D | cfx_cssvaluelistparser.h | 23 int32_t SkipTo(wchar_t wch, bool breakOnSpace, bool matchBrackets);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 436 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/ |
D | BitstreamReader.h | 537 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/ |
D | NaClBitstreamReader.h | 814 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/ |
D | debug.h | 138 void SkipTo(int count) { in SkipTo() function
|
D | debug.cc | 112 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/ |
D | pyparsing.py | 3985 class SkipTo(ParseElementEnhance): class 4041 super( SkipTo, self ).__init__( other )
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 3985 class SkipTo(ParseElementEnhance): class 4041 super( SkipTo, self ).__init__( other )
|