HomeSort by relevance Sort by last modified time
    Searched defs:ownership (Results 1 - 6 of 6) sorted by null

  /external/vboot_reference/firmware/include/
tss_constants.h 66 TSS_BOOL ownership; member in struct:tdTPM_PERMANENT_FLAGS
  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 490 View::Data_ownership ownership; local
498 ownership = View::DATA_ALLOCATED_ARRAY;
506 ownership = View::DATA_MMAPPED;
515 ownership = View::DATA_ALLOCATED_ARRAY;
521 cache, ownership);
  /external/clang/lib/CodeGen/
CGExpr.cpp 202 // If we are binding a reference to a temporary that has ownership, we
356 auto ownership = M->getType().getObjCLifetime(); local
357 if (ownership != Qualifiers::OCL_None &&
358 ownership != Qualifiers::OCL_ExplicitNone) {
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 404 // But don't move an ARC ownership attribute to the return type
4705 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 235 #define TPM_PID_OWNER ((TPM_PROTOCOL_ID) 0x0005) // The protocol for taking ownership of a TPM.
576 BOOLEAN ownership; member in struct:tdTPM_PERMANENT_FLAGS
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm12.h 360 #define TPM_PID_OWNER ((TPM_PROTOCOL_ID) 0x0005) ///< The protocol for taking ownership of a TPM.
495 /// The AuthData data is the information that is saved or passed to provide proof of ownership
743 BOOLEAN ownership; member in struct:tdTPM_PERMANENT_FLAGS
    [all...]

Completed in 1364 milliseconds