/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
D | mutator.cc | 57 const Mutation& mutation, in MaybeApplyMutation() argument 65 if (!mutation.IsApplicable(program, node_id_map)) { in MaybeApplyMutation() 81 mutation.Apply(node_id_map, &clone_context, &new_node_id_map); in MaybeApplyMutation() 83 *mutation_sequence->add_mutation() = mutation.ToMessage(); in MaybeApplyMutation() 97 for (const auto& mutation_message : mutation_sequence.mutation()) { in Replay() 98 auto mutation = Mutation::FromMessage(mutation_message); in Replay() local 99 auto status = MaybeApplyMutation(program, *mutation, node_id_map, &program, in Replay() 148 for (const auto& mutation : mutations) { in Mutate() local 156 if (!MaybeApplyMutation(program, *mutation, node_id_map, &program, in Mutate()
|
D | BUILD.gn | 45 "mutation.cc", 46 "mutation.h",
|
D | CMakeLists.txt | 41 mutation.h 56 mutation.cc
|
D | mutator.h | 55 const Mutation& mutation,
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/ |
D | replace_identifier.cc | 99 protobufs::Mutation mutation; in ToMessage() local 100 *mutation.mutable_replace_identifier() = message_; in ToMessage() 101 return mutation; in ToMessage()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/protobufs/ |
D | tint_ast_fuzzer.proto | 20 oneof mutation { MutationReplaceIdentifier replace_identifier = 1; }; oneof 24 repeated Mutation mutation = 1; field 31 // the original program (if mutation sequence is available) or
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | cy_cy_FONIPA.txt | 83 # ɡ → ŋ via nasal mutation 84 # ɡ → 0 via soft mutation 87 [ɡŋ] {w} [rl] $vowel → W; # Plain or nasal mutation environment 88 ^ {w} [rl] $vowel → W; # Soft mutation at the beginning of a word
|
/third_party/icu/icu4c/source/data/translit/ |
D | cy_cy_FONIPA.txt | 83 # ɡ → ŋ via nasal mutation 84 # ɡ → 0 via soft mutation 87 [ɡŋ] {w} [rl] $vowel → W; # Plain or nasal mutation environment 88 ^ {w} [rl] $vowel → W; # Soft mutation at the beginning of a word
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 1156 DescriptorMutation mutation = {i == 0 ? true : deRandom_getBool(&m_random), in iterate() local 1159 const auto& lastWrite = mutation.writes.back(); in iterate() 1160 if (mutation.update) in iterate() 1173 …tcu::Vec4 color = expectedColor + (val0 + val1) * tcu::Vec4(static_cast<float>(mutation.numD… in iterate() 1180 descriptorMutations.push_back(mutation); in iterate() 1198 for (auto mutation : descriptorMutations) in iterate() local 1200 if (mutation.update) in iterate() 1202 for (const auto &write : mutation.writes) in iterate() 1243 for (deUint32 i = 0u; i < mutation.numDraws; i++) in iterate()
|
/third_party/python/Lib/test/ |
D | test_memoryio.py | 767 def _test_cow_mutation(self, mutation): argument 773 mutation(memio) 779 def mutation(memio): function 781 self._test_cow_mutation(mutation) 786 def mutation(memio): function 789 self._test_cow_mutation(mutation) 796 def mutation(memio): function 798 self._test_cow_mutation(mutation)
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | fuzzer-leak.test | 33 ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
|
/third_party/node/test/parallel/ |
D | test-common-must-not-mutate-object-deep.mjs | 188 // Test that no mutation happened:
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.3.rst | 133 - intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image
|
/third_party/rust/crates/regex/ |
D | PERFORMANCE.md | 96 *compiled* program, so that any allocation or mutation is already done, and is 104 mutation should not be observable from users of this crate. Therefore, it uses
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b3.rst | 171 and other list-based mutation operations. Avoid deprecation warnings by
|
D | 3.5.0b1.rst | 101 Make warnings.warn_explicit more robust against mutation of the
|
D | 3.6.0b1.rst | 834 Fix email iter_attachments incorrect mutation of payload list.
|
D | 3.5.3rc1.rst | 1009 Fix email iter_attachments incorrect mutation of payload list.
|
/third_party/node/test/common/ |
D | README.md | 308 an `AssertionError` on mutation attempt, including mutation of deeply nested 334 directly, not preventing their mutation.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | INTEL_map_texture.txt | 243 texture data mutation needs to be guaranteed as is done already
|
/third_party/openGLES/extensions/INTEL/ |
D | INTEL_map_texture.txt | 243 texture data mutation needs to be guaranteed as is done already
|
/third_party/rust/crates/cxx/book/src/ |
D | extern-c++.md | 45 FFI bridge. For mutation support, the bridge is required to use `Pin<&mut
|
/third_party/python/Doc/faq/ |
D | library.rst | 365 What kinds of global value mutation are thread-safe?
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 1711 // Instruction to insert backup, mutation and restoration code before.
|
/third_party/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 1711 // Instruction to insert backup, mutation and restoration code before.
|