HomeSort by relevance Sort by last modified time
    Searched full:arg0 (Results 1 - 25 of 652) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
I18nException.java 10 public I18nException(String arg0, Throwable arg1) {
11 super(arg0, arg1);
14 public I18nException(String arg0) {
15 super(arg0);
18 public I18nException(Throwable arg0) {
19 super(arg0);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
genrtl.h 25 rtx arg0,
32 XEXP (rt, 0) = arg0;
43 rtx arg0,
50 XEXP (rt, 0) = arg0;
61 rtvec arg0 MEM_STAT_DECL)
67 XVEC (rt, 0) = arg0;
77 rtx arg0 MEM_STAT_DECL)
83 XEXP (rt, 0) = arg0;
93 int arg0,
106 XINT (rt, 0) = arg0;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
genrtl.h 25 rtx arg0,
32 XEXP (rt, 0) = arg0;
43 rtx arg0,
50 XEXP (rt, 0) = arg0;
61 rtvec arg0 MEM_STAT_DECL)
67 XVEC (rt, 0) = arg0;
77 rtx arg0 MEM_STAT_DECL)
83 XEXP (rt, 0) = arg0;
93 int arg0,
106 XINT (rt, 0) = arg0;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
genrtl.h 25 rtx arg0,
32 XEXP (rt, 0) = arg0;
43 rtx arg0,
50 XEXP (rt, 0) = arg0;
61 rtvec arg0 MEM_STAT_DECL)
67 XVEC (rt, 0) = arg0;
77 rtx arg0 MEM_STAT_DECL)
83 XEXP (rt, 0) = arg0;
93 int arg0,
106 XINT (rt, 0) = arg0;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
genrtl.h 25 rtx arg0,
32 XEXP (rt, 0) = arg0;
43 rtx arg0,
50 XEXP (rt, 0) = arg0;
61 rtvec arg0 MEM_STAT_DECL)
67 XVEC (rt, 0) = arg0;
77 rtx arg0 MEM_STAT_DECL)
83 XEXP (rt, 0) = arg0;
93 int arg0,
106 XINT (rt, 0) = arg0;
    [all...]
  /external/robolectric/src/main/java/android/os/
TestVibrator.java 17 public void vibrate(long arg0) {
22 public void vibrate(long[] arg0, int arg1) {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_DummyPKCS12Keystore.java 43 public Key engineGetKey(String arg0, char[] arg1)
49 public Certificate[] engineGetCertificateChain(String arg0) {
54 public Certificate engineGetCertificate(String arg0) {
59 public Date engineGetCreationDate(String arg0) {
64 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2,
69 public void engineSetKeyEntry(String arg0, byte[] arg1, Certificate[] arg2)
74 public void engineSetCertificateEntry(String arg0, Certificate arg1)
79 public void engineDeleteEntry(String arg0) throws KeyStoreException {
88 public boolean engineContainsAlias(String arg0) {
98 public boolean engineIsKeyEntry(String arg0) {
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
MockDatagramChannel.java 29 public MockDatagramChannel(SelectorProvider arg0) {
30 super(arg0);
41 public DatagramChannel connect(SocketAddress arg0) throws IOException {
49 public SocketAddress receive(ByteBuffer arg0) throws IOException {
53 public int send(ByteBuffer arg0, SocketAddress arg1) throws IOException {
57 public int read(ByteBuffer arg0) throws IOException {
61 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
65 public int write(ByteBuffer arg0) throws IOException {
69 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
77 protected void implConfigureBlocking(boolean arg0) throws IOException
    [all...]
MockSocketChannel.java 29 protected MockSocketChannel(SelectorProvider arg0) {
30 super(arg0);
45 public boolean connect(SocketAddress arg0) throws IOException {
53 public int read(ByteBuffer arg0) throws IOException {
57 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
61 public int write(ByteBuffer arg0) throws IOException {
65 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException {
72 protected void implConfigureBlocking(boolean arg0) throws IOException {
  /dalvik/vm/
InlineNative.h 33 typedef bool (*InlineOp4Func)(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
114 INLINE bool dvmPerformInlineOp4Std(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
117 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult);
123 bool dvmPerformInlineOp4Dbg(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
134 bool javaLangString_charAt(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
137 bool javaLangString_compareTo(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
140 bool javaLangString_equals(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
143 bool javaLangString_length(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
146 bool javaLangString_isEmpty(u4 arg0, u4 arg1, u4 arg2, u4 arg3,
149 bool javaLangString_fastIndexOf_II(u4 arg0, u4 arg1, u4 arg2, u4 arg3
    [all...]
  /external/clang/test/CodeGenObjC/
messages-2.m 19 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (MyPoint) arg3;
23 +(void) printThisSize: (MySize) arg0;
26 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (MyPoint) arg3;
30 -(void) printThisSize: (MySize) arg0;
37 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (MyPoint) arg3 {
39 arg0, arg1, arg2, arg3.x, arg3.y);
51 +(void) printThisSize: (MySize) arg0 {
53 arg0.width, arg0.height);
60 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (MyPoint) arg3
    [all...]
  /external/llvm/test/CodeGen/X86/
2011-03-30-CreateFixedObjCrash.ll 7 define void @fn4(%struct.T0* byval %arg0) nounwind ssp {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePowerManager.java 42 public void acquireWakeLock(IBinder arg0, int arg1, String arg2, WorkSource arg3)
48 public void crash(String arg0) throws RemoteException {
53 public void goToSleep(long arg0, int arg1) throws RemoteException {
58 public void nap(long arg0) throws RemoteException {
73 public void releaseWakeLock(IBinder arg0, int arg1) throws RemoteException {
78 public void setAttentionLight(boolean arg0, int arg1) throws RemoteException {
83 public void setTemporaryScreenAutoBrightnessAdjustmentSettingOverride(float arg0) throws RemoteException {
88 public void setTemporaryScreenBrightnessSettingOverride(int arg0) throws RemoteException {
93 public void setMaximumScreenOffTimeoutFromDeviceAdmin(int arg0) throws RemoteException {
98 public void setStayOnSetting(int arg0) throws RemoteException
    [all...]
BridgeIInputMethodManager.java 41 public void addClient(IInputMethodClient arg0, IInputContext arg1, int arg2, int arg3)
48 public void finishInput(IInputMethodClient arg0) throws RemoteException {
66 public List<InputMethodSubtype> getEnabledInputMethodSubtypeList(InputMethodInfo arg0,
91 public void hideMySoftInput(IBinder arg0, int arg1) throws RemoteException {
97 public boolean hideSoftInput(IInputMethodClient arg0, int arg1, ResultReceiver arg2)
104 public boolean notifySuggestionPicked(SuggestionSpan arg0, String arg1, int arg2)
111 public void registerSuggestionSpansForNotification(SuggestionSpan[] arg0)
118 public void removeClient(IInputMethodClient arg0) throws RemoteException {
124 public void setAdditionalInputMethodSubtypes(String arg0, InputMethodSubtype[] arg1)
130 public boolean setCurrentInputMethodSubtype(InputMethodSubtype arg0) throws RemoteException
    [all...]
BridgeContentProvider.java 44 ArrayList<ContentProviderOperation> arg0)
51 public int bulkInsert(String callingPackage, Uri arg0, ContentValues[] arg1)
58 public Bundle call(String callingPackage, String arg0, String arg1, Bundle arg2)
65 public int delete(String callingPackage, Uri arg0, String arg1, String[] arg2)
72 public String getType(Uri arg0) throws RemoteException {
78 public Uri insert(String callingPackage, Uri arg0, ContentValues arg1) throws RemoteException {
84 public AssetFileDescriptor openAssetFile(String callingPackage, Uri arg0, String arg1)
91 public ParcelFileDescriptor openFile(String callingPackage, Uri arg0, String arg1)
98 public Cursor query(String callingPackage, Uri arg0, String[] arg1, String arg2, String[] arg3,
105 public int update(String callingPackage, Uri arg0, ContentValues arg1, String arg2
    [all...]
  /external/clang/test/CXX/special/class.conv/class.conv.ctor/
p1.cpp 7 template <typename Arg0, typename... Args>
8 void_type(Arg0&&, Args&&...) { }
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtMouseInput.java 217 public void mouseClicked(MouseEvent arg0) {
218 // MouseButtonEvent evt = new MouseButtonEvent(getJMEButtonIndex(arg0), false);
222 public void mousePressed(MouseEvent arg0) {
223 MouseButtonEvent evt = new MouseButtonEvent(getJMEButtonIndex(arg0), true, arg0.getX(), arg0.getY());
224 evt.setTime(arg0.getWhen());
230 public void mouseReleased(MouseEvent arg0) {
231 MouseButtonEvent evt = new MouseButtonEvent(getJMEButtonIndex(arg0), false, arg0.getX(), arg0.getY())
    [all...]
  /external/llvm/test/CodeGen/Generic/
2010-ZeroSizedArg.ll 11 %arg0 = alloca %union.T0
12 %1 = bitcast %union.T0* %arg0 to %0*
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 90 public void addAppToken(int arg0, IApplicationToken arg1, int arg2, int arg3, boolean arg4,
98 public void addWindowToken(IBinder arg0, int arg1) throws RemoteException {
120 public void closeSystemDialogs(String arg0) throws RemoteException {
136 public void disableKeyguard(IBinder arg0, String arg1) throws RemoteException {
148 public void exitKeyguardSecurely(IOnKeyguardExitResult arg0) throws RemoteException {
154 public void freezeRotation(int arg0) throws RemoteException {
160 public float getAnimationScale(int arg0) throws RemoteException {
172 public int getAppOrientation(IApplicationToken arg0) throws RemoteException {
190 public boolean inputMethodClientHasFocus(IInputMethodClient arg0) throws RemoteException {
214 public void moveAppToken(int arg0, IBinder arg1) throws RemoteException
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 134 protected void bind(int arg0, InetAddress arg1) throws SocketException {
157 protected void join(InetAddress arg0) throws IOException {
161 protected void joinGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException {
165 protected void leave(InetAddress arg0) throws IOException {
169 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException {
173 public int peek(InetAddress arg0) throws IOException {
178 protected int peekData(DatagramPacket arg0) throws IOException {
183 protected void receive(DatagramPacket arg0) throws IOException {
187 protected void send(DatagramPacket arg0) throws IOException {
191 protected void setTTL(byte arg0) throws IOException
    [all...]
  /dalvik/vm/mterp/c/
OP_EXECUTE_INLINE_RANGE.cpp 3 u4 arg0, arg1, arg2, arg3; local
4 arg0 = arg1 = arg2 = arg3 = 0; /* placate gcc */
28 arg0 = GET_REGISTER(vdst+0);
35 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
38 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
  /external/clang/test/SemaObjC/
qualified-protocol-method-conflicts.m 5 -(void) setX: (int) arg0; // expected-note {{previous declaration is here}}
10 -(void) setX: (float) arg0; // expected-note 2 {{previous declaration is here}}
18 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 'setX:': 'float' vs 'int'}}
26 -(void) setX: (float) arg0 { } // expected-warning {{conflicting parameter types in declaration of 'setX:': 'int' vs 'float'}}
37 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 'setX:': 'float' vs 'int'}}
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderTest.java 24 public int delete(Uri arg0, String arg1, String[] arg2) {
29 public String getType(Uri arg0) {
34 public Uri insert(Uri arg0, ContentValues arg1) {
44 public Cursor query(Uri arg0, String[] arg1, String arg2,
50 public int update(Uri arg0, ContentValues arg1, String arg2,
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
UnsupportedCollisionException.java 44 public UnsupportedCollisionException(Throwable arg0) {
45 super(arg0);
48 public UnsupportedCollisionException(String arg0, Throwable arg1) {
49 super(arg0, arg1);
52 public UnsupportedCollisionException(String arg0) {
53 super(arg0);
  /dalvik/vm/mterp/mips/
OP_DIV_LONG.S 5 %include "mips/binopWide.S" { "arg0":"a1", "arg1":"a0", "arg2":"a3", "arg3":"a2", "result0":"v1", "result1":"v0", "instr":"JAL(__divdi3)", "chkzero":"1"}

Completed in 759 milliseconds

1 2 3 4 5 6 7 8 91011>>