HomeSort by relevance Sort by last modified time
    Searched refs:named (Results 251 - 275 of 326) sorted by null

<<11121314

  /external/chromium_org/third_party/libevent/
configure     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]
  /external/chromium_org/v8/src/
d8.js     [all...]
  /external/chromium_org/v8/test/mjsunit/es7/
object-observe.js 844 // Observing named properties.
    [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',
13 'bltin-null-object': "\nThe Null Object\n***************\n\nThis object is returned by functions that don't explicitly return a\nvalue. It supports no special operations. There is exactly one null\nobject, named ``None`` (a built-in name).\n\nIt is written as ``None``.\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',
13 'bltin-null-object': "\nThe Null Object\n***************\n\nThis object is returned by functions that don't explicitly return a\nvalue. It supports no special operations. There is exactly one null\nobject, named ``None`` (a built-in name).\n\nIt is written as ``None``.\n",
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 681 // Prevent overriding the named cache with undefined values
685 // Return the named cache data, or the ID for the element
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 1571 int named = 1; local
    [all...]
  /external/iputils/ninfod/
configure     [all...]
  /external/libxml2/
xmlschemas.c 1576 int named = 1; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/chromium_org/third_party/opus/src/
configure     [all...]
  /external/chromium_org/third_party/sqlite/src/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libopus/
configure     [all...]
  /external/libusb-compat/
configure     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /external/liblzf/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /external/libmtp/
configure     [all...]
  /external/bison/tests/
testsuite 631 39;named-refs.at:21;Tutorial calculator;;
632 40;named-refs.at:195;Undefined and ambiguous references;;
633 41;named-refs.at:271;Misleading references;;
634 42;named-refs.at:288;Many kinds of errors;;
635 43;named-refs.at:521;Missing identifiers in brackets;;
636 44;named-refs.at:535;Redundant words in brackets;;
637 45;named-refs.at:549;Comments in brackets;;
638 46;named-refs.at:563;Stray symbols in brackets;;
639 47;named-refs.at:580;Redundant words in LHS brackets;;
640 48;named-refs.at:595;Factored LHS;
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/chromium-trace/
script.js     [all...]
  /external/chromium_org/third_party/icu/source/
configure     [all...]
  /external/icu/icu4c/source/
configure     [all...]

Completed in 1212 milliseconds

<<11121314