Home
last modified time | relevance | path

Searched refs:diff (Results 476 - 500 of 2053) sorted by relevance

1...<<11121314151617181920>>...83

/third_party/libabigail/tests/
H A Druntestfedabipkgdiff.py.in107 output file is compared (using GNU diff) against the reference
131 diffcmd = ['diff', '-u', reference_report_path, output_path]
/third_party/mesa3d/src/freedreno/computerator/examples/
H A Dtest-regfile.sh48 diff reference.log new.log
/third_party/ltp/testcases/commands/cpio/
H A Dcpio_tests.sh38 if diff -r "dir" "dir_orig"; then
/third_party/ltp/testcases/network/nfs/nfslock01/
H A Dnfslock01.sh77 diff flock_odata flock_idata
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtest-one.sh85 # Don't exit early if there is a diff.
86 diff -U8 "$EXPECTED" "$BINDINGS" || true
/third_party/spirv-tools/test/diff/diff_files/
H A Dbasic_autogen.cpp23 namespace diff { namespace
26 // Basic test for spirv-diff
406 } // namespace diff
H A Ddifferent_function_parameter_count_autogen.cpp23 namespace diff { namespace
336 } // namespace diff
H A Dextra_if_block_autogen.cpp23 namespace diff { namespace
866 } // namespace diff
H A Dint_vs_uint_constants_autogen.cpp23 namespace diff { namespace
395 } // namespace diff
H A Dmultiple_different_entry_points_autogen.cpp23 namespace diff { namespace
329 } // namespace diff
H A Dmultiple_same_entry_points_autogen.cpp23 namespace diff { namespace
371 } // namespace diff
/third_party/ffmpeg/libavcodec/
H A Daacenc.c388 int diff, off_sf = sce->sf_idx[0], off_pns = sce->sf_idx[0] - NOISE_OFFSET; in encode_scale_factors() local
396 diff = sce->sf_idx[w*16 + i] - off_pns; in encode_scale_factors()
399 put_bits(&s->pb, NOISE_PRE_BITS, diff + NOISE_PRE); in encode_scale_factors()
404 diff = sce->sf_idx[w*16 + i] - off_is; in encode_scale_factors()
407 diff = sce->sf_idx[w*16 + i] - off_sf; in encode_scale_factors()
410 diff += SCALE_DIFF_ZERO; in encode_scale_factors()
411 av_assert0(diff >= 0 && diff <= 120); in encode_scale_factors()
412 put_bits(&s->pb, ff_aac_scalefactor_bits[diff], ff_aac_scalefactor_code[diff]); in encode_scale_factors()
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_case.py835 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),
838 omitted = unittest.case.DIFF_OMITTED % (len(diff) + 1,)
840 self.maxDiff = len(diff)//2
848 self.assertLess(len(msg), len(diff))
851 self.maxDiff = len(diff) * 2
858 self.assertGreater(len(msg), len(diff))
868 self.assertGreater(len(msg), len(diff))
887 def truncate(msg, diff):
899 def truncate(msg, diff):
912 # disable madDiff to get diff marker
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_select.c283 double mafd, diff; in get_scene_score() local
297 diff = fabs(mafd - select->prev_mafd); in get_scene_score()
298 ret = av_clipf(FFMIN(mafd, diff) / 100., 0, 1); in get_scene_score()
H A Daf_anlmdn.c91 const float diff = x - y; in sqrdiff() local
93 return diff * diff; in sqrdiff()
H A Dvf_framerate.c75 double mafd, diff; in get_scene_score() local
81 diff = fabs(mafd - s->prev_mafd); in get_scene_score()
82 ret = av_clipf(FFMIN(mafd, diff), 0, 100.0); in get_scene_score()
/third_party/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp125 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength); in compareStringTo() local
126 return diff!=0 ? diff : lengthDiff; in compareStringTo()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
H A DICUZDump.java106 long diff = hit - lot; in dump()
107 if (diff <= tick) { in dump()
110 long medt = lot + ((diff / 2) / tick) * tick; in dump()
/third_party/mbedtls/library/
H A Dchachapoly.c302 int diff; in mbedtls_chachapoly_auth_decrypt() local
311 diff = mbedtls_ct_memcmp(tag, check_tag, sizeof(check_tag)); in mbedtls_chachapoly_auth_decrypt()
313 if (diff != 0) { in mbedtls_chachapoly_auth_decrypt()
/third_party/node/lib/internal/
H A Dtimers.js525 const diff = now - timer._idleStart;
529 if (diff < msecs) {
533 debug('%d list wait because diff is %d', msecs, diff);
/third_party/node/deps/icu-small/source/common/
H A Dbytestriebuilder.cpp125 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength); in compareStringTo() local
126 return diff!=0 ? diff : lengthDiff; in compareStringTo()
/third_party/libabigail/include/
H A Dabg-reporter.h10 /// The declaration of the reporting types of libabigail's diff
27 class diff;
59 virtual bool diff_to_be_reported(const diff *d) const;
256 virtual bool diff_to_be_reported(const diff *d) const;
/third_party/python/Lib/ctypes/test/
H A Dtest_callbacks.py181 diff = abs(result - 1./3.)
183 self.assertLess(diff, 0.01, "%s not less than 0.01" % diff)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPositionFetchTests.cpp438 const auto& diff = expectedOutputPositions[i] - outVec3; in iterate() local
439 float len = dot(diff, diff); in iterate()
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp342 const SkPoint diff = lineSeg.fPoints[1] - lineSeg.fPoints[0]; in squaredLineLength() local
343 return diff.dot(diff); in squaredLineLength()

Completed in 19 milliseconds

1...<<11121314151617181920>>...83