Home
last modified time | relevance | path

Searched refs:mutator (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator_debugger.cc40 std::unique_ptr<tint::fuzzers::spvtools_fuzzer::Mutator> mutator; in main() local
44 mutator = in main()
53 mutator = in main()
61 mutator = in main()
73 auto result = mutator->Mutate(); in main()
76 std::cerr << mutator->GetErrors() << std::endl; in main()
Dfuzzer.cc166 auto* mutator = mutator_cache->Get(binary); in LLVMFuzzerCustomMutator() local
167 assert(mutator && "Mutator must be present in the cache"); in LLVMFuzzerCustomMutator()
169 auto result = mutator->Mutate(); in LLVMFuzzerCustomMutator()
174 util::LogMutatorError(*mutator, context->params.error_dir); in LLVMFuzzerCustomMutator()
191 auto mutated = mutator->GetBinary(); in LLVMFuzzerCustomMutator()
DCMakeLists.txt21 mutator.cc
33 mutator.h
87 mutator.cc
99 mutator.h
Dutil.cc76 void LogMutatorError(const Mutator& mutator, const std::string& error_dir) { in LogMutatorError() argument
79 mutator.LogErrors(error_dir.empty() ? nullptr : &error_path, mutator_count++); in LogMutatorError()
Dutil.h74 void LogMutatorError(const Mutator& mutator, const std::string& error_dir);
/third_party/flutter/engine/flutter/flow/
Dmutators_stack_unittests.cc145 Mutator mutator = Mutator(rect); in TEST() local
146 ASSERT_TRUE(mutator.GetType() == MutatorType::clip_rect); in TEST()
147 ASSERT_TRUE(mutator.GetRect() == rect); in TEST()
172 Mutator mutator = Mutator(rect); in TEST() local
173 Mutator copy = Mutator(mutator); in TEST()
174 ASSERT_TRUE(mutator == copy); in TEST()
201 Mutator mutator = Mutator(matrix); in TEST() local
203 ASSERT_TRUE(mutator == otherMutator); in TEST()
219 ASSERT_FALSE(mutator2 == mutator); in TEST()
228 Mutator mutator = Mutator(rect); in TEST() local
[all …]
/third_party/node/deps/npm/node_modules/es-abstract/test/
Des5.js339 var mutator = mutatorDescriptor();
340 t.deepEqual(ES.FromPropertyDescriptor(mutator), {
341 get: mutator['[[Get]]'],
342 set: mutator['[[Set]]'],
343 enumerable: !!mutator['[[Enumerable]]'],
344 configurable: !!mutator['[[Configurable]]']
379 var mutator = mutatorDescriptor();
381 set: mutator['[[Set]]'],
382 enumerable: !!mutator['[[Enumerable]]'],
383 configurable: !!mutator['[[Configurable]]']
[all …]
Dtests.js788 var mutator = mutatorDescriptor();
789 t.deepEqual(ES.FromPropertyDescriptor(mutator), {
790 get: mutator['[[Get]]'],
791 set: mutator['[[Set]]'],
792 enumerable: !!mutator['[[Enumerable]]'],
793 configurable: !!mutator['[[Configurable]]']
828 var mutator = mutatorDescriptor();
830 set: mutator['[[Set]]'],
831 enumerable: !!mutator['[[Enumerable]]'],
832 configurable: !!mutator['[[Configurable]]']
[all …]
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
DBUILD.gn53 "mutator.cc",
54 "mutator.h",
DCMakeLists.txt45 mutator.h
60 mutator.cc
/third_party/node/test/es-module/
Dtest-esm-snapshot.mjs2 import '../fixtures/es-modules/esm-snapshot-mutator.js';
/third_party/jsframework/runtime/main/reactivity/
Darray.js24 def(arrayMethods, method, function mutator() { function
/third_party/typescript/tests/cases/compiler/
DcomplexRecursiveCollections.ts78 withMutations(mutator: (mutable: this) => any): this;
121 withMutations(mutator: (mutable: this) => any): this;
175 withMutations(mutator: (mutable: this) => any): this;
225 withMutations(mutator: (mutable: this) => any): this;
277 withMutations(mutator: (mutable: this) => any): this;
/third_party/typescript/tests/baselines/reference/
DcomplexRecursiveCollections.js78 withMutations(mutator: (mutable: this) => any): this;
121 withMutations(mutator: (mutable: this) => any): this;
175 withMutations(mutator: (mutable: this) => any): this;
225 withMutations(mutator: (mutable: this) => any): this;
277 withMutations(mutator: (mutable: this) => any): this;
DcomplexRecursiveCollections.types294 withMutations(mutator: (mutable: this) => any): this;
295 >withMutations : (mutator: (mutable: this) => any) => this
296 >mutator : (mutable: this) => any
484 withMutations(mutator: (mutable: this) => any): this;
485 >withMutations : (mutator: (mutable: this) => any) => this
486 >mutator : (mutable: this) => any
712 withMutations(mutator: (mutable: this) => any): this;
713 >withMutations : (mutator: (mutable: this) => any) => this
714 >mutator : (mutable: this) => any
909 withMutations(mutator: (mutable: this) => any): this;
[all …]
DcomplexRecursiveCollections.errors.txt90 withMutations(mutator: (mutable: this) => any): this;
133 withMutations(mutator: (mutable: this) => any): this;
187 withMutations(mutator: (mutable: this) => any): this;
237 withMutations(mutator: (mutable: this) => any): this;
289 withMutations(mutator: (mutable: this) => any): this;
DcomplexRecursiveCollections.symbols481 withMutations(mutator: (mutable: this) => any): this;
483 >mutator : Symbol(mutator, Decl(immutable.ts, 53, 18))
789 withMutations(mutator: (mutable: this) => any): this;
791 >mutator : Symbol(mutator, Decl(immutable.ts, 96, 18))
1229 withMutations(mutator: (mutable: this) => any): this;
1231 >mutator : Symbol(mutator, Decl(immutable.ts, 150, 18))
1581 withMutations(mutator: (mutable: this) => any): this;
1583 >mutator : Symbol(mutator, Decl(immutable.ts, 200, 18))
1890 withMutations(mutator: (mutable: this) => any): this;
1892 >mutator : Symbol(mutator, Decl(immutable.ts, 252, 20))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DREADME.txt135 Only a concurrent mutator can trigger a collection at the libcall safe point.
/third_party/googletest/docs/
Dgmock_cook_book.md1965 MockMutator mutator;
1966 EXPECT_CALL(mutator, Mutate(true, _))
1970 In this example, when `mutator.Mutate()` is called, we will assign 5 to the
1992 MockMutator mutator;
1993 EXPECT_CALL(mutator, MutateInt(_))
2016 MockArrayMutator mutator;
2018 EXPECT_CALL(mutator, Mutate(NotNull(), 5))
/third_party/freetype/docs/oldlogs/
DChangeLog.262447 mutator for libFuzzer that can mutate tarballs in a sensible way.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.262447 mutator for libFuzzer that can mutate tarballs in a sensible way.
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.262447 mutator for libFuzzer that can mutate tarballs in a sensible way.