Home
last modified time | relevance | path

Searched refs:g_root (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/deqp_support/
Dangle_deqp_libtester_main.cpp35 tcu::TestPackageRoot *g_root = nullptr; variable
82 g_root = new tcu::TestPackageRoot(*g_testCtx, tcu::TestPackageRegistry::getSingleton()); in deqp_libtester_init_platform()
84 new tcu::RandomOrderExecutor(*g_root, *g_testCtx, options.enableRenderDocCapture); in deqp_libtester_init_platform()
128 delete g_root; in deqp_libtester_shutdown_platform()
129 g_root = nullptr; in deqp_libtester_shutdown_platform()
/external/grpc-grpc/test/cpp/end2end/
Dclient_crash_test.cc41 static std::string g_root; variable
58 g_root + "/client_crash_test_server", in CreateServerAndStub()
133 g_root = me.substr(0, lslash); in main()
135 g_root = "."; in main()
Dserver_crash_test.cc41 static std::string g_root; variable
101 client_.reset(new SubProcess({g_root + "/server_crash_test_client", in CreateServerAndClient()
151 g_root = me.substr(0, lslash); in main()
153 g_root = "."; in main()
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim_default_dispatch_to_partition_alloc.cc174 g_root PA_CONSTINIT = {};
176 return g_root.Get(); in Allocator()
185 return g_root.Get(); in New()
565 auto* current_root = g_root.Get(); in ConfigurePartitions()
636 g_root.Replace(new_root); in ConfigurePartitions()
666 g_root.Get()->SwitchToDenserBucketDistribution(); in ConfigurePartitions()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils_test.cc937 auto g_root = tensorflow::Scope::NewRootScope(); in TestHashNodeDef() local
940 Output g_const = Const(g_root.WithOpName("a").WithDevice("some_device"), in TestHashNodeDef()
943 TF_ASSERT_OK(g_root.ToGraphDef(&g_graph_def)); in TestHashNodeDef()