/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | thread_identity_test.cc | 78 static const int kNumThreads = 32; in TEST() local 81 for (int i = 0; i < kNumThreads; ++i) { in TEST() 94 EXPECT_LT(kNumThreads, num_identities_reused); in TEST() 104 static const int kNumThreads = 12; in TEST() local 111 for (int thread = 0; thread < kNumThreads; ++thread) { in TEST()
|
H A D | sysinfo_test.cc | 74 constexpr int kNumThreads = 10; in TEST() local 75 Barrier all_threads_done(kNumThreads); in TEST() 81 for (int j = 0; j < kNumThreads; ++j) { in TEST()
|
H A D | strerror_test.cc | 76 const int kNumThreads = 100; in TEST() local 78 for (int i = 0; i < kNumThreads; ++i) { in TEST() 85 EXPECT_THAT(counter, Eq(kNumThreads * kNumCodes)); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | barrier_test.cc | 26 constexpr int kNumThreads = 10; in TEST() local 27 absl::Barrier* barrier = new absl::Barrier(kNumThreads); in TEST() 44 // Start (kNumThreads - 1) threads running thread_func. in TEST() 46 for (int i = 0; i < kNumThreads - 1; ++i) { in TEST() 50 // Give (kNumThreads - 1) threads a chance to reach the barrier. in TEST() 74 EXPECT_EQ(counter, kNumThreads); in TEST()
|
H A D | notification_test.cc | 96 const int kNumThreads = 10; in BasicTests() local 98 for (int i = 0; i < kNumThreads; ++i) { in BasicTests() 104 ready_counter.WaitUntilGreaterOrEqual(kNumThreads); in BasicTests() 122 EXPECT_EQ(kNumThreads, ready_counter.Get()); in BasicTests() 123 EXPECT_EQ(kNumThreads, done_counter.Get()); in BasicTests()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_sample_token_test.cc | 145 static constexpr int kNumThreads = 4; in TEST() local 148 absl::synchronization_internal::ThreadPool pool(kNumThreads); in TEST() 150 for (int i = 0; i < kNumThreads; ++i) { in TEST()
|
H A D | cordz_handle_test.cc | 181 static constexpr int kNumThreads = 4; in TEST() local 202 absl::synchronization_internal::ThreadPool pool(kNumThreads); in TEST() 203 for (int i = 0; i < kNumThreads; ++i) { in TEST()
|
H A D | cordz_info_statistics_test.cc | 540 static constexpr int kNumThreads = 8; in TEST() local 544 absl::synchronization_internal::ThreadPool pool(kNumThreads); in TEST() 560 for (int i = 0; i < kNumThreads; ++i) { in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | spinlock_test_common.cc | 37 constexpr int32_t kNumThreads = 10; variable 95 threads.reserve(kNumThreads); in ThreadedTest() 96 for (int i = 0; i < kNumThreads; ++i) { in ThreadedTest()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.cpp | 146 SetMethodProp32(oneMethodInfo, NCoderPropID::kNumThreads, numThreads);
in SetMethodThreadsTo_IfNotFinded() 151 SetMethodProp32_Replace(oneMethodInfo, NCoderPropID::kNumThreads, numThreads);
in SetMethodThreadsTo_Replace()
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | DeltaFilter.cpp | 71 case NCoderPropID::kNumThreads: break;
in SetCoderProperties()
|
H A D | Lzma2Encoder.cpp | 52 case NCoderPropID::kNumThreads:
in SetLzma2Prop()
|
H A D | PpmdEncoder.cpp | 120 case NCoderPropID::kNumThreads: break;
in SetCoderProperties()
|
H A D | XzEncoder.cpp | 92 if (propID == NCoderPropID::kNumThreads)
in SetCoderProp()
|
H A D | LzmaEncoder.cpp | 161 SET_PROP_32(kNumThreads, numThreads)
in SetLzmaProp()
|
H A D | Bcj2Coder.cpp | 124 case NCoderPropID::kNumThreads:
in SetCoderProperties()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | MethodProps.h | 93 const int i = FindProp(NCoderPropID::kNumThreads);
in Get_NumThreads() 304 AddProp32(NCoderPropID::kNumThreads, numThreads);
in AddProp_NumThreads()
|
/third_party/lzma/CPP/7zip/ |
H A D | ICoder.h | 121 kNumThreads, // VT_UI4
enumerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | flag_test.cc | 590 static constexpr int kNumThreads = 8; in TEST_F() local 602 for (int i = 0; i < kNumThreads; i++) { in TEST_F()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 673 NCoderPropID::kNumThreads,
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zUpdate.cpp | 1208 m.AddProp32(NCoderPropID::kNumThreads, 1);
in AddBcj2Methods()
|