Home
last modified time | relevance | path

Searched defs:getContext (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() function
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() function
156 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSearchManager.java38 private Context getContext() { in getContext() method in ShadowSearchManager
47 Context getContext(); in getContext() method
DShadowOverlayManager.java93 Context getContext(); in getContext() method
102 Context getContext(); in getContext() method
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() function
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() function
162 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/external/angle/src/libANGLE/
DCLEvent.h83 inline Context &Event::getContext() in getContext() function
88 inline const Context &Event::getContext() const in getContext() function
DCLCommandQueue.h289 inline Context &CommandQueue::getContext() in getContext() function
294 inline const Context &CommandQueue::getContext() const in getContext() function
DCLProgram.h112 inline Context &Program::getContext() in getContext() function
117 inline const Context &Program::getContext() const in getContext() function
/external/deqp/external/openglcts/modules/common/
DglcTestPackage.hpp48 Context &getContext(void) in getContext() function in deqp::PackageContext
81 Context &getContext(void) in getContext() function in deqp::TestPackage
/external/apache-commons-math/src/main/java/org/apache/commons/math3/exception/util/
DExceptionContextProvider.java31 ExceptionContext getContext(); in getContext() method
/external/skia/src/gpu/ganesh/
DGrGpuResource.cpp125 const GrDirectContext* GrGpuResource::getContext() const { in getContext() function in GrGpuResource
133 GrDirectContext* GrGpuResource::getContext() { in getContext() function in GrGpuResource
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
DQueryContextLineageSubgraphRequestOrBuilder.java45 java.lang.String getContext(); in getContext() method
DUpdateContextRequestOrBuilder.java59 com.google.cloud.aiplatform.v1.Context getContext(); in getContext() method
DCreateContextRequestOrBuilder.java86 com.google.cloud.aiplatform.v1.Context getContext(); in getContext() method
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
DQueryContextLineageSubgraphRequestOrBuilder.java45 java.lang.String getContext(); in getContext() method
DUpdateContextRequestOrBuilder.java59 com.google.cloud.aiplatform.v1beta1.Context getContext(); in getContext() method
DCreateContextRequestOrBuilder.java86 com.google.cloud.aiplatform.v1beta1.Context getContext(); in getContext() method
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h139 const MCContext &getContext() const { in getContext() function
142 MCContext &getContext() { in getContext() function
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/
DCreateContextRequestOrBuilder.java92 com.google.cloud.dialogflow.v2.Context getContext(); in getContext() method
DUpdateContextRequestOrBuilder.java53 com.google.cloud.dialogflow.v2.Context getContext(); in getContext() method
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/
DCreateContextRequestOrBuilder.java104 com.google.cloud.dialogflow.v2beta1.Context getContext(); in getContext() method
DUpdateContextRequestOrBuilder.java53 com.google.cloud.dialogflow.v2beta1.Context getContext(); in getContext() method
/external/angle/src/libANGLE/renderer/gl/wgl/
DContextWGL.cpp20 HGLRC ContextWGL::getContext() const in getContext() function in rx::ContextWGL
DRendererWGL.cpp27 HGLRC RendererWGL::getContext() const in getContext() function in rx::RendererWGL
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/
DFakeStreamingApi.java87 public ApiCallContext getContext() { in getContext() method in FakeStreamingApi.BidiStreamingStashCallable
172 public ApiCallContext getContext() { in getContext() method in FakeStreamingApi.ServerStreamingStashCallable
276 public ApiCallContext getContext() { in getContext() method in FakeStreamingApi.ClientStreamingStashCallable
/external/angle/src/libANGLE/renderer/gl/egl/
DRendererEGL.cpp34 EGLContext RendererEGL::getContext() const in getContext() function in rx::RendererEGL

12345678910>>...14