Searched refs:newer (Results 1 – 25 of 25) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_dep_util.py | 6 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/ |
D | dep_util.py | 12 def newer(source, target): function 45 if newer(source, target):
|
D | file_util.py | 104 from distutils.dep_util import newer 117 if update and not newer(src, dst):
|
D | unixccompiler.py | 22 from distutils.dep_util import newer 164 if self.force or output_file is None or newer(source, output_file):
|
D | bcppcompiler.py | 22 from distutils.dep_util import newer 385 if self.force or output_file is None or newer(source, output_file):
|
D | util.py | 11 from distutils.dep_util import newer 551 if force or newer(file, cfile):
|
D | ccompiler.py | 519 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/ |
D | build_scripts.py | 10 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/ |
D | libpython.py | 1159 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/ |
D | ReadMe.txt | 33 * Nasm 2.03 or newer
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
D | msg_26.txt | 16 You either require a newer version of your software which supports MIME, or
|
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/ |
D | PeiTscTimerLib.inf | 9 # The time stamp counter in newer processors may support an enhancement, referred to as invariant …
|
D | BaseTscTimerLib.inf | 12 # The time stamp counter in newer processors may support an enhancement, referred to as invariant …
|
D | DxeTscTimerLib.inf | 9 # The time stamp counter in newer processors may support an enhancement, referred to as invariant …
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | build.sh | 68 echo OvmfPkg requires OS X Snow Leopard 10.6 or newer OS
|
D | README | 66 - 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/ |
D | ieee754.txt | 22 In Python 2.6 and newer NaNs (not a number) and infinity can be constructed
|
/device/google/bonito/json-c/ |
D | RELEASE_CHECKLIST.txt | 89 Use ${release}.99 to indicate a version "newer" than anything on the branch.
|
/device/google/crosshatch/json-c/ |
D | RELEASE_CHECKLIST.txt | 89 Use ${release}.99 to indicate a version "newer" than anything on the branch.
|
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/ |
D | hikey960.rst | 64 If your hikey960 hardware is v2 or newer, nothing to do.
|
/device/linaro/bootloader/edk2/ |
D | BuildNotes2.txt | 37 WORKSPACE, and a newer version of the *.template files in
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pdb.doc | 73 (to a newer frame).
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | MdeModulePkg.uni | 247 … "check the OEM Table ID and Revision ID against a database for a newer\n"
|
D | MdeModulePkg.dec | 1619 # check the OEM Table ID and Revision ID against a database for a newer
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | user-guide.rst | 407 However, there exists newer systems where CPUs' entry to and exit from
|