Home
last modified time | relevance | path

Searched refs:launched (Results 1 – 25 of 82) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/webui/options/
Dadvanced_options_utils_linux.cc111 bool launched = false; in DetectAndStartProxyConfigUtil() local
115 launched = StartProxyConfigUtil(kGNOME2ProxyConfigCommand); in DetectAndStartProxyConfigUtil()
116 if (!launched) { in DetectAndStartProxyConfigUtil()
123 launched = StartProxyConfigUtil(kGNOME3ProxyConfigCommand); in DetectAndStartProxyConfigUtil()
129 launched = StartProxyConfigUtil(kKDE3ProxyConfigCommand); in DetectAndStartProxyConfigUtil()
133 launched = StartProxyConfigUtil(kKDE4ProxyConfigCommand); in DetectAndStartProxyConfigUtil()
141 if (launched) in DetectAndStartProxyConfigUtil()
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_policy_browsertest.cc49 bool launched = in IN_PROC_BROWSER_TEST_F() local
52 EXPECT_TRUE(launched); in IN_PROC_BROWSER_TEST_F()
72 bool launched = in IN_PROC_BROWSER_TEST_F() local
75 EXPECT_TRUE(launched); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/metrics/
Dandroid_metrics_provider.cc51 const int launched = in LogStabilityToPrefs() local
59 if (launched & GetActivityFlag(activity_type)) in LogStabilityToPrefs()
130 int launched = in OnForegroundActivityChanged() local
133 launched |= GetActivityFlag(type); in OnForegroundActivityChanged()
134 local_state_->SetInteger(prefs::kStabilityLaunchedActivityFlags, launched); in OnForegroundActivityChanged()
/external/chromium_org/chrome/common/mac/
Dapp_mode_common.mm16 const char kLaunchedByChromeProcessId[] = "launched-by-chrome-process-id";
17 const char kLaunchedForTest[] = "launched-for-test";
18 const char kLaunchedAfterRebuild[] = "launched-after-rebuild";
/external/ipsec-tools/src/racoon/
Dschedule.c65 static time_t launched; /* time when the program launched. */ variable
187 t = n - launched; in current_time()
278 time(&launched); in sched_init()
280 deltaY2038 = Y2038TIME_T - launched; in sched_init()
/external/lldb/docs/testsuite/2010-10-19-14_10_49.059609/
DTestSettings.SettingsCommandTestCase.test_set_output_path.log27 output: Process 43533 launched: '/Volumes/data/lldb/svn/trunk/test/settings/a.out' (x86_64)
35 error: Process must be launched.
/external/valgrind/main/gdbserver_tests/
Dnlgone_return.stdinB.gdb3 echo vgdb launched process attached\n
Dnlgone_abrt.stdinB.gdb3 echo vgdb launched process attached\n
Dmcmain_pic.stdinB.gdb3 echo vgdb launched process attached\n
Dnlgone_exit.stdinB.gdb3 echo vgdb launched process attached\n
Dmssnapshot.stdinB.gdb3 echo vgdb launched process attached\n
Dnlself_invalidate.stdinB.gdb3 echo vgdb launched process attached\n
Dmcsigpass.stdinB.gdb3 echo vgdb launched process attached\n
Dhginfo.stdinB.gdb3 echo vgdb launched process attached\n
Dmcwatchpoints.stdinB.gdb3 echo vgdb launched process attached\n
Dnlsigvgdb.stdinB.gdb3 echo vgdb launched process attached\n
Dnlpasssigalrm.stdinB.gdb3 echo vgdb launched process attached\n
Dmcclean_after_fork.stdinB.gdb3 echo vgdb launched process attached\n
Dmcblocklistsearch.stdinB.gdb3 echo vgdb launched process attached\n
DmcinfcallRU.stdinB.gdb3 echo vgdb launched process attached\n
DmcinfcallWSRU.stdinB.gdb3 echo vgdb launched process attached\n
/external/chromium_org/apps/common/api/
Dapp_runtime.idl39 // Whether the app is being launched in a <a
46 // Fired when an app is launched from the launcher.
/external/lldb/docs/testsuite/
Da-detailed-walkthrough.txt35 Test that setting target.process.output-path for the launched process works. ... expected failure
41 Test that run-args and env-vars are passed to the launched process. ... ok
43 Test that run-args and env-vars are passed to the launched process. ... ok
61 of the subsequent launched process. We are using unittest2 (a backport of new
75 """Test that setting target.process.output-path for the launched process works."""
275 Test that setting target.process.output-path for the launched process works. ... FAIL
281 Test that run-args and env-vars are passed to the launched process. ... ok
283 Test that run-args and env-vars are passed to the launched process. ... ok
287 Test that setting target.process.output-path for the launched process works.
/external/chromium_org/chrome/installer/util/
Duser_experiment.cc242 bool launched = base::LaunchProcess(*cmd_line, options, NULL); in LaunchSetupAsConsoleUser() local
244 VLOG(1) << __FUNCTION__ << " result: " << launched; in LaunchSetupAsConsoleUser()
245 return launched; in LaunchSetupAsConsoleUser()
/external/chromium_org/content/browser/
Dchild_process_launcher.cc298 bool launched = base::LaunchProcess(*cmd_line, options, &handle); in LaunchInternal() local
299 if (!launched) in LaunchInternal()
308 if (launched) in LaunchInternal()

1234