/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/node/deps/npm/lib/install/ |
D | audit.js | 265 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/ |
D | install.js | 748 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 …]
|
D | owner.js | 185 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/ |
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/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/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | cy_cy_FONIPA.txt | 82 # ɡ → ŋ 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/ |
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/node/deps/npm/node_modules/asap/ |
D | README.md | 138 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/ |
D | fuzzer-leak.test | 33 ACCUMULATE_ALLOCS: INFO: libFuzzer disabled leak detection after every mutation
|
/third_party/flatbuffers/docs/source/ |
D | Support.md | 25 Simple mutation | Yes | Yes | Yes | Yes | No | No | No | No …
|
D | TypeScriptUsage.md | 67 (requiring pre-order construction of all data, and making mutation harder).
|
D | CsharpUsage.md | 156 (requiring pre-order construction of all data, and making mutation harder). 161 allowing for convenient construction, access and mutation.
|
D | GoUsage.md | 84 // This mutation will fail because the mana field is not available in
|
D | SwiftUsage.md | 85 // This mutation will fail because the mana field is not available in
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.3.rst | 133 - intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | prefer-readonly-parameter-types.md | 1 # Requires that function parameters are typed as readonly to prevent accidental mutation of inputs …
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b3.rst | 171 and other list-based mutation operations. Avoid deprecation warnings by
|
/third_party/grpc/doc/ |
D | environment_variables.md | 98 - metadata - tracks creation and mutation of metadata
|