Home
last modified time | relevance | path

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

12345678910>>...14

/external/tpm2/
DStartup.c26 STARTUP_TYPE startup; in TPM2_Startup() local
94 startup = SU_RESTART; in TPM2_Startup()
105 startup = SU_RESUME; in TPM2_Startup()
109 startup = SU_RESET; in TPM2_Startup()
116 CryptUtilStartup(startup); in TPM2_Startup()
125 TimeStartup(startup); in TPM2_Startup()
128 DAStartup(startup); in TPM2_Startup()
131 HierarchyStartup(startup); in TPM2_Startup()
134 PCRStartup(startup, locality); in TPM2_Startup()
137 CommandAuditStartup(startup); in TPM2_Startup()
[all …]
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DAgentTest.java93 agent.startup(); in testStartupShutdown()
111 public void startup(AgentOptions options, RuntimeData data) { in testShutdownWithException()
123 agent.startup(); in testShutdownWithException()
136 agent.startup(); in testNoSessionId()
147 agent.startup(); in testNoDumpOnExit()
159 agent.startup(); in testInvalidExecFile()
173 agent.startup(); in testGetSetSessionId()
203 agent.startup(); in testGetExecutionData()
236 public void startup(AgentOptions options, RuntimeData data) { in testDump()
249 agent.startup(); in testDump()
[all …]
/external/autotest/server/site_tests/telemetry_Benchmarks/
Dcontrol.startup.cold.blank_page10 NAME = 'telemetry_Benchmarks.startup.cold.blank_page'
19 startup.cold.blank_page
28 benchmark='startup.cold.blank_page',
29 tag='startup.cold.blank_page',
/external/syslinux/gpxe/src/core/
Dinit.c58 void startup ( void ) { in startup() function
66 if ( startup_fn->startup ) in startup()
67 startup_fn->startup(); in startup()
/external/toolchain-utils/user_activity_benchmarks/
Dtelemetry_benchmarks_R52_8350.6880 startup.cold.blank_page
81 startup.large_profile.cold.blank_page
82 startup.large_profile.warm.blank_page
83 startup.large_profile.warm.blank
84 startup.warm.blank_page
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
DFileOutputTest.java42 controller.startup(options, new RuntimeData()); in testCreateDestFileOnStartup()
56 controller.startup(options, new RuntimeData()); in testWriteData()
72 controller.startup(options, new RuntimeData()); in testInvalidDestFile()
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
DClass.pm22 sub startup : Tests(startup => 1) { subroutine
/external/syslinux/gpxe/src/include/gpxe/
Dinit.h52 void ( * startup ) ( void ); member
78 extern void startup ( void );
/external/python/cpython2/Modules/
Dmain.c149 char *startup = Py_GETENV("PYTHONSTARTUP"); in RunStartupFile() local
150 if (startup != NULL && startup[0] != '\0') { in RunStartupFile()
151 FILE *fp = fopen(startup, "r"); in RunStartupFile()
153 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf); in RunStartupFile()
162 startup); in RunStartupFile()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DSystemPropertiesRuntime.java66 public void startup(final RuntimeData data) throws Exception { in startup() method in SystemPropertiesRuntime
67 super.startup(data); in startup()
DLoggerRuntime.java157 public void startup(final RuntimeData data) throws Exception { in startup() method in LoggerRuntime
158 super.startup(data); in startup()
DURLStreamHandlerRuntime.java47 public void startup(final RuntimeData data) throws Exception { in startup() method in URLStreamHandlerRuntime
48 super.startup(data); in startup()
DModifiedSystemClassRuntime.java64 public void startup(final RuntimeData data) throws Exception { in startup() method in ModifiedSystemClassRuntime
65 super.startup(data); in startup()
/external/autotest/client/site_tests/platform_BootPerf/
Dcontrol9 The test will fail if startup times or shut down times are exceeded. These
26 - how long from kernel startup to login screen display.
33 the sum of the other values, and represents the total startup time.
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-global-ctors.ll13 define internal void @ctor_func() section ".text.startup" {
19 define internal void @dtor_func() section ".text.startup" {
/external/valgrind/gdbserver_tests/
Dnlgone_exit.vgtest2 # also test the --vgdb-stop-at startup and exit args (so we do not use
6 vgopts: --tool=none --vgdb=yes --vgdb-stop-at=startup,exit --vgdb-prefix=./vgdb-prefix-nlgone-exit
Dhginfo.stderr.exp1 (action at startup) vgdb me ...
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-global-ctors.ll13 define internal void @ctor_func() section ".text.startup" {
19 define internal void @dtor_func() section ".text.startup" {
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DAgent.java50 agent.startup(); in getInstance()
114 public void startup() { in startup() method in Agent
122 output.startup(options, data); in startup()
/external/ltp/tools/pounder21/test_scripts/
Dstatslogging26 function startup() { function
105 startup $*
/external/ltp/tools/pounder21/test_repo/
DD01stats26 function startup() { function
105 startup $*
/external/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument_initializer_metadata.ll21 define internal void @__cxx_global_var_init() section ".text.startup" {
30 define internal void @__late_ctor() sanitize_address section ".text.startup" {
47 define internal void @__early_ctor() sanitize_address section ".text.startup" {
/external/llvm/test/CodeGen/PowerPC/
Dpr17354.ll15 define internal void @__cxx_global_var_init() section ".text.startup" {
33 define internal void @_GLOBAL__I_a() section ".text.startup" {
/external/v8/gni/
Dv8.gni29 # http://v8project.blogspot.com/2015/09/custom-startup-snapshots.html
32 # Use external files for startup data blobs:
48 # If not specified as a gn arg, use external startup data by default if
/external/openssh/contrib/hpux/
DREADME5 sshd.rc: SSH startup script
7 egd.rc: EGD (entropy gathering daemon) startup script

12345678910>>...14