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

<<41424344454647484950>>

  /libcore/luni/src/main/java/java/io/
ByteArrayInputStream.java 51 * Constructs a new {@code ByteArrayInputStream} on the byte array
64 * Constructs a new {@code ByteArrayInputStream} on the byte array
FileInputStream.java 65 * Constructs a new {@code FileInputStream} that reads from {@code file}.
82 * Constructs a new {@code FileInputStream} that reads from {@code fd}.
PipedOutputStream.java 35 * Constructs a new unconnected {@code PipedOutputStream}. The resulting
43 * Constructs a new {@code PipedOutputStream} connected to the
PipedWriter.java 33 * Constructs a new unconnected {@code PipedWriter}. The resulting writer
43 * Constructs a new {@code PipedWriter} connected to {@code destination}.
PrintWriter.java 49 * Constructs a new {@code PrintWriter} with {@code out} as its target
63 * Constructs a new {@code PrintWriter} with {@code out} as its target
81 * Constructs a new {@code PrintWriter} with {@code wr} as its target
95 * Constructs a new {@code PrintWriter} with {@code out} as its target
115 * Constructs a new {@code PrintWriter} with {@code file} as its target. The
131 * Constructs a new {@code PrintWriter} with {@code file} as its target. The
155 * Constructs a new {@code PrintWriter} with the file identified by {@code
173 * Constructs a new {@code PrintWriter} with the file identified by {@code
SequenceInputStream.java 41 * Constructs a new {@code SequenceInputStream} using the two streams
62 * Constructs a new SequenceInputStream using the elements returned from
  /libcore/luni/src/main/java/java/lang/
ProcessBuilder.java 39 * Constructs a new {@code ProcessBuilder} instance with the specified
50 * Constructs a new {@code ProcessBuilder} instance with the specified
Throwable.java 81 * Constructs a new {@code Throwable} that includes the current stack trace.
89 * Constructs a new {@code Throwable} with the current stack trace and the
99 * Constructs a new {@code Throwable} with the current stack trace, the
110 * Constructs a new {@code Throwable} with the current stack trace and the
121 * Constructs a new {@code Throwable} with the current stack trace, the
  /libcore/luni/src/main/java/java/lang/ref/
SoftReference.java 81 * Constructs a new soft reference to the given referent. The newly created
91 * Constructs a new soft reference to the given referent. The newly created
  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.java 66 * Constructs a {@code SocketHandler} object using the properties read by
84 * Constructs a {@code SocketHandler} object using the specified host name
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Type.java 43 * Constructs a primitive, universal ASN.1 type.
53 * Constructs an ASN.1 type.
  /libcore/luni/src/test/java/tests/security/spec/
PSSParameterSpecTest.java 39 * Assertion: constructs using valid parameter
66 * Assertion: constructs using valid parameters
  /libcore/support/src/test/java/tests/support/
Support_StringWriter.java 27 * Constructs a new StringWriter which has a StringBuffer allocated with the
38 * Constructs a new StringWriter which has a StringBuffer allocated with the
  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.h 80 /* Constructs ElfAllocator instance. */
112 /* Constructs DwarfAllocBase instance. */
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialCursorLoader.java 62 /** Constructs a name matcher object for matching names. */
86 /** Constructs a cursor for the returned array of results. */
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 62 * Constructs an UnboundedFifoByteBuffer with the default number of elements.
74 * Constructs an UnboundedFifoByteBuffer with the specified number of elements.
  /dalvik/dexgen/src/com/android/dexgen/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
120 * Constructs and returns a new {@code byte[]} that contains
568 * Constructs an instance.
582 * Constructs an instance. It is initally unclosed.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 79 * Constructs an empty QName.
85 * Constructs a new QName with the specified namespace URI and
97 * Constructs a new QName with the specified namespace URI and
129 * Constructs a new QName with the specified namespace URI, prefix
143 * Constructs a new QName with the specified namespace URI, prefix
  /external/eigen/Eigen/src/Core/
Matrix.h 214 /** \brief Constructs a vector or row-vector with given dimension. \only_for_vectors
238 /** \brief Constructs an uninitialized matrix with \a rows rows and \a cols columns.
244 /** \brief Constructs an initialized 2D vector with given coefficients */
248 /** \brief Constructs an initialized 3D vector with given coefficients */
257 /** \brief Constructs an initialized 4D vector with given coefficients */
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 207 * Constructs a new read-only {@code java.nio.ByteBuffer} with the
216 * Constructs a new {@code String} by decoding the bytes using the
225 * Constructs a new {@code String} by decoding the bytes as UTF-8.
335 * Constructs a new output with the given initial capacity.
352 * Constructs a new ByteString builder, which allows you to efficiently
  /libcore/luni/src/main/java/java/util/
LinkedHashMap.java 64 * Constructs a new empty {@code LinkedHashMap} instance.
72 * Constructs a new {@code LinkedHashMap} instance with the specified
85 * Constructs a new {@code LinkedHashMap} instance with the specified
101 * Constructs a new {@code LinkedHashMap} instance with the specified
125 * Constructs a new {@code LinkedHashMap} instance containing the mappings
  /external/proguard/docs/
downloads.html 101 <li>Fixed preverification of artificially convoluted dup constructs.
296 <li>Fixed inlining of incompatible code constructs between different java
330 <li>Fixed preverification of some code constructs involving String, Class, and
415 <li>Fixed processing of .class constructs in Java 6.
416 <li>Fixed repeated processing of .class constructs.
454 <li>Fixed inlining of interfaces that are used in .class constructs.
507 <li>Improved printing of notes for <code>Class.forName</code> constructs.
590 <li>Improved detection of <code>.class</code> constructs.
631 <li>Fixed processing of <code>.class</code> constructs in internal classes
677 <code>(MyClass)Class.forName(variable).newInstance()</code> constructs
    [all...]
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 151 * Constructs and returns a PropertyValuesHolder with a given property name and
162 * Constructs and returns a PropertyValuesHolder with a given property and
173 * Constructs and returns a PropertyValuesHolder with a given property name and
207 * Constructs and returns a PropertyValuesHolder with a given property name to use
225 * Constructs and returns a PropertyValuesHolder with a given property and
246 * Constructs and returns a PropertyValuesHolder object with the specified property name or
269 * Constructs and returns a PropertyValuesHolder with a given property name and
280 * Constructs and returns a PropertyValuesHolder with a given property and
291 * Constructs and returns a PropertyValuesHolder with a given property name and
325 * Constructs and returns a PropertyValuesHolder with a given property name to us
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h 246 * Constructs a variate generator with the uniform random number
373 * Constructs a %linear_congruential random number generator engine with
383 * Constructs a %linear_congruential random number generator engine
739 * Constructs a default-initialized % subtract_with_carry random number
746 * Constructs an explicitly seeded % subtract_with_carry random number
754 * Constructs a %subtract_with_carry random number generator engine
910 * Constructs a default-initialized % subtract_with_carry_01 random
920 * Constructs an explicitly seeded % subtract_with_carry_01 random number
931 * Constructs a % subtract_with_carry_01 random number generator engine
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 246 * Constructs a variate generator with the uniform random number
373 * Constructs a %linear_congruential random number generator engine with
383 * Constructs a %linear_congruential random number generator engine
739 * Constructs a default-initialized % subtract_with_carry random number
746 * Constructs an explicitly seeded % subtract_with_carry random number
754 * Constructs a %subtract_with_carry random number generator engine
910 * Constructs a default-initialized % subtract_with_carry_01 random
920 * Constructs an explicitly seeded % subtract_with_carry_01 random number
931 * Constructs a % subtract_with_carry_01 random number generator engine
    [all...]

Completed in 1011 milliseconds

<<41424344454647484950>>