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

1 2 3

  /external/clang/test/CodeGenCXX/
linetable-eh.cpp 34 virtual shared_ptr<Context> GetContext () = 0;
40 uint64_t current_address = GetContext()->GetIt();
  /system/tpm/tpm_manager/server/
tpm_connection.h 35 TSS_HCONTEXT GetContext();
tpm_nvram_impl.cc 51 ScopedTssNvStore nv_handle(tpm_connection_.GetContext());
77 ScopedTssPcrs pcr_handle(tpm_connection_.GetContext());
100 ScopedTssNvStore nv_handle(tpm_connection_.GetContext());
114 ScopedTssNvStore nv_handle(tpm_connection_.GetContext());
132 ScopedTssNvStore nv_handle(tpm_connection_.GetContext());
147 ScopedTssMemory space_data(tpm_connection_.GetContext());
170 ScopedTssMemory nv_list_data(tpm_connection_.GetContext());
198 ScopedTssMemory nv_index_data(tpm_connection_.GetContext());
224 ScopedTssMemory nv_index_data(tpm_connection_.GetContext());
249 TSS_RESULT result = Tspi_Context_CreateObject(tpm_connection_.GetContext(),
    [all...]
tpm_initializer_impl.cc 83 trousers::ScopedTssKey local_key_handle(tpm_connection_.GetContext());
94 if (TPM_ERROR(result = Tspi_Context_CreateObject(tpm_connection_.GetContext(),
116 trousers::ScopedTssKey srk_handle(tpm_connection_.GetContext());
118 if (TPM_ERROR(result = Tspi_Context_CreateObject(tpm_connection_.GetContext(),
164 trousers::ScopedTssKey srk_handle(tpm_connection_.GetContext());
167 tpm_connection_.GetContext(),
175 trousers::ScopedTssPolicy policy_handle(tpm_connection_.GetContext());
176 if (TPM_ERROR(result = Tspi_Context_CreateObject(tpm_connection_.GetContext(),
220 trousers::ScopedTssPolicy policy_handle(tpm_connection_.GetContext());
221 if (TPM_ERROR(result = Tspi_Context_CreateObject(tpm_connection_.GetContext(),
    [all...]
tpm_connection.cc 37 TSS_HCONTEXT TpmConnection::GetContext() {
tpm_status_impl.cc 100 trousers::ScopedTssMemory buf(tpm_connection_.GetContext());
  /external/pdfium/core/include/fxge/
fx_ge_apple.h 19 CGContextRef GetContext();
  /external/pdfium/xfa/src/fxjse/src/
class.h 17 inline CFXJSE_Context* GetContext() { return m_pContext; }
util_inline.h 40 lpClass->GetContext()->GetRuntime(), lpClass->GetTemplate());
  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 111 DumpContext* GetContext() { return context_.get(); }
  /external/google-breakpad/src/processor/
microdump_processor.cc 73 microdump.GetContext(),
minidump_unittest.cc 274 MinidumpContext *md_context = md_thread->GetContext();
339 MinidumpContext* md_context = md_thread->GetContext();
384 MinidumpContext* md_context = md_thread->GetContext();
585 thread_list->GetThreadAtIndex(0)->GetContext()->GetContextX86()
593 thread_list->GetThreadAtIndex(1)->GetContext()->GetContextX86()
601 thread_list->GetThreadAtIndex(2)->GetContext()->GetContextX86()
609 thread_list->GetThreadAtIndex(3)->GetContext()->GetContextX86()
617 thread_list->GetThreadAtIndex(4)->GetContext()->GetContextX86()
738 MinidumpContext *md_context = md_exception->GetContext();
812 MinidumpContext *md_context = md_exception->GetContext();
    [all...]
exploitability_win.cc 89 const MinidumpContext *context = exception->GetContext();
  /external/v8/src/debug/
debug-frames.h 29 Object* GetContext();
debug-frames.cc 84 Object* FrameInspector::GetContext() {
85 return is_optimized_ ? deoptimized_frame_->GetContext() : frame_->context();
  /system/update_engine/common/
hash_calculator.h 71 std::string GetContext() const;
74 // previous HashCalculator::GetContext method call. Returns true on success,
hash_calculator.cc 133 string HashCalculator::GetContext() const {
hash_calculator_unittest.cc 76 string calc_context = calc.GetContext();
  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc 126 MinidumpContext* context = main_thread->GetContext();
217 MinidumpContext* context = main_thread->GetContext();
307 MinidumpContext* context = main_thread->GetContext();
exception_handler_test.cc 152 const MinidumpContext* context = exception->GetContext();
380 MinidumpContext* context = exception->GetContext();
479 MinidumpContext* context = exception->GetContext();
578 MinidumpContext* context = exception->GetContext();
crash_generation_server_test.cc 266 MinidumpContext* context = main_thread->GetContext();
345 MinidumpContext* context = main_thread->GetContext();
  /external/v8/src/compiler/
interpreter-assembler.cc 79 Node* InterpreterAssembler::GetContext() { return context_; }
460 args[4] = GetContext();
511 args[3] = GetContext();
532 args[3] = GetContext();
545 args[4] = GetContext();
559 args[5] = GetContext();
586 args[3] = GetContext();
596 raw_assembler_->CallRuntime1(function_id, arg1, GetContext());
606 raw_assembler_->CallRuntime2(function_id, arg1, arg2, GetContext());
617 arg4, GetContext());
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 372 MinidumpContext* context = exception->GetContext();
467 MinidumpContext* context = exception->GetContext();
555 MinidumpContext* context = exception->GetContext();
  /external/v8/src/
contexts-inl.h 33 Handle<Context> ScriptContextTable::GetContext(Handle<ScriptContextTable> table,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 222 CPDF_RenderContext* pContext = pRenderStatus->GetContext();
297 CPDF_RenderContext* pContext = m_pRenderStatus->GetContext();

Completed in 598 milliseconds

1 2 3