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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 177 {name: "ADDL", argLength: 2, reg: gp21sp, asm: "ADDL", commutative: true, clobberFlags: true}, // arg0 + arg1
180 {name: "ADDLcarry", argLength: 2, reg: gp21carry, asm: "ADDL", commutative: true, resultInArg0: true}, // arg0 + arg1, generates <carry,result> pair
182 {name: "ADCL", argLength: 3, reg: gp2carry1, asm: "ADCL", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0+arg1+carry(arg2), where arg2 is flags
183 {name: "ADCLconst", argLength: 2, reg: gp1carry1, asm: "ADCL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0+auxint+carry(arg1), where arg1 is flags
185 {name: "SUBL", argLength: 2, reg: gp21, asm: "SUBL", resultInArg0: true, clobberFlags: true}, // arg0 - arg1
188 {name: "SUBLcarry", argLength: 2, reg: gp21carry, asm: "SUBL", resultInArg0: true}, // arg0-arg1, generates <borrow,result> pair
190 {name: "SBBL", argLength: 3, reg: gp2carry1, asm: "SBBL", resultInArg0: true, clobberFlags: true}, // arg0-arg1-borrow(arg2), where arg2 is flags
191 {name: "SBBLconst", argLength: 2, reg: gp1carry1, asm: "SBBL", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0-auxint-borrow(arg1), where arg1 is flag
    [all...]
  /art/test/1945-proxy-method-arguments/src/
Main.java 24 void method10(String arg1, String arg2, String arg3, String arg4, String arg5,
26 void method10Even(byte arg1, String arg2, short arg3, String arg4, int arg5,
63 String arg1 = (String) getProxyMethodArgument(1); local
64 System.out.println(" arg1: " + arg1.getClass().getName() + " \"" + arg1 + "\"");
65 Main.assertEquals(args[0], arg1);
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbMessage.java 51 public void set(int command, int arg0, int arg1, byte[] data) {
54 mMessageBuffer.putInt(8, arg1);
63 public void set(int command, int arg0, int arg1) {
64 set(command, arg0, arg1, (byte[])null);
66 public void set(int command, int arg0, int arg1, String data) {
69 set(command, arg0, arg1, data.getBytes());
153 " arg1: " + getArg1() + " dataLength: " + dataLength;
  /device/google/contexthub/firmware/lib/libm/
wf_pow.c 44 exc.arg1 = (double)x;
65 exc.arg1 = (double)x;
81 exc.arg1 = (double)x;
105 exc.arg1 = (double)x;
124 exc.arg1 = (double)x;
151 exc.arg1 = (double)x;
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp_private.h 66 uint64_t arg1,
74 uint64_t arg1,
83 uint64_t arg1,
  /external/libffi/testsuite/libffi.call/
cls_longdouble.c 60 long double arg1 = 1; local
82 args[0] = &arg1;
100 long double, long double, long double, long double))(code))(arg1, arg2,
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_longdouble.c 60 long double arg1 = 1; local
82 args[0] = &arg1;
100 long double, long double, long double, long double))(code))(arg1, arg2,
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_longdouble.c 60 long double arg1 = 1; local
82 args[0] = &arg1;
100 long double, long double, long double, long double))(code))(arg1, arg2,
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-over-slf4j-1.4.2.jar 
  /frameworks/base/core/tests/coretests/src/android/os/
MessengerTest.java 64 msg.arg1 = 100;
74 if (msg.arg1 != 100) {
76 "Message.arg1 is not 100: " + msg.arg1));
  /frameworks/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 85 public void addWindowToken(IBinder arg0, int arg1, int arg2) throws RemoteException {
123 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException {
190 IInputContext arg1) throws RemoteException {
196 public void overridePendingAppTransition(String arg0, int arg1, int arg2,
250 public void prepareAppTransition(int arg0, boolean arg1) throws RemoteException {
262 public void removeWindowToken(IBinder arg0, int arg1) throws RemoteException {
275 public void setAnimationScale(int arg0, float arg1) throws RemoteException {
297 public void setFocusedApp(IBinder arg0, boolean arg1) throws RemoteException {
312 public void setForcedDisplaySize(int displayId, int arg0, int arg1) throws RemoteException {
354 public void updateRotation(boolean arg0, boolean arg1) throws RemoteException
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTaskController.java 44 if (msg.arg1 == RESULT) {
46 } else if (msg.arg1 == UPDATE) {
49 Log.w(LOGTAG, "received unknown message! " + msg.arg1);
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.10/
slf4j-api-1.7.10.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.12/
slf4j-api-1.7.12.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.6/
slf4j-api-1.7.6.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.7/
slf4j-api-1.7.7.jar 
  /cts/tests/tests/telephony/src/android/telephony/embms/cts/
MbmsStreamingServiceTest.java 47 args.arg1 = errorCode;
56 args.arg1 = state;
70 args.arg1 = signalStrength;
77 args.arg1 = methodType;
135 assertEquals(StreamingService.STATE_STARTED, args.arg1);
178 mStreamingServiceCallback.waitOnError().arg1);
186 mStreamingServiceCallback.waitOnBroadcastSignalStrengthUpdated().arg1);
190 mStreamingServiceCallback.waitOnStreamMethodUpdated().arg1);
199 mCallback.waitOnError().arg1);
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
dfs.h 43 uint32_t dram_set_odt_pd(uint32_t arg0, uint32_t arg1, uint32_t arg2);
  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 55 const SubstituteArg& arg0, const SubstituteArg& arg1,
61 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4,
68 const SubstituteArg& arg0, const SubstituteArg& arg1,
74 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, NULL
  /external/toolchain-utils/crosperf/
download_images_buildid_test.py 62 def assertNotEqual(self, arg1, arg2, arg1_name, arg2_name):
63 if arg1 == arg2:
67 def assertEqual(self, arg1, arg2, arg1_name, arg2_name):
68 if arg1 != arg2:
  /frameworks/base/core/java/android/permissionpresenterservice/
RuntimePermissionPresenterService.java 91 args.arg1 = packageName;
100 args.arg1 = packageName;
122 String packageName = (String) args.arg1;
138 String packageName = (String) args.arg1;
  /system/extras/multinetwork/
common.cpp 105 } else if (arg1 == nullptr) {
106 arg1 = argv[i];
108 arg1 = nullptr;
113 if (arg1 != nullptr) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
genrtl.h 26 rtx arg1 MEM_STAT_DECL)
33 XEXP (rt, 1) = arg1;
44 rtx arg1 MEM_STAT_DECL)
51 XEXP (rt, 1) = arg1;
94 rtx arg1,
107 XEXP (rt, 1) = arg1;
124 rtx arg1,
137 XEXP (rt, 1) = arg1;
155 rtx arg1,
169 XEXP (rt, 1) = arg1;
    [all...]
  /external/swiftshader/src/Shader/
PixelPipeline.cpp 382 Vector4s *arg1 = nullptr;
445 case TextureStage::SOURCE_TEXTURE: arg1 = &texture; break;
446 case TextureStage::SOURCE_CONSTANT: arg1 = &constant; break;
447 case TextureStage::SOURCE_CURRENT: arg1 = &current; break;
448 case TextureStage::SOURCE_DIFFUSE: arg1 = &diffuse; break;
449 case TextureStage::SOURCE_SPECULAR: arg1 = &specular; break;
450 case TextureStage::SOURCE_TEMP: arg1 = &temp; break;
451 case TextureStage::SOURCE_TFACTOR: arg1 = &tfactor; break;
491 mod1.x = SubSat(Short4(0x1000), arg1->x);
492 mod1.y = SubSat(Short4(0x1000), arg1->y)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
MIPS64Ops.go 165 {name: "ADDV", argLength: 2, reg: gp21, asm: "ADDVU", commutative: true}, // arg0 + arg1
167 {name: "SUBV", argLength: 2, reg: gp21, asm: "SUBVU"}, // arg0 - arg1
169 {name: "MULV", argLength: 2, reg: gp2hilo, asm: "MULV", commutative: true, typ: "(Int64,Int64)"}, // arg0 * arg1, signed, results hi,lo
170 {name: "MULVU", argLength: 2, reg: gp2hilo, asm: "MULVU", commutative: true, typ: "(UInt64,UInt64)"}, // arg0 * arg1, unsigned, results hi,lo
171 {name: "DIVV", argLength: 2, reg: gp2hilo, asm: "DIVV", typ: "(Int64,Int64)"}, // arg0 / arg1, signed, results hi=arg0%arg1,lo=arg0/arg1
172 {name: "DIVVU", argLength: 2, reg: gp2hilo, asm: "DIVVU", typ: "(UInt64,UInt64)"}, // arg0 / arg1, signed, results hi=arg0%arg1,lo=arg0/arg1
    [all...]

Completed in 435 milliseconds

1 2 3 4 5 6 78 91011>>