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

<<11121314151617

  /external/chromium_org/v8/src/
builtins.cc     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 203 // end of the function's lexical scope.
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 43 // Use the lexical access specifier.
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/icu4c/i18n/
rbt_pars.cpp     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
java5.php 69 /* http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#229308 */
    [all...]
  /external/libxml2/
tree.c 358 * Check that a value conforms to the lexical space of NCName
432 * Check that a value conforms to the lexical space of QName
530 * Check that a value conforms to the lexical space of Name
599 * Check that a value conforms to the lexical space of NMToken
    [all...]
xmlschemas.c     [all...]
  /external/v8/src/
builtins.cc     [all...]
  /system/core/sh/
sh.1 308 .Ss Lexical Structure
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 4 'atom-identifiers': '\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom is a name. See section\n*Identifiers and keywords* for lexical definition and section *Naming\nand binding* for documentation of naming and binding.\n\nWhen the name is bound to an object, evaluation of the atom yields\nthat object. When a name is not bound, an attempt to evaluate it\nraises a ``NameError`` exception.\n\n**Private name mangling:** When an identifier that textually occurs in\na class definition begins with two or more underscore characters and\ndoes not end in two or more underscores, it is considered a *private\nname* of that class. Private names are transformed to a longer form\nbefore code is generated for them. The transformation inserts the\nclass name, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier\n``__spam`` occurring in a class named ``Ham`` will be transformed to\n``_Ham__spam``. This transformation is independent of the syntactical\ncontext in which the identifier is used. If the transformed name is\nextremely long (longer than 255 characters), implementation defined\ntruncation may happen. If the class name consists only of underscores,\nno transformation is done.\n',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 4 'atom-identifiers': '\nIdentifiers (Names)\n*******************\n\nAn identifier occurring as an atom is a name. See section\n*Identifiers and keywords* for lexical definition and section *Naming\nand binding* for documentation of naming and binding.\n\nWhen the name is bound to an object, evaluation of the atom yields\nthat object. When a name is not bound, an attempt to evaluate it\nraises a ``NameError`` exception.\n\n**Private name mangling:** When an identifier that textually occurs in\na class definition begins with two or more underscore characters and\ndoes not end in two or more underscores, it is considered a *private\nname* of that class. Private names are transformed to a longer form\nbefore code is generated for them. The transformation inserts the\nclass name, with leading underscores removed and a single underscore\ninserted, in front of the name. For example, the identifier\n``__spam`` occurring in a class named ``Ham`` will be transformed to\n``_Ham__spam``. This transformation is independent of the syntactical\ncontext in which the identifier is used. If the transformed name is\nextremely long (longer than 255 characters), implementation defined\ntruncation may happen. If the class name consists only of underscores,\nno transformation is done.\n',
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_tab.cpp     [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc 357 // Load current lexical context from the stack frame.
359 // In debug mode, make sure the lexical context is set.
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c     [all...]
  /docs/source.android.com/src/devices/tech/dalvik/
dex-format.jd     [all...]
  /external/antlr/antlr-3.4/runtime/C/
README     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 816 // If the lexical QName is not given
    [all...]
  /external/bison/
NEWS     [all...]
  /external/bison/src/
scan-code.c 7 /* A lexical scanner generated by flex */
    [all...]

Completed in 2976 milliseconds

<<11121314151617