/dalvik/vm/mterp/mips/ |
OP_DIV_LONG_2ADDR.S | 5 %include "mips/binopWide2addr.S" {"arg0":"a1", "arg1":"a0", "arg2":"a3", "arg3":"a2", "result0":"v1", "result1":"v0", "instr":"JAL(__divdi3)", "chkzero":"1"}
|
OP_REM_LONG_2ADDR.S | 5 %include "mips/binopWide2addr.S" {"arg0":"a1", "arg1":"a0", "arg2":"a3", "arg3":"a2", "result0":"v1", "result1":"v0", "instr":"JAL(__moddi3)", "chkzero":"1"}
|
OP_REM_LONG.S | 6 %include "mips/binopWide.S" { "arg0":"a1", "arg1":"a0", "arg2":"a3", "arg3":"a2", "result0":"v1", "result1":"v0", "instr":"JAL(__moddi3)", "chkzero":"1"}
|
/external/clang/test/CodeGenObjC/ |
message-arrays.m | 9 -(void) m: (int) arg0, ...;
|
/external/clang/test/CodeGenObjCXX/ |
block-in-template-inst.mm | 39 template<typename R, typename Arg0, typename Arg1, typename Arg2> 40 struct Curry<R (^)(Arg0, Arg1, Arg2)> 42 typedef R (^FType)(Arg0, Arg1, Arg2); 47 R (^(^operator()(Arg0 a))(Arg1))(Arg2)
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/ |
WindowManagerImpl.java | 45 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { 50 public void removeView(View arg0) { 55 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) { 61 public void removeViewImmediate(View arg0) {
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/textservice/ |
ITextServicesManager_Stub_Delegate.java | 47 public void finishSpellCheckerService(ISpellCheckerSessionListener arg0) 54 public SpellCheckerInfo getCurrentSpellChecker(String arg0) throws RemoteException { 60 public SpellCheckerSubtype getCurrentSpellCheckerSubtype(String arg0, boolean arg1) 73 public void getSpellCheckerService(String arg0, String arg1, 87 public void setCurrentSpellChecker(String arg0, String arg1) throws RemoteException { 93 public void setCurrentSpellCheckerSubtype(String arg0, int arg1) throws RemoteException { 99 public void setSpellCheckerEnabled(boolean arg0) throws RemoteException {
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketImplFactoryTest.java | 120 protected void accept(SocketImpl arg0) throws IOException { 129 protected void bind(InetAddress arg0, int arg1) throws IOException { 137 protected void connect(String arg0, int arg1) throws IOException { 141 protected void connect(InetAddress arg0, int arg1) throws IOException { 145 protected void connect(SocketAddress arg0, int arg1) throws IOException { 149 protected void create(boolean arg0) throws IOException { 163 protected void listen(int arg0) throws IOException { 167 protected void sendUrgentData(int arg0) throws IOException { 170 public Object getOption(int arg0) throws SocketException { 174 public void setOption(int arg0, Object arg1) throws SocketException [all...] |
/dalvik/vm/mterp/c/ |
OP_EXECUTE_INLINE.cpp | 19 u4 arg0, arg1, arg2, arg3; local 20 arg0 = arg1 = arg2 = arg3 = 0; 44 arg0 = GET_REGISTER(vdst & 0x0f); 51 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref)) 54 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyStore3Test.java | 206 public boolean engineContainsAlias(String arg0) { 210 public void engineDeleteEntry(String arg0) throws KeyStoreException { 213 public Certificate engineGetCertificate(String arg0) { 217 public String engineGetCertificateAlias(Certificate arg0) { 221 public Certificate[] engineGetCertificateChain(String arg0) { 225 public Date engineGetCreationDate(String arg0) { 229 public Key engineGetKey(String arg0, char[] arg1) 234 public boolean engineIsCertificateEntry(String arg0) { 238 public boolean engineIsKeyEntry(String arg0) { 242 public void engineLoad(InputStream arg0, char[] arg1 [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStore3Test.java | 189 public boolean engineContainsAlias(String arg0) { 193 public void engineDeleteEntry(String arg0) throws KeyStoreException { 196 public Certificate engineGetCertificate(String arg0) { 200 public String engineGetCertificateAlias(Certificate arg0) { 204 public Certificate[] engineGetCertificateChain(String arg0) { 208 public Date engineGetCreationDate(String arg0) { 212 public Key engineGetKey(String arg0, char[] arg1) 217 public boolean engineIsCertificateEntry(String arg0) { 221 public boolean engineIsKeyEntry(String arg0) { 225 public void engineLoad(InputStream arg0, char[] arg1 [all...] |
/dalvik/vm/ |
InlineNative.cpp | 111 u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) 127 bool javaLangString_charAt(u4 arg0, u4 arg1, u4 arg2, u4 arg3, 134 if ((Object*) arg0 == NULL) { 139 //ALOGI("String.charAt this=0x%08x index=%d", arg0, arg1); 140 count = dvmGetFieldInt((Object*) arg0, STRING_FIELDOFF_COUNT); 145 offset = dvmGetFieldInt((Object*) arg0, STRING_FIELDOFF_OFFSET); 147 dvmGetFieldObject((Object*) arg0, STRING_FIELDOFF_VALUE); 199 bool javaLangString_compareTo(u4 arg0, u4 arg1, u4 arg2, u4 arg3, 208 if ((Object*) arg0 == NULL || (Object*) arg1 == NULL) { 214 if (arg0 == arg1) [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
vms-code.c | 103 static char *fix_arg0( arg0 ) 104 const char *arg0; 108 if (arg0) { 110 if ((p = strrchr(arg0, ':')) != 0) /* device punctuation */ 111 arg0 = p + 1; 112 if ((p = strrchr(arg0, ']')) != 0) /* directory punctuation */ 113 arg0 = p + 1; 114 if ((p = strrchr(arg0, '>')) != 0) /* alternate dir punct */ 115 arg0 = p + 1; 117 if (!arg0 || !*arg0 [all...] |
/external/linux-tools-perf/util/ |
quote.h | 15 * sprintf(cmd, "foobar %s %s", sq_quote(arg0), sq_quote(arg1)) 20 * sprintf(cmd, "git-diff-tree %s %s", sq_quote(arg0), sq_quote(arg1));
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/ |
TestWindowManager.java | 29 public void updateViewLayout(View arg0, android.view.ViewGroup.LayoutParams arg1) { 38 public void removeViewImmediate(View arg0) {
|
/development/ndk/platforms/android-3/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
MockAbstractSelector.java | 32 public MockAbstractSelector(SelectorProvider arg0) { 33 super(arg0); 48 protected SelectionKey register(AbstractSelectableChannel arg0, int arg1, 77 public int select(long arg0) throws IOException {
|
/frameworks/compile/libbcc/tests/data/src/ |
float.c | 25 void testVars(float arg0, float arg1, double arg2, double arg3) { 28 f0 = arg0; 32 local0 = arg0; 37 printf("args: %g %g %g %g\n", arg0, arg1, arg2, arg3);
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
SSLSocketFactoryImpl.java | 50 public Socket createSocket(String arg0, int arg1) throws IOException, UnknownHostException { 59 public Socket createSocket(InetAddress arg0, int arg1) throws IOException { 68 public Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException, UnknownHostException { 77 public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException {
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
thread_info.h | 17 unsigned long arg0, arg1, arg2, arg3; member in struct:restart_block
|