HomeSort by relevance Sort by last modified time
    Searched refs:startup (Results 1 - 25 of 1248) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/gdbserver_tests/
hginfo.stderr.exp 1 (action at startup) vgdb me ...
nlgone_abrt.stderr.exp 1 (action at startup) vgdb me ...
nlself_invalidate.stderr.exp 3 (action at startup) vgdb me ...
nlgone_exit.stderr.exp 3 (action at startup) vgdb me ...
nlgone_return.stderr.exp 3 (action at startup) vgdb me ...
nlsigvgdb.stderr.exp 3 (action at startup) vgdb me ...
nlpasssigalrm.stderr.exp 3 (action at startup) vgdb me ...
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
group2.s 3 .section .text.startup,"axG",%progbits,test,comdat
7 .section .text.startup,"ax",%progbits
group2.d 10 [ ]*\[.*\][ ]+\.text\.startup[ ]+PROGBITS.*[ ]+AXG[ ]+.*
11 [ ]*\[.*\][ ]+\.text\.startup[ ]+PROGBITS.*[ ]+AX[ ]+.*
bad-group.s 1 .section .text.startup,"ax",%progbits
  /external/tpm2/
Startup.c 15 // TPM_RC_LOCALITY a Startup(STATE) does not have the same H-CRTM state as the
16 // previous Startup() or the locality of the startup is not 0 pr 3
17 // TPM_RC_NV_UNINITIALIZED the saved state cannot be recovered and a Startup(CLEAR) is
26 STARTUP_TYPE startup; local
65 // if this startup is a TPM Resume, then the H-CRTM states have to match.
75 // cannot be recovered, then this cycle can not startup up with STATE
88 // Translate the TPM2_ShutDown and TPM2_Startup sequence into the startup
94 startup = SU_RESTART;
105 startup = SU_RESUME
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
IRuntime.java 27 * any internal problem during startup
29 public void startup(RuntimeData data) throws Exception; method in interface:IRuntime
AbstractRuntime.java 27 public void startup(final RuntimeData data) throws Exception { method in class:AbstractRuntime
  /sdk/sdklauncher/src/source/
sdklauncher.c 73 STARTUPINFO startup; local
80 ZeroMemory(&startup, sizeof(startup));
81 startup.cb = sizeof(startup);
82 startup.dwFlags = STARTF_USESHOWWINDOW;
83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
113 &startup, /* startup info, i.e. std handles */
130 &startup, /* startup info, i.e. std handles *
    [all...]
  /external/syslinux/gpxe/src/core/
init.c 26 * Initialisation, startup and shutdown routines
30 /** "startup() has been called" flag */
55 * probing devices. You may call startup() and shutdown() multiple
58 void startup ( void ) { function
64 /* Call registered startup functions */
66 if ( startup_fn->startup )
67 startup_fn->startup();
78 * This function reverses the actions of startup(), and leaves gPXE in
79 * a state ready to be removed from memory. You may call startup()
  /sdk/find_java/src/source/
utils.cpp 63 STARTUPINFO startup; local
68 ZeroMemory(&startup, sizeof(startup));
69 startup.cb = sizeof(startup);
70 startup.dwFlags = STARTF_USESHOWWINDOW;
71 startup.wShowWindow = SW_SHOWDEFAULT;
82 &startup, /* startup info, i.e. std handles */
97 STARTUPINFO startup; local
    [all...]
  /sdk/avdlauncher/src/source/
avdlauncher.c 73 STARTUPINFO startup; local
80 ZeroMemory(&startup, sizeof(startup));
81 startup.cb = sizeof(startup);
82 startup.dwFlags = STARTF_USESHOWWINDOW;
83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
111 &startup, /* startup info, i.e. std handles */
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
Class.pm 22 sub startup : Tests(startup => 1) { subroutine
  /external/syslinux/gpxe/src/include/gpxe/
init.h 46 * A startup/shutdown function
48 * Startup and shutdown functions may be called multiple times, as
49 * part of the calls to startup() and shutdown().
52 void ( * startup ) ( void ); member in struct:startup_fn
56 /** Startup/shutdown function table */
59 /** Declare a startup/shutdown function */
63 /** @defgroup startfn_order Startup/shutdown function ordering
65 * Shutdown functions are called in the reverse order to startup
71 #define STARTUP_EARLY 01 /**< Early startup */
72 #define STARTUP_NORMAL 02 /**< Normal startup */
    [all...]
  /cts/hostsidetests/jvmti/base/app/src/art/
CtsMain.java 32 private static void startup() { method in class:CtsMain
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
IAgentOutput.java 34 * in case startup fails
36 public void startup(final AgentOptions options, final RuntimeData data) method in interface:IAgentOutput
NoneOutput.java 22 public final void startup(final AgentOptions options, final RuntimeData data) { method in class:NoneOutput
  /external/syslinux/gpxe/src/arch/x86/prefix/
efidrvprefix.c 42 startup();
  /external/testng/src/test/java/test/tmp/p1/
ContainerTest.java 11 public void startup() { method in class:ContainerTest
  /sdk/find_java2/src/
utils.cpp 148 STARTUPINFO startup; local
153 ZeroMemory(&startup, sizeof(startup));
154 startup.cb = sizeof(startup);
155 startup.dwFlags = STARTF_USESHOWWINDOW;
156 startup.wShowWindow = SW_SHOWDEFAULT;
167 &startup, /* startup info, i.e. std handles */
182 STARTUPINFO startup; local
    [all...]

Completed in 607 milliseconds

1 2 3 4 5 6 7 8 91011>>