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

1 2

  /art/runtime/
atomic.cc 30 void QuasiAtomic::Startup() {
atomic.h 54 static void Startup();
runtime.cc 697 VLOG(startup) << "Runtime::Start entering";
797 VLOG(startup) << "Runtime::Start exiting";
875 VLOG(startup) << "Runtime::StartDaemonThreads entering";
890 VLOG(startup) << "Runtime::StartDaemonThreads exiting";
    [all...]
thread.h 476 static void Startup();
    [all...]
thread.cc     [all...]
  /system/tpm/trunks/
trunks_client.cc 56 puts(" --startup - Performs startup and self-tests.");
67 int Startup(const TrunksFactory& factory) {
69 return factory.GetTpmUtility()->Startup();
88 return factory.GetTpmUtility()->Startup();
179 if (cl->HasSwitch("startup")) {
180 return Startup(factory);
mock_tpm_utility.h 33 MOCK_METHOD0(Startup, TPM_RC());
tpm_generated_test.cc 347 tpm.Startup(
374 tpm.Startup(
tpm_utility.h 48 // Synchronously performs a TPM startup sequence and self tests. Typically
49 // this is done by the platform firmware. Returns the result of the startup
51 virtual TPM_RC Startup() = 0;
tpm_utility_impl.h 43 TPM_RC Startup() override;
190 // Disables the TPM platform hierarchy until the next startup. This requires
trunks_factory_for_test.cc 121 TPM_RC Startup() override { return target_->Startup(); }
resource_manager.cc 67 CHECK_EQ(tpm_utility->Startup(), TPM_RC_SUCCESS);
tpm_utility_test.cc 148 EXPECT_EQ(TPM_RC_SUCCESS, utility_.Startup());
154 EXPECT_EQ(TPM_RC_SUCCESS, utility_.Startup());
160 EXPECT_EQ(TPM_RC_FAILURE, utility_.Startup());
166 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...]
  /external/arm-neon-tests/
Init.s 4 ; Cortex-A8 Dhrystone example - Startup Code
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
ResetVectorVtf0.asm 38 ; location. (0xffffffe0) This allows the Local APIC Startup IPI to be
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.h 66 UINT32 Startup:1; ///< Was "-startup" found on command line.
219 Handles all interaction with the default startup script.
223 @param[in] ImagePath The path to the image for shell. The first place to look for the startup script.
224 @param[in] FilePath The path to the file for shell. The second place to look for the startup script.
Shell.c 71 STATIC CONST CHAR16 mStartupScript[] = L"startup.nsh";
461 // These are where to look for the startup.nsh file
571 // process the startup script or launch the called app.
885 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup = FALSE;
906 L"-startup",
909 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.c     [all...]
  /external/tpm2/
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 1386 milliseconds

1 2