/external/tpm2/ |
D | Startup.c | 26 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/ |
D | AgentTest.java | 93 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/ |
D | startup_unittest.py | 9 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/ |
D | control.startup.cold.blank_page | 10 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/ |
D | modpython.py | 202 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/ |
D | FileOutputTest.java | 42 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/ |
D | Class.pm | 22 sub startup : Tests(startup => 1) { subroutine
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | SystemPropertiesRuntime.java | 66 public void startup(final RuntimeData data) throws Exception { in startup() method in SystemPropertiesRuntime 67 super.startup(data); in startup()
|
D | LoggerRuntime.java | 157 public void startup(final RuntimeData data) throws Exception { in startup() method in LoggerRuntime 158 super.startup(data); in startup()
|
D | URLStreamHandlerRuntime.java | 47 public void startup(final RuntimeData data) throws Exception { in startup() method in URLStreamHandlerRuntime 48 super.startup(data); in startup()
|
D | ModifiedSystemClassRuntime.java | 63 public void startup(final RuntimeData data) throws Exception { in startup() method in ModifiedSystemClassRuntime 64 super.startup(data); in startup()
|
D | IRuntime.java | 29 public void startup(RuntimeData data) throws Exception; in startup() method
|
/external/autotest/client/site_tests/platform_BootPerf/ |
D | control | 9 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/ |
D | test-global-ctors.ll | 13 define internal void @ctor_func() section ".text.startup" { 19 define internal void @dtor_func() section ".text.startup" {
|
/external/valgrind/gdbserver_tests/ |
D | nlgone_exit.vgtest | 2 # 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
|
D | hginfo.stderr.exp | 1 (action at startup) vgdb me ...
|
D | nlgone_abrt.stderr.exp | 1 (action at startup) vgdb me ...
|
D | nlself_invalidate.stderr.exp | 3 (action at startup) vgdb me ...
|
D | nlgone_return.stderr.exp | 3 (action at startup) vgdb me ...
|
D | nlsigvgdb.stderr.exp | 3 (action at startup) vgdb me ...
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | test-global-ctors.ll | 13 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/ |
D | Agent.java | 50 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/ |
D | instrument_initializer_metadata.ll | 21 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/ |
D | pr17354.ll | 15 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/ |
D | global-ctor.ll | 11 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" {
|