HomeSort by relevance Sort by last modified time
    Searched refs:identifiers (Results 101 - 125 of 275) sorted by null

1 2 3 45 6 7 8 91011

  /prebuilts/go/linux-x86/src/html/template/
escape.go 207 // allIdents returns the names of the identifiers under the Ident field of the node,
222 // the identifiers in s in order.
232 // Find the identifiers at the end of the command chain.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/go/darwin-x86/src/go/types/
api_test.go 341 // - identifiers being declared are collected in the Defs map
782 // qualified identifiers
1116 // Exclude selectors and qualified identifiers---lexical
    [all...]
call.go 276 // can only appear in qualified identifiers which are mapped to
object.go 108 // "Two identifiers are different if they are spelled differently,
typexpr.go 5 // This file implements type-checking of identifiers and type expressions.
  /prebuilts/go/linux-x86/src/go/types/
api_test.go 341 // - identifiers being declared are collected in the Defs map
782 // qualified identifiers
1116 // Exclude selectors and qualified identifiers---lexical
    [all...]
call.go 276 // can only appear in qualified identifiers which are mapped to
object.go 108 // "Two identifiers are different if they are spelled differently,
typexpr.go 5 // This file implements type-checking of identifiers and type expressions.
  /prebuilts/go/darwin-x86/src/go/parser/
parser_test.go 269 // collect unresolved identifiers
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 85 // verified that a frame's component identifiers (C_i values in section
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner_test.go 91 {Comment, "// identifiers"},
  /prebuilts/go/linux-x86/src/go/parser/
parser_test.go 269 // collect unresolved identifiers
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 85 // verified that a frame's component identifiers (C_i values in section
  /prebuilts/go/linux-x86/src/text/scanner/
scanner_test.go 91 {Comment, "// identifiers"},
  /prebuilts/go/darwin-x86/src/cmd/fix/
fix.go 368 // identifiers, which all have Obj == nil.
  /prebuilts/go/linux-x86/src/cmd/fix/
fix.go 368 // identifiers, which all have Obj == nil.
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py 4 'atom-identifiers': u'\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 in front of the name, with leading underscores removed, and\na single underscore inserted in front of the class name. For example,\nthe identifier ``__spam`` occurring in a class named ``Ham`` will be\ntransformed to ``_Ham__spam``. This transformation is independent of\nthe syntactical context in which the identifier is used. If the\ntransformed name is extremely long (longer than 255 characters),\nimplementation defined truncation may happen. If the class name\nconsists only of underscores, no transformation is done.\n',
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]

Completed in 1035 milliseconds

1 2 3 45 6 7 8 91011