HomeSort by relevance Sort by last modified time
    Searched full:constructs (Results 151 - 175 of 3575) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/java/net/
InetUnixAddress.java 29 * Constructs an AF_UNIX InetAddress for the given path.
36 * Constructs an AF_UNIX InetAddress for the given path.
UnknownHostException.java 30 * Constructs a new {@code UnknownHostException} instance with no detail message.
37 * Constructs a new {@code UnknownHostException} instance with the given detail message.
  /libcore/luni/src/main/java/java/nio/
InvalidMarkException.java 28 * Constructs an {@code InvalidMarkException}.
34 * Constructs an {@code InvalidMarkException} with the given detail message.
  /libcore/luni/src/main/java/java/security/
InvalidParameterException.java 29 * Constructs a new instance of {@code InvalidParameterException} with the
40 * Constructs a new instance of {@code InvalidParameterException}.
NoSuchProviderException.java 29 * Constructs a new instance of {@code NoSuchProviderException} with the
40 * Constructs a new instance of {@code NoSuchProviderException}.
UnrecoverableEntryException.java 33 * Constructs a new instance of {@code UnrecoverableEntryException}.
39 * Constructs a new instance of {@code UnrecoverableEntryException} with the
UnrecoverableKeyException.java 31 * Constructs a new instance of {@code UnrecoverableKeyException} with the
42 * Constructs a new instance of {@code UnrecoverableKeyException}.
  /libcore/luni/src/main/java/java/util/
InputMismatchException.java 34 * Constructs a new {@code InputMismatchException} with the current stack
41 * Constructs a new {@code InputMismatchException} with the stack trace
NoSuchElementException.java 30 * Constructs a new {@code NoSuchElementException} with the current stack
37 * Constructs a new {@code NoSuchElementException} with the current stack
ServiceConfigurationError.java 28 * Constructs a new error with the given detail message.
36 * Constructs a new error with the given detail message and cause.
TooManyListenersException.java 31 * Constructs a new {@code TooManyListenersException} with the current stack
38 * Constructs a new {@code TooManyListenersException} with the stack trace
  /libcore/luni/src/main/java/java/util/jar/
JarException.java 31 * Constructs a new {@code JarException} instance.
37 * Constructs a new {@code JarException} instance with the specified
  /libcore/luni/src/main/java/java/util/prefs/
BackingStoreException.java 31 * Constructs a new {@code BackingStoreException} instance with a detailed
42 * Constructs a new {@code BackingStoreException} instance with a nested
  /libcore/luni/src/main/java/java/util/zip/
DataFormatException.java 29 * Constructs a new {@code DataFormatException} instance.
35 * Constructs a new {@code DataFormatException} instance with the specified
ZipException.java 34 * Constructs a new {@code ZipException} instance.
40 * Constructs a new {@code ZipException} instance with the specified
  /libcore/luni/src/main/java/javax/crypto/
AEADBadTagException.java 30 * Constructs an instance of {@code AEADBadTagException}.
37 * Constructs an instance of {@code AEADBadTagException} with the given
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLExceptionTest.java 39 * constructs SSLException with detail message msg. Parameter
53 * constructs SSLException when <code>msg</code> is null
64 * Assertion: constructs SSLException when <code>cause</code> is null
75 * Assertion: constructs SSLException when <code>cause</code> is not
92 * Assertion: constructs SSLException when <code>cause</code> is null
103 * Assertion: constructs SSLException when <code>cause</code> is null
118 * Assertion: constructs SSLException when <code>cause</code> is not
136 * Assertion: constructs SSLException when <code>cause</code> is not
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 62 * Assertion: constructs CertPathValidatorException with no detail message
72 * Assertion: constructs CertPathValidatorException with detail message msg.
87 * Assertion: constructs CertPathValidatorException when <code>msg</code>
99 * Assertion: constructs CertPathValidatorException when <code>cause</code>
111 * Assertion: constructs CertPathValidatorException when <code>cause</code>
129 * constructor Assertion: constructs CertPathValidatorException when
141 * constructor Assertion: constructs CertPathValidatorException when
156 * constructor Assertion: constructs CertPathValidatorException when
175 * constructor Assertion: constructs CertPathValidatorException when
201 * constructor Assertion: constructs CertPathValidatorException whe
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
AuthenticationExceptionTest.java 51 * Assertion: constructs AuthenticationException with null message and
64 * constructs AuthenticationException with defined detail message.
79 * Assertion: constructs AuthenticationException when <code>detail</code> is null
90 * Assertion: constructs AuthenticationException when <code>ex</code> is null
101 * Assertion: constructs AuthenticationException when <code>ex</code> is null
116 * Assertion: constructs AuthenticationException when <code>ex</code> is not null
133 * Assertion: constructs AuthenticationException when <code>ex</code> is not null
  /external/eigen/Eigen/src/Geometry/
Scaling.h 47 /** Constructs and initialize a uniform scaling transformation */
114 /** Constructs a uniform scaling from scale factor \a s */
116 /** Constructs a uniform scaling from scale factor \a s */
118 /** Constructs a uniform scaling from scale factor \a s */
123 /** Constructs a 2D axis aligned scaling */
127 /** Constructs a 3D axis aligned scaling */
132 /** Constructs an axis aligned scaling expression from vector expression \a coeffs
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdField.java 30 * Constructs an instance.
43 * Constructs an instance having Java field as its pattern.
56 * Constructs an instance taking field description as user-friendly arguments.
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java 80 * Constructs and returns a PathPoint object that describes a line to the given xy location.
87 * Constructs and returns a PathPoint object that describes a curve to the given xy location
95 * Constructs and returns a PathPoint object that describes a discontinuous move to the given
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
BadPaddingExceptionTest.java 56 * constructs BadPaddingException with no detail message
66 * Assertion: constructs BadPaddingException with detail message msg.
81 * Assertion: constructs BadPaddingException when <code>msg</code> is null
ExemptionMechanismExceptionTest.java 62 * Assertion: constructs ExemptionMechanismException with no detail message
77 * Assertion: constructs ExemptionMechanismException with detail message
97 * Assertion: constructs ExemptionMechanismException when <code>msg</code>
IllegalBlockSizeExceptionTest.java 57 * Assertion: constructs IllegalBlockSizeException with no detail message
67 * Assertion: constructs IllegalBlockSizeException with detail message msg.
82 * Assertion: constructs IllegalBlockSizeException when <code>msg</code>

Completed in 1215 milliseconds

1 2 3 4 5 67 8 91011>>