HomeSort by relevance Sort by last modified time
    Searched defs:newer (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dep_util.py 12 def newer(source, target): function
13 """Tells if the target is newer than the source.
33 """Walk two filename lists in parallel, testing if each source is newer
35 targets) where source is newer than target, according to the semantics
36 of 'newer()'.
41 # build a pair of lists (sources, targets) where source is newer
45 if newer(source, target):
55 In other words, if 'target' exists and is newer
60 "newer", any missing source files make us assume that 'target' is
82 elif missing == 'newer': # missing source means target is
    [all...]
  /external/python/cpython2/Lib/distutils/
dep_util.py 13 def newer(source, target): function
14 """Tells if the target is newer than the source.
34 """Walk two filename lists in parallel, testing if each source is newer
36 targets) where source is newer than target, according to the semantics
37 of 'newer()'.
42 # build a pair of lists (sources, targets) where source is newer
46 if newer(source, target):
56 In other words, if 'target' exists and is newer
61 "newer", any missing source files make us assume that 'target' is
83 elif missing == 'newer': # missing source means target i
    [all...]
  /external/python/cpython3/Lib/distutils/
dep_util.py 11 def newer (source, target): function
29 # newer ()
33 """Walk two filename lists in parallel, testing if each source is newer
35 targets) where source is newer than target, according to the semantics
36 of 'newer()'.
41 # build a pair of lists (sources, targets) where source is newer
45 if newer(sources[i], targets[i]):
56 listed in 'sources'. In other words, if 'target' exists and is newer
61 "newer", any missing source files make us assume that 'target' is
83 elif missing == 'newer': # missing source means target i
    [all...]
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
copy_file.pass.cpp 165 const path newer = env.create_file("newer_file", 2); local
174 fs::copy_file(from, newer, copy_options::update_existing, ec) == false);
176 TEST_CHECK(file_size(newer) == 2);
  /external/selinux/policycoreutils/scripts/
fixfiles 147 # Find files newer then the passed in date and fix the label
149 newer() { function
222 newer $BOOTTIME $*
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateBirth.java 126 Set<String> newer = other.writeBirth(outputDirectory, fileName, english); local
129 dataOut.writeInt(newer.size());
130 for (String item : newer) {
137 localeToNewer.put(fileName, newer);
150 Set<String> newer = localeAndNewer.getValue(); local
151 if (newer.size() != outdatedPaths.countOutdated(locale)) {
154 for (String xpath : newer) {
267 Set<String> newer = new HashSet<String>(); local
296 newer.add(xpath);
312 return newer;
324 Set<String> newer = writeBirth(out, onlyNewer); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 1159 def newer(self): member in class:Frame
    [all...]
  /cts/tests/tests/telephony/current/src/android/telephony/cts/
SubscriptionManagerTest.java 354 final SubscriptionPlan newer = SubscriptionPlan.Builder local
360 assertOverrideSuccess(older, newer);
  /external/python/cpython2/Tools/gdb/
libpython.py 1279 def newer(self): member in class:Frame
    [all...]
  /external/python/cpython3/Tools/gdb/
libpython.py 1482 def newer(self): member in class:Frame
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 1038 namespace newer { namespace in namespace:dr387
    [all...]
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 436 milliseconds