Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_runqueue.cpp125 std::thread mutator([&q, &done]() { in test_empty_runqueue() local
154 mutator.join(); in test_empty_runqueue()
/external/freetype/src/tools/ftfuzzer/
DREADME53 mutator that uses an uncompressed tar file archive as the input. The
/external/llvm/docs/
DGarbageCollection.rst317 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
DProgrammersManual.rst2473 public mutator methods, instead, simply call ``setName`` on a value, which will
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DREADME.txt135 Only a concurrent mutator can trigger a collection at the libcall safe point.
/external/llvm/lib/CodeGen/
DREADME.txt135 Only a concurrent mutator can trigger a collection at the libcall safe point.
/external/googletest/googlemock/docs/
DCookBook.md1624 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/
DChangeLog.262447 mutator for libFuzzer that can mutate tarballs in a sensible way.