HomeSort by relevance Sort by last modified time
    Searched refs:stamp (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /ndk/sources/host-tools/sed-4.2.1/doc/
Makefile.am 26 echo stamp > $(srcdir)/s-texi
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_arp.h 175 unsigned long int stamp; member in struct:arpd_request
  /frameworks/base/cmds/dumpstate/
utils.c 125 char stamp[80]; local
127 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
128 printf(": %s", stamp);
  /external/bluetooth/glib/glib/
gbookmarkfile.h 126 time_t stamp,
133 time_t *stamp,
gtestutils.c 1534 guint64 stamp; local
    [all...]
  /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/bison/
Makefile 285 config.h: stamp-h1
287 rm -f stamp-h1; \
288 $(MAKE) stamp-h1; \
291 stamp-h1: $(srcdir)/config.hin $(top_builddir)/config.status
292 @rm -f stamp-h1
296 rm -f stamp-h1
300 -rm -f config.h stamp-h1
  /cts/tests/SignatureTest/
Android.mk 60 copied_res_stamp := $(intermediates.COMMON)/copyres.stamp
61 generated_res_stamp := $(intermediates.COMMON)/genres.stamp
  /build/core/
package.mk 123 # If R.stamp moves, be sure to update the framework makefile,
125 R_file_stamp := $(package_expected_intermediates_COMMON)/src/R.stamp
189 # copy the generated file to src/R.stamp, which means it will
274 # corresponding R.stamp file, which lists the export.apk as a dependency.
276 $(dir $(framework_res_package_export))src/R.stamp
base_rules.mk 287 proto_java_sources_file_stamp := $(proto_java_intemediate_dir)/Proto.stamp
  /external/blktrace/btt/
globals.h 235 void iostat_check_time(__u64 stamp);
236 void iostat_dump_stats(__u64 stamp, int all);
  /external/kernel-headers/original/linux/
skbuff.h     [all...]
genhd.h 124 unsigned long stamp; member in struct:gendisk
  /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...]
  /external/iproute2/misc/
arpd.c 287 void prepare_neg_entry(__u8 *ndata, __u32 stamp)
291 ndata[2] = stamp>>24;
292 ndata[3] = stamp>>16;
293 ndata[4] = stamp>>8;
294 ndata[5] = stamp;
  /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...]
  /external/e2fsprogs/debian/
rules 101 CFGSTDSTAMP=${STAMPSDIR}/configure-std-stamp
102 CFGBFSTAMP=${STAMPSDIR}/configure-bf-stamp
103 CFGSTATICSTAMP=${STAMPSDIR}/configure-static-stamp
104 BUILDSTDSTAMP=${STAMPSDIR}/build-std-stamp
105 BUILDBFSTAMP=${STAMPSDIR}/build-bf-stamp
106 BUILDSTATICSTAMP=${STAMPSDIR}/build-static-stamp
  /external/libpcap/
pcap-pf.c 95 struct enstamp stamp; local
161 sp = &stamp;
  /external/bison/doc/
Makefile 40 $(srcdir)/Makefile.in $(srcdir)/stamp-vti \
309 $(srcdir)/version.texi: $(srcdir)/stamp-vti
310 $(srcdir)/stamp-vti: bison.texinfo $(top_srcdir)/configure
327 -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
  /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:__anon5404
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/bison/djgpp/
config.bat 273 test -f %XSRC%/examples/calcxx/calc++-parser.stamp
274 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-parser.stamp %XSRC%/examples/calcxx/calcxx-parser.stamp
275 test -f %XSRC%/examples/calcxx/calcxx-parser.stamp
276 if errorlevel 1 mv -f %XSRC%/examples/calcxx/calcpp-parser.stamp %XSRC%/examples/calcxx/calcxx-parser.stamp
411 redir -e /dev/null rm %XSRC%/po/stamp-cat-id
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.x 167 uint32_t stamp; /* timestamp of the transaction */
nis.h 363 uint32_t stamp; member in struct:ping_args
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 970 char *pos, *end, *stamp; local
988 stamp = os_strchr(cmd, ' ');
989 if (stamp) {
990 *stamp++ = '\0';
991 while (*stamp == ' ')
992 stamp++;
998 if (stamp && os_strlen(stamp))
999 wpa_debug_timestamp = atoi(stamp);
    [all...]
  /external/protobuf/
Makefile.am 159 stamp.h.in \

Completed in 957 milliseconds

12 3 4 5 6