HomeSort by relevance Sort by last modified time
    Searched refs:launched (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_policy_browsertest.cc 49 bool launched = local
51 EXPECT_TRUE(launched);
69 // This is important for the test as the way the browser process is launched
71 // is not an issue for production where the process is launched as a service
78 bool launched = local
80 EXPECT_TRUE(launched);
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_x11.cc 111 bool launched = false; local
115 launched = StartProxyConfigUtil(kGNOME2ProxyConfigCommand);
116 if (!launched) {
123 launched = StartProxyConfigUtil(kGNOME3ProxyConfigCommand);
129 launched = StartProxyConfigUtil(kKDE3ProxyConfigCommand);
133 launched = StartProxyConfigUtil(kKDE4ProxyConfigCommand);
141 if (launched)
  /packages/apps/Settings/src/com/android/settings/
ChooseLockSettingsHelper.java 52 * @return true if one exists and we launched an activity to confirm it
56 boolean launched = false;
59 launched = confirmPattern(request, message, details);
66 launched = confirmPassword(request);
69 return launched;
77 * @return true if we launched an activity to confirm pattern
99 * @return true if we launched an activity to confirm password
CredentialStorage.java 374 boolean launched = new ChooseLockSettingsHelper(this)
378 return launched;
  /external/chromium_org/tools/traceline/traceline/
main.cc 1230 bool launched = false; local
    [all...]
  /external/chromium_org/chrome_frame/test/
proxy_factory_mock.cc 115 base::WaitableEvent launched(true, false);
117 .WillOnce(testing::InvokeWithoutArgs(&launched,
121 ASSERT_TRUE(launched.TimedWait(base::TimeDelta::FromSeconds(10)));
  /external/ipsec-tools/src/racoon/
schedule.c 65 static time_t launched; /* time when the program launched. */ variable
187 t = n - launched;
278 time(&launched);
280 deltaY2038 = Y2038TIME_T - launched;
  /external/chromium_org/chrome/browser/service/
service_process_control.h 60 // |success_task| is called when we have successfully launched the process
115 bool launched() const { return launched_; } function in class:ServiceProcessControl::Launcher
147 // Method called by Launcher when the service process is launched.
service_process_control.cc 162 if (launcher_->launched()) {
293 // If the service process is not launched yet then check again in 2 seconds.
  /external/chromium_org/content/browser/
child_process_launcher.cc 284 bool launched = base::LaunchProcess(*cmd_line, options, &handle); local
287 if (launched)
295 if (!launched)
  /external/chromium/chrome/browser/service/
service_process_control.h 73 // |success_task| is called when we have successfully launched the process
144 bool launched() const { return launched_; } function in class:ServiceProcessControl::Launcher
168 // Method called by Launcher when the service process is launched.
service_process_control.cc 174 if (launcher_->launched()) {
349 // If the service process is not launched yet then check again in 2 seconds.
  /external/chromium_org/base/process/
launch_win.cc 130 // If this code is run under a debugger, the launched process is
150 BOOL launched = local
157 if (!launched) {
  /ndk/build/core/
check-cygwin-make.mk 36 # GNU Make, even if launched from a Cygwin shell, will not
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 237 bool launched = base::LaunchProcess(*cmd_line, options, NULL); local
239 VLOG(1) << __FUNCTION__ << " result: " << launched; local
240 return launched;
384 // 3- It has been re-launched from the #2 case. In this case we enter
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 246 " [--activity-launched-from-history] [--activity-multiple-task]\n" +
460 } else if (opt.equals("--activity-launched-from-history")) {
    [all...]
  /external/chromium_org/chrome_frame/cfinstall/src/implementation/
crossdomaininstall.js 35 * future-launched browser processes.
  /external/chromium/base/
process_util_win.cc 284 BOOL launched =
291 if (!launched)
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 95 // Keeps track on which profiles have been launched.
118 // If this profile was the last launched one without an opened window,
141 // Since the startup code only executes for browsers launched in
167 // Check that browsers have been opened for all the launched profiles.
168 // Note that browsers opened for profiles that were not added as launched
193 // |profile| may never get launched, e.g., if it only had
206 // These are the profiles that get launched by
216 // should only be set once all profiles have been launched, otherwise,
284 const bool launched = lwp.Launch(profile, urls_to_launch, local
288 if (!launched) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 87 boolean launched = doLaunch(config, mode, launch, monitor);
88 if (!launched) {
146 // - if we have previously launched this config, and the device used is present, use that
269 // wait for a couple of seconds for activity to be launched
417 * be launched, then this method will confirm that the requested activity is defined in the
423 * @return activity name that should be launched, or null if no launchable activity.
  /external/chromium/chrome/browser/ui/
browser_init.cc 370 // chosen to restore last session and launched incognito, fallback to
379 LM_AS_WEBAPP, // Launched as a installed web application.
380 LM_WITH_URLS, // Launched with urls in the cmd line.
381 LM_SHORTCUT_NONE, // Not launched from a shortcut.
382 LM_SHORTCUT_NONAME, // Launched from shortcut but no name available.
383 LM_SHORTCUT_UNKNOWN, // Launched from user-defined shortcut.
384 LM_SHORTCUT_QUICKLAUNCH, // Launched from the quick launch bar.
385 LM_SHORTCUT_DESKTOP, // Launched from a desktop shortcut.
386 LM_SHORTCUT_STARTMENU, // Launched from start menu.
546 bool launched = lwp.Launch(profile, urls_to_launch, process_startup) local
    [all...]
  /external/chromium_org/chrome_frame/
chrome_tab.cc 377 bool launched = base::LaunchProcess(helper_path.value(), options, NULL); local
378 if (!launched) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 69 * of various components, like when a particular package is launched or
70 * paused and aggregates events like number of time a component is launched
210 void updateResume(String comp, boolean launched) {
211 if (launched) {
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
background.js 480 // The app just launched. Remove window state records that are not needed
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 195 aedescobj, launched = OSATerminology.GetAppTerminology(fullname)
206 if launched:
208 print >>verbose, "Launched", fullname
    [all...]

Completed in 2612 milliseconds

1 2