/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
D | mutator_debugger.cc | 40 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()
|
D | fuzzer.cc | 166 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()
|
D | CMakeLists.txt | 21 mutator.cc 33 mutator.h 87 mutator.cc 99 mutator.h
|
D | util.cc | 76 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()
|
D | util.h | 74 void LogMutatorError(const Mutator& mutator, const std::string& error_dir);
|
/third_party/flutter/engine/flutter/flow/ |
D | mutators_stack_unittests.cc | 145 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/ |
D | es5.js | 339 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 …]
|
D | tests.js | 788 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/ |
D | BUILD.gn | 53 "mutator.cc", 54 "mutator.h",
|
D | CMakeLists.txt | 45 mutator.h 60 mutator.cc
|
/third_party/node/test/es-module/ |
D | test-esm-snapshot.mjs | 2 import '../fixtures/es-modules/esm-snapshot-mutator.js';
|
/third_party/jsframework/runtime/main/reactivity/ |
D | array.js | 24 def(arrayMethods, method, function mutator() { function
|
/third_party/typescript/tests/cases/compiler/ |
D | complexRecursiveCollections.ts | 78 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/ |
D | complexRecursiveCollections.js | 78 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;
|
D | complexRecursiveCollections.types | 294 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 …]
|
D | complexRecursiveCollections.errors.txt | 90 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;
|
D | complexRecursiveCollections.symbols | 481 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/ |
D | README.txt | 135 Only a concurrent mutator can trigger a collection at the libcall safe point.
|
/third_party/googletest/docs/ |
D | gmock_cook_book.md | 1965 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/ |
D | ChangeLog.26 | 2447 mutator for libFuzzer that can mutate tarballs in a sensible way.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.26 | 2447 mutator for libFuzzer that can mutate tarballs in a sensible way.
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.26 | 2447 mutator for libFuzzer that can mutate tarballs in a sensible way.
|