/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | _weakrefset.py | 138 def difference(self, other): member in WeakSet 139 return self._apply(other, self.data.difference) 140 __sub__ = difference
|
D | sets.py | 254 return self.difference(other) 256 def difference(self, other): member in BaseSet
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | _weakrefset.py | 128 def difference(self, other): member in WeakSet 132 __sub__ = difference
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_set.py | 146 i = self.s.difference(self.otherword) 151 self.assertRaises(PassThru, self.s.difference, check_pass_thru()) 152 self.assertRaises(TypeError, self.s.difference, [[]]) 154 self.assertEqual(self.thetype('abcba').difference(C('cdc')), set('ab')) 155 self.assertEqual(self.thetype('abcba').difference(C('efgfe')), set('abc')) 156 self.assertEqual(self.thetype('abcba').difference(C('ccb')), set('a')) 157 self.assertEqual(self.thetype('abcba').difference(C('ef')), set('abc')) 158 self.assertEqual(self.thetype('abcba').difference(), set('abc')) 159 self.assertEqual(self.thetype('abcba').difference(C('a'), C('b')), set('c')) 162 i = self.s.difference(self.otherword) [all …]
|
D | formatfloat_testcases.txt | 61 -- makes a difference when the precision is 0. 176 -- a difference when precision is 0.
|
D | test_weakset.py | 108 i = self.s.difference(self.items2) 113 self.assertRaises(TypeError, self.s.difference, [[]]) 116 i = self.s.difference(self.items2)
|
D | ieee754.txt | 11 what you expect. We treat two floats as equal if the difference between them
|
D | test_sets.py | 611 self.set.difference(self.other) 613 self.assertRaises(TypeError, self.set.difference, self.other)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | main.py | 162 fixer_names = requested.difference(unwanted_fixes)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | case.py | 765 difference1 = set1.difference(set2) 772 difference2 = set2.difference(set1)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | README | 343 is still taken as well to provide an idea of the difference)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_SUMMARY.txt | 725 I've been asked several times, "What is the difference between 729 The main difference is that the "=>" does not apply the 1610 The difference that these optimizations make is so dramatic 1937 A major difference between 1.33MR7 and 1.33 vanilla is
|
D | CHANGES_FROM_133_before_mr13.txt | 961 I've been asked several times, "What is the difference between 965 The main difference is that the "=>" does not apply the 1558 #114. (Changed in 1.33MR10) difference in [zz]resynch() between C and C++ modes 1560 There was a slight difference in the way C and C++ mode resynchronized 2069 The difference that these optimizations make is so dramatic 3019 A major difference between 1.33MR7 and 1.33 vanilla is
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_SUMMARY.txt | 725 I've been asked several times, "What is the difference between 729 The main difference is that the "=>" does not apply the 1610 The difference that these optimizations make is so dramatic 1937 A major difference between 1.33MR7 and 1.33 vanilla is
|
D | CHANGES_FROM_133_BEFORE_MR13.txt | 961 I've been asked several times, "What is the difference between 965 The main difference is that the "=>" does not apply the 1558 #114. (Changed in 1.33MR10) difference in [zz]resynch() between C and C++ modes 1560 There was a slight difference in the way C and C++ mode resynchronized 2069 The difference that these optimizations make is so dramatic 3019 A major difference between 1.33MR7 and 1.33 vanilla is
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | gc_weakref.txt | 190 There's a big difference between __del__ and weakref callbacks.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | compare.decTest | 572 -- precisions above or below the difference should have no effect
|
D | comparetotal.decTest | 567 -- precisions above or below the difference should have no effect
|
D | comparetotmag.decTest | 559 -- precisions above or below the difference should have no effect
|
D | ddFMA.decTest | 31 -- where the fused operation makes a difference) 1429 -- More GD edge cases, where difference between the unadjusted
|
D | dqFMA.decTest | 31 -- where the fused operation makes a difference) 1434 -- More GD edge cases, where difference between the unadjusted
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | FAQ | 313 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings?
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | FAQ | 322 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings?
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/Ia32/ |
D | Gasket.S | 5 # For IA-32 the only difference is Mac OS X requires a 16-byte aligned stack.
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | UefiShellDebug1CommandsLib.uni | 93 #string STR_COMP_FOOTER_FAIL #language en-US "[difference(s) encountered] \r\n" 426 " difference, up to 32 bytes from the location where the difference starts\r\n"
|