/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
2009-05-07-RegAllocLocal.ll | 5 define i16 @fn16(i16 %arg0.0, <2 x i16> %arg1, i16 %arg2.0) nounwind {
|
/external/testng/src/test/java/test/invokedmethodlistener/ |
Sample2.java | 33 public void beforeInvocation(IInvokedMethod arg0, ITestResult arg1)
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeWindow.java | 36 public void dispatchAppVisibility(boolean arg0) throws RemoteException { 46 public void executeCommand(String arg0, String arg1, ParcelFileDescriptor arg2) 59 public void moved(int arg0, int arg1) throws RemoteException { 64 public void windowFocusChanged(boolean arg0, boolean arg1) throws RemoteException {
|
BridgeContext.java | [all...] |
BridgeWindowSession.java | 41 public int add(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3, Rect arg4, 49 public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId, 57 public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, 65 public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, 73 public void finishDrawing(IWindow arg0) throws RemoteException { 109 public void remove(IWindow arg0) throws RemoteException { 114 public void setInTouchMode(boolean arg0) throws RemoteException { 119 public void setTransparentRegion(IWindow arg0, Region arg1) throws RemoteException {
|
/external/llvm/test/CodeGen/X86/ |
xop-intrinsics-fast-isel.ll | 17 %arg0 = bitcast <2 x i64> %a0 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) 36 %arg0 = bitcast <2 x i64> %a0 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) 55 %arg0 = bitcast <2 x i64> %a0 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) 74 %arg0 = bitcast <2 x i64> %a0 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) 93 %arg0 = bitcast <2 x i64> %a0 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...] |
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
CpuPm.asl | 123 Store(CPDC(Arg0), Local0)
139 Store(COSC(Arg0, Arg1, Arg2, Arg3), Local0)
158 CreateDwordField (Arg0, 0, REVS)
159 CreateDwordField (Arg0, 4, SIZE)
162 // Local0 = Number of bytes for Arg0
164 Store (SizeOf (Arg0), Local0)
167 // Local1 = Number of Capabilities bytes in Arg0
174 CreateField (Arg0, 64, Multiply (Local1, 8), TEMP)
227 CreateDwordField(Arg0, 0x0, IID0)
228 CreateDwordField(Arg0, 0x4, IID1) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs_emit.c | 431 struct brw_reg arg0, 436 if (dst.file == arg0.file && dst.nr == arg0.nr) { 439 func(c, tmp, arg0); 444 func(c, dst, arg0); 454 struct brw_reg arg0, 461 if ((dst.file == arg0.file && dst.nr == arg0.nr) || 465 func(c, tmp, arg0, arg1); 470 func(c, dst, arg0, arg1) 1463 struct brw_reg arg0; local [all...] |
/cts/tests/tests/os/assets/minijail/ |
isolated-common-not-i386.policy | 34 socket: arg0 == 1 && arg2 == 0 37 socketpair: arg0 == 1
|
isolated-x86-64.policy | 5 # arch_prctl: arg0 == ARCH_SET_GS 6 arch_prctl: arg0 == 0x1001; return EPERM
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
INTELISPDev2.ASL | 60 If (LEqual (Arg0, 0x01))
65 Elseif (LEqual (Arg0, 0x02))
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
DebuggeeException.java | 38 public DebuggeeException(String arg0) { 39 super(arg0);
|
/external/llvm/test/CodeGen/ARM/ |
2013-05-13-AAPCS-byval-padding.ll | 8 %struct.S227* byval nocapture %arg0, 11 ; arg0 --> [R1, R2, R3, SP+0 .. SP+188)
|
/external/llvm/test/CodeGen/Hexagon/ |
addh-shifted.ll | 4 define i64 @test_cast(i64 %arg0, i16 zeroext %arg1, i16 zeroext %arg2) nounwind readnone { 15 %shl = shl i64 %arg0, 2
|
addh.ll | 4 define i64 @test_cast(i64 %arg0, i16 zeroext %arg1, i16 zeroext %arg2) nounwind readnone { 15 %shl = shl i64 %arg0, 2
|
maxh.ll | 6 define i64 @test_cast(i64 %arg0, i16 zeroext %arg1, i16 zeroext %arg2) nounwind readnone { 17 %shl = shl i64 %arg0, 2
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
MyWheel.java | 62 public int compareTo(MyWheel arg0) { 63 return new Integer(id).compareTo(new Integer(arg0.id));
|
/frameworks/av/services/mediaextractor/seccomp_policy/ |
mediaextractor-arm64.policy | 40 # socket: arg0 == AF_LOCAL 41 socket: arg0 == 1
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
UTF16CharsetTest.java | 27 public UTF16CharsetTest(String arg0) { 28 super(arg0, "UTF-16", new String[] { "UTF_16" }, true, true);
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldFormattableTest.java | 29 public void formatTo(Formatter arg0, int arg1, int arg2, int arg3) { 39 arg0.format(sb.toString());
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyMessageDigest1.java | 68 public void engineUpdate(byte arg0) { 75 public void engineUpdate(byte[] arg0, int arg1, int arg2) {
|
MyMessageDigest2.java | 56 public void engineUpdate(byte arg0) { 63 public void engineUpdate(byte[] arg0, int arg1, int arg2) {
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
ProfilesTableModel.java | 61 public boolean isCellEditable(int arg0, int arg1) { 66 public void setValueAt(Object arg0, int arg1, int arg2) {
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/hal/ |
NfcClientCallback.vts.h | 37 ::android::hardware::nfc::V1_0::NfcEvent arg0, 41 const ::android::hardware::hidl_vec<uint8_t>& arg0) override;
|
/external/v8/src/ |
string-stream.h | 119 void Add(const char* format, FmtElm arg0); 120 void Add(const char* format, FmtElm arg0, FmtElm arg1); 121 void Add(const char* format, FmtElm arg0, FmtElm arg1, FmtElm arg2); 123 FmtElm arg0, 128 FmtElm arg0,
|