HomeSort by relevance Sort by last modified time
    Searched refs:startup (Results 26 - 50 of 1691) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
nlcontrolc.stderr.exp 3 (action at startup) vgdb me ...
nlvgdbsigqueue.stderr.exp 3 (action at startup) vgdb me ...
mcsignopass.stderr.exp 2 (action at startup) vgdb me ...
mcsigpass.stderr.exp 2 (action at startup) vgdb me ...
mcwatchpoints.stderr.exp 2 (action at startup) vgdb me ...
  /external/chromium_org/net/quic/test_tools/
delayed_verify_strike_register_client.h 25 StrikeRegister::StartupType startup);
  /sdk/find_java/src/source/
find_java_lib.cpp 426 STARTUPINFO startup; local
452 ZeroMemory(&startup, sizeof(startup));
453 startup.cb = sizeof(startup);
454 startup.dwFlags = STARTF_USESHOWWINDOW | STARTF_USESTDHANDLES;
455 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
457 startup.hStdError = stdoutPipeWt;
458 startup.hStdOutput = stdoutPipeWt;
459 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_window.cc 37 #include "chrome/browser/ui/startup/startup_browser_creator.h"
92 chrome::startup::IsProcessStartup is_process_startup =
93 chrome::startup::IS_NOT_PROCESS_STARTUP;
94 chrome::startup::IsFirstRun is_first_run = chrome::startup::IS_NOT_FIRST_RUN;
98 is_process_startup = chrome::startup::IS_PROCESS_STARTUP;
99 is_first_run = chrome::startup::IS_FIRST_RUN;
196 chrome::startup::IsProcessStartup process_startup,
197 chrome::startup::IsFirstRun is_first_run,
  /external/chromium_org/chrome/browser/resources/options/
startup_overlay.css 5 #startup-overlay {
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 16 #include "chrome/browser/ui/startup/startup_tab.h"
17 #include "chrome/browser/ui/startup/startup_types.h"
42 // called during actual process startup.
76 chrome::startup::IsProcessStartup is_process_startup,
77 chrome::startup::IsFirstRun is_first_run,
172 // startup.
startup_browser_creator_browsertest.cc 35 #include "chrome/browser/ui/startup/startup_browser_creator.h"
36 #include "chrome/browser/ui/startup/startup_browser_creator_impl.h"
173 chrome::startup::IsFirstRun first_run = first_run::IsChromeFirstRun() ?
174 chrome::startup::IS_FIRST_RUN : chrome::startup::IS_NOT_FIRST_RUN;
183 // We don't do non-process-startup browser launches on ChromeOS.
184 // Session restore for process-startup browser launches is tested
187 // Verify that startup URLs are honored when the process already exists but has
198 // Set the startup preference to open these URLs.
206 // Do a simple non-process-startup browser launch
    [all...]
startup_browser_creator.cc 5 #include "chrome/browser/ui/startup/startup_browser_creator.h"
50 #include "chrome/browser/ui/startup/startup_browser_creator_impl.h"
148 // Since the startup code only executes for browsers launched in
274 chrome::startup::IsProcessStartup process_startup,
275 chrome::startup::IsFirstRun is_first_run,
279 process_startup == chrome::startup::IS_PROCESS_STARTUP;
609 chrome::startup::IsProcessStartup is_process_startup = process_startup ?
610 chrome::startup::IS_PROCESS_STARTUP :
611 chrome::startup::IS_NOT_PROCESS_STARTUP;
612 chrome::startup::IsFirstRun is_first_run = first_run::IsChromeFirstRun()
    [all...]
  /external/chromium_org/tools/perf/measurements/
session_restore.py 7 from measurements import startup namespace
14 class SessionRestore(startup.Startup):
19 see startup.py for details.
  /external/qemu/android/
qemu-setup.c 503 STARTUPINFO startup; local
506 ZeroMemory( &startup, sizeof(startup) );
507 startup.cb = sizeof(startup);
508 startup.dwFlags = STARTF_USESHOWWINDOW;
509 startup.wShowWindow = SW_SHOWMINIMIZED;
535 &startup, /* startup info, i.e. std handles */
  /art/runtime/
native_bridge_art_interface.cc 111 VLOG(startup) << "Runtime::Setup native bridge library: "
118 VLOG(startup) << "Runtime::Pre-initialize native bridge";
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
background.js 25 // Reset the navigation state on startup. We only want to collect data within a
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect4.asm 5 ; PXELINUX needs lots of BSS, so it relocates itself on startup
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_page_list_browsertest.js 6 * Fixture for startup pages WebUI tests.
19 browsePreload: 'chrome://settings-frame/startup',
48 * A fake list of startup pages to send to the overlay.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 15 root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
wish.i 20 A startup file may be specified by defining the symbol SWIG_RcFileName
57 * Depends on the startup script.
101 * Specify a user-specific startup file to invoke if the application
102 * is run interactively. Typically the startup file is "~/.apprc"
104 * then no user-specific startup file will be run under any conditions.
  /development/ndk/platforms/android-3/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 70 #include "chrome/browser/ui/startup/startup_browser_creator.h"
309 chrome::startup::IsFirstRun first_run = first_run::IsChromeFirstRun() ?
310 chrome::startup::IS_FIRST_RUN : chrome::startup::IS_NOT_FIRST_RUN;
315 chrome::startup::IS_PROCESS_STARTUP,
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 59 // loaded into the same tab on browser startup - one automatically
61 // every tab on startup. This allows the background page to first deactivate
  /external/chromium_org/net/quic/crypto/
strike_register.h 86 // generated at startup and therefore nonces accepted by the previous
119 StartupType startup);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip

Completed in 1115 milliseconds

12 3 4 5 6 7 8 91011>>