HomeSort by relevance Sort by last modified time
    Searched refs:arg1 (Results 251 - 275 of 1838) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.2/
slf4j-api-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.5/
slf4j-api-1.7.5.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 142 String arg1,
153 public void elementDecl(String arg0, String arg1) throws SAXException
160 public void externalEntityDecl(String arg0, String arg1, String arg2)
168 public void internalEntityDecl(String arg0, String arg1)
290 public void ignorableWhitespace(char[] arg0, int arg1, int arg2)
293 m_saxHandler.ignorableWhitespace(arg0,arg1,arg2);
401 public void comment(char[] arg0, int arg1, int arg2) throws SAXException
405 m_lexHandler.comment(arg0, arg1, arg2);
408 super.fireCommentEvent(arg0, arg1, arg2);
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 131 String callId = (String) args.arg1;
143 mPhone.internalBringToForeground(msg.arg1 == 1);
146 mPhone.internalSetCanAddCall(msg.arg1 == 1);
154 String callId = (String) args.arg1;
165 int requestId = msg.arg1;
171 int reason = msg.arg1;
177 int error = msg.arg1;
217 args.arg1 = callId;
246 args.arg1 = callId;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
rule-methods.rb 32 a[arg1, arg2] returns [l]
35 l = [$arg1, $arg2]
36 $arg1 = "gnarz"
  /external/clang/test/CodeGen/
arm-swiftcall.c 15 SWIFTCALL void indirect_result_1(OUT int *arg0, OUT float *arg1) {}
19 SWIFTCALL int indirect_result_2(OUT int *arg0, OUT float *arg1) { __builtin_unreachable(); }
23 SWIFTCALL struct_reallybig indirect_result_3(OUT int *arg0, OUT float *arg1) { __builtin_unreachable(); }
  /external/python/cpython3/Lib/test/
inspect_fodder2.py 40 def manyargs(arg1, arg2,
102 def keyworded(*arg1, arg2=1):
106 def annotated(arg1: list):
  /external/shflags/src/
shflags_test_defines.sh 21 _flags_define arg1 >"${stdoutF}" 2>"${stderrF}"
26 _flags_define arg1 arg2 >"${stdoutF}" 2>"${stderrF}"
31 _flags_define arg1 arg2 arg3 >"${stdoutF}" 2>"${stderrF}"
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTriggerModule.java 160 listener.onServiceStateChange(msg.arg1);
185 int what, int arg1, int arg2, Object obj) {
195 Message m = handler.obtainMessage(what, arg1, arg2, obj);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
MockDatagramChannel.java 65 public int send(ByteBuffer arg0, SocketAddress arg1) throws IOException {
75 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
85 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerStateMachine.java 189 if (msg.arg1 == BluetoothProfile.STATE_CONNECTED) {
230 Utils.getByteAddress(device), msg.arg1, msg.arg2);
233 a2dpSinkService.informAvrcpPassThroughCmd(device, msg.arg1, msg.arg2);
239 mRemoteDevice.getBluetoothAddress(), msg.arg1, msg.arg2);
244 mGetFolderList.setBounds((int) msg.arg1, (int) msg.arg2);
252 mGetFolderList.setBounds(msg.arg1, msg.arg2);
260 mRemoteDevice.getBluetoothAddress(), (byte) msg.arg1,
267 int direction = msg.arg1;
275 mRemoteDevice.getBluetoothAddress(), (byte) msg.arg1,
279 sendMessage(MESSAGE_INTERNAL_BROWSE_DEPTH_INCREMENT, (byte) msg.arg1);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareManager.java 525 new WifiAwareSession(mgr, mBinder, msg.arg1));
548 msg.arg1 = clientId;
557 msg.arg1 = reason;
618 onProxySessionStarted(msg.arg1);
634 onProxySessionTerminated(msg.arg1);
650 mOriginalCallback.onServiceDiscovered(new PeerHandle(msg.arg1),
655 new PeerHandle(msg.arg1),
662 mOriginalCallback.onMessageSendSucceeded(msg.arg1);
665 mOriginalCallback.onMessageSendFailed(msg.arg1);
668 mOriginalCallback.onMessageReceived(new PeerHandle(msg.arg1),
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/embms/cts/
MbmsDownloadCallbackTest.java 40 args.arg1 = request;
63 args.arg1 = request;
91 assertEquals(request, progressArgs.arg1);
100 assertEquals(request, stateArgs.arg1);
  /device/google/contexthub/firmware/lib/libm/
wf_asin.c 44 exc.arg1 = exc.arg2 = (double)x;
wf_fmod.c 42 exc.arg1 = (double)x;
  /device/google/contexthub/firmware/os/inc/
cpu.h 45 void (*method)(uintptr_t, uintptr_t), uintptr_t arg1, uintptr_t arg2);
  /external/freetype/src/cid/
cidparse.c 65 FT_Byte *arg1, *arg2; local
192 arg1 = parser->root.cursor;
214 if ( ft_strncmp( (char*)arg1, "(Hex)", 5 ) == 0 )
240 arg1 = arg2;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
3-3.c 206 thestruct arg1, arg2; local
262 arg1.sig = SIGUSR1;
265 arg1.sem = &semsig1;
269 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
4-2.c 226 thestruct arg1, arg2; local
274 arg1.sig = SIGUSR1;
277 arg1.sem = &semsig1;
281 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
2-1.c 190 thestruct arg1, arg2; local
237 arg1.sig = SIGUSR1;
240 arg1.sem = &semsig1;
244 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
6-3.c 171 struct thestruct arg1, arg2; local
220 arg1.sig = SIGUSR1;
223 arg1.sem = &semsig1;
227 ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
8-1.c 213 thestruct arg1, arg2; local
267 arg1.sig = SIGUSR1;
270 arg1.sem = &semsig1;
274 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
6-1.c 221 thestruct arg1, arg2; local
275 arg1.sig = SIGUSR1;
278 arg1.sem = &semsig1;
282 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
5-1.c 204 thestruct arg1, arg2; local
260 arg1.sig = SIGUSR1;
263 arg1.sem = &semsig1;
267 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
18-1.c 228 thestruct arg1, arg2; local
282 arg1.sig = SIGUSR1;
285 arg1.sem = &semsig1;
289 if ((ret = pthread_create(&th_sig1, NULL, sendsig, (void *)&arg1))) {

Completed in 931 milliseconds

<<11121314151617181920>>