HomeSort by relevance Sort by last modified time
    Searched refs:lastToken (Results 1 - 11 of 11) sorted by null

  /device/generic/opengl-transport/host/commands/emugen/
Parser.cpp 174 const std::string& lastToken = tokens[tokens.size() - 1U];
175 if (lastToken == "*") {
179 if (lastToken == "const") {
186 *variableName = lastToken;
  /external/clang/lib/Lex/
MacroInfo.cpp 44 const Token &lastToken = ReplacementTokens.back();
46 SourceLocation macroEnd = lastToken.getLocation();
50 assert((macroEnd.isFileID() || lastToken.is(tok::comment)) &&
60 DefinitionLength += lastToken.getLength();
  /external/cldr/tools/java/org/unicode/cldr/icu/
CompareIcuOutput.java 241 MyTokenizer.Type lastToken = null;
273 if (lastToken == MyTokenizer.Type.COMMA) {
278 if (lastToken == MyTokenizer.Type.OPEN_BRACE || lastToken == MyTokenizer.Type.CLOSE_BRACE) {
310 if (lastToken != MyTokenizer.Type.QUOTED && lastToken != MyTokenizer.Type.ID) {
326 lastToken = nextToken;
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 281 IToken lastToken = streamInformation.LastToken;
287 this._approximateLineInfo = lastRealToken.Equals(lastToken);
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 388 IToken lastToken = streamInformation.LastToken;
395 this._approximateLineInfo = lastRealToken.Equals(lastToken);
  /external/deqp-deps/glslang/glslang/MachineIndependent/
ShaderLang.cpp     [all...]
  /external/testng/ant/3rdparty/
cobertura.jar 
  /dalvik/docs/
prettify.js 565 var lastToken = '';
583 if (contextPattern && !contextPattern.test(lastToken)) {
604 if (style !== PR_COMMENT && notWs.test(token)) { lastToken = token; }
    [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 1386 milliseconds