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

1 2 3

  /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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/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...]
  /prebuilts/gdb/linux-x86/lib/python2.7/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
copy_file.pass.cpp 116 const path newer = env.create_file("newer_file", 2); local
123 TEST_REQUIRE(fs::copy_file(from, newer, copy_options::update_existing, ec) == false);
125 TEST_CHECK(file_size(newer) == 2);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
copy_file.pass.cpp 120 const path newer = env.create_file("newer_file", 2); local
127 TEST_REQUIRE(fs::copy_file(from, newer, copy_options::update_existing, ec) == false);
129 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 $*
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 99 TiledScreenNail newer = (TiledScreenNail) other; local
100 mWidth = newer.mWidth;
101 mHeight = newer.mHeight;
102 if (newer.mTexture != null) {
105 mBitmap = newer.mBitmap;
106 mTexture = newer.mTexture;
107 newer.mBitmap = null;
108 newer.mTexture = null;
110 newer.recycle();
  /cts/tests/tests/telephony/src/android/telephony/cts/
SubscriptionManagerTest.java 281 final SubscriptionPlan newer = SubscriptionPlan.Builder local
287 assertOverrideSuccess(older, newer);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 1159 def newer(self): member in class:Frame
    [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 1233 def newer(self): member in class:Frame
    [all...]
  /external/python/cpython3/Tools/gdb/
libpython.py 1421 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 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta3/
perflib-24.4.0-beta3.jar 

Completed in 613 milliseconds

1 2 3