HomeSort by relevance Sort by last modified time
    Searched refs:Mutator (Results 1 - 13 of 13) sorted by null

  /art/test/068-classloader/src-ex/
Mutator.java 18 * Simple mutator to change a static field of the mutator target. This will require a dex-cache
21 public class Mutator {
  /bionic/libc/private/
WriteProtected.h 72 template <typename Mutator>
73 void mutate(Mutator mutator) {
78 mutator(&contents.value);
  /frameworks/av/include/media/
SingleStateQueue.h 32 class Mutator;
44 friend class Mutator;
55 class Mutator {
57 Mutator(Shared *shared)
60 // exactly one of Mutator and Observer must initialize, currently it is Observer
112 // exactly one of Mutator and Observer must initialize, currently it is Observer
149 // (optional) used to indicate to the Mutator that the state that has been polled
  /frameworks/av/include/media/nbaio/
MonoPipe.h 101 ExtendedTimestampSingleStateQueue::Mutator mTimestampMutator;
  /external/llvm/lib/Fuzzer/test/
FuzzerUnittest.cpp 78 typedef size_t (MutationDispatcher::*Mutator)(uint8_t *Data, size_t Size,
81 void TestEraseByte(Mutator M, int NumIter) {
115 void TestInsertByte(Mutator M, int NumIter) {
149 void TestChangeByte(Mutator M, int NumIter) {
183 void TestChangeBit(Mutator M, int NumIter) {
217 void TestShuffleBytes(Mutator M, int NumIter) {
245 void TestAddWordFromDictionary(Mutator M, int NumIter) {
285 void TestChangeASCIIInteger(Mutator M, int NumIter) {
  /external/llvm/lib/Fuzzer/
FuzzerMutate.cpp 20 struct Mutator {
27 std::vector<Mutator> Mutators;
28 std::vector<Mutator> CurrentMutatorSequence;
31 void Add(Mutator M) { Mutators.push_back(M); }
  /frameworks/av/include/private/media/
AudioTrackShared.h 402 PlaybackRateQueue::Mutator mPlaybackRateMutator;
446 StaticAudioTrackSingleStateQueue::Mutator mMutator;
538 ExtendedTimestampQueue::Mutator mTimestampMutator;
630 StaticAudioTrackPosLoopQueue::Mutator mPosLoopMutator;
  /build/blueprint/
module_ctx.go 31 // A Module can be split into multiple Modules by a Mutator. All existing
33 // modified as necessary by the Mutator.
386 // A Mutator function is called for each Module, and can use
392 // The Mutator function should only modify members of properties structs, and not
394 // if a second Mutator chooses to split the module a second time.
408 // when the Mutator is later called on it, the dependency of the depending module will
457 // Does not affect the ordering of the current mutator pass, but will be ordered
458 // correctly for all future mutator passes.
469 // Does not affect the ordering of the current mutator pass, but will be ordered
470 // correctly for all future mutator passes. All reverse dependencies for a destination module ar
    [all...]
context.go 172 // Mutator is the axis on which this variation applies, i.e. "arch" or "link"
173 Mutator string
179 // A variationMap stores a map of Mutator to Variation to specify a variant of a module.
225 mutator EarlyMutator
260 // generation for the module. If a Mutator splits a module into multiple variants,
367 // RegisterTopDownMutator registers a mutator that will be invoked to propagate
368 // dependency info top-down between Modules. Each registered mutator
373 // The mutator type names given here must be unique to all top down mutators in
375 func (c *Context) RegisterTopDownMutator(name string, mutator TopDownMutator) {
378 panic(fmt.Errorf("mutator name %s is already registered", name)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 40 // change to black without the mutator noticing seems prohibitive.
42 // Consider the following example where the mutator writes into
48 // Mutator thread GC thread
58 // barriers, which will slow down both the mutator and the GC, we always grey
63 // heap. On relaxed memory machines, it's possible for a mutator to
68 // mark the object, even though it's reachable. However, the mutator
mgc.go 10 // The GC runs concurrently with mutator threads, is type accurate (aka precise), allows multiple
228 // gcBlackenEnabled is 1 if mutator assists and background mark
266 // is mutator assists, which happen in response to allocations and are
295 // work to do in mutator assists and background marking.
321 // the background scan and stolen by mutator assists. This is
326 // assistTime is the nanoseconds spent in mutator assists
353 // mutator assists were enabled.
367 // that should be performed by mutator assists. This is
466 // mutator utilization, heap size, or assist time and it
468 // mutator outpace the garbage collector
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 40 // change to black without the mutator noticing seems prohibitive.
42 // Consider the following example where the mutator writes into
48 // Mutator thread GC thread
58 // barriers, which will slow down both the mutator and the GC, we always grey
63 // heap. On relaxed memory machines, it's possible for a mutator to
68 // mark the object, even though it's reachable. However, the mutator
mgc.go 10 // The GC runs concurrently with mutator threads, is type accurate (aka precise), allows multiple
228 // gcBlackenEnabled is 1 if mutator assists and background mark
266 // is mutator assists, which happen in response to allocations and are
295 // work to do in mutator assists and background marking.
321 // the background scan and stolen by mutator assists. This is
326 // assistTime is the nanoseconds spent in mutator assists
353 // mutator assists were enabled.
367 // that should be performed by mutator assists. This is
466 // mutator utilization, heap size, or assist time and it
468 // mutator outpace the garbage collector
    [all...]

Completed in 544 milliseconds