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

  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java 66 public void switchStateChanged(int switchIndex, boolean switchState) {
67 if (switchIndex >= 0 && switchIndex < mSwitchDisplayers.size()) {
68 SwitchDisplayer sd = mSwitchDisplayers.get(switchIndex);
89 public void onSwitchStateChange(int switchIndex, Boolean switchState) {
90 switchStateChanged(switchIndex, switchState);
106 SwitchDisplayer(int switchIndex) {
108 switch (switchIndex) {
  /external/lzma/CPP/Common/
CommandLineParser.cpp 90 unsigned switchIndex = 0;
101 switchIndex = i;
114 CSwitchResult &sw = _switches[switchIndex];
115 const CSwitchForm &form = switchForms[switchIndex];
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 85 for (int switchIndex = 0; switchIndex < _switches.Length; switchIndex++)
87 int switchLen = switchForms[switchIndex].IDString.Length;
90 if (String.Compare(switchForms[switchIndex].IDString, 0,
93 matchedSwitchIndex = switchIndex;

Completed in 86 milliseconds