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

  /external/chromium/chrome/browser/webdata/
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...]
  /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...]
  /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/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...]
  /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...]
  /external/qemu/
qemu-char.c 281 int timestamps; member in struct:__anon11246
291 if (!d->timestamps) {
330 "% t toggle console timestamps\n\r"
402 d->timestamps = !d->timestamps;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 304 milliseconds