HomeSort by relevance Sort by last modified time
    Searched defs:simulation (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.cpp 23 mType(deuteranomaly), mMode(simulation), mDirty(true) {
143 // simulation: type of color blindness to simulate:
145 mat4 simulation; local
147 // correction: type of color blindness correction (should match the simulation above):
148 // set to identity, errp, errd, errt ([0] for simulation only)
154 simulation = lms2lmsp;
160 simulation = lms2lmsd;
166 simulation = lms2lmst;
173 (simulation * rgb2lms + correction * (rgb2lms - simulation * rgb2lms))
    [all...]
Daltonizer.h 36 simulation, enumerator in enum:android::Daltonizer::Mode
  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 5 // The tests in this file attempt to verify the following through simulation:
39 // of the simulation tests.
63 // A simple two-phase discrete time simulation. Actors are added in the order
79 // Adds an |actor| to the simulation. The client of the simulation maintains
81 // simulation. Actors should be added in the order you wish for them to
82 // act at each tick of the simulation.
87 // Runs the simulation for, pretending |time_between_ticks| passes from one
89 // simulation will stop when the simulated duration is equal to or greater
118 // Represents a web server in a simulation of a server under attack b
503 DiscreteTimeSimulation simulation; local
618 DiscreteTimeSimulation simulation; local
    [all...]

Completed in 3736 milliseconds