/external/libchrome/mojo/core/ |
D | trap_unittest.cc | 45 uintptr_t CreateContext(Handler handler) { in CreateContext() function in mojo::core::__anon696ef0640111::TriggerHelper 163 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F() 251 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F() 300 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F() 364 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F() 449 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F() 551 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F() 630 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F() 778 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F() 784 helper.CreateContext([&](const MojoTrapEvent& event) { in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | eager_service_impl_test.cc | 162 TF_ASSERT_OK(eager_service_impl.CreateContext(&request, &response)); in TEST_F() 238 TF_ASSERT_OK(eager_service_impl.CreateContext(&request, &response)); in TEST_F() 305 TF_ASSERT_OK(eager_service_impl.CreateContext(&request, &response)); in TEST_F() 374 TF_ASSERT_OK(eager_service_impl.CreateContext(&request, &response)); in TEST_F() 393 TF_ASSERT_OK(eager_service_impl.CreateContext(&request, &response)); in TEST_F()
|
D | eager_client.h | 36 CLIENT_METHOD(CreateContext);
|
D | eager_service_impl.h | 81 Status CreateContext(const CreateContextRequest* request,
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary_test.cpp | 250 TEST(CreateContext, InvalidEnvironment) { in TEST() argument 256 TEST(CreateContext, UniversalEnvironment) { in TEST() argument 262 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
|
D | target_env_test.cpp | 30 TEST_P(TargetEnvTest, CreateContext) { in TEST_P() argument
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary_test.cpp | 250 TEST(CreateContext, InvalidEnvironment) { in TEST() argument 256 TEST(CreateContext, UniversalEnvironment) { in TEST() argument 262 TEST(CreateContext, VulkanEnvironment) { in TEST() argument
|
D | target_env_test.cpp | 30 TEST_P(TargetEnvTest, CreateContext) { in TEST_P() argument
|
/external/autotest/client/deps/glbench/src/ |
D | glx_stuff.cc | 36 context_ = CreateContext(); in Init() 93 const GLContext GLXInterface::CreateContext() { in CreateContext() function in GLXInterface
|
D | egl_stuff.cc | 26 context_ = CreateContext(); in Init() 107 const GLContext EGLInterface::CreateContext() { in CreateContext() function in EGLInterface
|
D | waffle_stuff.cc | 145 context_ = CreateContext(); in Init() 182 const GLContext WaffleInterface::CreateContext() { in CreateContext() function in WaffleInterface
|
D | glx_stuff.h | 27 virtual const GLContext CreateContext();
|
D | glinterface.h | 58 virtual const GLContext CreateContext() = 0;
|
D | egl_stuff.h | 31 virtual const GLContext CreateContext();
|
D | waffle_stuff.h | 27 virtual const GLContext CreateContext();
|
D | contexttest.cc | 34 GLContext new_context = interface->CreateContext(); in TestFunc()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramStateTrait.h | 88 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { 140 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) { 179 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.h | 32 context_id CreateContext(Bitmap* bitmap);
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
D | grpc_eager_service.h | 46 virtual ::grpc::Status CreateContext(::grpc::ClientContext* context, 71 ::grpc::Status CreateContext(::grpc::ClientContext* context,
|
D | grpc_eager_service_impl.cc | 45 ENQUEUE_REQUEST(CreateContext); in HandleRPCsLoop()
|
D | grpc_eager_service_impl.h | 59 HANDLER(CreateContext);
|
D | grpc_eager_client.cc | 46 CLIENT_METHOD(CreateContext);
|
D | grpc_eager_service.cc | 70 ::grpc::Status EagerService::Stub::CreateContext( in CreateContext() function in tensorflow::eager::grpc::EagerService::Stub
|
/external/mesa3d/src/egl/main/ |
D | eglfallbacks.c | 60 drv->API.CreateContext = (void*) _eglReturnFalse; in _eglInitDriverFallbacks()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 121 GLboolean (*CreateContext)(gl_api api, member
|