Home
last modified time | relevance | path

Searched defs:GetContext (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_class.h31 CFXJSE_Context* GetContext() const { return m_pContext.Get(); } in GetContext() function
Dcfxjse_context.cpp205 v8::Local<v8::Context> CFXJSE_Context::GetContext() { in GetContext() function in CFXJSE_Context
/external/google-breakpad/src/google_breakpad/processor/
Dmicrodump.h111 DumpContext* GetContext() { return context_.get(); } in GetContext() function
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.h29 CPDFXFA_Context* GetContext() const { return m_pContext.Get(); } in GetContext() function
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.h129 shape_inference::InferenceContext* GetContext(const Node* node) const { in GetContext() function
/external/v8/src/
Dcontexts-inl.h34 Handle<Context> ScriptContextTable::GetContext(Handle<ScriptContextTable> table, in GetContext() function
Ddeoptimizer.h795 intptr_t GetContext() const { return context_; } in GetContext() function
1058 Handle<Object> GetContext() { return context_; } in GetContext() function
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h73 CPDF_RenderContext* GetContext() const { return m_pContext.Get(); } in GetContext() function
/external/v8/src/debug/
Ddebug-frames.cc92 Handle<Object> FrameInspector::GetContext() { in GetContext() function in v8::internal::FrameInspector
Ddebug.h689 inline Handle<Context> GetContext() { return save_.context(); } in GetContext() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc32 TFE_Context* GetContext(PyObject* ctx) { in GetContext() function
/external/google-breakpad/src/processor/
Dminidump.cc1447 MinidumpContext* MinidumpThread::GetContext() { in GetContext() function in google_breakpad::MinidumpThread
2959 MinidumpContext* MinidumpException::GetContext() { in GetContext() function in google_breakpad::MinidumpException
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp53 static INLINE SWR_CONTEXT* GetContext(HANDLE hContext) in GetContext() function
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc391 InferenceContext* GetContext(const Node* node) { in GetContext() function in tensorflow::grappler::SymbolicShapeRefiner
/external/v8/src/interpreter/
Dinterpreter-assembler.cc94 Node* InterpreterAssembler::GetContext() { in GetContext() function in v8::internal::interpreter::InterpreterAssembler
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h179 MacroAssemblerContext* GetContext() { return &context_; } in GetContext() function