Searched refs:startup (Results 1 - 25 of 57) sorted by relevance

123

/external/valgrind/main/gdbserver_tests/
H A Dnlsigvgdb.stderr.exp3 (action at startup) vgdb me ...
H A Dnlpasssigalrm.stderr.exp3 (action at startup) vgdb me ...
H A Dmcclean_after_fork.stderr.exp2 (action at startup) vgdb me ...
H A Dmcmain_pic.stderr.exp2 (action at startup) vgdb me ...
H A Dnlcontrolc.stderr.exp3 (action at startup) vgdb me ...
H A Dmcsignopass.stderr.exp2 (action at startup) vgdb me ...
H A Dmcsigpass.stderr.exp2 (action at startup) vgdb me ...
H A Dmcwatchpoints.stderr.exp2 (action at startup) vgdb me ...
H A Dmcleak.stderr.exp1 (action at startup) vgdb me ...
/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.c496 STARTUPINFO startup; local
499 ZeroMemory( &startup, sizeof(startup) );
500 startup.cb = sizeof(startup);
501 startup.dwFlags = STARTF_USESHOWWINDOW;
502 startup.wShowWindow = SW_SHOWMINIMIZED;
526 &startup, /* startup info, i.e. std handles */
/external/bluetooth/bluez/plugins/
H A Dmaemo6.c138 static gboolean startup = TRUE; local
142 if (startup) {
143 startup = FALSE;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
H A Dpackaging.properties15 root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat48 %vm% -cp ..\org.eclipse.releng.basebuilder\startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -f buildAll.xml %target% %bootclasspath% -DmapVersionTag=%mapVersionTag% -DbuildType=%buildType% %buildID% %ftpUser% %ftpPassword%
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
/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/valgrind/main/massif/tests/
H A Ddeep-B.stderr.exp30 Massif: startup S. 0 (t:0, hp:0, ex:0, st:0)
H A Drealloc.stderr.exp23 Massif: startup S. 0 (t:0, hp:0, ex:0, st:0)
H A Ddeep-C.stderr.exp33 Massif: startup S. 0 (t:0, hp:0, ex:0, st:0)
/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/builderTemplate/tests/testScripts/
H A Druntests.bat74 set antRunner=%vm% -cp eclipse\startup.jar -Dosgi.ws=%ws% -Dosgi.os=%os% -Dosgi.arch=%arch% org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner
/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
/external/openssl/crypto/bn/
H A Dbn_prime.pl52 * This can be in the form of a textual message at program startup or
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...

Completed in 520 milliseconds

123