Searched defs:arg1 (Results 51 - 71 of 71) sorted by relevance

123

/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DHttpURLConnectionTest.java1003 public CacheResponse get(URI arg0, String arg1, Map arg2) argument
1009 public CacheRequest put(URI arg0, URLConnection arg1) argument
1018 public CacheResponse get(URI arg0, String arg1, Map arg2) argument
1020 if (null == arg0 || null == arg1 || null == arg2) {
1027 public CacheRequest put(URI arg0, URLConnection arg1) argument
1029 if (null == arg0 || null == arg1) {
1067 public int read(byte[] arg0, int arg1, int arg2) throws IOException { argument
H A DURLConnectionTest.java270 public CacheResponse get(URI arg0, String arg1, Map arg2) argument
272 if (null == arg0 || null == arg1 || null == arg2) {
279 public CacheRequest put(URI arg0, URLConnection arg1) argument
281 if (null == arg0 || null == arg1) {
291 public CacheResponse get(URI arg0, String arg1, Map arg2) argument
297 public CacheRequest put(URI arg0, URLConnection arg1) argument
323 public int read(byte[] arg0, int arg1, int arg2) throws IOException { argument
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DDatagramSocketTest.java1329 protected void bind(int arg0, InetAddress arg1) throws SocketException {}
1348 protected void joinGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException {}
1349 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException {}
1351 public void setOption(int arg0, Object arg1) throws SocketException {}
2687 protected void bind(int arg0, InetAddress arg1) throws SocketException { argument
2723 protected void joinGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { argument
2735 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { argument
2781 public void setOption(int arg0, Object arg1) throws SocketException { argument
H A DServerSocketTest.java1347 protected void connect(String arg0, int arg1) throws IOException { argument
1351 protected void connect(InetAddress arg0, int arg1) throws IOException { argument
1355 protected void connect(SocketAddress arg0, int arg1) throws IOException { argument
1359 protected void bind(InetAddress arg0, int arg1) throws IOException { argument
1391 public void setOption(int arg0, Object arg1) throws SocketException { argument
H A DSocketTest.java3275 protected void bind(InetAddress arg0, int arg1) throws IOException { argument
3287 protected void connect(String arg0, int arg1) throws IOException { argument
3293 protected void connect(InetAddress arg0, int arg1) throws IOException { argument
3299 protected void connect(SocketAddress arg0, int arg1) throws IOException { argument
3339 public void setOption(int arg0, Object arg1) throws SocketException { argument
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DToTextSAXHandler.java60 public void endElement(String arg0, String arg1, String arg2) argument
200 String arg1,
211 public void elementDecl(String arg0, String arg1) throws SAXException argument
218 public void externalEntityDecl(String arg0, String arg1, String arg2) argument
226 public void internalEntityDecl(String arg0, String arg1) argument
241 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) argument
250 public void processingInstruction(String arg0, String arg1) argument
254 super.fireEscapingEvent(arg0, arg1);
276 String arg1,
282 super.startElement(arg0, arg1, arg
198 attributeDecl( String arg0, String arg1, String arg2, String arg3, String arg4) argument
274 startElement( String arg0, String arg1, String arg2, Attributes arg3) argument
[all...]
H A DToXMLSAXHandler.java142 String arg1,
153 public void elementDecl(String arg0, String arg1) throws SAXException argument
160 public void externalEntityDecl(String arg0, String arg1, String arg2) argument
168 public void internalEntityDecl(String arg0, String arg1) argument
290 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) argument
293 m_saxHandler.ignorableWhitespace(arg0,arg1,arg2);
401 public void comment(char[] arg0, int arg1, int arg2) throws SAXException argument
405 m_lexHandler.comment(arg0, arg1, arg2);
408 super.fireCommentEvent(arg0, arg1, arg2);
140 attributeDecl( String arg0, String arg1, String arg2, String arg3, String arg4) argument
H A DSerializerBase.java1317 public void notationDecl(String arg0, String arg1, String arg2) argument
1328 String arg1,
1326 unparsedEntityDecl( String arg0, String arg1, String arg2, String arg3) argument
H A DToUnknownStream.java720 String arg1,
726 m_handler.attributeDecl(arg0, arg1, arg2, arg3, arg4);
733 public void elementDecl(String arg0, String arg1) throws SAXException argument
739 m_handler.elementDecl(arg0, arg1);
763 public void internalEntityDecl(String arg0, String arg1) argument
770 m_handler.internalEntityDecl(arg0, arg1);
718 attributeDecl( String arg0, String arg1, String arg2, String arg3, String arg4) argument
H A DToStream.java3201 public void write(char[] arg0, int arg1, int arg2) throws IOException argument
3203 m_stringbuf.append(arg0, arg1, arg2);
/dalvik/vm/
H A DInlineNative.c105 u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult)
121 static bool javaLangString_charAt(u4 arg0, u4 arg1, u4 arg2, u4 arg3, argument
131 //LOGI("String.charAt this=0x%08x index=%d\n", arg0, arg1);
133 if ((s4) arg1 < 0 || (s4) arg1 >= count) {
141 pResult->i = ((const u2*) chars->contents)[arg1 + offset];
191 static bool javaLangString_compareTo(u4 arg0, u4 arg1, u4 arg2, u4 arg3, argument
201 !dvmValidateObject((Object*) arg1))
207 if (arg0 == arg1) {
225 compCount = dvmGetFieldInt((Object*) arg1, STRING_FIELDOFF_COUN
104 org_apache_harmony_dalvik_NativeTestTarget_emptyInlineMethod( u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
285 javaLangString_equals(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
377 javaLangString_length(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
446 javaLangString_indexOf_I(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
462 javaLangString_indexOf_II(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
483 javaLangMath_abs_int(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
494 javaLangMath_abs_long(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
512 javaLangMath_abs_float(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
529 javaLangMath_abs_double(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
549 javaLangMath_min_int(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
559 javaLangMath_max_int(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
573 javaLangMath_sqrt(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
590 javaLangMath_cos(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
607 javaLangMath_sin(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult) argument
726 dvmPerformInlineOp4Dbg(u4 arg0, u4 arg1, u4 arg2, u4 arg3, JValue* pResult, int opIndex) argument
[all...]
/dalvik/libcore/luni/src/main/native/
H A Dcbigint.c115 simpleAddHighPrecision (U_64 * arg1, IDATA length, U_64 arg2) argument
120 *arg1 += arg2;
121 if (arg2 <= *arg1)
126 while (++arg1[index] == 0 && ++index < length);
132 addHighPrecision (U_64 * arg1, IDATA length1, U_64 * arg2, IDATA length2) argument
134 /* addition is limited by length of arg1 as it this function is
135 * storing the result in arg1 */
156 temp1 = arg1[index];
159 arg1[index] = temp3 + carry;
160 if (arg2[index] < arg1[inde
177 subtractHighPrecision(U_64 * arg1, IDATA length1, U_64 * arg2, IDATA length2) argument
196 simpleMultiplyHighPrecision(U_64 * arg1, IDATA length, U_64 arg2) argument
220 simpleMultiplyAddHighPrecision(U_64 * arg1, IDATA length, U_64 arg2, U_32 * result) argument
257 simpleMultiplyAddHighPrecisionBigEndianFix(U_64 *arg1, IDATA length, U_64 arg2, U_32 *result) argument
285 multiplyHighPrecision(U_64 * arg1, IDATA length1, U_64 * arg2, IDATA length2, U_64 * result, IDATA length) argument
321 simpleAppendDecimalDigitHighPrecision(U_64 * arg1, IDATA length, U_64 digit) argument
344 simpleShiftLeftHighPrecision(U_64 * arg1, IDATA length, IDATA arg2) argument
547 compareHighPrecision(U_64 * arg1, IDATA length1, U_64 * arg2, IDATA length2) argument
855 simpleMultiplyHighPrecision64(U_64 * arg1, IDATA length, U_64 arg2) argument
[all...]
/dalvik/libcore/sql/src/test/java/tests/SQLite/
H A DDatabaseTest.java1790 public int authorize(int action, String arg1, String arg2, String arg3, argument
1792 Logger.global.info("DB authorization callback "+action+" "+arg1+" "+arg2+" "+arg3+" "+arg4+" ");
1794 if (action != Constants.SQLITE_SELECT || arg1.contains("private_table")) {
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
H A DFormatterTest.java78 public Appendable append(CharSequence arg0, int arg1, int arg2) argument
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c2852 u4 arg0, arg1, arg2, arg3; local
2853 arg0 = arg1 = arg2 = arg3 = 0;
2874 arg1 = GET_REGISTER((vdst & 0x00f0) >> 4);
2884 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
2887 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
2897 u4 arg0, arg1, arg2, arg3; local
2898 arg0 = arg1 = arg2 = arg3 = 0; /* placate gcc */
2919 arg1 = GET_REGISTER(vdst+1);
2929 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
2932 if (!dvmPerformInlineOp4Std(arg0, arg1, arg
[all...]
H A DInterpC-portstd.c2952 u4 arg0, arg1, arg2, arg3; local
2953 arg0 = arg1 = arg2 = arg3 = 0;
2974 arg1 = GET_REGISTER((vdst & 0x00f0) >> 4);
2984 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
2987 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
2997 u4 arg0, arg1, arg2, arg3; local
2998 arg0 = arg1 = arg2 = arg3 = 0; /* placate gcc */
3019 arg1 = GET_REGISTER(vdst+1);
3029 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
3032 if (!dvmPerformInlineOp4Std(arg0, arg1, arg
[all...]
H A DInterpC-x86-atom.c1229 u4 arg0, arg1, arg2, arg3; local
1230 arg0 = arg1 = arg2 = arg3 = 0; /* placate gcc */
1251 arg1 = GET_REGISTER(vdst+1);
1261 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
1264 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
H A DInterpC-x86.c1198 u4 arg0, arg1, arg2, arg3; local
1199 arg0 = arg1 = arg2 = arg3 = 0; /* placate gcc */
1220 arg1 = GET_REGISTER(vdst+1);
1230 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
1233 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
H A DInterpC-portdbg.c3213 u4 arg0, arg1, arg2, arg3; local
3214 arg0 = arg1 = arg2 = arg3 = 0;
3235 arg1 = GET_REGISTER((vdst & 0x00f0) >> 4);
3245 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
3248 if (!dvmPerformInlineOp4Std(arg0, arg1, arg2, arg3, &retval, ref))
3258 u4 arg0, arg1, arg2, arg3; local
3259 arg0 = arg1 = arg2 = arg3 = 0; /* placate gcc */
3280 arg1 = GET_REGISTER(vdst+1);
3290 if (!dvmPerformInlineOp4Dbg(arg0, arg1, arg2, arg3, &retval, ref))
3293 if (!dvmPerformInlineOp4Std(arg0, arg1, arg
[all...]
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
H A DFileChannelTest.java4654 public MappedByteBuffer map(MapMode arg0, long arg1, long arg2) argument
4671 public int read(ByteBuffer arg0, long arg1) throws IOException { argument
4689 public long transferFrom(ReadableByteChannel arg0, long arg1, long arg2) argument
4694 public long transferTo(long arg0, long arg1, WritableByteChannel arg2) argument
4717 public int write(ByteBuffer arg0, long arg1) throws IOException { argument
/dalvik/libcore/sql/src/main/native/
H A Dsqlite_jni.c2184 doauth(void *arg, int what, const char *arg1, const char *arg2, argument
2202 if (arg1) {
2203 trans2utf(env, h->haveutf, h->enc, arg1, &tr);

Completed in 434 milliseconds

123