Home | History | Annotate | Download | only in test

Lines Matching defs:To

15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51 // included, or there will be a compiler error. This trick is to
202 class To {
204 To(bool* converted) { *converted = true; } // NOLINT
209 To to = ::testing::internal::ImplicitCast_<To>(&converted);
210 (void)to;
233 // to the parameter type.
340 // joining a thread, causing flakiness in this test. To counter that, we
341 // wait for up to .5 seconds for the OS to report the correct value.
388 // Verifies that Google Test choose regular expression engine appropriate to
1065 // We need to put up a memory barrier to prevent reads and writes to
1066 // value_ rearranged with the call to SleepMilliseconds when observed
1106 // Tests that the mutex only lets one thread at a time to lock it.
1128 // If the mutex lets more than one thread to increment the counter at a
1129 // time, they are likely to encounter a race condition and have some
1217 // to protect this acccess with a mutex.