Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 3 of 3) sorted by relevance

/development/samples/USB/AdbTest/src/com/android/adb/
DAdbMessage.java51 public void set(int command, int arg0, int arg1, byte[] data) { in set()
63 public void set(int command, int arg0, int arg1) { in set()
66 public void set(int command, int arg0, int arg1, String data) { in set()
/development/tools/axl/
Dsingletonmixin.py134 def __init__(self, arg1, arg2): argument
150 def __init__(self, arg1, arg2): argument
187 def __init__(self, arg1, arg2): argument
/development/host/windows/usb/adb_winapi_test/
Dadb_winapi_test.cpp60 unsigned int arg1; /* second argument */ member