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

  /external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 90 debug_mtime = os.path.getmtime(os.path.join(debug_path, test_path))
92 debug_mtime = 0
97 return rel_mtime - debug_mtime >= 15
ninja-build.vim 50 debug_mtime = os.path.getmtime(os.path.join(root, 'Debug', test_path))
52 debug_mtime = 0
57 return rel_mtime - debug_mtime >= 15
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
chromium.py 382 debug_mtime = self._filesystem.mtime(debug_path)
385 if (debug_mtime > release_mtime and configuration == 'Release' or
386 release_mtime > debug_mtime and configuration == 'Debug'):

Completed in 38 milliseconds