Home
last modified time | relevance | path

Searched refs:mutation (Results 1 – 25 of 40) 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",
Dmutator.h55 const Mutation& mutation,
DCMakeLists.txt41 mutation.h
56 mutation.cc
/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/icu/icu4c/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/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/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/typescript_eslint/packages/eslint-plugin/docs/rules/
Dprefer-readonly-parameter-types.md1 # Requires that function parameters are typed as readonly to prevent accidental mutation of inputs …
/third_party/grpc/doc/
Denvironment_variables.md98 - metadata - tracks creation and mutation of metadata
/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/boost/libs/thread/doc/
Dsynchronized_value_ref.qbk97 // mutation
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Ddom_renderer.dart96 /// already in the right place, skip DOM mutation. This is both faster and
/third_party/boost/libs/bimap/doc/reference/
Dbimap.qbk51 modifying, which allows for the mutation of elements in a controlled
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/
Druler.dart591 // expensive than paying the cost of the DOM mutation to clean it.
/third_party/typescript_eslint/packages/eslint-plugin/
DREADME.md161 …es that function parameters are typed as readonly to prevent accidental mutation of inputs …

12