/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 118 size_t GetThreadCount() { in GetThreadCount() function 126 size_t GetThreadCount() { in GetThreadCount() function 162 size_t GetThreadCount() { in GetThreadCount() function 185 size_t GetThreadCount() { in GetThreadCount() function 222 size_t GetThreadCount() { in GetThreadCount() function 240 size_t GetThreadCount() { in GetThreadCount() function 253 size_t GetThreadCount() { in GetThreadCount() function 272 size_t GetThreadCount() { in GetThreadCount() function
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 122 size_t GetThreadCount() { in GetThreadCount() function 130 size_t GetThreadCount() { in GetThreadCount() function 166 size_t GetThreadCount() { in GetThreadCount() function 189 size_t GetThreadCount() { in GetThreadCount() function 227 size_t GetThreadCount() { in GetThreadCount() function 245 size_t GetThreadCount() { in GetThreadCount() function 258 size_t GetThreadCount() { in GetThreadCount() function 277 size_t GetThreadCount() { in GetThreadCount() function
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-port.cc | 117 size_t GetThreadCount() { in GetThreadCount() function 125 size_t GetThreadCount() { in GetThreadCount() function 160 size_t GetThreadCount() { in GetThreadCount() function 183 size_t GetThreadCount() { in GetThreadCount() function 219 size_t GetThreadCount() { in GetThreadCount() function 237 size_t GetThreadCount() { in GetThreadCount() function 250 size_t GetThreadCount() { in GetThreadCount() function 265 size_t GetThreadCount() { in GetThreadCount() function
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 117 size_t GetThreadCount() { in GetThreadCount() function 125 size_t GetThreadCount() { in GetThreadCount() function 161 size_t GetThreadCount() { in GetThreadCount() function 184 size_t GetThreadCount() { in GetThreadCount() function 221 size_t GetThreadCount() { in GetThreadCount() function 239 size_t GetThreadCount() { in GetThreadCount() function 252 size_t GetThreadCount() { in GetThreadCount() function 271 size_t GetThreadCount() { in GetThreadCount() function
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-port.cc | 118 size_t GetThreadCount() { in GetThreadCount() function 126 size_t GetThreadCount() { in GetThreadCount() function 162 size_t GetThreadCount() { in GetThreadCount() function 185 size_t GetThreadCount() { in GetThreadCount() function 223 size_t GetThreadCount() { in GetThreadCount() function 241 size_t GetThreadCount() { in GetThreadCount() function 254 size_t GetThreadCount() { in GetThreadCount() function 273 size_t GetThreadCount() { in GetThreadCount() function
|
/external/OpenCL-CTS/test_common/harness/ |
D | ThreadPool.h | 50 cl_uint GetThreadCount(void);
|
D | ThreadPool.cpp | 934 cl_uint GetThreadCount(void) in GetThreadCount() function 1021 cl_uint GetThreadCount(void) { return 1; } in GetThreadCount() function
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-port-test.cc | 292 const size_t starting_count = GetThreadCount(); in TEST() 305 EXPECT_EQ(starting_count + 1, GetThreadCount()); in TEST() 315 if (GetThreadCount() == starting_count) in TEST() 321 EXPECT_EQ(starting_count, GetThreadCount()); in TEST() 325 EXPECT_EQ(0U, GetThreadCount()); in TEST()
|
/external/googletest/googletest/test/ |
D | googletest-port-test.cc | 292 const size_t starting_count = GetThreadCount(); in TEST() 305 EXPECT_EQ(starting_count + 1, GetThreadCount()); in TEST() 315 if (GetThreadCount() == starting_count) in TEST() 321 EXPECT_EQ(starting_count, GetThreadCount()); in TEST() 325 EXPECT_EQ(0U, GetThreadCount()); in TEST()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 84 size_t GetThreadCount() { in GetThreadCount() function 103 size_t GetThreadCount() { in GetThreadCount() function
|
D | gtest-death-test.cc | 789 const size_t thread_count = GetThreadCount(); in AssumeRole()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | macro_unary_double.cpp | 159 test_info.threadCount = GetThreadCount(); in TestMacro_Int_Double()
|
D | macro_unary_float.cpp | 158 test_info.threadCount = GetThreadCount(); in TestMacro_Int_Float()
|
D | unary_double.cpp | 168 test_info.threadCount = GetThreadCount(); in TestFunc_Double_Double()
|
D | binary_two_results_i_float.cpp | 179 cl_uint threadCount = GetThreadCount(); in TestFunc_FloatI_Float_Float()
|
D | binary_two_results_i_double.cpp | 182 cl_uint threadCount = GetThreadCount(); in TestFunc_DoubleI_Double_Double()
|
D | macro_binary_float.cpp | 271 test_info.threadCount = GetThreadCount(); in TestMacro_Int_Float_Float()
|
D | binary_i_double.cpp | 299 test_info.threadCount = GetThreadCount(); in TestFunc_Double_Double_Int()
|
D | unary_float.cpp | 168 test_info.threadCount = GetThreadCount(); in TestFunc_Float_Float()
|
D | binary_i_float.cpp | 291 test_info.threadCount = GetThreadCount(); in TestFunc_Float_Float_Int()
|
D | macro_binary_double.cpp | 281 test_info.threadCount = GetThreadCount(); in TestMacro_Int_Double_Double()
|
D | binary_operator_double.cpp | 295 test_info.threadCount = GetThreadCount(); in TestFunc_Double_Double_Double_Operator()
|
D | binary_double.cpp | 297 test_info.threadCount = GetThreadCount(); in TestFunc_Double_Double_Double()
|
/external/OpenCL-CTS/test_conformance/half/ |
D | Test_vStoreHalf.cpp | 695 cl_uint threadCount = GetThreadCount(); in Test_vStoreHalf_private() 1292 cl_uint threadCount = GetThreadCount(); in Test_vStoreaHalf_private()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1451 GTEST_API_ size_t GetThreadCount();
|