HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 376 - 400 of 781) sorted by null

<<11121314151617181920>>

  /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',
11 'bltin-code-objects': '\nCode Objects\n************\n\nCode objects are used by the implementation to represent "pseudo-\ncompiled" executable Python code such as a function body. They differ\nfrom function objects because they don\'t contain a reference to their\nglobal execution environment. Code objects are returned by the built-\nin ``compile()`` function and can be extracted from function objects\nthrough their ``func_code`` attribute. See also the ``code`` module.\n\nA code object can be executed or evaluated by passing it (instead of a\nsource string) to the ``exec`` statement or the built-in ``eval()``\nfunction.\n\nSee *The standard type hierarchy* for more information.\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',
11 'bltin-code-objects': '\nCode Objects\n************\n\nCode objects are used by the implementation to represent "pseudo-\ncompiled" executable Python code such as a function body. They differ\nfrom function objects because they don\'t contain a reference to their\nglobal execution environment. Code objects are returned by the built-\nin ``compile()`` function and can be extracted from function objects\nthrough their ``func_code`` attribute. See also the ``code`` module.\n\nA code object can be executed or evaluated by passing it (instead of a\nsource string) to the ``exec`` statement or the built-in ``eval()``\nfunction.\n\nSee *The standard type hierarchy* for more information.\n',
    [all...]
  /build/core/
cleanbuild.mk 53 # cleanspec.mk is outside of the core directory so that more people
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 12 // GNU General Public License for more details.
22 // others have been modified more aggresively to make it feel
23 // more like a JavaScript program.
758 * one or more changing inputs.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 392 inspected with names in place of type values are more meaningful to a developer.
402 when tokens are created. However, doing so would make tokens take up more space
421 1. define a customized token class (more on that below)
  /external/ceres-solver/
Android.mk 35 # core libraries. If you need a more complete Ceres build, consider using the
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 104 * Adds more files to upload.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 62 // Reprocessing with dropped data, once more.
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
file_operation_handler.js 39 * If the operation takes more than FileOperationHandler.PENDING_TIME_MS_,
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
cws_container_client.js 206 * should from more specified posting function (eg. postXyzMessage_()).
file_type.js 245 * Files with more pixels won't have preview.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_dispatcher.js 75 // If we need to pass more data back, we can add it to the param array.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
breadcrumbs_controller.js 191 // Current directory name may occupy up to 70% of space or even more if the
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 161 * Helper to make sure singleton classes are not instantiated more than once.
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.css 279 #login-status-learn-more {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 62 // Reprocessing with dropped data, once more.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/
loldogs.js 27 "http://ihasahotdog.files.wordpress.com/2011/07/funny-dog-pictures-transformers-more-than-meets-the-eye.jpg",
  /external/chromium_org/remoting/webapp/
clipboard.js 96 // Don't send the same item more than once. Otherwise the item may be
host_screen.js 172 // reporting and it should use a more detailed error message than the
xhr.js 7 * Simple utilities for making XHRs more pleasant.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 12 // GNU General Public License for more details.
22 // others have been modified more aggresively to make it feel
23 // more like a JavaScript program.
749 * one or more changing inputs.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 12 // GNU General Public License for more details.
22 // others have been modified more aggresively to make it feel
23 // more like a JavaScript program.
749 * one or more changing inputs.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 12 // GNU General Public License for more details.
22 // others have been modified more aggresively to make it feel
23 // more like a JavaScript program.
749 * one or more changing inputs.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.js 137 // Filter out values to make the graph a bit more readable and to keep URLs
loader.js 223 this._errors.addError('ERROR: Data from ' + this._staleBuilders.toString() + ' is more than 1 day stale.');

Completed in 1299 milliseconds

<<11121314151617181920>>