HomeSort by relevance Sort by last modified time
    Searched defs:stamp (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/testing/uiautomator/library/
Android.mk 52 uiautomator-stubs-stamp := $(full_target)
62 $(full_classes_compiled_jar) : $(uiautomator-stubs-stamp)
68 uiautomator-stubs-stamp :=
  /external/bluetooth/glib/tests/
bookmarkfile-test.c 72 time_t stamp; local
115 &stamp,
119 g_assert (stamp == g_bookmark_file_get_modified (bookmark, TEST_URI_0, NULL));
125 &stamp,
  /external/chromium/chrome/browser/extensions/
convert_web_app.cc 73 double stamp = day_fraction * std::numeric_limits<uint16>::max(); local
76 stamp = stamp >= (floor(stamp) + 0.5) ? (stamp + 1) : stamp;
82 static_cast<uint16>(stamp));
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicStampedReference.java 11 * along with an integer "stamp", that can be updated atomically.
25 final int stamp; field in class:AtomicStampedReference.Pair
26 private Pair(T reference, int stamp) {
28 this.stamp = stamp;
30 static <T> Pair<T> of(T reference, int stamp) {
31 return new Pair<T>(reference, stamp);
42 * @param initialStamp the initial stamp
58 * Returns the current value of the stamp.
60 * @return the current value of the stamp
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h 26 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h 26 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h 26 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 208 std::string stamp = delay->Attr(kQnStamp); local
209 s->set_sent_time(stamp);
  /external/emma/core/java12/com/vladium/emma/data/
ClassDescriptor.java 29 public ClassDescriptor (final String packageVMName, final String name, final long stamp,
50 m_stamp = stamp;
174 final long stamp = in.readLong (); local
186 return new ClassDescriptor (packageVMName, name, stamp, srcFileName, methods);
CoverageData.java 71 public void addClass (final boolean [][] coverage, final String classVMName, final long stamp)
73 m_coverageMap.put (classVMName, new DataHolder (coverage, stamp));
172 final long stamp = in.readLong (); local
181 coverageMap.put (classVMName, new DataHolder (coverage, stamp));
  /external/libpcap/
pcap-pf.c 95 struct enstamp stamp; local
161 sp = &stamp;
  /external/qemu/android/camera/
camera-common.h 197 const uint64_t stamp = _get_timestamp(); local
198 if ((stamp / 1000) >= (wake_at / 1000)) {
201 t.tv_sec = (wake_at - stamp) / 1000000;
202 t.tv_usec = (wake_at - stamp) - (uint64_t)t.tv_sec * 1000000;
  /external/v8/src/
date.h 61 // Sentinel that denotes an invalid cache stamp.
62 // It is an invariant of DateCache that cache stamp is non-negative.
72 // Clears cached timezone information and increments the cache stamp.
175 // Cache stamp is used for invalidating caches in JSDate.
176 // We increment the stamp each time when the timezone information changes.
177 // JSDate objects perform stamp check and invalidate their caches if
178 // their saved stamp is not equal to the current stamp.
179 Smi* stamp() { return stamp_; } function in class:v8::internal::DateCache
  /external/tinyxml/
tinyxmlparser.cpp 166 void Stamp( const char* now, TiXmlEncoding encoding );
175 stamp = start;
182 const char* stamp; member in class:TiXmlParsingData
187 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding )
200 const char* p = stamp;
300 stamp = p;
301 assert( stamp );
789 data->Stamp( pError, encoding );
1027 data->Stamp( p, encoding );
1238 data->Stamp( p, encoding )
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 159 char stamp[80]; local
161 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
162 printf(": %s", stamp);
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.c 495 char *pos, *end, *stamp; local
519 stamp = os_strchr(cmd, ' ');
520 if (stamp) {
521 *stamp++ = '\0';
522 while (*stamp == ' ') {
523 stamp++;
531 if (stamp && os_strlen(stamp)) {
532 wpa_debug_timestamp = atoi(stamp);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_arp.h 175 unsigned long int stamp; member in struct:arpd_request
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_arp.h 175 unsigned long int stamp; member in struct:arpd_request
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_arp.h 175 unsigned long int stamp; member in struct:arpd_request
  /external/dbus/bus/
connection.c 63 int stamp; /**< Incrementing number */ member in struct:BusConnections
89 int stamp; /**< connections->stamp last time we were traversed */ member in struct:__anon5974
1027 * INT_MAX increments of the global stamp, or wraparound would break
1033 connections->stamp += 1;
1036 /* Mark connection with current stamp, return TRUE if it
1037 * didn't already have that stamp
1048 if (d->stamp == d->connections->stamp)
1052 d->stamp = d->connections->stamp
    [all...]
  /external/bluetooth/glib/glib/
gtestutils.c 1534 guint64 stamp; local
    [all...]
  /external/kernel-headers/original/linux/
genhd.h 124 unsigned long stamp; member in struct:gendisk
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 1169 char *pos, *end, *stamp; local
1193 stamp = os_strchr(cmd, ' ');
1194 if (stamp) {
1195 *stamp++ = '\0';
1196 while (*stamp == ' ') {
1197 stamp++;
1208 if (stamp && os_strlen(stamp))
1209 wpa_debug_timestamp = atoi(stamp);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.h 54 file : int32:magic int32:version int32:stamp record*
59 from gcc's version number. The stamp value is used to synchronize
61 file. It need not be an absolute time stamp, merely a ticker that
719 gcov_unsigned_t stamp; /* uniquifying time stamp */ member in struct:gcov_info
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.h 54 file : int32:magic int32:version int32:stamp record*
59 from gcc's version number. The stamp value is used to synchronize
61 file. It need not be an absolute time stamp, merely a ticker that
719 gcov_unsigned_t stamp; /* uniquifying time stamp */ member in struct:gcov_info
    [all...]

Completed in 8101 milliseconds

1 2