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

  /external/swiftshader/third_party/LLVM/test/Scripts/
coff-dump.py 551 def handle_blob(entry): function
570 'blob': handle_blob,
  /system/tpm/trunks/
resource_manager.cc 708 std::string handle_blob; local
709 Serialize_TPM_HANDLE(actual_handle, &handle_blob);
711 command.substr(0, kMessageHeaderSize) + handle_blob;
resource_manager_test.cc 158 std::string handle_blob = StripHeader(actual_response); local
161 Parse_TPM_HANDLE(&handle_blob, &virtual_handle, NULL));
    [all...]

Completed in 90 milliseconds