HomeSort by relevance Sort by last modified time
    Searched defs:creation_time (Results 1 - 8 of 8) sorted by null

  /external/avahi/avahi-core/
querier.c 44 struct timeval creation_time; member in struct:AvahiQuerier
114 *ret_ctime = q->creation_time;
127 gettimeofday(&q->creation_time, NULL);
143 *ret_ctime = q->creation_time;
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.cc 68 FILETIME creation_time, exit_time, kernel_time, user_time; local
69 if (GetProcessTimes(process_handle_, &creation_time, &exit_time,
71 start_time_ = creation_time;
  /external/libchrome/base/files/
file_unittest.cc 344 EXPECT_LE(info.creation_time.ToInternalValue(), now.ToInternalValue());
345 base::Time creation_time = info.creation_time; local
383 EXPECT_EQ(info.creation_time.ToInternalValue(),
384 creation_time.ToInternalValue());
file.h 155 Time creation_time; member in struct:base::File::Info
  /external/dbus/dbus/
dbus-keyring.c 96 long creation_time; /**< when the key was generated, member in struct:__anon10183
359 keys[n_keys-1].creation_time = timestamp;
541 keys[n_keys-1].creation_time = timestamp;
583 keys[i].creation_time))
926 i, tv_sec - key->creation_time);
928 if ((tv_sec - NEW_KEY_TIMEOUT_SECONDS) < key->creation_time)
1118 if (ring1->keys[i].creation_time != ring2->keys[i].creation_time)
1121 ring1->keys[i].creation_time, ring2->keys[i].creation_time);
    [all...]
  /system/bt/osi/src/
alarm.c 79 period_ms_t creation_time; member in struct:alarm_t
246 alarm->creation_time = now();
446 ms_into_period = ((just_now - alarm->creation_time) % alarm->period);
767 (unsigned long long)(just_now - alarm->creation_time),
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 467 milliseconds