Home
last modified time | relevance | path

Searched refs:skipWhitespace (Results 1 – 25 of 44) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCaseUtil.cpp56 void skipWhitespace (void) in skipWhitespace() function in vkt::cts_amber::AmberIndexFileParser
64 skipWhitespace(); in skipCommentLine()
134 skipWhitespace(); in parse()
136 skipWhitespace(); in parse()
139 skipWhitespace(); in parse()
141 skipWhitespace(); in parse()
144 skipWhitespace(); in parse()
146 skipWhitespace(); in parse()
149 skipWhitespace(); in parse()
160 skipWhitespace(); in parse()
[all …]
/external/oj-libjdwp/src/solaris/back/
Dexec_md.c41 static char *skipWhitespace(char *p) { in skipWhitespace() function
67 cmdLine = skipWhitespace(cmdLine); in dbgsysExec()
85 p = skipWhitespace(p); in dbgsysExec()
99 p = skipWhitespace(p); in dbgsysExec()
/external/llvm-project/clang/lib/Lex/
DDependencyDirectivesSourceMinimizer.cpp449 static void skipWhitespace(const char *&First, const char *const End) { in skipWhitespace() function
494 skipWhitespace(First, End); in printAtImportBody()
518 skipWhitespace(First, End); // Skip initial whitespace. in printDirectiveBody()
581 skipWhitespace(First, End); in printMacroArgs()
604 skipWhitespace(First, End); in isNextIdentifier()
625 skipWhitespace(First, End); in lexAt()
641 skipWhitespace(First, End); in lexModule()
655 skipWhitespace(First, End); in lexModule()
691 skipWhitespace(First, End); in lexDefine()
712 skipWhitespace(Last, End); in lexDefine()
[all …]
/external/apache-http/src/org/apache/http/message/
DBasicLineParser.java150 skipWhitespace(buffer, cursor); in parseProtocolVersion()
321 skipWhitespace(buffer, cursor); in parseRequestLine()
332 skipWhitespace(buffer, cursor); in parseRequestLine()
345 skipWhitespace(buffer, cursor); in parseRequestLine()
417 skipWhitespace(buffer, cursor); in parseStatusLine()
499 protected void skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) { in skipWhitespace() method in BasicLineParser
/external/gwp_asan/gwp_asan/optional/
Doptions_parser.cpp60 void skipWhitespace();
80 void OptionParser::skipWhitespace() { in skipWhitespace() function in __anon3703ead40111::OptionParser
120 skipWhitespace(); in parseOptions()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBiDiConformanceTest.java52 if (!skipWhitespace()) { in TestBidiTest()
71 if (!skipWhitespace() || line.charAt(lineIndex++) != ';') { in TestBidiTest()
189 if (!skipWhitespace()) { in TestBidiCharacterTest()
383 while(skipWhitespace() && (c0=line.charAt(lineIndex))!=';') { in parseInputStringFromBiDiClasses()
595 private boolean skipWhitespace() { in skipWhitespace() method in BiDiConformanceTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DBiDiConformanceTest.java55 if (!skipWhitespace()) { in TestBidiTest()
74 if (!skipWhitespace() || line.charAt(lineIndex++) != ';') { in TestBidiTest()
192 if (!skipWhitespace()) { in TestBidiCharacterTest()
386 while(skipWhitespace() && (c0=line.charAt(lineIndex))!=';') { in parseInputStringFromBiDiClasses()
598 private boolean skipWhitespace() { in skipWhitespace() method in BiDiConformanceTest
/external/proguard/src/proguard/util/
DListUtil.java79 while ((index = skipWhitespace(string, index)) < string.length()) in commaSeparatedList()
121 private static int skipWhitespace(String string, int index) in skipWhitespace() method in ListUtil
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dflags_parser.cpp56 void FlagParser::skipWhitespace() { in skipWhitespace() function in scudo::FlagParser
89 skipWhitespace(); in parseFlags()
Dflags_parser.h45 void skipWhitespace();
/external/scudo/standalone/
Dflags_parser.cpp56 void FlagParser::skipWhitespace() { in skipWhitespace() function in scudo::FlagParser
89 skipWhitespace(); in parseFlags()
Dflags_parser.h45 void skipWhitespace();
/external/llvm-project/clang/lib/AST/
DCommentLexer.cpp210 const char *skipWhitespace(const char *BufferPtr, const char *BufferEnd) { in skipWhitespace() function
219 return skipWhitespace(BufferPtr, BufferEnd) == BufferEnd; in isWhitespace()
644 BufferPtr = skipWhitespace(BufferPtr, CommentEnd); in setupAndLexHTMLStartTag()
700 BufferPtr = skipWhitespace(BufferPtr, CommentEnd); in lexHTMLStartTag()
717 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd); in setupAndLexHTMLEndTag()
725 const char *End = skipWhitespace(TagNameEnd, CommentEnd); in setupAndLexHTMLEndTag()
/external/clang/lib/AST/
DCommentLexer.cpp211 const char *skipWhitespace(const char *BufferPtr, const char *BufferEnd) { in skipWhitespace() function
220 return skipWhitespace(BufferPtr, BufferEnd) == BufferEnd; in isWhitespace()
630 BufferPtr = skipWhitespace(BufferPtr, CommentEnd); in setupAndLexHTMLStartTag()
686 BufferPtr = skipWhitespace(BufferPtr, CommentEnd); in lexHTMLStartTag()
703 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd); in setupAndLexHTMLEndTag()
711 const char *End = skipWhitespace(TagNameEnd, CommentEnd); in setupAndLexHTMLEndTag()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHeaderParser.java38 public static int skipWhitespace(String input, int pos) { in skipWhitespace() method in HeaderParser
DOkHeaders.java255 pos = HeaderParser.skipWhitespace(value, pos); in parseChallenges()
272 pos = HeaderParser.skipWhitespace(value, pos); in parseChallenges()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DHeaderParser.java44 public static int skipWhitespace(String input, int pos) { in skipWhitespace() method in HeaderParser
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/sva/src/
Dlexer.js38 this.skipWhitespace();
111 skipWhitespace() { method in Lexer
/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dlexer.js38 this.skipWhitespace();
111 skipWhitespace() { method in Lexer
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dlexer.js38 this.skipWhitespace();
111 skipWhitespace() { method in Lexer
/external/icu/icu4c/source/common/
Dutil.cpp135 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, in skipWhitespace() function in ICU_Utility
203 skipWhitespace(id, pos, TRUE); in parseChar()
Dutil.h97 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,
/external/icu/icu4c/source/i18n/
Drbnf.cpp335 inline void skipWhitespace(void) { in skipWhitespace() function in LocDataParser
423 skipWhitespace(); in doParse()
433 skipWhitespace(); in doParse()
446 skipWhitespace(); in doParse()
455 skipWhitespace(); in doParse()
478 skipWhitespace(); in nextArray()
488 skipWhitespace(); in nextArray()
500 skipWhitespace(); in nextArray()
527 skipWhitespace(); in nextString()
/external/icu/icu4c/source/test/intltest/
Dtokiter.cpp68 ICU_Utility::skipWhitespace(line, pos, TRUE); in nextToken()
/external/icu/libicu/cts_headers/
Dutil.h97 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,

12