Home
last modified time | relevance | path

Searched refs:autostart (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/blanketjs/src/
Dqunit_adapter.js3 var QUnitAutostart = (QUnit.config.autostart === undefined) ? true : QUnit.config.autostart;
45 QUnit.config.autostart = false;
/external/chromium_org/third_party/blanketjs/patches/
Dconfig_autostart_bug.patch8 + var QUnitAutostart = (QUnit.config.autostart === undefined) ? true : QUnit.config.autostart;
37 + QUnit.config.autostart = false;
/external/chromium_org/third_party/blanketjs/
DREADME.chromium16 Fixed a bug in qunit_adapter.js to respect |QUnit.config.autostart|. See
/external/chromium_org/third_party/qunit/src/
Dbrowser_test_harness.js66 this.qunit_.config.autostart = false;
Dqunit.js334 autostart: true, property
770 if ( config.autostart ) {
/external/qemu/include/sysemu/
Dsysemu.h123 extern int autostart;
/external/qemu/
Dvl-android.c271 int autostart; variable
1084 autostart = 0; in drive_init()
2212 autostart= 1; in main()
2520 autostart = 0; in main()
3998 autostart = 0; /* fixme how to deal with -daemonize */ in main()
4002 if (autostart) in main()
Dblockdev.c493 autostart = 0; in drive_init()
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
Dqunit.js500 autostart: true, property
738 if (config.autostart) {
/external/chromium_org/third_party/WebKit/Source/devtools/
Ddevtools.gypi36 # This list should contain all "autostart" modules from all apps.