Searched defs:startup (Results 1 - 25 of 26) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
H A DClass.pm22 sub startup : Tests(startup => 1) { subroutine
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractService.java44 private final Transition startup = new Transition(); field in class:AbstractService
60 * This method is called by {@link #start} to initiate service startup. The
62 * either during this method's run, or after it has returned. If startup
68 * startup, even when {@link #start} is called multiple times.
99 return startup;
108 startup.set(State.TERMINATED);
112 startup.set(State.STOPPING);
159 startup.set(State.RUNNING);
203 startup.setException(cause);
/external/qemu/android/
H A Dqemu-setup.c509 STARTUPINFO startup; local
512 ZeroMemory( &startup, sizeof(startup) );
513 startup.cb = sizeof(startup);
514 startup.dwFlags = STARTF_USESHOWWINDOW;
515 startup.wShowWindow = SW_SHOWMINIMIZED;
541 &startup, /* startup info, i.e. std handles */
/external/kernel-headers/original/linux/
H A Dirq.h69 * @startup: start up the interrupt (defaults to ->enable if NULL)
89 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
H A Dserial_core.h165 int (*startup)(struct uart_port *); member in struct:uart_ops
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
H A Dbg.js65 "startup": "whoosh-19.mp3"
105 // Ignore all events until the startup sound has finished.
106 if (id != "startup" && !started)
167 if (id == "startup")
174 if (id == "startup")
191 if (id == "startup") {
/external/quake/quake/src/WinQuake/
H A Dnet_comx.cpp152 char startup[32]; member in struct:ComPort_s
368 Q_strcpy(init, p->startup);
379 Q_strcpy(p->startup, init);
401 Q_strcpy(p->startup, "");
620 if (*p->startup)
622 Modem_Command (p, p->startup);
983 Con_Printf("startup: %s\n", p->startup);
1085 if ((i = Cmd_CheckParm ("startup")) != 0)
1087 Q_strncpy (p->startup, Cmd_Arg
[all...]
/external/grub/netboot/
H A Dtulip.c494 static void select_media(struct nic *nic, int startup);
1714 static void select_media(struct nic *nic, int startup)
1736 if (startup)
1751 if (startup && mtable->has_reset) {
1785 if (startup) {
1791 if (startup) outl(csr13val, ioaddr + CSR13);
1816 if (startup)
1826 if (startup) {
1835 if (startup < 2) {
1872 if (startup
1702 select_media(struct nic *nic, int startup) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jar ... io.IOException String spec String message public static void startup (java.net.URL) java.net.URL ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar ... .List lines java.net.URI launcherFolder String startup java.net.URI result private void setStartup (java ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar ... lang.Exception public static java.lang.String[] startup (java.net.URL, java.lang.String ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... .BundleContext bc public static boolean LOG_DEBUG public static boolean startup static long[] time public static long[] points static Class class ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar ... static boolean DBSTORE public static boolean INSTANTIATE_ALL public static boolean startup static long[] time static Class class$0 static Class ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 903 milliseconds

12