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

  /bionic/libc/bionic/
mntent.cpp 83 char* const tokenEnd = token + optLen;
84 if (tokenEnd > end) break;
87 (*tokenEnd == '\0' || *tokenEnd == ',' || *tokenEnd == '=')) {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliWordScanner.java 103 int tokenEnd = lexer.getTokenStart();
104 processor.process(new WordOccurrence(fileText, tokenStart, tokenEnd, Kind.CODE));
111 private void processClassDescriptor(CharSequence fileText, int tokenStart, int tokenEnd,
113 CharSequence tokenText = fileText.subSequence(tokenStart, tokenEnd);
116 processor.process(new WordOccurrence(fileText, tokenStart, tokenEnd, Kind.CODE));
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
ASTParser.java 180 private Position tokenEnd() {
284 return new CompilationUnit(begin.invalid() ? Range.UNKNOWN : range(begin, tokenEnd()), pakage, imports, types);
290 return ImportDeclaration.createEmptyDeclaration(range(begin, tokenEnd()));
301 return new PackageDeclaration(range(begin, tokenEnd()), annotations, name);
333 return new ImportDeclaration(range(begin, tokenEnd()),name, isStatic, isAsterisk);
532 ClassOrInterfaceDeclaration tmp = new ClassOrInterfaceDeclaration(range(begin, tokenEnd()), modifier.modifiers, modifier.annotations, isInterface, null, typePar.list, extList, impList, members);
692 EnumDeclaration tmp = new EnumDeclaration(range(begin, tokenEnd()), modifier.modifiers, modifier.annotations, null, impList, entries, members);
738 return new EnumConstantDeclaration(range(begin, tokenEnd()), annotations, name, args, classBody);
771 ret.endAt(tokenEnd());
789 return new TypeParameter(range(begin, tokenEnd()),name, typeBound)
    [all...]
  /external/skia/tools/bookmaker/
definition.cpp 603 const char* tokenEnd = fContentEnd - tagSize;
604 if (tokenEnd <= fContentStart || strncmp(tokenEnd, defaultTag, tagSize)) {
605 tokenEnd = fContentEnd;
607 return tokenEnd;
629 const char* tokenEnd = includeToken.methodEnd();
630 TextParser inc("", includeToken.fContentStart, tokenEnd, 0);
    [all...]
includeParser.h 198 const list<Definition>::iterator& tokenEnd, Definition* markupChild);
includeParser.cpp 815 const char* tokenEnd = token.methodEnd();
818 tokenEnd - token.fContentStart - skip);
    [all...]
includeWriter.cpp     [all...]
  /external/skqp/tools/bookmaker/
definition.cpp 603 const char* tokenEnd = fContentEnd - tagSize;
604 if (tokenEnd <= fContentStart || strncmp(tokenEnd, defaultTag, tagSize)) {
605 tokenEnd = fContentEnd;
607 return tokenEnd;
629 const char* tokenEnd = includeToken.methodEnd();
630 TextParser inc("", includeToken.fContentStart, tokenEnd, 0);
    [all...]
includeParser.h 198 const list<Definition>::iterator& tokenEnd, Definition* markupChild);
includeParser.cpp 814 const char* tokenEnd = token.methodEnd();
817 tokenEnd - token.fContentStart - skip);
    [all...]
includeWriter.cpp     [all...]
  /external/testng/doc/
prettify.js 336 var tokenEnd = tokenEnds[ei];
337 var end = tokenEnd.end;
345 null == chunk.style ? null : tokenEnd.style));
358 tokenEnd.style));
    [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /external/antlr/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
javaparser-core-3.0.0-alpha.2.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 296 milliseconds