HomeSort by relevance Sort by last modified time
    Searched full:checktimestamps (Results 1 - 3 of 3) sorted by null

  /system/core/libutils/
SystemClock.cpp 78 static inline void checkTimeStamps(int64_t timestamp,
105 #define checkTimeStamps(timestamp, prevTimestampPtr, prevMethodPtr, curMethod)
131 checkTimeStamps(timestamp, &prevTimestamp, &prevMethod,
152 checkTimeStamps(timestamp, &prevTimestamp, &prevMethod, METHOD_IOCTL);
160 checkTimeStamps(timestamp, &prevTimestamp, &prevMethod,
  /external/chromium_org/tools/cygprofile/
mergetraces.py 73 def CheckTimestamps(calls):
162 CheckTimestamps(trace_calls)
  /system/core/adb/
file_sync_client.c 674 static int copy_local_dir_remote(int fd, const char *lpath, const char *rpath, int checktimestamps, int listonly)
701 if(checktimestamps){
872 int checktimestamps)
903 if (checktimestamps) {

Completed in 59 milliseconds