Searched refs:g_context (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/core/http/ |
D | httpcli_test.cc | 35 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()
|
D | httpscli_test.cc | 37 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/ |
D | jvm_test_launcher.cc | 7 jobject g_context = nullptr; variable 14 g_context = context; in Java_com_google_android_textclassifier_tests_JvmTestLauncher_testsMain()
|
/external/libtextclassifier/native/utils/ |
D | jvm-test-utils.h | 28 extern jobject g_context; 51 inline jobject GetAndroidContext() { return g_context; } in GetAndroidContext()
|