HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 251 - 275 of 362) sorted by null

<<1112131415

  /external/e2fsprogs/e2fsck/
profile.c 94 time_t timestamp; /* time tree was last updated from file */ member in struct:_prf_file_t
550 if (st.st_mtime == prf->timestamp && prf->root != NULL) {
597 prf->timestamp = st.st_mtime;
    [all...]
  /external/expat/conftools/
config.guess 7 timestamp='2006-07-02'
56 GNU config.guess ($timestamp)
72 echo "$timestamp" ; exit ;;
    [all...]
  /external/grub/
config.guess 6 timestamp='2004-11-12'
53 GNU config.guess ($timestamp)
69 echo "$timestamp" ; exit 0 ;;
    [all...]
  /external/libffi/
config.guess 7 timestamp='2007-05-17'
56 GNU config.guess ($timestamp)
72 echo "$timestamp" ; exit ;;
    [all...]
  /external/libpcap/
config.guess 6 timestamp='2003-10-16'
53 GNU config.guess ($timestamp)
69 echo "$timestamp" ; exit 0 ;;
    [all...]
  /external/libpng/
config.guess 7 timestamp='2009-04-27'
56 GNU config.guess ($timestamp)
72 echo "$timestamp" ; exit ;;
    [all...]
  /external/strace/
config.guess 6 timestamp='2004-11-12'
53 GNU config.guess ($timestamp)
69 echo "$timestamp" ; exit 0 ;;
    [all...]
  /external/tcpdump/
config.guess 6 timestamp='2003-10-16'
53 GNU config.guess ($timestamp)
69 echo "$timestamp" ; exit 0 ;;
    [all...]
print-802_11.c 307 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN);
437 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN);
995 * to the 802.11 header of the packet, 'h->ts' is the timestamp,
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
regulatoryDomain.c     [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
logicalchannel.h 334 PVMFStatus AppendOutgoingPkt(OsclSharedPtr<PVMFMediaDataImpl>& pdu, PVMFTimestamp timestamp,
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11sym.h 200 SDL_X11_SYM(Status,XRRSetScreenConfig,(Display *dpy, XRRScreenConfiguration *config, Drawable draw, int size_index, Rotation rotation, Time timestamp),(dpy,config,draw,size_index,rotation,timestamp),return)
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp 650 // If we have a IconRecord, it should also have its timeStamp marked because there is only two times when we create the IconRecord:
651 // 1 - When we read the icon urls from disk, getting the timeStamp at the same time
652 // 2 - When we get a new icon from the loader, in which case the timestamp is set at that time
    [all...]
  /external/webkit/WebKitTools/Scripts/
bisect-builds 316 my ($revision, $timestamp, $url) = split(/,/, $line);
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 81 u64 timestamp; member in struct:ieee80211_sta_bss
1289 u64 timestamp; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Rx_Xfer/
RxXfer.c 512 Reserved.TimeStamp = pRxParams->timestamp;
  /bootable/recovery/updater/
install.c 307 struct utimbuf timestamp = { 1217592000, 1217592000 }; // 8/1/2008 default local
310 MZ_EXTRACT_FILES_ONLY, &timestamp,
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_mio_audio.cpp 364 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVFMAudioMIO::DiscardData(timestamp,context) called"));
488 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVFMAudioMIO::writeAsync() seqnum %d ts %d context %d", data_header_info.seq_num, data_header_info.timestamp, aContext));
593 WriteResponse resp(status, cmdid, aContext, data_header_info.timestamp);
  /external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
pvmi_mio_comm_loopback.cpp 327 PVMFTimestamp aTimestamp = data_header_info.timestamp;
350 // Set timestamp
950 data_hdr.timestamp = aMediaData->getTimestamp();
    [all...]
  /external/webkit/WebCore/platform/mac/
ClipboardMac.mm 354 modifierFlags:0 timestamp:0 windowNumber:0 context:nil eventNumber:0 clickCount:0 pressure:0];
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 317 [event timestamp],
332 [event timestamp],
354 [event timestamp], NPCocoaEventFlagsChanged,
372 [event timestamp], [event modifierFlags],
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 100 carbonEvent->when = (UInt32)([cocoaEvent timestamp] * 60); // seconds to ticks
  /frameworks/base/camera/libcameraservice/
CameraService.cpp     [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 729 private static final String KEY_GPS_TIMESTAMP = "gps-timestamp";
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 533 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP)),
551 Log.v(TAG, "TIMESTAMP : " + info.mTimestamp);
566 * 3) If there is existing batch and timestamp match, insert transfer into batch
567 * 4) If there is existing batch and timestamp does not match, create a new batch and
692 info.mTimestamp = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP));
    [all...]

Completed in 998 milliseconds

<<1112131415