HomeSort by relevance Sort by last modified time
    Searched refs:difference (Results 176 - 200 of 303) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocket_unittest.cc 158 int difference = ntohl(post_ipv4.s_addr) - ntohl(pre_ipv4.s_addr); local
159 EXPECT_EQ(1, difference);
    [all...]
  /external/chromium_org/third_party/webrtc/base/
virtualsocket_unittest.cc 141 int difference = ntohl(post_ipv4.s_addr) - ntohl(pre_ipv4.s_addr); local
142 EXPECT_EQ(1, difference);
    [all...]
  /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...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 452 inline float difference (float src, float dst) { return de::abs(dst-src); } function in namespace:rr::advblend
627 case BLENDEQUATION_ADVANCED_DIFFERENCE: SAMPLE_REGISTER_ADV_BLEND(difference); break;
    [all...]
  /external/lldb/test/unittest2/
case.py 551 difference rounded to the given number of decimal places
589 difference rounded to the given number of decimal places
793 (parameters must support a difference method).
796 difference1 = set1.difference(set2)
798 self.fail('invalid type when attempting set difference: %s' % e)
800 self.fail('first argument does not support set difference: %s' % e)
803 difference2 = set2.difference(set1)
805 self.fail('invalid type when attempting set difference: %s' % e)
807 self.fail('second argument does not support set difference: %s' % e)
    [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/chromium_org/third_party/libvpx/source/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/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 
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/tools/
bisect-perf-regression.py 251 of the difference between the closest values across the good and bad groups
304 There are several different ways to define relative difference between
306 or to the mean of the two numbers. This version returns the difference
320 difference = after - before
321 return math.fabs(difference / before)
    [all...]
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
loopfilter_mmx.asm     [all...]
  /external/chromium_org/v8/src/
regexp.js 418 // boolean. We mimic that behavior with a slight difference: in SpiderMonkey
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_mmx.asm     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_mmx.asm     [all...]
  /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/WebKit/Source/bindings/templates/
methods.cpp 487 {# FIXME: remove UNLIKELY: constructors are expensive, so no difference. #}
  /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 857 // some cases. There is no need to perform difference for those cases.
859 EdgesVals = EdgesVals.difference(EdgeVal);
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 252 ConstantRange ConstantRange::difference(const ConstantRange &CR) const { function in class:ConstantRange
  /external/mksh/src/
check.pl 856 return "first difference: line $lineno, char $char (wanted '"
    [all...]

Completed in 716 milliseconds

1 2 3 4 5 6 78 91011>>