Searched refs:mutator (Results 1 – 8 of 8) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_runqueue.cpp | 125 std::thread mutator([&q, &done]() { in test_empty_runqueue() local 154 mutator.join(); in test_empty_runqueue()
|
/external/freetype/src/tools/ftfuzzer/ |
D | README | 53 mutator that uses an uncompressed tar file archive as the input. The
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 317 Some collectors need to be informed when the mutator (the program that needs 746 The mutator carefully maintains a linked list of stack roots. 749 The mutator maintains a reference count for each object and frees an object 768 Denotes a multithreaded mutator; the collector must still stop the mutator 770 multithreaded mutator is a complicated problem. It generally requires highly 775 In this technique, the mutator and the collector run concurrently, with the 776 goal of eliminating pause times. In a *cooperative* collector, the mutator
|
D | ProgrammersManual.rst | 2473 public mutator methods, instead, simply call ``setName`` on a value, which will
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | README.txt | 135 Only a concurrent mutator can trigger a collection at the libcall safe point.
|
/external/llvm/lib/CodeGen/ |
D | README.txt | 135 Only a concurrent mutator can trigger a collection at the libcall safe point.
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 1624 MockMutator mutator; 1625 EXPECT_CALL(mutator, Mutate(true, _)) 1629 In this example, when `mutator.Mutate()` is called, we will assign 5 1653 MockMutator mutator; 1654 EXPECT_CALL(mutator, MutateInt(_)) 1675 MockArrayMutator mutator; 1677 EXPECT_CALL(mutator, Mutate(NotNull(), 5))
|
/external/freetype/ |
D | ChangeLog.26 | 2447 mutator for libFuzzer that can mutate tarballs in a sensible way.
|