Home
last modified time | relevance | path

Searched refs:g_context (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/http/
Dhttpcli_test.cc35 static grpc_httpcli_context g_context; variable
83 &g_context, &g_pops, resource_quota, &req, n_seconds_time(15), in test_get()
122 &g_context, &g_pops, resource_quota, &req, "hello", 5, n_seconds_time(15), in test_post()
197 grpc_httpcli_context_init(&g_context); in main()
206 grpc_httpcli_context_destroy(&g_context); in main()
Dhttpscli_test.cc37 static grpc_httpcli_context g_context; variable
86 &g_context, &g_pops, resource_quota, &req, n_seconds_time(15), in test_get()
126 &g_context, &g_pops, resource_quota, &req, "hello", 5, n_seconds_time(15), in test_post()
206 grpc_httpcli_context_init(&g_context); in main()
217 grpc_httpcli_context_destroy(&g_context); in main()
/external/libtextclassifier/native/testing/
Djvm_test_launcher.cc7 jobject g_context = nullptr; variable
14 g_context = context; in Java_com_google_android_textclassifier_tests_JvmTestLauncher_testsMain()
/external/libtextclassifier/native/utils/
Djvm-test-utils.h28 extern jobject g_context;
51 inline jobject GetAndroidContext() { return g_context; } in GetAndroidContext()