HomeSort by relevance Sort by last modified time
    Searched full:arg1 (Results 476 - 500 of 2392) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/main/
atifragshader.c 151 GLuint dstMask, GLuint dstMod, GLuint arg1,
167 fprintf(stderr, ", %s, %s, %d", _mesa_lookup_enum_by_nr(arg1),
589 GLuint dstMask, GLuint dstMod, GLuint arg1,
655 (((arg1 == GL_SECONDARY_INTERPOLATOR_ATI) && ((arg1Rep == GL_ALPHA) || (arg1Rep == GL_NONE))) ||
660 if (!check_arith_arg(curProg, optype, arg1, arg1Rep)) {
672 if ((arg1 >= GL_CON_0_ATI) && (arg1 <= GL_CON_7_ATI) &&
675 (arg1 != arg2) && (arg1 != arg3) && (arg2 != arg3)) {
684 curI->SrcReg[optype][0].Index = arg1;
    [all...]
  /external/syslinux/efi64/include/efi/x86_64/
efibind.h 316 UINT64 efi_call1(void *func, UINT64 arg1);
317 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2);
318 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3);
319 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
321 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
323 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
325 UINT64 efi_call7(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
327 UINT64 efi_call8(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
330 UINT64 efi_call9(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
333 UINT64 efi_call10(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
efibind.h 316 UINT64 efi_call1(void *func, UINT64 arg1);
317 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2);
318 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3);
319 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
321 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
323 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
325 UINT64 efi_call7(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
327 UINT64 efi_call8(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
330 UINT64 efi_call9(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
333 UINT64 efi_call10(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_syscalls.inc 602 PRE_SYSCALL(shutdown)(long arg0, long arg1) {}
604 POST_SYSCALL(shutdown)(long res, long arg0, long arg1) {}
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 708 public void glBindBuffer(int arg0, int arg1) {
709 ((GL11)mGL).glBindBuffer(arg0, arg1);
713 public void glBufferData(int arg0, int arg1, Buffer arg2, int arg3) {
714 ((GL11)mGL).glBufferData(arg0, arg1, arg2, arg3);
718 public void glBufferSubData(int arg0, int arg1, int arg2, Buffer arg3) {
719 ((GL11)mGL).glBufferSubData(arg0, arg1, arg2, arg3);
723 public void glClipPlanef(int arg0, FloatBuffer arg1) {
724 ((GL11)mGL).glClipPlanef(arg0, arg1);
728 public void glClipPlanef(int arg0, float[] arg1, int arg2) {
729 ((GL11)mGL).glClipPlanef(arg0, arg1, arg2)
    [all...]
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 122 extern "C" void name(void *arg1, void *arg2) { \
125 fn(arg1, arg2); \
130 extern "C" void name(void *arg1, void *arg2, void *arg3) { \
133 fn(arg1, arg2, arg3); \
154 extern "C" void *name(void *arg1, void *arg2) { \
157 return fn(arg1, arg2); \
162 extern "C" void *name(void *arg1, void *arg2, void *arg3) { \
165 return fn(arg1, arg2, arg3); \
170 extern "C" void *name(void *arg1, void *arg2, void *arg3, void *arg4) { \
173 return fn(arg1, arg2, arg3, arg4);
    [all...]
  /external/llvm/test/CodeGen/X86/
xop-intrinsics-fast-isel.ll 18 %arg1 = bitcast <2 x i64> %a1 to <8 x i16>
20 %res = call <8 x i16> @llvm.x86.xop.vpmacssww(<8 x i16> %arg0, <8 x i16> %arg1, <8 x i16> %arg2)
37 %arg1 = bitcast <2 x i64> %a1 to <8 x i16>
39 %res = call <8 x i16> @llvm.x86.xop.vpmacsww(<8 x i16> %arg0, <8 x i16> %arg1, <8 x i16> %arg2)
56 %arg1 = bitcast <2 x i64> %a1 to <8 x i16>
58 %res = call <4 x i32> @llvm.x86.xop.vpmacsswd(<8 x i16> %arg0, <8 x i16> %arg1, <4 x i32> %arg2)
75 %arg1 = bitcast <2 x i64> %a1 to <8 x i16>
77 %res = call <4 x i32> @llvm.x86.xop.vpmacswd(<8 x i16> %arg0, <8 x i16> %arg1, <4 x i32> %arg2)
94 %arg1 = bitcast <2 x i64> %a1 to <4 x i32>
96 %res = call <4 x i32> @llvm.x86.xop.vpmacssdd(<4 x i32> %arg0, <4 x i32> %arg1, <4 x i32> %arg2
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.h 334 const struct brw_reg *arg1);
343 const struct brw_reg *arg1,
359 const struct brw_reg *arg1);
364 const struct brw_reg *arg1);
369 const struct brw_reg *arg1);
374 const struct brw_reg *arg1);
377 struct brw_reg *arg1,
393 const struct brw_reg *arg1,
399 const struct brw_reg *arg1,
411 const struct brw_reg *arg1);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 181 args.arg1 = adapter;
194 args.arg1 = adapter;
213 args.arg1 = connectionManagerPhoneAccount;
230 args.arg1 = id;
248 args.arg1 = callId;
264 args.arg1 = callId;
277 args.arg1 = callId;
291 args.arg1 = callId;
304 args.arg1 = callId;
317 args.arg1 = callId
    [all...]
  /cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
JvmtiHostTest.java 236 public void testAssumptionFailure(TestIdentifier arg0, String arg1) {
238 mErrors.add(arg0.toString() + " " + arg1);
242 public void testEnded(TestIdentifier arg0, Map<String, String> arg1) {}
245 public void testFailed(TestIdentifier arg0, String arg1) {
247 mErrors.add(arg0.toString() + " " + arg1);
254 public void testRunEnded(long arg0, Map<String, String> arg1) {}
263 public void testRunStarted(String arg0, int arg1) {
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-linux.c 63 /* Call f(arg1), but first switch stacks, using 'stack' as the new
70 Word arg1 );
74 // %rcx == arg1
82 " pushq %rcx\n" // arg1 to stack
98 " popq %rdi\n" // arg1 to correct arg reg
152 " movq %rdx, %rdi\n" // syscall arg1: flags
165 " pop %rdi\n" // pop fn arg1: arg
169 " movq %rax, %rdi\n" // arg1: return value from fn
349 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
354 if (ARG1 & VKI_CLONE_PARENT_SETTID)
    [all...]
syswrap-mips64-linux.c 75 /* Call f(arg1), but first switch stacks, using 'stack' as the new stack, and
82 Word arg1 ); /* $7 - $a3 */
88 " move $4, $7\n" /* arg1 to $4 */
346 PRINT("sys_unshare ( %lu )", ARG1);
360 PRINT("sys_ustat ( %#lx, %#lx)", ARG1, ARG2);
366 PRINT("sys_swapon ( %#lx, %#lx )", ARG1, ARG2);
372 PRINT("sys_swapoff ( %#lx )", ARG1);
385 PRINT("cacheflush (%lx, %lx, %lx)", ARG1, ARG2, ARG3);
388 VG_ (discard_translations) ((Addr)ARG1, (ULong) ARG2,
406 PRINT ("sys_setdomainname ( %#lx, %ld )", ARG1, SARG2)
    [all...]
syswrap-arm64-linux.c 58 /* Call f(arg1), but first switch stacks, using 'stack' as the new
65 Word arg1 );
69 // r3 = arg1
160 " mov x0, x2\n" // syscall arg1: flags
173 " ldr x0, [sp, #8]\n" // pop fn arg1: arg
178 " mov x0, x0\n" // arg1: return value from fn
420 //ZZ ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
426 //ZZ r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
445 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
451 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 )
    [all...]
syswrap-x86-linux.c 69 /* Call f(arg1), but first switch stacks, using 'stack' as the new
76 Word arg1 );
80 // 16(%esp) == arg1
88 " pushl 16(%esi)\n" // arg1 to stack, %esp is 16-byte aligned
160 " movl 8+"FSZ"(%esp), %ebx\n" /* syscall arg1: flags */
174 " movl %eax, %ebx\n" /* arg1: return value from fn */
801 PRE_MEM_READ( "old_select(args)", ARG1, 5*sizeof(UWord) );
804 UInt* arg_struct = (UInt*)ARG1;
830 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
835 if (ARG1 & VKI_CLONE_PARENT_SETTID)
    [all...]
syswrap-mips32-linux.c 76 /* Call f(arg1), but first switch stacks, using 'stack' as the new
82 void (*f) (Word), Word arg1);
86 // a3 = arg1
93 " move $4, $7\n\t" // arg1 to $a0
226 UWord arg1, UWord arg2, UWord arg3,
392 UWord arg1, UWord arg2, UWord arg3,
406 if (!VG_IS_PAGE_ALIGNED(arg1)) {
423 mreq.start = arg1;
428 if (arg1 != 0) {
501 vg_assert(sr_Res(sres) == arg1);
    [all...]
syswrap-linux.c 541 ARG1,(HChar*)ARG1, ARG2,(HChar*)ARG2, ARG3,(HChar*)ARG3, ARG4, ARG5);
545 if (ARG1)
546 PRE_MEM_RASCIIZ( "mount(source)", ARG1);
553 PRINT("sys_oldumount( %#lx )", ARG1);
555 PRE_MEM_RASCIIZ( "umount(path)", ARG1);
560 PRINT("sys_umount( %#lx, %ld )", ARG1, SARG2);
562 PRE_MEM_RASCIIZ( "umount2(path)", ARG1);
570 PRINT("sys_pivot_root ( %s %s )", (HChar*)ARG1, (HChar*)ARG2);
572 PRE_MEM_RASCIIZ( "pivot_root(new_root)", ARG1);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
MessageQueueTest.java 164 msg.arg1 = 456;
186 if (newMsg.arg1 != 456) {
188 "newMsg.arg1 is %d should be %d after copyFrom", msg.arg1, 456)));
232 if (msg.arg1 != 456) {
234 "msg.arg1 is %d should be %d when processing # %d",
235 msg.arg1, 456, msg.what)));
  /packages/apps/Dialer/java/com/android/incallui/
ContactsAsyncHelper.java 76 switch (msg.arg1) {
142 msg.arg1 = EVENT_LOAD_IMAGE;
174 switch (msg.arg1) {
194 + msg.arg1
205 + msg.arg1
230 reply.arg1 = msg.arg1;
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerStateMachine.java 187 if (msg.arg1 == BluetoothProfile.STATE_CONNECTED) {
241 .sendPassThroughCommandNative(Utils.getByteAddress(device), msg.arg1,
245 a2dpSinkService.informAvrcpPassThroughCmd(device, msg.arg1, msg.arg2);
251 mRemoteDevice.getBluetoothAddress(), msg.arg1, msg.arg2);
256 mGetFolderList.setBounds((int) msg.arg1, (int) msg.arg2);
264 mGetFolderList.setBounds(msg.arg1, msg.arg2);
272 mRemoteDevice.getBluetoothAddress(), (byte) msg.arg1,
279 int direction = msg.arg1;
287 mRemoteDevice.getBluetoothAddress(), (byte) msg.arg1,
291 sendMessage(MESSAGE_INTERNAL_BROWSE_DEPTH_INCREMENT, (byte) msg.arg1);
    [all...]
  /external/valgrind/
README_MISSING_SYSCALL_OR_IOCTL 52 PRINT("sys_time ( %p )",ARG1);
54 if (ARG1 != 0) {
55 PRE_MEM_WRITE( "time(t)", ARG1, sizeof(vki_time_t) );
61 if (ARG1 != 0) {
62 POST_MEM_WRITE( ARG1, sizeof(vki_time_t) );
78 if (ARG1 != 0) {
79 PRE_MEM_WRITE( "time", ARG1, sizeof(vki_time_t) );
86 if (ARG1 != 0) {
87 POST_MEM_WRITE( ARG1, sizeof(vki_time_t) );
  /external/deqp/framework/common/
tcuInterval.cpp 48 Interval applyMonotone (DoubleFunc2& func, const Interval& arg0, const Interval& arg1)
52 TCU_INTERVAL_APPLY_MONOTONE2(ret, x, arg0, y, arg1, val,
58 Interval applyMonotone (DoubleIntervalFunc2& func, const Interval& arg0, const Interval& arg1)
60 double lo0 = arg0.lo(), hi0 = arg0.hi(), lo1 = arg1.lo(), hi1 = arg1.hi();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandler.java 76 public Message obtainMessage(int what, int arg1, int arg2) {
77 return obtainMessage(what, arg1, arg2, null);
81 public Message obtainMessage(int what, int arg1, int arg2, Object obj) {
84 message.arg1 = arg1;
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
Logger.java 117 * @param arg1 the first argument
121 public void trace(String format, Object arg1, Object arg2);
188 * @param arg1 the first argument
192 public void trace(Marker marker, String format, Object arg1, Object arg2);
252 * @param arg1 the first argument
255 public void debug(String format, Object arg1, Object arg2);
317 * @param arg1 the first argument
320 public void debug(Marker marker, String format, Object arg1, Object arg2);
378 * @param arg1 the first argument
381 public void info(String format, Object arg1, Object arg2)
    [all...]
  /frameworks/base/core/java/android/app/
InstantAppResolverService.java 98 args.arg1 = callback;
113 args.arg1 = callback;
179 final IRemoteCallback callback = (IRemoteCallback) args.arg1;
182 final int sequence = message.arg1;
190 final IRemoteCallback callback = (IRemoteCallback) args.arg1;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CallbackHandler.java 64 listener.setEmergencyCallsOnly(msg.arg1 != 0);
74 signalCluster.setNoSims(msg.arg1 != 0);
89 signalCluster.setMobileDataEnabled(msg.arg1 != 0);
93 if (msg.arg1 != 0) {
100 if (msg.arg1 != 0) {

Completed in 1657 milliseconds

<<11121314151617181920>>