HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 401 - 425 of 843) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 300 * TODO (adu): This function is doing a lot more than just checking for the
301 * presence of descendants. We should be more precise in the documentation
    [all...]
interframe.js 136 // TODO: Make this logic more like makeNodeReference_ inside api.js
  /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...]
  /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 47 # to pass more definitions to the C compiler.
  /external/ceres-solver/jni/
Android.mk 47 # to pass more definitions to the C compiler.
  /external/chromium_org/build/android/
adb_gdb 276 option. The script will complain if there is more than one device connected
282 readable thread stacks and more. The libraries are copied to the following
605 # If there are more than one device connected, and ANDROID_SERIAL is not
609 echo "ERROR: There is more than one Android device connected to ADB."
967 echo "Failure log (use --verbose for more information):"
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 169 // more removals and additions happen concurrently, treat it as a change
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbies.js 304 console.warn('usbGnubby attached to more than one device!?');
  /external/chromium_org/chrome/browser/resources/hangout_services/
thunk.js 107 // This method is necessary because there may be more than one
  /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 280 #login-status-learn-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
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 227 this._errors.addError('ERROR: Data from ' + this._staleBuilders.toString() + ' is more than 1 day stale.');
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 62 // Reprocessing with dropped data, once more.
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
json-20090211.jar 
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
x86inc.asm 212 ; we need more flexible macro.
267 ; t# defines for when per-arch register allocation is more complex than just function arguments
801 ; change everything that follows. For more complex macros I may also have multiple
824 %macro SWAP 2-* ; swaps a single chain (sometimes more concise than pairs)

Completed in 1200 milliseconds

<<11121314151617181920>>