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

  /ndk/sources/host-tools/make-3.81/
filedef.h 182 #define OLD_MTIME 2
185 #define ORDINARY_MTIME_MIN (OLD_MTIME + 1)
vpath.c 487 && (f->last_mtime == OLD_MTIME || f->last_mtime == NEW_MTIME))
file.c 784 ts = s <= OLD_MTIME ? ORDINARY_MTIME_MIN : ORDINARY_MTIME_MAX;
935 else if (f->last_mtime == OLD_MTIME)
remake.c     [all...]
main.c     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 261 OLD_MTIME,
319 case OLD_MTIME:
759 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}},
767 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}},
768 {-1, ids_.FromNumber(1001), ids_.FromNumber(1000), {DELETED, OLD_MTIME}},
777 {0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}},
778 {1, ids_.FromNumber(1001), ids_.FromNumber(0), {DELETED, OLD_MTIME}},
779 {2, ids_.FromNumber(1002), ids_.FromNumber(0), {DELETED, OLD_MTIME}},
796 { 0, ids_.FromNumber(1000), ids_.FromNumber(0), {DELETED, OLD_MTIME}},
798 {1, ids_.FromNumber(1002), ids_.FromNumber(1001), {DELETED, OLD_MTIME}},
    [all...]

Completed in 275 milliseconds