HomeSort by relevance Sort by last modified time
    Searched full:chained (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/PCH/
chain-predecl.m 4 // Test predeclarations across chained PCH.
chain-cxx.cpp 1 // Test C++ chained PCH functionality
12 // Primary header for C++ chained PCH test
61 // Dependent header for C++ chained PCH test
  /libcore/luni/src/main/java/javax/security/auth/login/
package.html 10 specified simply via a new LoginModule and chained together with the existing
  /external/llvm/test/CodeGen/X86/
2011-06-03-x87chain.ll 6 ; Insure x87 ops are properly chained, order preserved.
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 245 * @return This object, allowing calls to methods in this class to be chained.
299 * @return This object, allowing calls to methods in this class to be chained.
317 * @return This object, allowing calls to methods in this class to be chained.
330 * @return This object, allowing calls to methods in this class to be chained.
371 * @return This object, allowing calls to methods in this class to be chained.
384 * @return This object, allowing calls to methods in this class to be chained.
397 * @return This object, allowing calls to methods in this class to be chained.
410 * @return This object, allowing calls to methods in this class to be chained.
423 * @return This object, allowing calls to methods in this class to be chained.
436 * @return This object, allowing calls to methods in this class to be chained
    [all...]
  /libcore/luni/src/main/java/java/sql/
SQLWarning.java 126 * Gets the next {@code SQLWarning} chained to this {@code SQLWarning} object.
128 * @return the {@code SQLWarning} chained to this {@code SQLWarning}.
129 * {@code null} if no {@code SQLWarning} is chained to this {@code
SQLException.java 188 * Retrieves the {@code SQLException} chained to this {@code SQLException},
191 * @return The {@code SQLException} chained to this {@code SQLException}.
192 * {@code null} if there is no {@code SQLException} chained to this
  /external/libvorbis/doc/
oggstream.html 166 <p>Each chained logical bitstream must have a unique serial number within
195 <p>Groups of concurrently multiplexed bitstreams may be chained
197 grouped and chained multiplexed streams; the groups, when unchained ,
203 <p>Below, we present an example of a grouped and chained bitstream:</p>
214 groups are chained, the new group does not begin until all the
  /external/ipsec-tools/src/racoon/
proposal.h 40 * A. chained list of transform, only for single proto_id
43 * here so pointer to (A) must be ordered array, or chained list).
45 * C. finally, (B) needs to be connected as chained list.
  /external/chromium/net/base/
filter.h 51 // filters, there is only one owner of all the chained filters, and that context
142 // provided in an HTTP header), which will be chained together serially to do
144 // encoding order, and the filters are chained to operate in the reverse
268 // chained filters.
host_resolver_proc.h 20 // can be chained together; they fallback to the next procedure in the chain
  /external/libvorbis/examples/
chaining_example.c 13 function: illustrate simple use of chained bitstream and vorbisfile.a
decoder_example.c 19 stdout. Decodes simple and chained OggVorbis files from beginning
79 while(1){ /* we repeat if the bitstream is chained */
302 followed by another [chained] */
  /external/clang/include/clang/Frontend/
ChainedIncludesSource.h 1 //===- ChainedIncludesSource.h - Chained PCHs in Memory ---------*- C++ -*-===//
11 // to chained PCHs in memory, mainly used for testing.
  /external/clang/test/CodeGenObjC/
exceptions.m 114 // This is a switch or maybe some chained branches, but relying
119 // This is a switch or maybe some chained branches, but relying
  /external/guava/guava/src/com/google/common/collect/
ComparisonChain.java 29 * A utility for performing a "lazy" chained comparison statement, which
57 * Begins a new chained comparison statement. See example in the class
  /external/llvm/lib/MC/
MCStreamer.cpp 396 report_fatal_error("Not all chained regions terminated!");
416 report_fatal_error("End of a chained region outside a chained region!");
427 report_fatal_error("Chained unwind areas can't have handlers!");
441 report_fatal_error("Chained unwind areas can't have handlers!");
  /external/guava/guava-tests/test/com/google/common/base/
ThrowablesTest.java 86 // Expect the undeclared exception to have been chained inside another
167 // Expect the undeclared exception to have been chained inside another
334 // Expect the undeclared exception to have been chained inside another
  /external/chromium/net/disk_cache/
block_files.h 76 // Removes a chained block file that is now empty.
  /external/llvm/include/llvm/Support/
Win64EH.h 56 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to
  /external/valgrind/main/coregrind/
pub_core_hashtable.h 3 /*--- A separately-chained hash table. pub_core_hashtable.h ---*/
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h 184 * @note All the JPG files to transform to 3GP are chained
319 * @note All the input files to transcode are chained
460 /**< Current element of the above chained list beeing processd by the Pto3GPP */
468 /**< Current element of the above chained list beeing processd by the MCS */
  /ndk/sources/host-tools/make-3.81/
dep.h 31 chained through the `next'. `stem' is the stem for this
  /external/llvm/test/Transforms/IndVarSimplify/
tripcount_compute.ll 94 ; CHECK: @chained
97 define i32 @chained() {
  /external/v8/src/
zone.cc 39 // chained together forming a LIFO structure with the newest segment
119 // Traverse the chained list of segments, zapping (in debug mode)

Completed in 1698 milliseconds

1 2 3 4 5 6 7 8 910