/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
case.py | 534 difference rounded to the given number of decimal places 572 difference rounded to the given number of decimal places 776 (parameters must support a difference method). 779 difference1 = set1.difference(set2) 781 self.fail('invalid type when attempting set difference: %s' % e) 783 self.fail('first argument does not support set difference: %s' % e) 786 difference2 = set2.difference(set1) 788 self.fail('invalid type when attempting set difference: %s' % e) 790 self.fail('second argument does not support set difference: %s' % e) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
virtualsocket_unittest.cc | 157 int difference = ntohl(post_ipv4.s_addr) - ntohl(pre_ipv4.s_addr); local 158 EXPECT_EQ(1, difference); [all...] |
/external/chromium_org/v8/src/ |
math.js | 255 // Note that this difference cannot be simply rounded off.
|
regexp.js | 437 // boolean. We mimic that behavior with a slight difference: in SpiderMonkey
|
/external/chromium_org/v8/test/mjsunit/ |
mjsunit.js | 58 // The difference between expected and found value is within certain tolerance.
|
object-define-property.js | 518 // exercised, i.e., any difference in the given property descriptor and the 590 // No difference. 677 // No difference. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 529 difference rounded to the given number of decimal places 567 difference rounded to the given number of decimal places 768 difference method). 771 difference1 = set1.difference(set2) 773 self.fail('invalid type when attempting set difference: %s' % e) 775 self.fail('first argument does not support set difference: %s' % e) 778 difference2 = set2.difference(set1) 780 self.fail('invalid type when attempting set difference: %s' % e) 782 self.fail('second argument does not support set difference: %s' % e) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 529 difference rounded to the given number of decimal places 567 difference rounded to the given number of decimal places 768 difference method). 771 difference1 = set1.difference(set2) 773 self.fail('invalid type when attempting set difference: %s' % e) 775 self.fail('first argument does not support set difference: %s' % e) 778 difference2 = set2.difference(set1) 780 self.fail('invalid type when attempting set difference: %s' % e) 782 self.fail('second argument does not support set difference: %s' % e) [all...] |
/external/libvpx/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 507 ;# roughly 1/7th difference across boundary 526 ;# roughly 2/7th difference across boundary 546 ;# roughly 3/7th difference across boundary [all...] |
/external/robolectric/lib/main/ |
commons-codec-1.6.jar | |
/external/v8/test/mjsunit/ |
object-define-property.js | 518 // exercised, i.e., any difference in the given property descriptor and the 590 // No difference. 677 // No difference.
|
/external/blktrace/btt/doc/ |
btt.tex | 721 the start of the run) in column 1 (X values); and the difference in 750 The seek difference is calculated in one of two ways: 760 option is specified, then the seek distance is simply the difference 773 value 1.0 in the second column. If there is no perceived difference [all...] |
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
dynamic-loading.rst | 134 One significant difference between newlib and glibc applications is that glibc
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_mmx.asm | [all...] |
/external/v8/src/ |
regexp.js | 437 // boolean. We mimic that behavior with a slight difference: in SpiderMonkey
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 160 if (len(parts.difference(self.LONG_LINE_IGNORE | custom_tags)) > max): [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 160 if (len(parts.difference(self.LONG_LINE_IGNORE | custom_tags)) > max): [all...] |
/external/llvm/lib/Analysis/ |
LazyValueInfo.cpp | 856 // some cases. There is no need to perform difference for those cases. 858 EdgesVals = EdgesVals.difference(EdgeVal); [all...] |
/external/mksh/src/ |
check.pl | 848 return "first difference: line $lineno, char $char (wanted '" [all...] |
/external/pixman/pixman/ |
pixman-combine-float.c | 491 MAKE_SEPARABLE_PDF_COMBINERS (difference)
|
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |
/external/stlport/ |
configure.bat | 128 echo available, only the ones that make a difference when building STLport are.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
SetsTest.java | 154 return Sets.difference(set1, set2); 157 .named("Sets.difference") [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 841 (** [const_sub c1 c2] returns the constant difference, [c1 - c2], of two 845 (** [const_nsw_sub c1 c2] returns the constant difference of two constants with 850 (** [const_nuw_sub c1 c2] returns the constant difference of two constants with 855 (** [const_fsub c1 c2] returns the constant difference, [c1 - c2], of two [all...] |
/external/yaffs2/yaffs2/ |
yaffs_guts.c | 6606 int difference = dev->nFreeChunks - counted; local [all...] |