Searched refs:g_done (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/test/core/http/ |
D | httpcli_test.cc | 34 static int g_done = 0; variable 56 g_done = 1; in on_finish() 68 g_done = 0; in test_get() 88 while (!g_done) { in test_get() 107 g_done = 0; in test_post() 127 while (!g_done) { in test_post()
|
D | httpscli_test.cc | 36 static int g_done = 0; variable 58 g_done = 1; in on_finish() 70 g_done = 0; in test_get() 91 while (!g_done) { in test_get() 110 g_done = 0; in test_post() 131 while (!g_done) { in test_post()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-actions_test.cc | 1022 bool g_done = false; variable 1023 void VoidNullary() { g_done = true; } in VoidNullary() 1027 void operator()() { g_done = true; } in operator ()() 1034 void VoidUnary(int /* n */) { g_done = true; } in VoidUnary() 1049 void VoidBinary(int, char) { g_done = true; } in VoidBinary() 1053 void VoidTernary(int, char, bool) { g_done = true; } in VoidTernary() 1057 void VoidFunctionWithFourArguments(char, int, float, double) { g_done = true; } in VoidFunctionWithFourArguments() 1108 g_done = false; in TEST() 1110 EXPECT_TRUE(g_done); in TEST() 1126 g_done = false; in TEST() [all …]
|
D | gmock-more-actions_test.cc | 83 bool g_done = false; variable 84 void VoidNullary() { g_done = true; } in VoidNullary() 88 void operator()() { g_done = true; } in operator ()() 95 void VoidUnary(int /* n */) { g_done = true; } in VoidUnary() 110 void VoidBinary(int, char) { g_done = true; } in VoidBinary() 114 void VoidTernary(int, char, bool) { g_done = true; } in VoidTernary() 120 void VoidFunctionWithFourArguments(char, int, float, double) { g_done = true; } in VoidFunctionWithFourArguments()
|
D | gmock-generated-actions_test.cc | 78 bool g_done = false; variable 97 void VoidBinary(int, char) { g_done = true; } in VoidBinary() 101 void VoidTernary(int, char, bool) { g_done = true; } in VoidTernary() 414 g_done = false; in TEST() 416 EXPECT_TRUE(g_done); in TEST()
|
/external/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 905 bool g_done = false; variable 906 void VoidNullary() { g_done = true; } in VoidNullary() 910 void operator()() { g_done = true; } in operator ()() 922 void VoidBinary(int, char) { g_done = true; } in VoidBinary() 950 g_done = false; in TEST() 952 EXPECT_TRUE(g_done); in TEST() 968 g_done = false; in TEST() 970 EXPECT_TRUE(g_done); in TEST() 990 g_done = true; in ReturnOne() 995 g_done = false; in TEST() [all …]
|
D | gmock-more-actions_test.cc | 77 bool g_done = false; variable 78 void VoidNullary() { g_done = true; } in VoidNullary() 82 void operator()() { g_done = true; } in operator ()() 89 void VoidUnary(int /* n */) { g_done = true; } in VoidUnary() 104 void VoidBinary(int, char) { g_done = true; } in VoidBinary() 108 void VoidTernary(int, char, bool) { g_done = true; } in VoidTernary() 114 void VoidFunctionWithFourArguments(char, int, float, double) { g_done = true; } in VoidFunctionWithFourArguments()
|
D | gmock-generated-actions_test.cc | 68 bool g_done = false; variable
|