HomeSort by relevance Sort by last modified time
    Searched full:sec_5 (Results 1 - 2 of 2) sorted by null

  /device/google/accessory/demokit/hardware/eng/shield/
ashield_gerb274x.cam 8 Section=Sec_5
91 [Sec_5]
  /external/libevent/test/
regress.c 741 const struct timeval *ms_100, *ms_200, *sec_5; local
745 sec_5 = event_base_init_common_timeout(base, &tmp_5_sec);
748 tt_assert(sec_5);
752 tt_ptr_op(event_base_init_common_timeout(base, &tmp_5M_usec), ==, sec_5); local
755 tt_int_op(sec_5->tv_sec, ==, 5);
758 tt_int_op(sec_5->tv_usec, ==, 0|0x50200000);
    [all...]

Completed in 3518 milliseconds