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

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidQuickOutlineConfiguration.java 27 /** Constructs a new {@link AndroidQuickOutlineConfiguration} */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPoint.java 42 * Constructs a new {@link LayoutPoint} from the given event. The event
61 * Constructs a new {@link LayoutPoint} from the given event. The event
79 * Constructs a new {@link LayoutPoint} from the given x,y coordinates.
92 * Constructs a new {@link LayoutPoint} with the given X and Y coordinates.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockNodeList.java 33 * Constructs a node list from a given children list.
  /external/smack/src/org/jivesoftware/smack/util/collections/
ReferenceMap.java 75 * Constructs a new <code>ReferenceMap</code> that will
83 * Constructs a new <code>ReferenceMap</code> that will
96 * Constructs a new <code>ReferenceMap</code> that will
111 * Constructs a new <code>ReferenceMap</code> with the
127 * Constructs a new <code>ReferenceMap</code> with the
  /external/chromium/net/spdy/
spdy_test_util.cc 318 // Constructs a standard SPDY GET SYN packet, optionally compressed
381 // Constructs a standard SPDY GET SYN packet, optionally compressed.
394 // Constructs a standard SPDY GET SYN packet, optionally compressed.
427 // Constructs a standard SPDY SYN_STREAM frame for a CONNECT request.
448 // Constructs a standard SPDY push SYN packet.
573 // Constructs a standard SPDY SYN_REPLY packet with the specified status code.
599 // Constructs a standard SPDY SYN_REPLY packet to match the SPDY GET.
612 // Constructs a standard SPDY SYN_REPLY packet with an Internal Server
622 // Constructs a standard SPDY SYN_REPLY packet to match the SPDY GET.
648 // Constructs a standard SPDY POST SYN packet
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL.h 103 /** Constructs an invalid expression.
112 /** Constructs an expression with all components as value v */
124 /** Constructs an expression from a string.
137 /** Constructs an expression from a string.
150 /** Constructs an expression from a string with one substitution. */
156 /** Constructs an expression from a string with two substitutions. */
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 63 * Given a sequence of objects, it computes their bounding boxes, constructs a Kd-tree of their centers
82 /** Given an iterator range over \a Object references, constructs the BVH. Requires that bounding_box(Object) return a Volume. */
85 /** Given an iterator range over \a Object references and an iterator range over their bounding boxes, constructs the BVH */
88 /** Given an iterator range over \a Object references, constructs the BVH, overwriting whatever is in there currently.
93 * constructs the BVH, overwriting whatever is in there currently. */
181 //This routine partitions the objCenters in [from, to) along the dimension dim, recursively constructs
  /external/emma/core/java12/com/vladium/util/exception/
AbstractException.java 94 * Constructs an exception with null message and null cause.
103 * Constructs an exception with given error message/code and null cause.
115 * Constructs an exception with given error message/code and null cause.
130 * Constructs an exception with null error message/code and given cause.
142 * Constructs an exception with given error message/code and given cause.
155 * Constructs an exception with given error message/code and given cause.
AbstractRuntimeException.java 94 * Constructs an exception with null message and null cause.
103 * Constructs an exception with given error message/code and null cause.
115 * Constructs an exception with given error message/code and null cause.
130 * Constructs an exception with null error message/code and given cause.
142 * Constructs an exception with given error message/code and given cause.
155 * Constructs an exception with given error message/code and given cause.
  /external/skia/src/gpu/gl/
GrGLSL.h 103 /** Constructs an invalid expression.
112 /** Constructs an expression with all components as value v */
124 /** Constructs an expression from a string.
137 /** Constructs an expression from a string.
150 /** Constructs an expression from a string with one substitution. */
156 /** Constructs an expression from a string with two substitutions. */
  /libcore/luni/src/main/java/java/net/
DatagramPacket.java 51 * Constructs a new {@code DatagramPacket} object to receive data up to
64 * Constructs a new {@code DatagramPacket} object to receive data up to
79 * Constructs a new {@code DatagramPacket} object to send data to the port
102 * Constructs a new {@code DatagramPacket} object to send data to the port
250 * Constructs a new {@code DatagramPacket} object to send data to the
270 * Constructs a new {@code DatagramPacket} object to send data to the
  /libcore/luni/src/main/java/java/util/
PriorityQueue.java 52 * Constructs a priority queue with an initial capacity of 11 and natural
60 * Constructs a priority queue with the specified capacity and natural
73 * Constructs a priority queue with the specified capacity and comparator.
92 * Constructs a priority queue that contains the elements of a collection.
117 * Constructs a priority queue that contains the elements of another
131 * Constructs a priority queue that contains the elements of a sorted set.
  /external/chromium_org/third_party/re2/re2/
prefilter.cc 326 // Constructs an inexact Info for ab given a and b.
344 // Constructs Info for a|b given a and b.
366 // Constructs Info for a? given a.
376 // Constructs Info for a* given a.
382 // Constructs Info for a+ given a. If a was exact set, it isn't
405 // Constructs Info for literal rune.
413 // Constructs Info for literal rune for Latin1 encoded string.
421 // Constructs Info for dot (any character).
428 // Constructs Prefilter::Info for no possible match.
435 // Constructs Prefilter::Info for any possible match
    [all...]
  /external/regex-re2/re2/
prefilter.cc 326 // Constructs an inexact Info for ab given a and b.
344 // Constructs Info for a|b given a and b.
366 // Constructs Info for a? given a.
376 // Constructs Info for a* given a.
382 // Constructs Info for a+ given a. If a was exact set, it isn't
405 // Constructs Info for literal rune.
413 // Constructs Info for literal rune for Latin1 encoded string.
421 // Constructs Info for dot (any character).
428 // Constructs Prefilter::Info for no possible match.
435 // Constructs Prefilter::Info for any possible match
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java 32 * Constructs an instance.
58 * Constructs a single-source instance.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java 31 * Constructs an instance.
105 * Constructs an instance. All indices initially contain
  /dalvik/dexgen/src/com/android/dexgen/util/
IndentingWriter.java 49 * Constructs an instance.
79 * Constructs a no-prefix instance.
  /dalvik/dx/src/com/android/dx/cf/attrib/
InnerClassList.java 29 * Constructs an instance.
80 * Constructs an instance.
  /dalvik/dx/src/com/android/dx/rop/code/
PlainInsn.java 33 * Constructs an instance.
59 * Constructs a single-source instance.
  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 29 * Constructs an instance.
103 * Constructs an instance. All indices initially contain
  /dalvik/dx/src/com/android/dx/util/
IndentingWriter.java 49 * Constructs an instance.
79 * Constructs a no-prefix instance.
  /external/apache-http/src/org/apache/http/client/entity/
UrlEncodedFormEntity.java 47 * Constructs a new {@link UrlEncodedFormEntity} with the list
63 * Constructs a new {@link UrlEncodedFormEntity} with the list
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.h 35 // Constructs an empty filter with the given size.
38 // Constructs a filter from serialized data. This object owns the memory and
  /external/chromium_org/device/nfc/
nfc_tag_technology.h 42 // Constructs a technology instance, where |tag| is the NFC tag that this
91 // Constructs a technology instance, where |tag| is the NFC tag that this
  /external/chromium_org/media/base/
audio_decoder_config.h 51 // Constructs an uninitialized object. Clients should call Initialize() with
55 // Constructs an initialized object. It is acceptable to pass in NULL for

Completed in 760 milliseconds

<<21222324252627282930>>