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

  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.cpp 81 processSwitch(event.code, event.value);
93 void SwitchInputMapper::processSwitch(int32_t switchCode, int32_t switchValue) {
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 47 bool processSwitch(SwitchInst *SI);
221 /// processSwitch - Simplify a switch instruction by removing cases which can
228 bool CorrelatedValuePropagation::processSwitch(SwitchInst *SI) {
397 BBChanged |= processSwitch(cast<SwitchInst>(Term));
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]

Completed in 234 milliseconds