HomeSort by relevance Sort by last modified time
    Searched full:atime (Results 1 - 25 of 42) sorted by null

1 2

  /external/kernel-headers/original/linux/
stat.h 68 struct timespec atime; member in struct:kstat
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_stats.h 100 OsclSocketStatEventEntry(TOsclSocketStatEvent aEvent, uint32 aTime, int32 aParam)
102 , iTicks(aTime)
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_syssem.cpp 87 TInfo(TInt aTime, TInt aHandle) :
88 iTime(aTime), iHandle(aHandle), iVal(0) {}
  /external/e2fsprogs/tests/f_swapfs/
expect 31 atime: 0x322737e2 -- Fri Aug 30 18:50:10 1996
41 atime: 0x322488cf -- Wed Aug 28 17:58:39 1996
93 atime: 0x322737e2 -- Fri Aug 30 18:50:10 1996
103 atime: 0x322488cf -- Wed Aug 28 17:58:39 1996
  /external/opencore/pvmi/pvmf/src/
pvmf_media_clock.cpp 344 OSCL_EXPORT_REF void PVMFMediaClock::GetStartTime32(uint32& aTime, bool& aOverflow, PVMFMediaClock_TimeUnits aUnits)
348 FromClockUnit(iStartClockTime, aTime, aUnits, aOverflow);
351 OSCL_EXPORT_REF bool PVMFMediaClock::SetStartTime32(uint32& aTime, PVMFMediaClock_TimeUnits aUnits, bool& aOverFlow)
373 ToClockUnit(aTime, aUnits, iStartClockTime, overflowFlag1);
642 void PVMFMediaClock::UpdateLatestTimes(uint32 aTime, uint32 aTimebaseVal)
645 iLatestRunningClockTime = aTime;
727 //There is a chance that Tickcount did not wrap around but aTime value does
772 //There is a chance that Tickcount did not wrap around but aTime value does
949 //There is a chance that Tickcount did not wrap around but aTime value does
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_media_clock.h 301 * @param aTime: a reference to an unsigned 32-bit integer to return the current time
302 * @param aUnits: the requested time units for aTime
354 * @param aTime: a reference to an unsigned 32-bit integer to set the start time
355 * @param aUnits: the time units of aTime
359 virtual OSCL_IMPORT_REF bool SetStartTime32(uint32& aTime, PVMFMediaClock_TimeUnits aUnits, bool& aOverFlow) = 0;
402 * @param aTime: a reference to an unsigned 32-bit integer to copy the start time
404 * @param aUnits: the requested time units for aTime
406 virtual OSCL_IMPORT_REF void GetStartTime32(uint32& aTime, bool& aOverflow, PVMFMediaClock_TimeUnits aUnits) = 0;
412 * @param aUnits: the requested time units for aTime
418 * in 32 bit uint (aTime), aOverflow flag is set. This API also provides current timebase tickcount
    [all...]
  /external/e2fsprogs/misc/
chattr.1.in 31 undeletable (u), no atime updates (A), synchronous directory updates (D),
46 When a file with the 'A' attribute set is accessed, its atime record is
  /external/opencore/doc/oscl_html/
oscl__socket__stats_8h-source.html 88 00083 OsclSocketStatEventEntry(<a class="code" href="oscl__socket__stats_8h.html#a23">TOsclSocketStatEvent</a> aEvent, uint32 aTime, int32 aParam)
90 00085 , iTicks(aTime)
  /external/icu4c/test/threadtest/
threadtest.cpp 131 timeb aTime;
132 ftime(&aTime);
133 return (unsigned long)(aTime.time*1000 + aTime.millitm);
  /external/openssl/include/openssl/
kssl.h 169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
  /external/openssl/ssl/
kssl.h 169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
  /external/tcpdump/
FILES 20 atime.awk
  /frameworks/base/core/jni/
android_os_FileUtils.cpp 198 gFileStatusAtimeFieldID = env->GetFieldID(gFileStatusClass, "atime", "J");
  /system/core/toolbox/
mount.c 44 { "atime", MS_NOATIME, 0, MS_NOATIME },
  /external/bluetooth/glib/gio/
glocalfileinfo.c 2173 GFileAttributeValue *mtime, *mtime_usec, *atime, *atime_usec; local
    [all...]
  /external/dropbear/
scp.c 838 #define atime tv[0] macro
898 atime.tv_sec = strtol(cp, &cp, 10);
900 SCREWUP("atime.sec not delimited");
901 atime.tv_usec = strtol(cp, &cp, 10);
903 SCREWUP("atime.usec not delimited");
  /frameworks/base/core/java/android/os/
FileUtils.java 66 public long atime; field in class:FileUtils.FileStatus
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_node.cpp     [all...]
  /external/icu4c/i18n/
astro.h 331 * @param aTime the date and time, expressed as the number of milliseconds since
338 void setTime(UDate aTime);
345 * @param aTime the date and time, expressed as the number of milliseconds since
astro.cpp 293 * @param aTime the date and time, expressed as the number of milliseconds since
301 void CalendarAstronomer::setTime(UDate aTime) {
302 fTime = aTime;
303 U_DEBUG_ASTRO_MSG(("setTime(%.1lf, %sL)\n", aTime, debug_astro_date(aTime+fGmtOffset)));
    [all...]
  /external/dbus/dbus/
dbus-sysdeps.h 351 unsigned long atime; /**< Access time */ member in struct:__anon1579
dbus-sysdeps-util-unix.c 439 statbuf->atime = sb.st_atime;
  /system/core/adb/
file_sync_client.c 711 /* for links, we cannot update the atime/mtime */
912 /* for links, we cannot update the atime/mtime */
  /external/e2fsprogs/debugfs/
set_fields.c 138 { "atime", &set_inode.i_atime, 4, parse_time },
  /external/grub/stage2/
fsys_minix.c 85 * Note the 8-bit gid and atime and ctime.

Completed in 1836 milliseconds

1 2