Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_weakrefset.py138 def difference(self, other): member in WeakSet
139 return self._apply(other, self.data.difference)
140 __sub__ = difference
Dsets.py254 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.py128 def difference(self, other): member in WeakSet
132 __sub__ = difference
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_set.py146 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 …]
Dformatfloat_testcases.txt61 -- makes a difference when the precision is 0.
176 -- a difference when precision is 0.
Dtest_weakset.py108 i = self.s.difference(self.items2)
113 self.assertRaises(TypeError, self.s.difference, [[]])
116 i = self.s.difference(self.items2)
Dieee754.txt11 what you expect. We treat two floats as equal if the difference between them
Dtest_sets.py611 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/
Dmain.py162 fixer_names = requested.difference(unwanted_fixes)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py765 difference1 = set1.difference(set2)
772 difference2 = set2.difference(set1)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DREADME343 is still taken as well to provide an idea of the difference)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt725 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
DCHANGES_FROM_133_before_mr13.txt961 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/
DCHANGES_SUMMARY.txt725 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
DCHANGES_FROM_133_BEFORE_MR13.txt961 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/
Dgc_weakref.txt190 There's a big difference between __del__ and weakref callbacks.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dcompare.decTest572 -- precisions above or below the difference should have no effect
Dcomparetotal.decTest567 -- precisions above or below the difference should have no effect
Dcomparetotmag.decTest559 -- precisions above or below the difference should have no effect
DddFMA.decTest31 -- where the fused operation makes a difference)
1429 -- More GD edge cases, where difference between the unadjusted
DdqFMA.decTest31 -- 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/
DFAQ313 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/
DFAQ322 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings?
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/Ia32/
DGasket.S5 # For IA-32 the only difference is Mac OS X requires a 16-byte aligned stack.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.uni93 #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"

12