HomeSort by relevance Sort by last modified time
    Searched refs:SetCommand (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/java/android/hardware/camera2/impl/
SetCommand.java 22 public interface SetCommand {
CameraMetadataNative.java 444 SetCommand s = sSetCommandMap.get(key);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPCommands.java 309 public static final byte SetCommand = 1;
  /system/connectivity/wificond/net/
nl80211_packet.h 46 // See comment of SetCommand() for |command|.
91 void SetCommand(uint8_t command);
nl80211_packet.cpp 141 void NL80211Packet::SetCommand(uint8_t command) {
  /external/perf_data_converter/src/
intervalmap_test.cc 28 class SetCommand : public Command {
30 SetCommand(uint64 start, uint64 limit, const char* value)
149 return std::make_shared<SetCommand>(start, limit, value);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod003Test.java 60 JDWPCommands.EventRequestCommandSet.SetCommand);
NewInstance002Test.java 61 JDWPCommands.EventRequestCommandSet.SetCommand);
InvokeMethodTest.java 97 JDWPCommands.EventRequestCommandSet.SetCommand);
248 JDWPCommands.EventRequestCommandSet.SetCommand);
385 JDWPCommands.EventRequestCommandSet.SetCommand);
NewInstanceTest.java 93 JDWPCommands.EventRequestCommandSet.SetCommand);
283 JDWPCommands.EventRequestCommandSet.SetCommand);
InvokeMethod002Test.java 91 JDWPCommands.EventRequestCommandSet.SetCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
SingleStepTest.java 131 JDWPCommands.EventRequestCommandSet.SetCommand);
SingleStepWithLocationTest.java 104 JDWPCommands.EventRequestCommandSet.SetCommand);
VMDeath002Test.java 82 JDWPCommands.EventRequestCommandSet.SetCommand);
CombinedEventsTest.java 131 JDWPCommands.EventRequestCommandSet.SetCommand);
266 JDWPCommands.EventRequestCommandSet.SetCommand);
380 JDWPCommands.EventRequestCommandSet.SetCommand);
507 JDWPCommands.EventRequestCommandSet.SetCommand);
    [all...]
SingleStepThroughReflectionTest.java 91 JDWPCommands.EventRequestCommandSet.SetCommand);
CombinedEvents003Test.java 132 JDWPCommands.EventRequestCommandSet.SetCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
InvokeMethodTest.java 55 JDWPCommands.EventRequestCommandSet.SetCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
SingleStepTest.java 96 JDWPCommands.EventRequestCommandSet.SetCommand);
VMDeathTest.java 72 JDWPCommands.EventRequestCommandSet.SetCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethod002Test.java 60 JDWPCommands.EventRequestCommandSet.SetCommand);
InvokeMethod003Test.java 62 JDWPCommands.EventRequestCommandSet.SetCommand);
InvokeMethodDefault002Test.java 59 JDWPCommands.EventRequestCommandSet.SetCommand);
InvokeMethodDefaultTest.java 58 JDWPCommands.EventRequestCommandSet.SetCommand);
InvokeMethodTest.java 63 JDWPCommands.EventRequestCommandSet.SetCommand);

Completed in 155 milliseconds

1 2