HomeSort by relevance Sort by last modified time
    Searched refs:states (Results 276 - 300 of 371) sorted by null

<<1112131415

  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 258 if (download.state != Download.States.COMPLETE) {
371 * The states a download can be in. These correspond to states defined in
374 Download.States = {
439 if (this.state_ == Download.States.DANGEROUS) {
468 if (this.state_ == Download.States.COMPLETE &&
476 if (this.state_ == Download.States.INTERRUPTED)
480 this.state_ == Download.States.COMPLETE &&
487 this.state_ != Download.States.COMPLETE ||
490 if (this.state_ == Download.States.IN_PROGRESS)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c 185 free(rctx->states[i]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 185 free(rctx->states[i]);
  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java     [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 6 HTTPConnection goes through a number of "states", which define when a client
51 pipeline. Caution should be taken, though: accelerating the states
98 # connection states
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 6 HTTPConnection goes through a number of "states", which define when a client
51 pipeline. Caution should be taken, though: accelerating the states
98 # connection states
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/oprofile/events/i386/nehalem/
events 100 event:0xF1 counters:0,1,2,3 um:l2_lines_in minimum:6000 name:L2_LINES_IN : Counts the number of cache lines allocated in the L2 cache in various states.
  /external/chromium_org/v8/test/mjsunit/harmony/
object-observe.js     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 163 * Enum for the different load states based on the initialization of the NTP.
170 LOAD_COMPLETE: 3 // An OR'd combination of all necessary states.
312 * The possible states of the sync section
    [all...]
  /external/valgrind/main/callgrind/
main.c     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 646 * constraint. The last provision is for past states of history
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 321 * - nodes are states
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 321 * - nodes are states
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_table.js 441 * Update check and disable states of the 'Select all' checkbox.
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_controls.js 85 * @param {number=} opt_numStates Number of states, default: 1.
178 this.onPlayButtonClicked.bind(this), opt_parent, 3 /* States. */);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 321 * - nodes are states
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 321 * - nodes are states
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 637 * constraint. The last provision is for past states of history

Completed in 865 milliseconds

<<1112131415