HomeSort by relevance Sort by last modified time
    Searched full:lexical (Results 151 - 175 of 423) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserTokenManager.java 637 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer.");
666 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserTokenManager.java 676 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer.");
705 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 312 # folding can take place between many of the lexical tokens (and even
313 # within some of the lexical tokens), folding SHOULD be limited to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 312 # folding can take place between many of the lexical tokens (and even
313 # within some of the lexical tokens), folding SHOULD be limited to
  /external/clang/lib/Sema/
SemaLookup.cpp 783 // differ from the lexical context (encoded directly in the Scope
790 DeclContext *Lexical = 0;
794 Lexical = static_cast<DeclContext *>(OuterS->getEntity());
819 // In this example, the lexical context we return is the
821 if (!Lexical || !DC || !S->getParent() ||
823 return std::make_pair(Lexical, false);
843 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
844 Lexical->Encloses(Semantic))
847 return std::make_pair(Lexical, false)
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 745 /// a friend function the parent lookup context is the lexical context, which
781 // Friend function declarations are dependent if their *lexical*
926 /// \brief Load the declarations within this lexical storage from an
1054 "decl being removed from non-lexical context");
1097 "Decl inserted into wrong lexical context");
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 75 /// UserValueScopes - Keeps track of lexical scopes associated with an
113 ///< used by dwarf writer to find lexical scope.
266 /// Only first one needs DebugLoc to identify variable's lexical scope
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 286 /// lexical block with an extra file.
572 /// \brief Verify that the lexical block descriptor is well formed.
577 /// \brief Verify that the file-scoped lexical block descriptor is well formed.
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 111 "http://xml.org/sax/features/lexical-handler/parameter-entities";
256 "http://xml.org/sax/properties/lexical-handler";
374 throw new SAXNotSupportedException("Your lexical handler is not a LexicalHandler");
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 463 * the lexical scope of another class's definition. Any class which has this
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRLexer.m 194 * outermost lexical rule. The token object should point into the
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 57 * characters into lexical tokens, and the lexer resumes the parser
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 29 * This class is in charge of lexical processing of the XPath
  /external/bison/
TODO 193 not clear: should it be lexical or syntactic. Vadim Maslow thinks it
  /external/bison/doc/
refcard.tex 477 \key{User defined lexical analyzer.} {int yylex()}
  /external/chromium_org/gpu/config/
gpu_control_list_entry_unittest.cc 579 "style": "lexical",
  /external/chromium_org/v8/src/
contexts.h 47 // ES5 10.2 defines lexical environments with mutable and immutable bindings.
  /external/clang/include/clang/Serialization/
Module.h 370 /// \brief Information about the lexical and visible declarations
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 35 // in here; it should never be necessary because that should be the lexical
  /external/javassist/src/main/javassist/compiler/
Lex.java 37 * Constructs a lexical analyzer.
  /external/openfst/src/include/fst/
symbol-table.h 215 // table with the lexical representation L o G.
  /external/openssh/
addrmatch.c 429 * Match "addr" against list CIDR list "_list". Lexical wildcards and
  /external/qemu/elff/
elf_file.cc 211 * a lexical block, for instance). */
  /external/svox/pico/lib/
picokpr.c 328 /* knowledge base access routines for lexical categories in LexCatArr */
  /external/v8/src/
contexts.h 47 // ES5 10.2 defines lexical environments with mutable and immutable bindings.

Completed in 959 milliseconds

1 2 3 4 5 67 8 91011>>