Searched defs:currentToken (Results 1 - 22 of 22) sorted by relevance

/external/apache-http/src/org/apache/http/message/
H A DBasicTokenIterator.java66 * This is the header value that includes {@link #currentToken}.
72 * The token to be returned by the next call to {@link #currentToken}.
75 protected String currentToken; field in class:BasicTokenIterator
78 * The position after {@link #currentToken} in {@link #currentHeader}.
102 return (this.currentToken != null);
117 if (this.currentToken == null) {
121 final String result = this.currentToken;
122 // updates currentToken, may trigger ParseException:
159 * If found, the token is stored in {@link #currentToken}.
163 * If not found, {@link #currentToken} i
[all...]
/external/javassist/src/main/javassist/compiler/
H A DLex.java30 private Token currentToken; field in class:Lex
42 currentToken = new Token();
53 return get(currentToken);
56 currentToken = t = lookAheadTokens;
72 lookAheadTokens = tk = currentToken; // reuse an object!
84 currentToken = tk;
89 return currentToken.textValue;
93 return currentToken.longValue;
97 return currentToken.doubleValue;
/external/skia/src/gpu/
H A DGrBatchTarget.h84 BatchToken currentToken() const { return fCurrentToken; } function in class:GrBatchTarget
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java605 private String currentToken; field in class:TextFormat.Tokenizer
650 return currentToken.length() == 0;
672 currentToken = "";
676 currentToken = matcher.group();
680 currentToken = String.valueOf(text.charAt(pos));
704 if (currentToken.equals(token)) {
727 if (currentToken.length() == 0) {
731 final char c = currentToken.charAt(0);
741 return currentToken.equals(text);
749 for (int i = 0; i < currentToken
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
H A Dtokenizer.js164 this.currentToken = null;
305 this.currentToken = this.buildStartTagToken(tagNameFirstCh);
309 this.currentToken = this.buildEndTagToken(tagNameFirstCh);
313 this.currentToken = {
320 this.currentToken = {
345 return Tokenizer.getTokenAttr(this.currentToken, this.currentAttr.name) !== null;
352 this.currentToken.attrs.push(this.currentAttr);
358 return this.lastStartTagName === this.currentToken.tagName;
366 if (this.currentToken.type === Tokenizer.START_TAG_TOKEN)
367 this.lastStartTagName = this.currentToken
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1703 milliseconds