HomeSort by relevance Sort by last modified time
    Searched full:constructs (Results 776 - 800 of 3697) sorted by null

<<31323334353637383940>>

  /libcore/luni/src/main/java/java/util/
StringTokenizer.java 51 * Constructs a new {@code StringTokenizer} for the parameter string using
63 * Constructs a new {@code StringTokenizer} for the parameter string using
79 * Constructs a new {@code StringTokenizer} for the parameter string using
  /libcore/luni/src/main/java/java/util/zip/
DeflaterInputStream.java 42 * Constructs a {@code DeflaterInputStream} with a new {@code Deflater} and an
53 * Constructs a {@code DeflaterInputStream} with the given {@code Deflater} and an
65 * Constructs a {@code DeflaterInputStream} with the given {@code Deflater} and
InflaterOutputStream.java 40 * Constructs an {@code InflaterOutputStream} with a new {@code Inflater} and an
51 * Constructs an {@code InflaterOutputStream} with the given {@code Inflater} and an
63 * Constructs an {@code InflaterOutputStream} with the given {@code Inflater} and
  /libcore/luni/src/test/java/tests/security/spec/
RSAPrivateCrtKeySpecTest.java 40 * Assertion: Constructs <code>RSAPrivateCrtKeySpec</code>
58 * Assertion: Constructs <code>RSAPrivateCrtKeySpec</code>
76 * Assertion: Constructs <code>RSAPrivateCrtKeySpec</code>
ECFieldF2mTest.java 83 * Constructs ECFieldF2mDomainParams
124 * Assertion: constructs new <code>ECFieldF2m</code> object
242 * Assertion: constructs new <code>ECFieldF2m</code> object
245 * Assertion: constructs new <code>ECFieldF2m</code> object
281 * Assertion: constructs new <code>ECFieldF2m</code> object
284 * Assertion: constructs new <code>ECFieldF2m</code> object
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
AndFileFilter.java 46 * Constructs a new instance of <code>AndFileFilter</code>.
55 * Constructs a new instance of <code>AndFileFilter</code>
70 * Constructs a new file filter that ANDs the result of two other filters.
OrFileFilter.java 46 * Constructs a new instance of <code>OrFileFilter</code>.
55 * Constructs a new instance of <code>OrFileFilter</code>
70 * Constructs a new file filter that ORs the result of two other filters.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Locale.java 49 * Constructs a new {@linkplain Locale} matching a given language in a given locale.
66 * Constructs a new {@linkplain Locale} matching a given language in a given specific locale.
80 * Constructs a new {@linkplain Locale} for the given language, matching any regions.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 34 * Constructs a new {@link ManifestElementDescriptor}.
55 * Constructs a new {@link ManifestElementDescriptor}.
76 * Constructs a new {@link ManifestElementDescriptor}.
  /external/chromium_org/content/child/webcrypto/
status.h 37 // Constructs a status representing success.
40 // Constructs a status representing a generic operation error. It contains no
44 // Constructs a status representing a generic data error. It contains no
216 // Constructs an error with the specified error type and message.
220 // Constructs a success or error without any details.
  /external/eigen/Eigen/src/Core/
Array.h 127 /** Constructs a vector or row-vector with given dimension. \only_for_vectors
151 /** constructs an uninitialized matrix with \a rows rows and \a cols columns.
157 /** constructs an initialized 2D vector with given coefficients */
161 /** constructs an initialized 3D vector with given coefficients */
170 /** constructs an initialized 4D vector with given coefficients */
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 49 /** Constructs a dynamic-size hyperplane with \a _dim the dimension
63 /** Constructs a plane from its normal \a n and distance to the origin \a d
74 /** Constructs a hyperplane passing through the two points. If the dimension of the ambient space
85 /** Constructs a hyperplane passing through the three points. The dimension of the ambient space
97 /** Constructs a hyperplane passing through the parametrized line \a parametrized.
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 60 /** Constructs a dynamic-size hyperplane with \a _dim the dimension
74 /** Constructs a plane from its normal \a n and distance to the origin \a d
85 /** Constructs a hyperplane passing through the two points. If the dimension of the ambient space
96 /** Constructs a hyperplane passing through the three points. The dimension of the ambient space
108 /** Constructs a hyperplane passing through the parametrized line \a parametrized.
  /frameworks/base/core/java/android/net/
LinkAddress.java 130 * Constructs a new {@code LinkAddress} from an {@code InetAddress} and prefix length, with
144 * Constructs a new {@code LinkAddress} from an {@code InetAddress} and a prefix length.
156 * Constructs a new {@code LinkAddress} from an {@code InterfaceAddress}.
167 * Constructs a new {@code LinkAddress} from a string such as "192.0.2.5/24" or
178 * Constructs a new {@code LinkAddress} from a string such as "192.0.2.5/24" or
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rop.java 80 * Constructs an instance. This method is private. Use one of the
128 * Constructs an instance. The constructed instance is never a
148 * Constructs a no-exception instance. The constructed instance is never a
166 * Constructs a non-branching no-exception instance. The
182 * Constructs a non-empty exceptions instance. Its
201 * Constructs a non-nicknamed instance with non-empty exceptions, which
  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 80 * Constructs an instance. This method is private. Use one of the
128 * Constructs an instance. The constructed instance is never a
148 * Constructs a no-exception instance. The constructed instance is never a
166 * Constructs a non-branching no-exception instance. The
182 * Constructs a non-empty exceptions instance. Its
201 * Constructs a non-nicknamed instance with non-empty exceptions, which
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 69 * Constructs an instance with a fixed maximum size. Note that the
82 * Constructs a "stretchy" instance. The underlying array may be
91 * Constructs a "stretchy" instance with initial size {@code size}. The
132 * Constructs and returns a new {@code byte[]} that contains
564 * Constructs an instance.
578 * Constructs an instance. It is initally unclosed.
  /device/generic/goldfish/camera/
QemuClient.h 77 /* Constructs an uninitialized QemuQuery instance. */
80 /* Constructs and initializes QemuQuery instance for a query.
88 /* Constructs and initializes QemuQuery instance for a query with parameters.
200 /* Constructs QemuClient instance. */
302 /* Constructs FactoryQemuClient instance. */
357 /* Constructs CameraQemuClient instance. */
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rop.java 80 * Constructs an instance. This method is private. Use one of the
128 * Constructs an instance. The constructed instance is never a
148 * Constructs a no-exception instance. The constructed instance is never a
166 * Constructs a non-branching no-exception instance. The
182 * Constructs a non-empty exceptions instance. Its
201 * Constructs a non-nicknamed instance with non-empty exceptions, which
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 66 * Constructs an instance with a fixed maximum size. Note that the
79 * Constructs a "stretchy" instance. The underlying array may be
88 * Constructs a "stretchy" instance with initial size {@code size}. The
129 * Constructs and returns a new {@code byte[]} that contains
561 * Constructs an instance.
575 * Constructs an instance. It is initally unclosed.
  /frameworks/base/core/java/android/animation/
Keyframe.java 71 * Constructs a Keyframe object with the given time and value. The time defines the
87 * Constructs a Keyframe object with the given time. The value at this time will be derived
103 * Constructs a Keyframe object with the given time and value. The time defines the
119 * Constructs a Keyframe object with the given time. The value at this time will be derived
135 * Constructs a Keyframe object with the given time and value. The time defines the
151 * Constructs a Keyframe object with the given time. The value at this time will be derived
  /external/chromium_org/third_party/icu/source/common/unicode/
stringpiece.h 64 * Constructs from a NUL-terminated const char * pointer.
71 * Constructs from a std::string.
78 * Constructs from a const char * pointer and a specified length.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtrule.h 58 * Constructs a <code>DateTimeRule</code> by the day of month and
73 * Constructs a <code>DateTimeRule</code> by the day of week and its oridinal
91 * Constructs a <code>DateTimeRule</code> by the first/last day of week
  /external/clang/docs/
MSVCCompatibility.rst 32 invalid. When these constructs are present in widely included system headers,
84 * Exceptions and SEH: :none:`Unstarted`. Clang can parse both constructs, but
100 MSVC allows many invalid constructs in class templates that Clang has
  /external/icu/icu4c/source/common/unicode/
stringpiece.h 64 * Constructs from a NUL-terminated const char * pointer.
71 * Constructs from a std::string.
78 * Constructs from a const char * pointer and a specified length.

Completed in 1748 milliseconds

<<31323334353637383940>>