HomeSort by relevance Sort by last modified time
    Searched refs:creationtime (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
systimes.py 131 creationtime = ctypes.c_ulonglong()
137 ctypes.byref(creationtime),
  /external/python/cpython2/Tools/pybench/
systimes.py 131 creationtime = ctypes.c_ulonglong()
137 ctypes.byref(creationtime),
  /external/curl/lib/
cookie.h 46 int creationtime; /* time when the cookie was written */ member in struct:Cookie
cookie.c 937 co->creationtime = ++c->lastct;
1038 /* when replacing, creationtime is kept from old */
1039 co->creationtime = clist->creationtime;
    [all...]

Completed in 353 milliseconds