/external/chromium_org/chrome/browser/ui/webui/options/ |
D | advanced_options_utils_linux.cc | 111 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/ |
D | cloud_print_policy_browsertest.cc | 49 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/ |
D | android_metrics_provider.cc | 51 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/ |
D | app_mode_common.mm | 16 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/ |
D | schedule.c | 65 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/ |
D | TestSettings.SettingsCommandTestCase.test_set_output_path.log | 27 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/ |
D | nlgone_return.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | nlgone_abrt.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mcmain_pic.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | nlgone_exit.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mssnapshot.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | nlself_invalidate.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mcsigpass.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | hginfo.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mcwatchpoints.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | nlsigvgdb.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | nlpasssigalrm.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mcclean_after_fork.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mcblocklistsearch.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mcinfcallRU.stdinB.gdb | 3 echo vgdb launched process attached\n
|
D | mcinfcallWSRU.stdinB.gdb | 3 echo vgdb launched process attached\n
|
/external/chromium_org/apps/common/api/ |
D | app_runtime.idl | 39 // Whether the app is being launched in a <a 46 // Fired when an app is launched from the launcher.
|
/external/lldb/docs/testsuite/ |
D | a-detailed-walkthrough.txt | 35 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/ |
D | user_experiment.cc | 242 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/ |
D | child_process_launcher.cc | 298 bool launched = base::LaunchProcess(*cmd_line, options, &handle); in LaunchInternal() local 299 if (!launched) in LaunchInternal() 308 if (launched) in LaunchInternal()
|