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

<<61626364656667686970>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 63 * @brief Constructs a default traits object.
381 * Constructs a basic regular expression that does not match any
391 * @brief Constructs a basic regular expression from the
410 * @brief Constructs a basic regular expression from the sequence
427 * @brief Copy-constructs a basic regular expression.
437 * @brief Move-constructs a basic regular expression.
447 * @brief Constructs a basic regular expression from the string
466 * @brief Constructs a basic regular expression from the range
486 * @brief Constructs a basic regular expression from an initializer list.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h 61 * @brief Constructs a default traits object.
364 * Constructs a basic regular expression that does not match any
374 * @brief Constructs a basic regular expression from the
392 * @brief Constructs a basic regular expression from the sequence
409 * @brief Copy-constructs a basic regular expression.
419 * @brief Move-constructs a basic regular expression.
429 * @brief Constructs a basic regular expression from the string
448 * @brief Constructs a basic regular expression from the range
468 * @brief Constructs a basic regular expression from an initializer list.
    [all...]
  /bionic/libc/kernel/
README.TXT 9 declarations and constructs that usually result in compilation failure.
195 - some headers use constructs that cannot be compiled in ANSI C mode.
197 - some headers use constructs do not compile with C++ at all.
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 42 * Constructs an instance.
52 * Constructs an instance.
77 * Constructs an instance. The locals array initially consists of
ByteCatchList.java 34 * Constructs an instance.
238 * Constructs an instance.
  /external/chromium/testing/gmock/test/
gmock_link_test.h 40 // The following constructs are currently tested:
101 // constructs, only that the programs using them will link successfully.
108 // those constructs must be identical in both translation units,
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
MessageLite.java 135 * Constructs a new builder for a message of the same type as this message.
140 * Constructs a builder initialized with the current message. Use this to
153 * Constructs the message based on the state of the Builder. Subsequent
  /external/chromium_org/v8/src/
preparser.h 52 // Getters that indicate whether certain syntactical constructs are
64 // Setters that determine whether certain syntactical constructs are
272 // rich enough to let us recognize and propagate the constructs that
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 62 /** Constructs a null box with \a _dim the dimension of the ambient space. */
66 /** Constructs a box with extremities \a _min and \a _max. */
70 /** Constructs a box containing a single point \a p. */
Quaternion.h 244 /** Constructs and initializes the quaternion \f$ w+xi+yj+zk \f$ from
253 /** Constructs and initialize a quaternion from the array data */
259 /** Constructs and initializes a quaternion from the angle-axis \a aa */
262 /** Constructs and initializes a quaternion from either:
360 /** Constructs a Mapped Quaternion object from the pointer \a coeffs
396 /** Constructs a Mapped Quaternion object from the pointer \a coeffs
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 49 * Constructs a <code>Code_attribute</code>.
69 * Constructs a copy of <code>Code_attribute</code>.
148 * Constructs an exception.
StackMap.java 51 * Constructs a <code>stack_map</code> attribute.
131 * Constructs a walker.
505 * Constructs a writer.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Dome.java 73 * Constructs a dome for use as a SkyDome. The SkyDome is centered at the origin
90 * Constructs a dome visible from the inside, e.g. for use as a SkyDome.
113 * Constructs a dome. Use this constructor for half-sphere, pyramids, or cones.
  /external/openfst/src/include/fst/
replace-util.h 65 // Constructs from mutable Fsts; Fst ownership given to ReplaceUtil.
69 // Constructs from Fsts; Fst ownership retained by caller.
73 // Constructs from ReplaceFst internals; ownership retained by caller.
  /frameworks/volley/src/com/android/volley/toolbox/
ImageLoader.java 81 * Constructs a new ImageLoader.
306 * Constructs a BitmapContainer object.
378 * Constructs a new BatchedImageRequest object
  /libcore/luni/src/main/java/java/lang/
Float.java 113 * Constructs a new {@code Float} with the specified primitive float value.
123 * Constructs a new {@code Float} with the specified primitive double value.
133 * Constructs a new {@code Float} from the specified string.
  /libcore/luni/src/main/java/java/util/jar/
Attributes.java 184 * Constructs an {@code Attributes} instance.
191 * Constructs an {@code Attributes} instance obtaining keys and values from
203 * Constructs an {@code Attributes} instance with initial capacity of size
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 158 * Constructs a new {@code Deflater} instance using the
169 * Constructs a new {@code Deflater} instance with the
180 * Constructs a new {@code Deflater} instance with the
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket_unittest.cc 314 // Constructs a standard SPDY SYN_STREAM frame for a CONNECT request.
343 // Constructs a SPDY SYN_STREAM frame for a CONNECT request which includes
374 // Constructs a standard SPDY SYN_REPLY frame to match the SPDY CONNECT.
393 // Constructs a standard SPDY SYN_REPLY frame to match the SPDY CONNECT.
416 // Constructs a SPDY SYN_REPLY frame with an HTTP 302 redirect.
440 // Constructs a SPDY SYN_REPLY frame with an HTTP 500 error.
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
splay.js 124 * Constructs a Splay tree. A splay tree is a self-balancing binary
356 * Constructs a Splay tree node.
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 34 * Constructs an instance.
238 * Constructs an instance.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 176 * Constructs an instance from a {@code String}.
190 * Constructs an instance from some UTF-8 bytes.
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java 41 * Constructs an instance.
71 * Constructs an instance from an entire {@code byte[]}.
  /dalvik/dx/src/com/android/dx/rop/cst/
CstString.java 176 * Constructs an instance from a {@code String}.
190 * Constructs an instance from some UTF-8 bytes.
  /dalvik/dx/src/com/android/dx/util/
ByteArray.java 41 * Constructs an instance.
71 * Constructs an instance from an entire {@code byte[]}.

Completed in 1093 milliseconds

<<61626364656667686970>>