Searched refs:GetThreadCount (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/tools/gn/
H A Dscheduler.cc16 int GetThreadCount() { function in namespace:__anon14967
29 : pool_(new base::SequencedWorkerPool(GetThreadCount(), "worker_")),
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc94 EXPECT_EQ(1U, GetThreadCount());
109 EXPECT_EQ(2U, GetThreadCount());
119 if (GetThreadCount() == 1)
127 EXPECT_EQ(1U, GetThreadCount());
132 EXPECT_EQ(0U, GetThreadCount());
/external/chromium_org/media/filters/
H A Dffmpeg_video_decoder.cc43 static int GetThreadCount(AVCodecID codec_id) { function in namespace:media
371 codec_context_->thread_count = GetThreadCount(codec_context_->codec_id);
H A Dvpx_video_decoder.cc45 static int GetThreadCount(const VideoDecoderConfig& config) { function in namespace:media
111 vpx_config.threads = GetThreadCount(config);
/external/chromium/testing/gtest/test/
H A Dgtest-port_test.cc259 EXPECT_EQ(1U, GetThreadCount());
274 EXPECT_EQ(2U, GetThreadCount());
284 if (GetThreadCount() == 1)
289 EXPECT_EQ(1U, GetThreadCount());
294 EXPECT_EQ(0U, GetThreadCount());
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc316 EXPECT_EQ(1U, GetThreadCount());
331 EXPECT_EQ(2U, GetThreadCount());
343 if (GetThreadCount() == 1)
351 EXPECT_EQ(1U, GetThreadCount());
356 EXPECT_EQ(0U, GetThreadCount());
/external/gtest/test/
H A Dgtest-port_test.cc279 EXPECT_EQ(1U, GetThreadCount());
294 EXPECT_EQ(2U, GetThreadCount());
304 if (GetThreadCount() == 1)
309 EXPECT_EQ(1U, GetThreadCount());
314 EXPECT_EQ(0U, GetThreadCount());
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc89 size_t GetThreadCount() { function in namespace:testing::internal
110 size_t GetThreadCount() { function in namespace:testing::internal
128 size_t GetThreadCount() { function in namespace:testing::internal
/external/chromium/testing/gtest/src/
H A Dgtest-port.cc84 size_t GetThreadCount() { function in namespace:testing::internal
103 size_t GetThreadCount() { function in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc84 size_t GetThreadCount() { function in namespace:testing::internal
103 size_t GetThreadCount() { function in namespace:testing::internal
/external/gtest/src/
H A Dgtest-port.cc84 size_t GetThreadCount() { function in namespace:testing::internal
103 size_t GetThreadCount() { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/
H A Dgtest-port.cc84 size_t GetThreadCount() { function in namespace:testing::internal
103 size_t GetThreadCount() { function in namespace:testing::internal
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc84 size_t GetThreadCount() { function in namespace:testing::internal
103 size_t GetThreadCount() { function in namespace:testing::internal
/external/open-vcdiff/gtest/src/
H A Dgtest-port.cc80 size_t GetThreadCount() { function in namespace:testing::internal
99 size_t GetThreadCount() { function in namespace:testing::internal
H A Dgtest-death-test.cc739 const size_t thread_count = GetThreadCount();
H A Dgtest-internal-inl.h218 size_t GetThreadCount();
/external/protobuf/gtest/src/
H A Dgtest-port.cc80 size_t GetThreadCount() { function in namespace:testing::internal
99 size_t GetThreadCount() { function in namespace:testing::internal
H A Dgtest-death-test.cc739 const size_t thread_count = GetThreadCount();
H A Dgtest-internal-inl.h214 size_t GetThreadCount();
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-port.h86 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
461 inline size_t GetThreadCount() { return 0; } function in namespace:testing::internal
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc453 const size_t thread_count = GetThreadCount();
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-port.h115 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
788 size_t GetThreadCount();
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h115 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
781 size_t GetThreadCount();
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h135 size_t GetThreadCount();
/external/chromium_org/v8/src/
H A Druntime.h508 F(GetThreadCount, 1, 1) \

Completed in 373 milliseconds

12