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

  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 173 const int command2 = 1234568; local
175 MenuError* error2 = new MenuError(command2);
181 int index2 = model.GetIndexOfCommandId(command2);
  /frameworks/av/services/audiopolicy/
AudioPolicyService.cpp 781 sp<AudioCommand> command2 = mAudioCommands[i]; local
783 if (command2->mTime <= command->mTime) break;
789 if ((command2->mCommand != CREATE_AUDIO_PATCH) &&
790 (command2->mCommand != RELEASE_AUDIO_PATCH)) {
793 } else if (command2->mCommand != command->mCommand) continue;
798 ParametersData *data2 = (ParametersData *)command2->mParam.get();
822 removedCommands.add(command2);
826 command->mTime = command2->mTime;
834 VolumeData *data2 = (VolumeData *)command2->mParam.get();
839 removedCommands.add(command2);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd.py 95 >>> mycmd.print_topics("header", ["command1", "command2"], 2 ,10)
99 command2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd.py 95 >>> mycmd.print_topics("header", ["command1", "command2"], 2 ,10)
99 command2

Completed in 55 milliseconds