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

1 2 3 4 5 6

  /build/make/core/tasks/
boot_jars_package_check.mk 24 stamp := $(intermediates)/stamp macro
30 $(stamp): PRIVATE_BOOT_JARS := $(built_boot_jars)
31 $(stamp): PRIVATE_SCRIPT := $(script)
32 $(stamp): PRIVATE_WHITELIST := $(whitelist_file)
33 $(stamp) : $(built_boot_jars) $(script) $(whitelist_file)
39 check-boot-jars : $(stamp)
  /cts/apps/CameraITS/
Android.mk 18 its-build-stamp := $(its-dir)/build_stamp
20 camera-its: $(its-build-stamp)
24 $(its-dir): $(its-build-stamp)
26 $(its-build-stamp): $(ACP)
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
JavaBeanTimeStampTest.java 28 Timestamp stamp = new Timestamp(1000000000000L); local
29 javaBeanToDump.setTimestamp(stamp);
42 assertEquals(stamp, javaBeanToLoad.getTimestamp());
48 Timestamp stamp = new Timestamp(1000000000000L); local
49 javaBeanToDump.setTimestamp(stamp);
58 assertEquals(stamp, javaBeanToLoad.getTimestamp());
  /hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwGrallocBuffer.h 28 unsigned long long stamp; member in struct:android::intel::PnwIMGGrallocBuffer
  /toolchain/binutils/binutils-2.25/gold/
timer.cc 56 Timer::stamp(int n) function in class:gold::Timer
  /frameworks/native/cmds/dumpstate/
DumpstateInternal.cpp 102 char stamp[80]; local
104 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
105 dprintf(out_fd, ": %s", stamp);
  /bionic/libc/kernel/uapi/drm/
drm_sarea.h 40 unsigned int stamp; member in struct:drm_sarea_drawable
  /development/ndk/platforms/android-21/include/linux/netfilter_bridge/
ebt_ulog.h 47 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /external/kernel-headers/original/uapi/drm/
drm_sarea.h 60 unsigned int stamp; member in struct:drm_sarea_drawable
  /external/libdrm/include/drm/
drm_sarea.h 54 unsigned int stamp; member in struct:drm_sarea_drawable
  /external/mesa3d/include/GL/internal/
sarea.h 62 unsigned int stamp; member in struct:_XF86DRISAREADrawable
  /external/webrtc/webrtc/libjingle/xmpp/
presencereceivetask.cc 130 std::string stamp = delay->Attr(kQnStamp); local
131 presence_status->set_sent_time(stamp);
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
AtomicStampedReference.java 40 * along with an integer "stamp", that can be updated atomically.
54 final int stamp; field in class:AtomicStampedReference.Pair
55 private Pair(T reference, int stamp) {
57 this.stamp = stamp;
59 static <T> Pair<T> of(T reference, int stamp) {
60 return new Pair<T>(reference, stamp);
71 * @param initialStamp the initial stamp
87 * Returns the current value of the stamp.
89 * @return the current value of the stamp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_sarea.h 54 unsigned int stamp; member in struct:drm_sarea_drawable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/drm/
drm_sarea.h 54 unsigned int stamp; member in struct:drm_sarea_drawable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_ulog.h 28 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/
ebt_ulog.h 47 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_ulog.h 47 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/
ebt_ulog.h 47 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_ulog.h 47 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/
ebt_ulog.h 47 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/
ebt_ulog.h 47 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/netfilter_bridge/
ebt_ulog.h 47 struct timeval stamp; member in struct:ebt_ulog_packet_msg
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_ulog.h 47 struct timeval stamp; member in struct:ebt_ulog_packet_msg

Completed in 1104 milliseconds

1 2 3 4 5 6