| /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
| PropertiesTableModel.java | 85 public boolean isCellEditable(int arg0, int arg1) { 90 public void setValueAt(Object arg0, int arg1, int arg2) {
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_vs_emit.c | 455 struct brw_reg arg1, 462 (dst.file == arg1.file && dst.nr == arg1.nr)) { 465 func(c, tmp, arg0, arg1); 470 func(c, dst, arg0, arg1); 481 struct brw_reg arg1, 490 (dst.file == arg1.file && dst.nr == arg1.nr) || 494 func(c, tmp, arg0, arg1, arg2); 499 func(c, dst, arg0, arg1, arg2) [all...] |
| /external/pcre/dist2/src/sljit/ |
| sljitNativeARM_T2_32.c | 511 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_uw arg1, sljit_uw arg2) 514 arg1 must be register, TMP_REG1, imm 522 FAIL_IF(load_immediate(compiler, TMP_REG1, arg1)); 523 arg1 = TMP_REG1; 527 reg = (flags & ARG2_IMM) ? arg1 : arg2; 528 imm = (flags & ARG2_IMM) ? arg2 : arg1; 536 SLJIT_ASSERT(!(flags & SET_FLAGS) && (flags & ARG2_IMM) && arg1 == TMP_REG1); 672 FAIL_IF(load_immediate(compiler, TMP_REG1, arg1)); 673 arg1 = TMP_REG1; 687 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1) [all...] |
| sljitNativeARM_64.c | 515 static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 dst, sljit_sw arg1, sljit_sw arg2) 518 arg1 must be register, TMP_REG1, imm 529 if (arg1 == 0 && op != SLJIT_ADD && op != SLJIT_SUB) 530 arg1 = TMP_ZERO; 532 FAIL_IF(load_immediate(compiler, TMP_REG1, arg1)); 533 arg1 = TMP_REG1; 538 reg = (flags & ARG2_IMM) ? arg1 : arg2; 539 imm = (flags & ARG2_IMM) ? arg2 : arg1; 551 SLJIT_ASSERT(!(flags & SET_FLAGS) && (flags & ARG2_IMM) && arg1 == TMP_REG1); 615 FAIL_IF(push_inst(compiler, (UBFM ^ inv_bits) | RD(dst) | RN(arg1) | ((-imm & 0x1f) << 16) | ((31 - imm) << 10))) [all...] |
| /bootable/recovery/tests/component/ |
| updater_test.cpp | 100 expect(nullptr, "getprop(\"arg1\", \"arg2\")", kArgsParsingFailure); 182 expect(nullptr, "file_getprop(\"arg1\")", kArgsParsingFailure); 183 expect(nullptr, "file_getprop(\"arg1\", \"arg2\", \"arg3\")", kArgsParsingFailure); 230 expect(nullptr, "package_extract_dir(\"arg1\")", kArgsParsingFailure); 231 expect(nullptr, "package_extract_dir(\"arg1\", \"arg2\", \"arg3\")", kArgsParsingFailure); 327 expect(nullptr, "package_extract_file(\"arg1\", \"arg2\", \"arg3\")", kArgsParsingFailure); 379 expect(nullptr, "write_value(\"arg1\")", kArgsParsingFailure); 380 expect(nullptr, "write_value(\"arg1\", \"arg2\", \"arg3\")", kArgsParsingFailure); 412 expect(nullptr, "get_stage(\"arg1\", \"arg2\")", kArgsParsingFailure); 413 expect(nullptr, "get_stage(\"arg1\", \"arg2\", \"arg3\")", kArgsParsingFailure) [all...] |
| /external/v8/src/js/ |
| typedarray.js | 109 function TypedArrayCreate(constructor, arg0, arg1, arg2) { 110 if (IS_UNDEFINED(arg1)) { 113 var newTypedArray = new constructor(arg0, arg1, arg2); 125 function TypedArraySpeciesCreate(exemplar, arg0, arg1, arg2, conservative) { 129 return TypedArrayCreate(constructor, arg0, arg1, arg2); 255 function NAMEConstructor(arg1, arg2, arg3) { 257 if (IS_ARRAYBUFFER(arg1) || IS_SHAREDARRAYBUFFER(arg1)) { 258 NAMEConstructByArrayBuffer(this, arg1, arg2, arg3); 259 } else if (IS_TYPEDARRAY(arg1)) { [all...] |
| /frameworks/base/core/java/android/hardware/location/ |
| GeofenceHardwareImpl.java | 315 m.arg1 = monitoringType; 450 reaperMessage.arg1 = monitoringType; 454 m.arg1 = monitoringType; 462 m.arg1 = monitoringType; 534 message.arg1 = geofenceId; 580 geofenceId = msg.arg1; 593 geofenceId = msg.arg1; 636 geofenceId = msg.arg1; 650 geofenceId = msg.arg1; 689 int monitoringType = msg.arg1; [all...] |
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
| WifiController.java | 392 int pluggedType = msg.arg1; 478 if (msg.arg1 == 1) { 488 if (msg.arg1 != mDeferredEnableSerialNumber) { 516 deferredMsg.arg1 = ++mDeferredEnableSerialNumber; 560 if ((msg.arg1 == 1) && getConfigWiFiDisableInECBM) { 565 if (msg.arg1 == 1) { 568 deferMessage(obtainMessage(msg.what, msg.arg1, 1, msg.obj)); 631 if (msg.arg1 == 1) { 633 deferMessage(obtainMessage(msg.what, msg.arg1, 1, msg.obj)); 638 if (msg.arg1 != mDeferredEnableSerialNumber) [all...] |
| /external/valgrind/coregrind/m_syswrap/ |
| syswrap-arm-linux.c | 65 /* Call f(arg1), but first switch stacks, using 'stack' as the new 72 Word arg1 ); 76 // r3 = arg1 122 " mov r0, r2\n" /* arg1: flags */ 356 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); 362 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, 373 PRINT("sys_lstat64 ( %#lx(%s), %#lx )", ARG1, (HChar*)ARG1, ARG2); 375 PRE_MEM_RASCIIZ( "lstat64(file_name)", ARG1 ); 389 PRINT("sys_stat64 ( %#lx(%s), %#lx )", ARG1, (HChar*)ARG1, ARG2) [all...] |
| /external/deqp/modules/glshared/ |
| glsBuiltinPrecisionTests.cpp | 964 const ExprP<float>& arg1); 966 const ExprP<float>& arg1); 968 const ExprP<float>& arg1); 970 const ExprP<float>& arg1); 975 const ExprP<float>& arg1); 978 const ExprP<Vector<float, Size> >& arg1); 981 const ExprP<Vector<float, Size> >& arg1); 1121 typedef P1 Arg1; 1126 typedef typename Traits<Arg1>::IVal IArg1; 1130 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args 1618 const IArg1& arg1 = iargs.b; local [all...] |
| /cts/tests/tests/externalservice/common/src/android/externalservice/common/ |
| ServiceMessages.java | 24 // Response to MSG_IDENTIFY. arg1 is the UID, arg2 is the PID.
|
| /cts/tests/tests/os/assets/minijail/ |
| isolated-common-not-i386.policy | 25 setsockopt: arg1 == 1 && arg2 == 42
|
| /development/vndk/tools/header-checker/tests/input/ |
| example2.h | 55 bool Begin( T1 arg1, T2 arg2, int c);
|
| /device/google/contexthub/firmware/os/cpu/cortexm4/ |
| appSupport.c | 176 static uintptr_t __attribute__((naked)) callWithR9(const void *base, uint32_t offset, void *data, uintptr_t arg1, uintptr_t arg2) 217 void (*method)(uintptr_t, uintptr_t),uintptr_t arg1, uintptr_t arg2) 223 (void)callWithR9(0, (uint32_t)method, platInfo->data, arg1, arg2); 226 method(arg1, arg2);
|
| /device/google/contexthub/firmware/os/inc/ |
| cpu.h | 45 void (*method)(uintptr_t, uintptr_t), uintptr_t arg1, uintptr_t arg2);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| inspect_fodder2.py | 40 def manyargs(arg1, arg2,
|
| /device/linaro/bootloader/edk2/ArmPkg/Include/Library/ |
| ArmHvcLib.h | 24 UINTN Arg1;
|
| ArmSmcLib.h | 24 UINTN Arg1;
|
| /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
| PciHostBridge.asi | 122 // Arg1 = RegAddress
126 Or(ShiftLeft(Arg0, 16), ShiftLeft(Arg1, 8), Local0)
134 // Arg1 = RegAddress
139 Or(ShiftLeft(Arg0, 16), ShiftLeft(Arg1, 8), Local0)
|
| /external/chromium-libpac/test/js-unittest/ |
| bindings.js | 31 expectEquals('127.0.0.1', dnsResolve("arg1", "arg2", "arg3", "arg4"));
|
| /external/clang/test/CodeGenCXX/ |
| microsoft-abi-arg-order.cpp | 48 // X86: %[[arg1:[^ ]*]] = getelementptr inbounds [[argmem_ty]], [[argmem_ty]]* %[[argmem]], i32 0, i32 0 49 // X86: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@H@Z"(%struct.A* %[[arg1]], i32 1) 65 // X64: invoke %struct.A* @"\01??0A@@QEAA@H@Z"(%struct.A* %[[arg1:[^,]*]], i32 1) 67 // X64: (%struct.A* %[[arg1]], %struct.A* %[[arg2]], %struct.A* %[[arg3]])
|
| /external/clang/test/Rewriter/ |
| objc-modern-StretAPI.mm | 18 - (struct S) Meth : (int) arg1 : (id) arg2;
|
| /external/clang/test/SemaObjC/ |
| arc-objc-lifetime.m | 51 - (void) MMM : (NSObject*) arg0 : (NSObject<P>**)arg : (id) arg1 : (id<P>*) arg2 {} // expected-warning {{method parameter of type 'NSObject<P> *__autoreleasing *' with no explicit ownership}} \ 53 - (void) MM : (NSObject*) arg0 : (__strong NSObject**)arg : (id) arg1 : (__strong id*) arg2 {} 56 - (void) N : (__strong NSObject***) arg0 : (__strong NSObject<P>***)arg : (float**) arg1 : (double) arg2 {} 57 - (void) BLOCK : (T*) arg0 : (T)arg : (__strong T*) arg1 {} // expected-warning {{method parameter of type '__autoreleasing T *' (aka 'void (^__autoreleasing *)()') with no explicit ownership}}
|
| /external/clang/test/SemaTemplate/ |
| instantiate-expr-1.cpp | 115 template<typename Result, typename F, typename Arg1> 116 Result test_call_operator(F f, Arg1 arg1) { 120 return f(arg1);
|
| /external/javassist/src/main/javassist/tools/reflect/ |
| Loader.java | 43 * <ul><pre>% java javassist.tools.reflect.Loader Main arg1, ...</pre></ul> 45 * <p>This command runs <code>Main.main()</code> with <code>arg1</code>, ... 47 * <code>arg1</code>, ... 67 * <ul><pre>% java Main2 arg1, ...</pre></ul>
|