Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dmutator.cc57 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()
DBUILD.gn45 "mutation.cc",
46 "mutation.h",
DCMakeLists.txt41 mutation.h
56 mutation.cc
Dmutator.h55 const Mutation& mutation,
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/
Dreplace_identifier.cc99 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/
Dtint_ast_fuzzer.proto20 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/
Dcy_cy_FONIPA.txt83 # ɡ → ŋ 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/
Dcy_cy_FONIPA.txt83 # ɡ → ŋ 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/
DvktBindingDescriptorUpdateTests.cpp1156 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/
Dtest_memoryio.py767 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/
Dfuzzer-leak.test33 ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
/third_party/node/test/parallel/
Dtest-common-must-not-mutate-object-deep.mjs188 // Test that no mutation happened:
/third_party/mesa3d/docs/relnotes/
D19.3.3.rst133 - intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image
/third_party/rust/crates/regex/
DPERFORMANCE.md96 *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/
D3.10.0b3.rst171 and other list-based mutation operations. Avoid deprecation warnings by
D3.5.0b1.rst101 Make warnings.warn_explicit more robust against mutation of the
D3.6.0b1.rst834 Fix email iter_attachments incorrect mutation of payload list.
D3.5.3rc1.rst1009 Fix email iter_attachments incorrect mutation of payload list.
/third_party/node/test/common/
DREADME.md308 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/
DINTEL_map_texture.txt243 texture data mutation needs to be guaranteed as is done already
/third_party/openGLES/extensions/INTEL/
DINTEL_map_texture.txt243 texture data mutation needs to be guaranteed as is done already
/third_party/rust/crates/cxx/book/src/
Dextern-c++.md45 FFI bridge. For mutation support, the bridge is required to use `Pin<&mut
/third_party/python/Doc/faq/
Dlibrary.rst365 What kinds of global value mutation are thread-safe?
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1711 // Instruction to insert backup, mutation and restoration code before.
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1711 // Instruction to insert backup, mutation and restoration code before.

12