Home
last modified time | relevance | path

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

12

/external/skqp/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()
/external/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()
/external/llvm-project/llvm/cmake/platforms/
DClangClCMakeCompileRules.cmake4 # should be tweaked accordingly, but until that's done, and to support older
/external/skia/src/shaders/
DSkShader.cpp205 SkColorInfo tweaked = dst.alphaType() == kUnpremul_SkAlphaType in program() local
221 if (auto color = this->onProgram(p, device,local, paint, matrices,localM, tweaked, in program()
/external/compiler-rt/
DREADME.android40 tweaked version.
/external/python/cpython2/Lib/idlelib/
DHISTORY.txt108 autoindent.py ( bindings tweaked )
113 formatparagraph.py ( bindings tweaked )
117 keydefs.py ( bindings tweaked )
/external/python/cpython3/Lib/idlelib/
DHISTORY.txt108 autoindent.py ( bindings tweaked )
113 formatparagraph.py ( bindings tweaked )
117 keydefs.py ( bindings tweaked )
/external/llvm/lib/Target/SystemZ/
DREADME.txt26 SystemZISelDAGToDAG.cpp is suspect. It should be tweaked based on
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DREADME.txt26 SystemZISelDAGToDAG.cpp is suspect. It should be tweaked based on
/external/llvm-project/llvm/lib/Target/SystemZ/
DREADME.txt26 SystemZISelDAGToDAG.cpp is suspect. It should be tweaked based on
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dsegment_ttrk.cl317 // FIXME -- this can be tweaked to shift directly
/external/rust/crates/codespan-reporting/
DCHANGELOG.md372 - The field names in `codespan_reporting::term::Chars` were tweaked for
/external/antlr/runtime/JavaScript/tests/functional/
DPython.g38 * for Python. Then Terence hand tweaked it to be semantically
/external/libusb/
Dconfigure.ac31 dnl These numbers should be tweaked on every release. Read carefully:
/external/eigen/doc/
DA05_PortingFrom2To3.dox281 In Eigen2, <tt>\#include\<Eigen/StdVector\></tt> tweaked std::vector to automatically align element…
/external/perfetto/docs/concepts/
Dbuffers.md140 Library, this value can be tweaked setting `TracingInitArgs.shmem_size_hint_kb`.
/external/python/cryptography/docs/hazmat/primitives/
Dsymmetric-encryption.rst509 XTS (XEX-based tweaked-codebook mode with ciphertext stealing) is a mode
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dcfg-stackify-eh.ll375 ; Some of test cases below are hand-tweaked by deleting some library calls to
/external/rust/crates/clap/
DREADME.md80 …ex. `clap` is also opinionated about parsing. Even though so much can be tweaked and tuned with `c…
/external/rust/crates/tokio/
DCHANGELOG.md487 - io: `AsyncSeek` trait is tweaked ([#2885]).
/external/ply/ply/
DCHANGES1156 Patch contributed by Michael Brown (although I tweaked it slightly so it would work
/external/antlr/tool/
DCHANGES.txt1310 Just tweaked to use generics, updated a comment.
1313 Just tweaked to use generics.
/external/kotlinx.coroutines/
DCHANGES.md329 …* Loading of `Dispatchers.Main` is tweaked so the latest version of R8 can completely remove I/O w…
/external/virglrenderer/src/
Dvrend_renderer.c9328 bool tweaked = vrend_get_tweak_is_active_with_params(vrend_get_context_tweaks(ctx), in vrend_update_oq_samples_multiplier() local
9331 tweaked ? multiplier: fake_occlusion_query_samples_passed_default; in vrend_update_oq_samples_multiplier()
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst2348 added and documented. Patch given by Robert Collins, tweaked by Barry

12