Searched defs:timestamp0 (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dautofill_table_unittest.cc113 time_t timestamp0,
116 if (timestamp0 >= 0)
117 timestamps.push_back(Time::FromTimeT(timestamp0));
111 MakeAutofillEntry(const char* name, const char* value, time_t timestamp0, time_t timestamp1) argument
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table_unittest.cc112 time_t timestamp0,
115 if (timestamp0 >= 0)
116 timestamps.push_back(Time::FromTimeT(timestamp0));
110 MakeAutofillEntry(const char* name, const char* value, time_t timestamp0, time_t timestamp1) argument
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc441 time_t timestamp0,
444 if (timestamp0 > 0)
445 timestamps.push_back(Time::FromTimeT(timestamp0));
439 MakeAutofillEntry(const char* name, const char* value, time_t timestamp0, time_t timestamp1) argument
/external/linux-tools-perf/
H A Dbuiltin-sched.c837 u64 timestamp0; local
846 timestamp0 = cpu_last_switched[cpu];
847 if (timestamp0)
848 delta = timestamp - timestamp0;
1072 u64 timestamp0; local
1077 timestamp0 = cpu_last_switched[cpu];
1079 if (timestamp0)
1080 delta = timestamp - timestamp0;
1443 u64 timestamp0; local
1452 timestamp0
[all...]

Completed in 198 milliseconds