HomeSort by relevance Sort by last modified time
    Searched full:java (Results 126 - 150 of 17635) sorted by null

1 2 3 4 56 7 8 91011>>

  /dalvik/dx/tests/098-dex-jsr-ret-throw/
expected.txt 5 ViewDebug.java:564@0000: move-param-object(0) v0:"this"Landroid/view/ViewDebu
7 ViewDebug.java:564@0000: goto . <- .
11 ViewDebug.java:564@0001: Rop{move-result-pseudo Ljava/net/ServerSocket; <- .
13 ViewDebug.java:564@0001: goto . <- .
17 ViewDebug.java:564@0000: move-object v11:Landroid/view/ViewDebug$ViewServer;
19 ViewDebug.java:564@0001: get-field-object(android.view.ViewDebug$ViewServer.m
25 ViewDebug.java:564@0004: move-object v1:"server"Ljava/net/ServerSocket; <- v1
27 ViewDebug.java:564@0004: goto . <- .
31 ViewDebug.java:566@0005: Rop{move-result Ljava/lang/Thread; <- . flows} v11:L
32 java/lang/Thread; <-
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
CallableStatementTest.java 25 import java.io.InputStream;
26 import java.io.Reader;
27 import java.math.BigDecimal;
28 import java.net.URL;
29 import java.sql.CallableStatement;
30 import java.sql.Date;
31 import java.sql.Time;
32 import java.sql.Timestamp;
33 import java.util.Calendar;
34 import java.util.Map
    [all...]
SQLOutputTest.java 25 import java.io.InputStream;
26 import java.io.Reader;
27 import java.math.BigDecimal;
28 import java.net.URL;
29 import java.sql.Array;
30 import java.sql.Blob;
31 import java.sql.Clob;
32 import java.sql.Date;
33 import java.sql.Ref;
34 import java.sql.SQLData
    [all...]
ResultSetNotSupportedTests.java 24 import java.sql.Ref;
25 import java.sql.ResultSet;
31 * Test method for {@link java.sql.ResultSet#getArray(int)}.
45 * Test method for {@link java.sql.ResultSet#getArray(java.lang.String)}.
51 args = {java.lang.String.class}
60 * Test method for {@link java.sql.ResultSet#getAsciiStream(int)}.
74 * Test method for {@link java.sql.ResultSet#getAsciiStream(java.lang.String)}.
80 args = {java.lang.String.class
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Exceptions.java 26 /** {@code non-null;} the type {@code java.lang.ArithmeticException} */
32 * {@code java.lang.ArrayIndexOutOfBoundsException}
37 /** {@code non-null;} the type {@code java.lang.ArrayStoreException} */
41 /** {@code non-null;} the type {@code java.lang.ClassCastException} */
45 /** {@code non-null;} the type {@code java.lang.Error} */
50 * {@code java.lang.IllegalMonitorStateException}
55 /** {@code non-null;} the type {@code java.lang.NegativeArraySizeException} */
59 /** {@code non-null;} the type {@code java.lang.NullPointerException} */
63 /** {@code non-null;} the list {@code [java.lang.Error]} */
67 * {@code non-null;} the list {@code[java.lang.Error
    [all...]
  /external/clearsilver/java-jni/
clearsilver.jar 
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator3Test.java 18 package org.apache.harmony.security.tests.java.security;
20 import java.math.BigInteger;
21 import java.security.AlgorithmParameterGenerator;
22 import java.security.AlgorithmParameters;
23 import java.security.InvalidAlgorithmParameterException;
24 import java.security.NoSuchProviderException;
25 import java.security.Provider;
26 import java.security.SecureRandom;
27 import java.security.Security;
28 import java.security.spec.DSAParameterSpec
    [all...]
AccessControlException2Test.java 18 package org.apache.harmony.security.tests.java.security;
25 import java.io.FilePermission;
26 import java.security.AccessControlException;
37 * @tests java.security.AccessControlException#AccessControlException(java.lang.String)
43 args = {java.lang.String.class}
47 // java.security.AccessControlException(java.lang.String)
49 + "'java.security.AccessControlException: test message' but "
51 .equals("java.security.AccessControlException: test message"))
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/common/ant/
ant.jar 
  /cts/tools/dex-tools/dex/
classes0.out.dex 10 public class java.lang.Object
17 private native java.lang.Object internalClone(
18 java.lang.Cloneable)
20 protected java.lang.Object clone()
23 java.lang.Object)
27 public final native java.lang.Class getClass()
35 public java.lang.String toString()
49 public abstract interface class SQLite.Authorizer extends java.lang.Object
56 java.lang.String
57 java.lang.Strin
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
UndeclaredThrowableExceptionTests.java 1 package tests.api.java.lang.reflect;
10 import java.io.EOFException;
11 import java.lang.reflect.UndeclaredThrowableException;
19 * @tests java.lang.reflect.UndeclaredThrowableException#getCause()
34 * @tests java.lang.reflect.UndeclaredThrowableException#getUndeclaredThrowable()
50 * @tests java.lang.reflect.UndeclaredThrowableException#UndeclaredThrowableException(java.lang.Throwable)
56 args = {java.lang.Throwable.class}
67 * @tests java.lang.reflect.UndeclaredThrowableException#UndeclaredThrowableException(java.lang.Throwable, java.lang.String
    [all...]
ReflectPermissionTest.java 18 package tests.api.java.lang.reflect;
25 import java.lang.reflect.ReflectPermission;
31 * @tests java.lang.reflect.ReflectPermission#ReflectPermission(java.lang.String)
37 args = {java.lang.String.class}
40 // Test for method java.lang.reflect.ReflectPermission(java.lang.String)
43 "java.lang.reflect.ReflectPermission Blah") >= 0);
47 * @tests java.lang.reflect.ReflectPermission#ReflectPermission(java.lang.String
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
CertStoreCollectionSpi.java 3 import java.security.InvalidAlgorithmParameterException;
4 import java.security.cert.CRL;
5 import java.security.cert.CRLSelector;
6 import java.security.cert.CertSelector;
7 import java.security.cert.CertStoreException;
8 import java.security.cert.CertStoreParameters;
9 import java.security.cert.CertStoreSpi;
10 import java.security.cert.Certificate;
11 import java.security.cert.CollectionCertStoreParameters;
12 import java.util.Collection
    [all...]
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
FormatTest.java 18 package org.apache.harmony.text.tests.java.text;
27 import java.text.AttributedCharacterIterator;
28 import java.text.FieldPosition;
29 import java.text.Format;
30 import java.text.ParseException;
31 import java.text.ParsePosition;
53 * @tests java.text.Format#format(Object) Test of method
54 * java.text.Format#format(Object).
71 * @tests java.text.Format#clone() Test of method java.text.Format#clone()
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
PropertyPermissionTest.java 18 package tests.api.java.util;
25 import java.io.Serializable;
26 import java.util.Enumeration;
27 import java.util.PropertyPermission;
35 static PropertyPermission javaPP = new PropertyPermission("java.*", "read");
41 * @tests java.util.PropertyPermission#PropertyPermission(java.lang.String,
42 * java.lang.String)
48 args = {java.lang.String.class, java.lang.String.class
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /dalvik/libcore/sql/src/main/java/SQLite/
JDBCDriver.java 3 import java.sql.*;
4 import java.util.Properties;
6 public class JDBCDriver implements java.sql.Driver {
11 private static java.lang.reflect.Constructor makeConn = null;
19 args[0] = Class.forName("java.lang.String");
21 String jvers = java.lang.System.getProperty("java.version");
24 throw new java.lang.Exception("unsupported java version");
35 } catch (java.lang.Exception e)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
jar_example.jar 
  /cts/tools/dasm/etc/
java_cup.jar 
java_cup.jar.old 
  /dalvik/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/guava/javadoc/com/google/common/io/
Resources.html 95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
100 <DT><PRE>public final class <B>Resources</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
105 Note that even those these methods use <A HREF="http://java.sun.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><CODE>URL</CODE></A> parameters, the
    [all...]
  /dalvik/dx/tests/018-method-attrib-Exceptions/
expected.txt 10 0002: type{java.lang.Object}
12 0004: utf8{"java/lang/Object"}
16 0008: utf8{"java/lang/Error"}
17 0009: type{java.lang.Error}
21 super_class: type{java.lang.Object}
36 type{java.lang.Error}

Completed in 171 milliseconds

1 2 3 4 56 7 8 91011>>