Searched refs:nextToken (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DTokenStreamBasicFilter.cpp32 RefToken TokenStreamBasicFilter::nextToken() function in class:antlr::TokenStreamBasicFilter
34 RefToken tok = input->nextToken();
36 tok = input->nextToken();
H A DTokenStreamSelector.cpp50 RefToken TokenStreamSelector::nextToken() function in class:antlr::TokenStreamSelector
56 return input->nextToken();
H A DTokenBuffer.cpp50 queue.append(input.nextToken());
H A DTokenStreamHiddenTokenFilter.cpp29 nextMonitoredToken = input->nextToken();
110 * for the next invocation of nextToken (like a single
117 RefToken TokenStreamHiddenTokenFilter::nextToken() function in class:antlr::TokenStreamHiddenTokenFilter
120 // token of this splitter until first call to nextToken
H A DTokenStreamRewriteEngine.cpp65 RefToken TokenStreamRewriteEngine::nextToken( void ) function in class:TokenStreamRewriteEngine
70 t = RefTokenWithIndex(stream.nextToken());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DTokenStream.hpp24 virtual RefToken nextToken()=0;
H A DTokenStreamBasicFilter.hpp39 RefToken nextToken();
H A DTokenStreamHiddenTokenFilter.hpp81 * for the next invocation of nextToken (like a single
88 RefToken nextToken();
H A DTokenStreamSelector.hpp60 RefToken nextToken();
71 * the current stream to abort back to this.nextToken().
72 * this.nextToken() then asks for a token from the
H A DTokenStreamRewriteEngine.hpp193 RefToken nextToken( void );
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/AsmParser/
H A DX86AsmLexer.cpp83 const AsmToken &nextToken = lexTentative(); local
84 if (nextToken.getKind() != AsmToken::Identifier)
88 if (unsigned regID = MatchRegisterName(nextToken.getString())) {
95 nextToken.getString().size());
103 if (nextToken.getString().size() == 3 &&
104 nextToken.getString().startswith("db")) {
106 switch (nextToken.getString()[2]) {
124 nextToken.getString().size());
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DWebVTTTokenizer.h47 bool nextToken(WebVTTToken&);
H A DWebVTTTokenizer.cpp90 bool WebVTTTokenizer::nextToken(WebVTTToken& token) function in class:WebCore::WebVTTTokenizer
127 // (On the next call to nextToken we will see '<' again, but take the other branch in this if instead.)
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A DIDLParser.pm196 my $next = $self->nextToken();
215 sub nextToken subroutine
354 my $next = $self->nextToken();
437 my $next = $self->nextToken();
467 my $next = $self->nextToken();
483 my $next = $self->nextToken();
500 my $next = $self->nextToken();
526 my $next = $self->nextToken();
539 my $next = $self->nextToken();
556 my $next = $self->nextToken();
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtokiter.h61 UBool nextToken(UnicodeString& token, UErrorCode& ec);
H A Dtokiter.cpp41 if (!nextToken(token, ec)) {
65 UBool TokenIterator::nextToken(UnicodeString& token, UErrorCode& ec) { function in class:TokenIterator
/macosx-10.10/WebKit2-7600.1.25/Shared/linux/
H A DWebMemorySamplerLinux.cpp60 static inline String nextToken(FILE* file) function in namespace:WebKit
96 applicationStats.totalProgramSize = nextToken(statmFileDescriptor).toInt();
97 applicationStats.residentSetSize = nextToken(statmFileDescriptor).toInt();
98 applicationStats.sharedSize = nextToken(statmFileDescriptor).toInt();
99 applicationStats.textSize = nextToken(statmFileDescriptor).toInt();
100 applicationStats.librarySize = nextToken(statmFileDescriptor).toInt();
101 applicationStats.dataStackSize = nextToken(statmFileDescriptor).toInt();
102 applicationStats.dirtyPageSize = nextToken(statmFileDescriptor).toInt();
117 nextToken(statusFileDescriptor);
118 String processName = nextToken(statusFileDescripto
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DRequirementLexer.hpp30 antlr::RefToken nextToken();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DRequirementLexer.hpp30 antlr::RefToken nextToken();
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathParser.h71 Token nextToken();
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLTokenizer.h127 bool nextToken(SegmentedString&, HTMLToken&);
243 // m_token is owned by the caller. If nextToken is not on the stack,
H A DHTMLPreloadScanner.cpp389 while (m_tokenizer->nextToken(m_source, m_token)) {
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dustring.cpp580 UChar *nextToken; local
602 nextToken = u_strpbrk(tokSource, delim);
603 if (nextToken != NULL) {
605 *(nextToken++) = 0;
606 *saveState = nextToken;
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java215 resultVector.add(tokenizer.nextToken());
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DClassEnhancer.java138 String token = tokens.nextToken();

Completed in 500 milliseconds

12