HomeSort by relevance Sort by last modified time
    Searched refs:difference (Results 151 - 175 of 299) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 586 * Minimum channel offset that makes visual difference. If autofix calculated
596 * a visible difference.
606 * @return {boolean} True if the autofix would make a visible difference.
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/aac/libAACenc/src/
qc_main.cpp 215 INT difference; local
219 difference = FDKaacEnc_calcFrameLen( bitRate,
223 *paddingRest-=difference;
540 * In hyperframing mode the difference between grantedDynBits and usedDynBits of all sub frames
    [all...]
  /external/deqp/framework/common/
tcuImageCompare.cpp 213 float difference = fuzzyCompare(params, reference, result, errorMask.getAccess()); local
214 bool isOk = difference <= threshold;
228 log << TestLog::Message << "Image comparison failed: difference = " << difference << ", threshold = " << threshold << TestLog::EndMessage;
311 * \brief Per-pixel difference accuracy metric
346 << TestLog::Image("DiffMask", "Difference", diffMask)
360 log << TestLog::Integer("DiffSum", "Squared difference sum", "", QP_KEY_TAG_NONE, squaredSum)
367 * \brief Per-pixel difference accuracy metric
395 * difference between floating-point values and thus this function can
406 * \param threshold Maximum allowed difference
    [all...]
  /external/bison/data/
glr.cc 26 # difference, and similarly for glr.cc replacing lalr1.cc.
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 335 * [diff]: Function to call to compute a "difference" value between
336 * parameters (a, b). This is used when calculating the difference
965 * represents the difference between them. The exact meaning of "difference"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 665 // CSS properties that create a visual difference only when applied to text.
686 RefPtrWillBeRawPtr<MutableStylePropertySet> difference = getPropertiesNotIn(m_mutableStyle.get(), styleToCompare); local
689 difference->removePropertiesInSet(textOnlyProperties, WTF_ARRAY_LENGTH(textOnlyProperties));
691 if (difference->isEmpty())
693 if (difference->propertyCount() == m_mutableStyle->propertyCount())
    [all...]
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 280 dif = set(lhs).difference(rhs)
  /external/chromium_org/base/time/
time_unittest.cc 707 TimeDelta difference = delta - delta_thread; local
708 EXPECT_GE(difference.InMicroseconds(), 9000);
  /external/chromium_org/net/base/
mime_util.cc 623 std::vector<std::string> difference = local
626 return difference.size() == 0;
    [all...]
  /external/chromium_org/v8/src/
math.js 234 // Note that this difference cannot be simply rounded off.
  /external/clang/www/analyzer/scripts/
expandcollapse.js 185 // viewport. The amount of scroll is the difference between a new and old
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 180 end the stream on other than even frame boundaries. The difference
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sets.py 611 self.set.difference(self.other)
613 self.assertRaises(TypeError, self.set.difference, self.other)
804 >>> fulltime_management = managers - engineers - programmers # difference
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sets.py 611 self.set.difference(self.other)
613 self.assertRaises(TypeError, self.set.difference, self.other)
804 >>> fulltime_management = managers - engineers - programmers # difference
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 256 What's the difference between NPAPI and Pepper?
  /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 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.

Completed in 746 milliseconds

1 2 3 4 5 67 8 91011>>