/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractService.java | 44 private final Transition startup = new Transition(); field in AbstractService 99 return startup; in start() 108 startup.set(State.TERMINATED); in stop() 112 startup.set(State.STOPPING); in stop() 159 startup.set(State.RUNNING); in notifyStarted() 203 startup.setException(cause); in notifyFailed()
|
/external/qemu/android/ |
D | qemu-setup.c | 509 STARTUPINFO startup; in android_emulation_setup() local 512 ZeroMemory( &startup, sizeof(startup) ); in android_emulation_setup() 513 startup.cb = sizeof(startup); in android_emulation_setup() 514 startup.dwFlags = STARTF_USESHOWWINDOW; in android_emulation_setup() 515 startup.wShowWindow = SW_SHOWMINIMIZED; in android_emulation_setup() 541 &startup, /* startup info, i.e. std handles */ in android_emulation_setup()
|
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/ |
D | Class.pm | 22 sub startup : Tests(startup => 1) { method in My::Test::Class
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | test-global-ctors.ll | 12 define internal void @ctor_func() section ".text.startup" { 18 define internal void @dtor_func() section ".text.startup" {
|
/external/chromium/chrome/browser/ |
D | background_mode_manager_mac.mm | 48 // user's login item when we disable launch on startup. There's a race 49 // condition here if the user disables launch on startup before our callback 57 base::mac::AddToLoginItems(true); // Hide on startup.
|
/external/openssh/contrib/hpux/ |
D | README | 5 sshd.rc: SSH startup script 7 egd.rc: EGD (entropy gathering daemon) startup script
|
/external/valgrind/main/gdbserver_tests/ |
D | nlsigvgdb.stderr.exp | 3 (action at startup) vgdb me ...
|
D | nlpasssigalrm.stderr.exp | 3 (action at startup) vgdb me ...
|
D | nlcontrolc.stderr.exp | 3 (action at startup) vgdb me ...
|
D | mcmain_pic.stderr.exp | 2 (action at startup) vgdb me ...
|
D | mcclean_after_fork.stderr.exp | 2 (action at startup) vgdb me ...
|
D | mcsignopass.stderr.exp | 2 (action at startup) vgdb me ...
|
D | mcsigpass.stderr.exp | 2 (action at startup) vgdb me ...
|
D | mcwatchpoints.stderr.exp | 2 (action at startup) vgdb me ...
|
/external/quake/quake/src/WinQuake/ |
D | net_comx.cpp | 152 char startup[32]; member 368 Q_strcpy(init, p->startup); in TTY_GetModemConfig() 379 Q_strcpy(p->startup, init); in TTY_SetModemConfig() 401 Q_strcpy(p->startup, ""); in ResetComPortConfig() 620 if (*p->startup) in Modem_Init() 622 Modem_Command (p, p->startup); in Modem_Init() 983 Con_Printf("startup: %s\n", p->startup); in Com_f() 1087 Q_strncpy (p->startup, Cmd_Argv (i+1), 32); in Com_f()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
D | eclipse.ini | 1 -startup
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrument_initializer_metadata.ll | 19 define internal void @__cxx_global_var_init() section ".text.startup" { 26 define internal void @_GLOBAL__I_a() sanitize_address section ".text.startup" {
|
/external/llvm/test/CodeGen/AArch64/ |
D | init-array.ll | 3 define internal void @_GLOBAL__I_a() section ".text.startup" {
|
/external/grub/netboot/ |
D | tulip.c | 492 static void select_media(struct nic *nic, int startup); 1702 static void select_media(struct nic *nic, int startup) in select_media() argument 1724 if (startup) in select_media() 1739 if (startup && mtable->has_reset) { in select_media() 1773 if (startup) { in select_media() 1779 if (startup) outl(csr13val, ioaddr + CSR13); in select_media() 1804 if (startup) in select_media() 1814 if (startup) { in select_media() 1823 if (startup < 2) { in select_media() 1860 if (startup && ! tp->medialock) in select_media() [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | init-array.ll | 11 define internal void @test() section ".text.startup" {
|
/external/iptables/extensions/ |
D | libxt_tcpmss.man | 1 …/ACK packets, since the MSS is only negotiated during the TCP handshake at connection startup time.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | stwu-gta.ll | 9 define void @_GLOBAL__I_a() nounwind section ".text.startup" {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
D | runtests | 84 …$vm -cp eclipse/startup.jar org.eclipse.core.launcher.Main -noupdate -ws $ws -os $os -arch $arch -… 89 $vm -cp eclipse/startup.jar -Dosgi.ws=$ws -Dosgi.os=$os -Dosgi.arch=$arch org.eclipse.core.launcher…
|
/external/valgrind/main/docs/internals/ |
D | Darwin-notes.txt | 116 space with mmap at startup. We know from history that this is a bad 118 Also, startup is not done on the interim startup stack -- why not?
|
/external/dnsmasq/dbus/ |
D | DBus-interface | 12 if the DBus connection is not available at startup. The DBus will be polled 18 and avoids startup races with the provider of nameserver information.
|