Home
last modified time | relevance | path

Searched refs:mutation (Results 1 – 25 of 46) 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/node/deps/npm/lib/install/
Daudit.js265 const mutation = action[0]
267 if (mutation !== 'add' && mutation !== 'update' && mutation !== 'remove') return
268 if (!auditDiffs[mutation]) auditDiffs[mutation] = []
269 if (mutation === 'add') {
270 auditDiffs[mutation].push({location: child.location})
271 } else if (mutation === 'update') {
272 auditDiffs[mutation].push({location: child.location, previous: packageId(child.oldPkg)})
273 } else if (mutation === 'remove') {
274 auditDiffs[mutation].push({previous: packageId(child)})
/third_party/node/deps/npm/lib/
Dinstall.js748 var mutation = action[0]
749 return (mutation === 'add' || mutation === 'update')
818 var mutation = action[0]
821 if (mutation === 'remove') {
823 } else if (mutation === 'move') {
825 } else if (mutation === 'add') {
847 } else if (mutation === 'update' || mutation === 'update-linked') {
949 var mutation = action[0]
954 } else if (mutation === 'add') {
956 } else if (mutation === 'update' || mutation === 'update-linked') {
[all …]
Downer.js185 function withMutation (spec, user, opts, mutation) { argument
213 const m = mutation(u, data.maintainers)
/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/flutter/skia/third_party/externals/icu/source/data/translit/
Dcy_cy_FONIPA.txt82 # ɡ → ŋ via nasal mutation
83 # ɡ → 0 via soft mutation
86 [ɡŋ] {w} [rl] $vowel → W; # Plain or nasal mutation environment
87 ^ {w} [rl] $vowel → W; # Soft mutation at the beginning of a word
/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.cpp1160 DescriptorMutation mutation = {i == 0 ? true : deRandom_getBool(&m_random), in iterate() local
1163 const auto& lastWrite = mutation.writes.back(); in iterate()
1164 if (mutation.update) in iterate()
1177 …tcu::Vec4 color = expectedColor + (val0 + val1) * tcu::Vec4(static_cast<float>(mutation.numD… in iterate()
1184 descriptorMutations.push_back(mutation); in iterate()
1202 for (auto mutation : descriptorMutations) in iterate() local
1204 if (mutation.update) in iterate()
1206 for (const auto &write : mutation.writes) in iterate()
1247 for (deUint32 i = 0u; i < mutation.numDraws; i++) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp1160 DescriptorMutation mutation = {i == 0 ? true : deRandom_getBool(&m_random), in iterate() local
1163 const auto& lastWrite = mutation.writes.back(); in iterate()
1164 if (mutation.update) in iterate()
1177 …tcu::Vec4 color = expectedColor + (val0 + val1) * tcu::Vec4(static_cast<float>(mutation.numD… in iterate()
1184 descriptorMutations.push_back(mutation); in iterate()
1202 for (auto mutation : descriptorMutations) in iterate() local
1204 if (mutation.update) in iterate()
1206 for (const auto &write : mutation.writes) in iterate()
1247 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/node/deps/npm/node_modules/asap/
DREADME.md138 The following browsers allow the use of [DOM mutation observers][] to access
144 [DOM mutation observers]: http://dom.spec.whatwg.org/#mutation-observers
154 In the absense of mutation observers, there are a few browsers, and situations
170 In the absense of mutation observers, these browsers and the following browsers
/third_party/json/test/thirdparty/Fuzzer/test/
Dfuzzer-leak.test33 ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
/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
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-locks.md26 * The registry you installed from is no longer available, or allows mutation of versions (unlike th…
/third_party/openGLES/extensions/INTEL/
DINTEL_map_texture.txt243 texture data mutation needs to be guaranteed as is done already
/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/rust/crates/cxx/book/src/
Dextern-c++.md45 FFI bridge. For mutation support, the bridge is required to use `Pin<&mut

12