Home
last modified time | relevance | path

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

12345678910>>...23

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Startup/
DStartup.c57 STARTUP_TYPE startup; in TPM2_Startup() local
133 startup = SU_RESUME; in TPM2_Startup()
136 startup = SU_RESTART; in TPM2_Startup()
141 startup = SU_RESET; in TPM2_Startup()
144 OK = OK && CryptStartup(startup); in TPM2_Startup()
158 OK = OK && TimeStartup(startup); in TPM2_Startup()
161 OK = OK && DAStartup(startup); in TPM2_Startup()
164 OK = OK && HierarchyStartup(startup); in TPM2_Startup()
167 OK = OK && PCRStartup(startup, locality); in TPM2_Startup()
170 OK = OK && CommandAuditStartup(startup); in TPM2_Startup()
[all …]
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DAgentTest.java86 agent.startup(); in startup_should_set_defined_session_id()
98 agent.startup(); in startup_should_create_random_session_id_when_undefined()
102 agent.startup(); in startup_should_create_random_session_id_when_undefined()
116 public void startup(AgentOptions options, RuntimeData data) in startup_should_log_exception()
130 agent.startup(); in startup_should_log_exception()
143 agent.startup(); in startup_should_register_mbean_when_enabled()
159 agent.startup(); in startup_should_not_register_mbean_when_disabled()
174 agent.startup(); in shutdown_should_write_execution_data_when_enabled()
187 agent.startup(); in shutdown_should_not_write_execution_data_when_disabled()
202 public void startup(AgentOptions options, in shutdown_should_log_exception()
[all …]
/external/perfetto/protos/perfetto/metrics/android/
Dstartup_metric.proto23 // Android app startup metrics.
58 // The mcycles taken by this startup across all CPUs (broken down by core
95 // Total time spent verifying classes during app startup.
98 // Number of methods that were compiled by JIT during app startup.
115 // Metrics about startup which were developed by looking at experiments using
118 // The duration of the full "startup" as defined by HSC tests.
138 // Multiple files might be loaded for a single startup. Platform might also
149 // startup.
157 // Random id uniquely identifying an app startup in this trace.
169 // Details about slow binder transactions during the startup. The definition
[all …]
/external/cldr/tools/scripts/build/bin-build/
Dstart-buildbot.sh7 if [ -x ${HOME}/tomcat/CURRENT/bin/startup.sh ];
9 ${HOME}/tomcat/CURRENT/bin/startup.sh
11 ${HOME}/tomcat/bin/startup.sh
/external/llvm-project/lld/test/ELF/
Dtext-section-prefix.s3 ## .text.unknown, .text.unlikely, .text.startup, or .text.exit, in the absence
19 # KEEP-NEXT: [ 5] .text.startup
37 # SCRIPT-NEXT: .text.startup.f_startup
57 .section .text.startup.f_startup,"ax"
/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/llvm-project/llvm/test/LTO/Resolution/X86/
Dcomdat-mixed-lto.ll19 ; CHECK: define internal void @__cxx_global_var_init() section ".text.startup" {
20 ; CHECK: define available_externally dso_local void @testglobfunc() section ".text.startup" {
33 define void @testglobfunc() #1 section ".text.startup" comdat($C) {
39 define internal void @__cxx_global_var_init() #1 section ".text.startup" comdat($C) {
/external/python/cpython2/Modules/
Dmain.c159 char *startup = Py_GETENV("PYTHONSTARTUP"); in RunStartupFile() local
160 if (startup != NULL && startup[0] != '\0') { in RunStartupFile()
161 FILE *fp = fopen(startup, "r"); in RunStartupFile()
163 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf); in RunStartupFile()
172 startup); in RunStartupFile()
/external/llvm-project/llvm/test/Transforms/GlobalOpt/
Devaluate-bitcast-3.ll20 define internal void @__cxx_global_var_init() section ".text.startup" {
32 define internal void @__cxx_global_var_init.1() section ".text.startup" {
38 define internal void @_GLOBAL__sub_I_test.cpp() section ".text.startup" {
Devaluate-bitcast-2.ll30 define internal void @__cxx_global_var_init() section ".text.startup" {
41 define internal void @__cxx_global_var_init.1() section ".text.startup" {
47 define internal void @_GLOBAL__sub_I_test.cpp() section ".text.startup" {
/external/antlr/runtime/Perl5/t/lib/My/Test/
DClass.pm22 sub startup : Tests(startup => 1) { method in My::Test::Class
/external/perfetto/infra/ci/
DMakefile18 override GCE_LOCAL_STARTUP_SCRIPT := worker/gce-startup-script.sh
20 override GCE_STARTUP_SCRIPT := gs://perfetto/ci/worker-startup-script/${SCRIPT_HASH}
64 .deps/upload-startup-script: ${GCE_LOCAL_STARTUP_SCRIPT} ${COMMON_DEPS}
68 .deps/gce-template: ${COMMON_DEPS} .deps/upload-startup-script
/external/perfetto/test/trace_processor/startup/
Dindex1 # Contains tests related to the startup of Android apps.
9 # Other metrics associated with startup.
Dandroid_startup_process_track.out2 startup {
33 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-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLogProperties.td4 def EnableOnStartup: Property<"enable-on-startup", "Boolean">,
11 …darwin-log enable' that should be applied when automatically enabling logging on startup/attach.">;
/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()
/external/perfetto/infra/git_mirror_bot/
DMakefile42 --metadata-from-file=startup-script=startup-script.sh,main=mirror_aosp_to_ghub_repo.py
/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/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/llvm-project/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/python/cpython3/Modules/
Dmain.c401 const char *startup = PyBytes_AS_STRING(startup_bytes); in pymain_run_startup() local
403 const char *startup = _Py_GetEnv(config->use_environment, "PYTHONSTARTUP"); in pymain_run_startup() local
404 if (startup == NULL) { in pymain_run_startup()
407 startup_obj = PyUnicode_DecodeFSDefault(startup); in pymain_run_startup()
419 FILE *fp = _Py_fopen(startup, "r"); in pymain_run_startup()
431 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf); in pymain_run_startup()
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DAgent.java68 agent.startup(); in getInstance()
158 public void startup() { in startup() method in Agent
166 output.startup(options, data); in startup()
/external/llvm-project/llvm/test/LTO/Resolution/X86/Inputs/
Dcomdat-mixed-lto.ll13 define void @testglobfunc() #1 section ".text.startup" comdat($C) {
19 define internal void @__cxx_global_var_init() #1 section ".text.startup" comdat($C) {
/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" {

12345678910>>...23