Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 6 of 6) sorted by relevance

/development/tools/axl/
Dsingletonmixin.py134 def __init__(self, arg1, arg2): argument
137 self.arg2 = arg2
142 self.assertEquals(b1.arg2, 'arg2 value')
150 def __init__(self, arg1, arg2): argument
153 self.arg2 = arg2
187 def __init__(self, arg1, arg2): argument
190 self.arg2 = arg2
/development/vndk/tools/header-checker/tests/input/
Dexample2.h56 bool Begin( T1 arg1, T2 arg2, int c);
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java169 int messagesPerConversation = msg.arg2 <= 0 ? 1 : msg.arg2; in handleMessage()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DServiceStartArguments.java74 if ((msg.arg2&Service.START_FLAG_REDELIVERY) == 0) { in handleMessage()
131 msg.arg2 = flags; in onStartCommand()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DDeviceListActivity.java157 public void onItemClick(AdapterView<?> av, View v, int arg2, long arg3) {
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DDeviceListActivity.java169 public void onItemClick(AdapterView<?> av, View v, int arg2, long arg3) {