/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 ×tamps)); 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 ×tamps)) { 116 "Failed to get timestamps."); 122 WriteAutofillEntry(AutofillEntry(change->key(), timestamps), 147 std::vector<base::Time> timestamps; local 151 ×tamps)) { 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(), ×tamps)) { 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) */ 508 // Slop in timestamp testing, needed because timestamps are not 552 long[] timestamps = new long[kLoopCount]; 571 // Store timestamps for later 572 timestamps[i] = mSurfaceTexture.getTimestamp(); 598 float frameDurationMs = (timestamps[i] - timestamps[i - 1]) / 1000000.f; [all...] |
/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:__anon9947 291 if (!d->timestamps) { 330 "% t toggle console timestamps\n\r" 402 d->timestamps = !d->timestamps; [all...] |