HomeSort by relevance Sort by last modified time
    Searched refs:timestamps (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/webdata/
autofill_entry.cc 44 const std::vector<base::Time>& timestamps)
46 timestamps_(timestamps) {
55 if (timestamps_.size() != entry.timestamps().size())
58 std::set<base::Time> other_timestamps(entry.timestamps().begin(),
59 entry.timestamps().end());
autofill_entry.h 35 const std::vector<base::Time>& timestamps);
39 const std::vector<base::Time>& timestamps() const { return timestamps_; } function in class:AutofillEntry
autofill_table_unittest.cc 56 std::set<Time> timestamps1(a.timestamps().begin(), a.timestamps().end());
57 std::set<Time> timestamps2(b.timestamps().begin(), b.timestamps().end());
115 std::vector<Time> timestamps; local
117 timestamps.push_back(Time::FromTimeT(timestamp0));
119 timestamps.push_back(Time::FromTimeT(timestamp1));
121 AutofillKey(ASCIIToUTF16(name), ASCIIToUTF16(value)), timestamps);
495 std::vector<Time> timestamps; local
498 &timestamps));
1571 std::vector<Time> timestamps; local
    [all...]
autofill_table.h 193 std::vector<base::Time>* timestamps);
autofill_table.cc 763 std::vector<base::Time>* timestamps) {
764 DCHECK(timestamps);
778 timestamps->push_back(Time::FromTimeT(s.ColumnInt64(0)));
828 s.BindInt(3, entry.timestamps().size());
836 for (size_t i = 0; i < entry.timestamps().size(); i++) {
837 if (!InsertPairIDAndDate(pair_id, entry.timestamps()[i]))
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 110 std::vector<base::Time> timestamps; local
114 &timestamps)) {
116 "Failed to get timestamps.");
122 WriteAutofillEntry(AutofillEntry(change->key(), timestamps),
147 std::vector<base::Time> timestamps; local
151 &timestamps)) {
153 "Failed to get timestamps.");
157 WriteAutofillEntry(AutofillEntry(change->key(), timestamps),
321 std::vector<base::Time> timestamps; local
324 timestamps.push_back
    [all...]
autofill_model_associator.cc 87 std::vector<base::Time> timestamps; local
88 if (MergeTimestamps(autofill, ix->timestamps(), &timestamps)) {
89 AutofillEntry new_entry(ix->key(), timestamps);
332 std::vector<base::Time> timestamps; local
335 timestamps.push_back(base::Time::FromInternalValue(
340 bundle->new_entries.push_back(AutofillEntry(key, timestamps));
476 const std::vector<base::Time>& timestamps,
479 std::set<base::Time> timestamp_union(timestamps.begin(),
480 timestamps.end())
    [all...]
autofill_model_associator.h 96 const std::vector<base::Time>& timestamps,
  /frameworks/base/core/java/android/gesture/
GestureStroke.java 41 private final long[] timestamps; field in class:GestureStroke
79 timestamps = times;
92 timestamps = times.clone();
97 return new GestureStroke(boundingBox, length, points, timestamps);
203 final long[] times = timestamps;
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timestamp.js 1 description("Tests that Geoposition timestamps are well-formed (non-zero and in the same units as Date.getTime).");
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 104 std::vector<base::Time>* timestamps));
389 std::vector<base::Time> timestamps; local
392 timestamps.push_back(Time::FromInternalValue(
395 entries->push_back(AutofillEntry(key, timestamps));
443 std::vector<Time> timestamps; local
445 timestamps.push_back(Time::FromTimeT(timestamp0));
447 timestamps.push_back(Time::FromTimeT(timestamp1));
449 AutofillKey(ASCIIToUTF16(name), ASCIIToUTF16(value)), timestamps);
548 const std::vector<base::Time>& ts(entry_.timestamps());
    [all...]
  /dalvik/dx/
Android.mk 6 # script files' timestamps are at least as new as the
  /dalvik/tools/dexdeps/
Android.mk 18 # script files' timestamps are at least as new as the
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 2034 Timestamp[] timestamps = { new Timestamp(2007, 10, 17, 19, 06, 50, 23), local
2109 Timestamp[] timestamps = { new Timestamp(2007, 10, 17, 19, 06, 50, 23), local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 496 * transforms and timestamps).
497 * TODO: This should be made stricter once SurfaceTexture timestamps are generated by the drivers.
512 // Slop in timestamp testing, needed because timestamps are not
557 long[] timestamps = new long[kLoopCount];
576 // Store timestamps for later
578 timestamps[i - kFirstTestedFrame] =
608 (timestamps[i] - timestamps[i-1]) / 1000000.f;
    [all...]
  /build/core/tasks/
sdk-addon.mk 72 # We don't know about all of the docs files, so depend on the timestamps for
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 17 --time-stamp=no|yes add timestamps to log messages? [no]
cmdline2.stdout.exp 17 --time-stamp=no|yes add timestamps to log messages? [no]
  /external/qemu/
qemu-char.c 281 int timestamps; member in struct:__anon10142
291 if (!d->timestamps) {
330 "% t toggle console timestamps\n\r"
402 d->timestamps = !d->timestamps;
    [all...]
  /ndk/build/core/
definitions.mk 213 # to install a file or directory, while preserving its timestamps
    [all...]

Completed in 357 milliseconds