Home
last modified time | relevance | path

Searched refs:startup (Results 1 – 25 of 197) sorted by relevance

12345678

/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractService.java44 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/
Dqemu-setup.c509 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/
DClass.pm22 sub startup : Tests(startup => 1) { method in My::Test::Class
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-global-ctors.ll12 define internal void @ctor_func() section ".text.startup" {
18 define internal void @dtor_func() section ".text.startup" {
/external/chromium/chrome/browser/
Dbackground_mode_manager_mac.mm48 // 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/
DREADME5 sshd.rc: SSH startup script
7 egd.rc: EGD (entropy gathering daemon) startup script
/external/valgrind/main/gdbserver_tests/
Dnlsigvgdb.stderr.exp3 (action at startup) vgdb me ...
Dnlpasssigalrm.stderr.exp3 (action at startup) vgdb me ...
Dnlcontrolc.stderr.exp3 (action at startup) vgdb me ...
Dmcmain_pic.stderr.exp2 (action at startup) vgdb me ...
Dmcclean_after_fork.stderr.exp2 (action at startup) vgdb me ...
Dmcsignopass.stderr.exp2 (action at startup) vgdb me ...
Dmcsigpass.stderr.exp2 (action at startup) vgdb me ...
Dmcwatchpoints.stderr.exp2 (action at startup) vgdb me ...
/external/quake/quake/src/WinQuake/
Dnet_comx.cpp152 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/
Declipse.ini1 -startup
/external/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument_initializer_metadata.ll19 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/
Dinit-array.ll3 define internal void @_GLOBAL__I_a() section ".text.startup" {
/external/grub/netboot/
Dtulip.c492 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/
Dinit-array.ll11 define internal void @test() section ".text.startup" {
/external/iptables/extensions/
Dlibxt_tcpmss.man1 …/ACK packets, since the MSS is only negotiated during the TCP handshake at connection startup time.
/external/llvm/test/CodeGen/PowerPC/
Dstwu-gta.ll9 define void @_GLOBAL__I_a() nounwind section ".text.startup" {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
Druntests84 …$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/
DDarwin-notes.txt116 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/
DDBus-interface12 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.

12345678