Home
last modified time | relevance | path

Searched refs:stamp (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Dquantile_stream_resource.h50 QuantileStream* stream(int64 stamp) { in stream() argument
51 CHECK(is_stamp_valid(stamp)); in stream()
55 const std::vector<float>& boundaries(int64 stamp) { in boundaries() argument
56 CHECK(is_stamp_valid(stamp)); in boundaries()
60 void set_boundaries(int64 stamp, const std::vector<float>& boundaries) { in set_boundaries() argument
61 CHECK(is_stamp_valid(stamp)); in set_boundaries()
69 void Reset(int64 stamp) { in Reset() argument
70 set_stamp(stamp); in Reset()
Dstamped_resource.h31 bool is_stamp_valid(int64 stamp) const { return stamp_ == stamp; } in is_stamp_valid() argument
33 int64 stamp() const { return stamp_; } in stamp() function
34 void set_stamp(int64 stamp) { stamp_ = stamp; } in set_stamp() argument
/external/blktrace/btt/
Diostat.c83 void __dump_stats(__u64 stamp, int all, struct d_info *dip, struct stats_t *asp) in __dump_stats() argument
88 double now = TO_SEC(stamp); in __dump_stats()
91 dt = (double)stamp / 1.0e9; in __dump_stats()
94 dt = (double)(stamp-last_start) / 1.0e9; in __dump_stats()
135 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp)); in __dump_stats()
161 static void __dump_stats_t(__u64 stamp, struct stats_t *asp, int all) in __dump_stats_t() argument
182 fprintf(iostat_ofp, "%8.2lf\n", TO_SEC(stamp)); in __dump_stats_t()
192 void iostat_dump_stats(__u64 stamp, int all) in iostat_dump_stats() argument
206 __dump_stats(stamp, all, dip, &as); in iostat_dump_stats()
215 __dump_stats(stamp, all, dip, &as); in iostat_dump_stats()
[all …]
/external/tcpdump/
DMakefile-devel-adds8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
10 ${srcdir}/stamp-h.in: configure.in aclocal.m4
12 echo timestamp > ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
/external/libpcap/
DMakefile-devel-adds8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
10 ${srcdir}/stamp-h.in: configure.ac aclocal.m4
12 echo timestamp > ${srcdir}/stamp-h.in
14 config.h: stamp-h
15 stamp-h: ${srcdir}/config.h.in config.status
/external/libexif/doc/
DMakefile.am27 DOXYGEN_STAMPS += $(HTML_APIDOC_DIR).stamp
28 $(HTML_APIDOC_DIR).stamp: Doxyfile $(top_builddir)/libexif/libexif.la
33 $(HTML_APIDOC_DIR).tar.gz: $(HTML_APIDOC_DIR).stamp
39 DOXYGEN_STAMPS += $(HTML_APIDOC_INTERNALS_DIR).stamp
40 $(HTML_APIDOC_INTERNALS_DIR).stamp: Doxyfile-internals $(top_builddir)/libexif/libexif.la
45 $(HTML_APIDOC_INTERNALS_DIR).tar.gz: $(HTML_APIDOC_INTERNALS_DIR).stamp
49 install-apidocs-internals: $(HTML_APIDOC_INTERNALS_DIR).stamp
64 install-apidocs: $(HTML_APIDOC_DIR).stamp
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DJavaBeanTimeStampTest.java28 Timestamp stamp = new Timestamp(1000000000000L); in testLoadDefaultJavaSqlTimestamp() local
29 javaBeanToDump.setTimestamp(stamp); in testLoadDefaultJavaSqlTimestamp()
42 assertEquals(stamp, javaBeanToLoad.getTimestamp()); in testLoadDefaultJavaSqlTimestamp()
48 Timestamp stamp = new Timestamp(1000000000000L); in testLoadDefaultJavaSqlTimestampNoGlobalTag() local
49 javaBeanToDump.setTimestamp(stamp); in testLoadDefaultJavaSqlTimestampNoGlobalTag()
58 assertEquals(stamp, javaBeanToLoad.getTimestamp()); in testLoadDefaultJavaSqlTimestampNoGlobalTag()
/external/strace/debian/
Drules23 extra_build_targets += build-udeb-stamp
30 extra_build_targets += build64-stamp
43 build-arch: build-stamp $(extra_build_targets)
44 build-indep: build-stamp $(extra_build_targets)
49 %-stamp: %/Makefile
81 test -f build-stamp || make $(MFLAGS) -f debian/rules build
84 test -f build64-stamp && ( mv build64/strace build64/strace64 ; \
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtimestamping.c181 struct timeval *stamp = in printpacket() local
184 (long)stamp->tv_sec, in printpacket()
185 (long)stamp->tv_usec); in printpacket()
189 struct timespec *stamp = in printpacket() local
192 (long)stamp->tv_sec, in printpacket()
193 (long)stamp->tv_nsec); in printpacket()
197 struct timespec *stamp = in printpacket() local
201 (long)stamp->tv_sec, in printpacket()
202 (long)stamp->tv_nsec); in printpacket()
203 stamp++; in printpacket()
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
D_h_e_a_d.py50 for stamp in 'created', 'modified':
51 value = getattr(self, stamp)
53 log.warning("'%s' timestamp out of range; ignoring top bytes", stamp)
55 setattr(self, stamp, value)
57 log.warning("'%s' timestamp seems very low; regarding as unix timestamp", stamp)
59 setattr(self, stamp, value)
/external/google-fruit/extras/packaging/
Ddebian.rules13 build: build-stamp
14 build-stamp:
20 touch build-stamp
25 rm -f build-stamp
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresources.h37 bool is_stamp_valid(int64 stamp) const { return stamp_ == stamp; } in is_stamp_valid() argument
39 int64 stamp() const { return stamp_; } in stamp() function
40 void set_stamp(int64 stamp) { stamp_ = stamp; } in set_stamp() argument
/external/emma/core/java12/com/vladium/emma/data/
DICoverageData.java22 public DataHolder (final boolean [][] coverage, final long stamp) in DataHolder() argument
25 m_stamp = stamp; in DataHolder()
46 void addClass (boolean [][] coverage, String classVMName, long stamp); in addClass() argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c245 if (draw->lastStamp == draw->dri2.stamp) in nouveau_update_renderbuffers()
247 draw->lastStamp = draw->dri2.stamp; in nouveau_update_renderbuffers()
320 int *stamp) in update_framebuffer() argument
325 *stamp = draw->dri2.stamp; in update_framebuffer()
394 int *stamp) in validate_framebuffer() argument
407 if (draw->dri2.stamp != *stamp) in validate_framebuffer()
408 update_framebuffer(dri_ctx, draw, stamp); in validate_framebuffer()
/external/compiler-rt/cmake/Modules/
DSanitizerUtils.cmake23 set(stamp ${CMAKE_CURRENT_BINARY_DIR}/${target_name}.syms-stamp) variable
28 add_custom_command(OUTPUT ${stamp}
32 COMMAND ${CMAKE_COMMAND} -E touch ${stamp}
38 DEPENDS ${stamp}
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java1276 private transient int stamp[]; field in Calendar
1582 for (j = 0; j < stamp.length; j++) { in recalculateStamp()
1586 for (i = 0; i < stamp.length; i++) { in recalculateStamp()
1587 if (stamp[i] > nextStamp && stamp[i] < currentValue) { in recalculateStamp()
1588 currentValue = stamp[i]; in recalculateStamp()
1594 stamp[index] = ++nextStamp; in recalculateStamp()
1614 stamp = new int[fields.length]; in initInternal()
1927 fields[i] = stamp[i] = 0; // UNSET == 0 in setTimeInMillis()
1964 return (stamp[field] > UNSET) ? fields[field] : defaultValue; in internalGet()
1982 stamp[field] = nextStamp++; in set()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java1334 private transient int stamp[]; field in Calendar
1647 for (j = 0; j < stamp.length; j++) { in recalculateStamp()
1651 for (i = 0; i < stamp.length; i++) { in recalculateStamp()
1652 if (stamp[i] > nextStamp && stamp[i] < currentValue) { in recalculateStamp()
1653 currentValue = stamp[i]; in recalculateStamp()
1659 stamp[index] = ++nextStamp; in recalculateStamp()
1679 stamp = new int[fields.length]; in initInternal()
2005 fields[i] = stamp[i] = 0; // UNSET == 0 in setTimeInMillis()
2045 return (stamp[field] > UNSET) ? fields[field] : defaultValue; in internalGet()
2064 stamp[field] = nextStamp++; in set()
[all …]
/external/cmockery/cmockery_0_1_2/packages/deb/
Drules45 build: build-stamp
46 build-stamp: config.status
52 touch build-stamp
57 rm -f build-stamp
/external/libchrome/mojo/public/cpp/system/
DBUILD.gn10 stamp = "$target_gen_dir/clean_up_stamp"
12 stamp,
15 "--stamp",
16 rebase_path(stamp, root_build_dir),
/external/python/cpython2/Demo/turtle/
Dtdemo_I_dontlike_tiltdemo.py33 stamp()
38 stamp()
47 stamp()
/external/python/cpython3/Doc/includes/
Dtzinfo_examples.py25 stamp = (dt - datetime(1970, 1, 1, tzinfo=self)) // SECOND
26 args = _time.localtime(stamp)[:6]
29 fold = (args == _time.localtime(stamp - dst_diff))
52 stamp = _time.mktime(tt)
53 tt = _time.localtime(stamp)
/external/curl/lib/
Daltsvc.c218 struct tm stamp; in altsvc_out() local
219 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out()
231 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday, in altsvc_out()
232 stamp.tm_hour, stamp.tm_min, stamp.tm_sec, in altsvc_out()
/external/u-boot/drivers/misc/
Daltera_sysid.c30 time_t stamp; in display_sysid() local
41 stamp = sysid[1]; in display_sysid()
42 localtime_r(&stamp, &t); in display_sysid()
/external/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake80 COMMENT "Clobbering ${name} build and stamp directories"
107 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp
111 COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp
112 COMMENT "Clobbering bootstrap build and stamp directories"
116 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp)
168 SOURCES ${CMAKE_CURRENT_BINARY_DIR}/${name}-clobber-stamp)
/external/libopus/doc/
DMakefile.am18 all-local: doxygen-build.stamp
20 doxygen-build.stamp: Doxyfile $(DOCINPUTS)
38 $(RM) doxygen-build.stamp

12345678910>>...15