Home
last modified time | relevance | path

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

1234567891011

/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/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
Dstartup_unittest.py9 from telemetry.web_perf.metrics import startup
40 startup.StartupTimelineMetric().AddWholeTraceResults(model, results)
58 self.AddEvent(startup._MAIN_ENTRY_POINT, START0)
59 self.AddEvent(startup._MAIN_ENTRY_POINT, START1)
82 self.assertTrue(len(startup._METRICS[display_name]) == 1)
83 event_name = startup._METRICS[display_name][0]
/external/autotest/server/site_tests/telemetry_Benchmarks/
Dcontrol.startup.cold.blank_page10 NAME = 'telemetry_Benchmarks.startup.cold.blank_page'
20 startup.cold.blank_page
29 benchmark='startup.cold.blank_page',
30 tag='startup.cold.blank_page',
/external/chromium-trace/catapult/third_party/Paste/paste/
Dmodpython.py202 startup = None variable
209 global startup
210 if 'wsgi.startup' in options and not startup:
215 startup = apache.resolve_object(module, object_str)
216 startup(req)
/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/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.java63 public void startup(final RuntimeData data) throws Exception { in startup() method in ModifiedSystemClassRuntime
64 super.startup(data); in startup()
DIRuntime.java29 public void startup(RuntimeData data) throws Exception; in startup() method
/external/autotest/client/site_tests/platform_BootPerf/
Dcontrol9 The test will fail if startup times or shut down times are exceeded. These
27 - how long from kernel startup to login screen display.
34 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 ...
Dnlgone_abrt.stderr.exp1 (action at startup) vgdb me ...
Dnlself_invalidate.stderr.exp3 (action at startup) vgdb me ...
Dnlgone_return.stderr.exp3 (action at startup) vgdb me ...
Dnlsigvgdb.stderr.exp3 (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/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/llvm/test/Transforms/GCOVProfiling/
Dglobal-ctor.ll11 define internal void @__cxx_global_var_init() #0 section ".text.startup" !dbg !4 {
24 define internal void @_GLOBAL__sub_I_global-ctor.ll() #0 section ".text.startup" {

1234567891011