Home
last modified time | relevance | path

Searched refs:tweaked (Results 1 – 25 of 37) sorted by relevance

12

/third_party/flutter/skia/tests/
DChecksumTest.cpp18 uint32_t data[kBytes/4], tweaked[kBytes/4]; in DEF_TEST() local
19 for (size_t i = 0; i < SK_ARRAY_COUNT(tweaked); ++i) { in DEF_TEST()
20 data[i] = tweaked[i] = rand.nextU(); in DEF_TEST()
31 for (size_t j = 0; j < SK_ARRAY_COUNT(tweaked); ++j) { in DEF_TEST()
32 const uint32_t saved = tweaked[j]; in DEF_TEST()
33 tweaked[j] = rand.nextU(); in DEF_TEST()
34 const uint32_t tweakedHash = SkOpts::hash(tweaked, kBytes); in DEF_TEST()
36 REPORTER_ASSERT(r, tweakedHash == SkOpts::hash(tweaked, kBytes)); in DEF_TEST()
37 tweaked[j] = saved; in DEF_TEST()
/third_party/skia/tests/
DChecksumTest.cpp18 uint32_t data[kBytes/4], tweaked[kBytes/4]; in DEF_TEST() local
19 for (size_t i = 0; i < SK_ARRAY_COUNT(tweaked); ++i) { in DEF_TEST()
20 data[i] = tweaked[i] = rand.nextU(); in DEF_TEST()
31 for (size_t j = 0; j < SK_ARRAY_COUNT(tweaked); ++j) { in DEF_TEST()
32 const uint32_t saved = tweaked[j]; in DEF_TEST()
33 tweaked[j] = rand.nextU(); in DEF_TEST()
34 const uint32_t tweakedHash = SkOpts::hash(tweaked, kBytes); in DEF_TEST()
36 REPORTER_ASSERT(r, tweakedHash == SkOpts::hash(tweaked, kBytes)); in DEF_TEST()
37 tweaked[j] = saved; in DEF_TEST()
/third_party/skia/src/shaders/
DSkShader.cpp218 SkColorInfo tweaked = dst.alphaType() == kUnpremul_SkAlphaType in program() local
234 if (auto color = this->onProgram(p, device,local, paint, matrices,localM, tweaked, in program()
/third_party/python/Lib/idlelib/
DHISTORY.txt108 autoindent.py ( bindings tweaked )
113 formatparagraph.py ( bindings tweaked )
117 keydefs.py ( bindings tweaked )
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
DCHANGELOG9 …- tweaked quality metric to better estimate quality of images with large solid backgrounds [thanks…
/third_party/openssl/doc/man3/
DEVP_aes.pod153 SP 800-38E. The XTS (XEX-based tweaked-codebook mode with ciphertext stealing)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DREADME.txt26 SystemZISelDAGToDAG.cpp is suspect. It should be tweaked based on
/third_party/node/deps/npm/node_modules/tweetnacl/
DCHANGELOG.md48 No code changes, just tweaked packaging and added COPYING.txt.
/third_party/libusb/
Dconfigure.ac31 dnl These numbers should be tweaked on every release. Read carefully:
/third_party/openGLES/extensions/SGIS/
DSGIS_shared_multisample.txt190 specially tweaked to try them out using the shared multisample
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_shared_multisample.txt190 specially tweaked to try them out using the shared multisample
/third_party/openssl/crypto/engine/
DREADME152 tweaked; the ENGINE_TABLE_FLAG_NOINIT value can be passed to
/third_party/boost/libs/crc/doc/
Dcrc.qbk461 interfaces were tweaked.]]
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dlist_wheel_scroll_view.dart544 // Create a new friction simulation except the drag will be tweaked to land
/third_party/gptfdisk/
DNEWS142 also re-built my Mac build environment and tweaked Makefile.mac
/third_party/boost/libs/parameter/doc/
Dindex.rst950 the implementation of the nested ``apply`` metafunction needs to be tweaked
/third_party/musl/
DWHATSNEW1347 - tweaked spinning in userspace before performing futex waits
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst2348 added and documented. Patch given by Robert Collins, tweaked by Barry
/third_party/boost/libs/container/doc/
Dcontainer.qbk1236 code tweaked to support non-raw `allocator::pointer` types and stateful allocators. Once reviewed,
/third_party/gstreamer/gstplugins_base/
DNEWS28 - Encoding profiles can now be tweaked with additional
/third_party/gstreamer/gstplugins_good/
DNEWS28 - Encoding profiles can now be tweaked with additional
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1010 … this as TitleBg/TitleBgActive. Or you may just create TitleBgActive from a tweaked TitleBg color.)
/third_party/gstreamer/gst_libav/
DNEWS28 - Encoding profiles can now be tweaked with additional
/third_party/gstreamer/gstreamer/
DNEWS28 - Encoding profiles can now be tweaked with additional
/third_party/gstreamer/gstplugins_bad/
DNEWS28 - Encoding profiles can now be tweaked with additional

12