HomeSort by relevance Sort by last modified time
    Searched full:timestamps (Results 1 - 25 of 389) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/libs/host/include/host/
CopyFile.h 16 COPY_PERMISSIONS = 0x00080000, // preserve mode, ownership, timestamps
17 COPY_TIMESTAMPS = 0x00100000, // preserve mode, ownership, timestamps
  /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
  /external/webkit/LayoutTests/fast/dom/Geolocation/
timestamp-expected.txt 1 Tests that Geoposition timestamps are well-formed (non-zero and in the same units as Date.getTime).
  /build/tools/acp/
README 20 - On some systems it's possible to have microsecond-accurate timestamps
21 on an NFS volume, and non-microsecond timestamps on a local volume.
25 to preserve timestamps.
  /external/chromium/third_party/libjingle/source/talk/base/
time.h 55 // Returns the later of two timestamps.
60 // Returns the earlier of two timestamps.
66 // timestamps. The value is negative if 'later' occurs before 'earlier'.
  /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).");
  /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/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...]
  /external/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc 14 fprintf(stderr, "Usage: %s [--ignore-timestamps] <target domain> "
30 if (strcmp(argv[i], "--ignore-timestamps") == 0) {
  /external/kernel-headers/original/linux/
ip.h 78 #define IPOPT_TS_TSONLY 0 /* timestamps only */
79 #define IPOPT_TS_TSANDADDR 1 /* timestamps and addresses */
  /build/tools/check_prereq/
check_prereq.c 25 // timestamps are the same).
  /external/bluetooth/bluez/test/
rctest.1 85 enable timestamps
  /external/chromium/chrome/browser/sync/engine/
store_timestamps_command.h 21 // timestamps.
  /external/chromium/chrome/common/extensions/docs/static/
experimental.webNavigation.html 12 <h2>A note about timestamps</h2>
experimental.webRequest.html 11 <h2>A note about timestamps</h2>
  /external/valgrind/main/helgrind/
README_YARD.txt 11 the idea of shadowing each memory location with two vector timestamps,
  /external/wpa_supplicant_8/hostapd/
hostapd.8 49 Include timestamps in some debug messages.
  /external/oauth/core/src/main/java/net/oauth/
SimpleOAuthValidator.java 33 // default window for timestamps is 5 minutes
50 * into the future) in which we'll accept timestamps.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ip.h 79 #define IPOPT_TS_TSONLY 0 /* timestamps only */
80 #define IPOPT_TS_TSANDADDR 1 /* timestamps and addresses */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ip.h 79 #define IPOPT_TS_TSONLY 0 /* timestamps only */
80 #define IPOPT_TS_TSANDADDR 1 /* timestamps and addresses */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ip.h 79 #define IPOPT_TS_TSONLY 0 /* timestamps only */
80 #define IPOPT_TS_TSANDADDR 1 /* timestamps and addresses */
  /external/chromium/chrome/browser/sync/syncable/
syncable_columns.h 26 // These timestamps are kept in native file timestamp format. It is
  /external/chromium/net/base/
dnssec_keyset.h 42 // Used for testing: the timestamps on signatures will be ignored to allow

Completed in 511 milliseconds

1 2 3 4 5 6 7 8 91011>>