HomeSort by relevance Sort by last modified time
    Searched refs:Startup (Results 1 - 22 of 22) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
startup.py 29 class Startup(ScriptBase):
48 boto.log.exception('Problem Running Script: %s. Startup process halting.' % script)
53 self.notify('Startup Completed for %s' % config.get('Instance', 'instance-id'))
57 boto.set_file_logger('startup', '/var/log/boto.log')
59 su = Startup()
  /system/tpm/trunks/
trunks_client.cc 53 puts(" --startup - Performs startup and self-tests.");
58 int Startup(TrunksFactory* factory) {
60 return factory->GetTpmUtility()->Startup();
79 return factory->GetTpmUtility()->Startup();
151 if (cl->HasSwitch("startup")) {
152 return Startup(factory.get());
mock_tpm_utility.h 33 MOCK_METHOD0(Startup, TPM_RC());
tpm_utility.h 51 // Synchronously performs a TPM startup sequence and self tests. Typically
52 // this is done by the platform firmware. Returns the result of the startup
54 virtual TPM_RC Startup() = 0;
tpm_generated_test.cc 343 tpm.Startup(TPM_SU_CLEAR,
369 tpm.Startup(TPM_SU_CLEAR,
tpm_utility_impl.h 43 TPM_RC Startup() override;
174 // Disables the TPM platform hierarchy until the next startup. This requires
trunks_factory_for_test.cc 125 TPM_RC Startup() override {
126 return target_->Startup();
tpm_utility_test.cc 151 EXPECT_EQ(TPM_RC_SUCCESS, utility_.Startup());
157 EXPECT_EQ(TPM_RC_SUCCESS, utility_.Startup());
163 EXPECT_EQ(TPM_RC_FAILURE, utility_.Startup());
169 EXPECT_EQ(TPM_RC_FAILURE, utility_.Startup());
    [all...]
mock_tpm.h 34 MOCK_METHOD3(Startup,
    [all...]
tpm_utility_impl.cc 82 TPM_RC TpmUtilityImpl::Startup() {
    [all...]
tpm_generated.h     [all...]
tpm_generated.cc     [all...]
  /art/runtime/
atomic.cc 30 void QuasiAtomic::Startup() {
atomic.h 54 static void Startup();
runtime.cc 567 VLOG(startup) << "Runtime::Start entering";
654 VLOG(startup) << "Runtime::Start exiting";
787 VLOG(startup) << "Runtime::StartDaemonThreads entering";
802 VLOG(startup) << "Runtime::StartDaemonThreads exiting";
    [all...]
thread.h 436 static void Startup();
    [all...]
thread.cc 552 // this is normally done once in the zygote on startup, ignore for now.
    [all...]
  /external/tpm2/
Android.mk 290 Startup.c \
Makefile 272 SOURCES += Startup.c
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h     [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c     [all...]
mDNS.c     [all...]

Completed in 880 milliseconds