Home
last modified time | relevance | path

Searched refs:newer (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_dep_util.py6 from distutils.dep_util import newer, newer_pairwise, newer_group
20 self.assertRaises(DistutilsFileError, newer, new_file, old_file)
25 self.assertTrue(newer(new_file, 'I_dont_exist'))
26 self.assertTrue(newer(new_file, old_file))
30 self.assertFalse(newer(old_file, new_file))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddep_util.py12 def newer(source, target): function
45 if newer(source, target):
Dfile_util.py104 from distutils.dep_util import newer
117 if update and not newer(src, dst):
Dunixccompiler.py22 from distutils.dep_util import newer
164 if self.force or output_file is None or newer(source, output_file):
Dbcppcompiler.py22 from distutils.dep_util import newer
385 if self.force or output_file is None or newer(source, output_file):
Dutil.py11 from distutils.dep_util import newer
551 if force or newer(file, cfile):
Dccompiler.py519 newer = newer_group (objects, output_file, missing='newer')
521 newer = newer_group (objects, output_file)
522 return newer
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbuild_scripts.py10 from distutils.dep_util import newer
68 if not self.force and not newer(script, outfile):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
Dlibpython.py1159 def newer(self): member in Frame
1160 newer = self._gdbframe.newer()
1161 if newer:
1162 return Frame(newer)
1184 while iter_frame.newer():
1186 iter_frame = iter_frame.newer()
1321 iter_frame = frame.newer()
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DReadMe.txt33 * Nasm 2.03 or newer
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_26.txt16 You either require a newer version of your software which supports MIME, or
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DPeiTscTimerLib.inf9 # The time stamp counter in newer processors may support an enhancement, referred to as invariant …
DBaseTscTimerLib.inf12 # The time stamp counter in newer processors may support an enhancement, referred to as invariant …
DDxeTscTimerLib.inf9 # The time stamp counter in newer processors may support an enhancement, referred to as invariant …
/device/linaro/bootloader/edk2/OvmfPkg/
Dbuild.sh68 echo OvmfPkg requires OS X Snow Leopard 10.6 or newer OS
DREADME66 - Option 1: QEMU 1.6 or newer; Use QEMU -pflash parameter
84 * On Linux, newer version of QEMU may enable KVM feature, and this might
287 first choice recommendation is to use GCC44 or newer instead.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dieee754.txt22 In Python 2.6 and newer NaNs (not a number) and infinity can be constructed
/device/google/crosshatch/json-c/
DRELEASE_CHECKLIST.txt89 Use ${release}.99 to indicate a version "newer" than anything on the branch.
/device/google/sunfish/json-c/
DRELEASE_CHECKLIST.txt89 Use ${release}.99 to indicate a version "newer" than anything on the branch.
/device/google/coral/json-c/
DRELEASE_CHECKLIST.txt89 Use ${release}.99 to indicate a version "newer" than anything on the branch.
/device/google/bonito/json-c/
DRELEASE_CHECKLIST.txt89 Use ${release}.99 to indicate a version "newer" than anything on the branch.
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/
Dhikey960.rst64 If your hikey960 hardware is v2 or newer, nothing to do.
/device/linaro/bootloader/edk2/
DBuildNotes2.txt37 WORKSPACE, and a newer version of the *.template files in
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.doc73 (to a newer frame).
/device/google/coral-sepolicy/vendor/google/
Dgenfs_contexts82 # EVT 1.1 and newer

12