Home | History | Annotate | Download | only in tests

Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
178 t.tm_isdst = 0; // "0 if Daylight Savings Time is not in effect".
183 t.tm_isdst = 2; // "positive if Daylight Savings Time is in effect"
621 timespec in;
623 ASSERT_EQ(EINVAL, clock_nanosleep(-1, 0, &in, &out));
627 timespec in;
628 in.tv_sec = 1;
629 in.tv_nsec = 0;
630 ASSERT_EQ(EINVAL, clock_nanosleep(CLOCK_THREAD_CPUTIME_ID, 0, &in, nullptr));
634 // User-visible symptoms in N:
643 // after them in the tzdata file.