HomeSort by relevance Sort by last modified time
    Searched full:chained (Results 101 - 125 of 859) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/sql/
SQLException.java 269 * Retrieves the exception chained to this
305 * Returns an iterator over the chained SQLExceptions. The iterator will
309 * @return an iterator over the chained SQLExceptions and causes in the proper
  /external/clang/test/PCH/
chain-default-argument-instantiation.cpp 1 // Test default argument instantiation in chained PCH.
  /external/compiler-rt/lib/msan/
msan_poisoning.h 29 // Copy origin from src (app address) to dst (app address), creating chained
  /external/owasp/sanitizer/src/main/org/owasp/html/
Sanitizers.java 40 * and can be chained
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Win64EH.h 56 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to
  /external/syslinux/gpxe/src/arch/i386/include/
realmode.h 57 * __use_text16. Some variables (e.g. chained interrupt vectors) fit
  /external/tensorflow/tensorflow/docs_src/api_guides/python/
input_dataset.md 30 can be chained together, as shown in the example below:
  /external/valgrind/coregrind/
pub_core_hashtable.h 3 /*--- A separately-chained hash table. pub_core_hashtable.h ---*/
  /frameworks/base/core/java/android/bluetooth/le/
PeriodicAdvertisingReport.java 39 * receive all chained packets, returning only partial data.
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
CirclePropActivity.java 121 // Will be "chained" to run after the above
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ParallaxEffect.java 125 * @return This ParallaxEffect object, allowing calls to methods in this class to be chained.
147 * @return This ParallaxEffect object, allowing calls to methods in this class to be chained.
160 * @return This ParallaxEffect object, allowing calls to methods in this class to be chained.
173 * @return This ParallaxEffect object, allowing calls to methods in this class to be chained.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
EncodedImageResource.java 110 * A MediaRequest that decodes the encoded image resource. This class is chained to the
MediaResourceManager.java 61 * after the completion of the main media loading task, by adding new tasks to the chained
62 * task list in {@link MediaRequest#loadMediaBlocking(List)}. One possible type of chained task is
152 // Schedule the background requests chained to the main request.
317 * Asynchronously schedule a list of chained requests on the background thread.
  /external/guava/guava/src/com/google/common/collect/
ComparisonChain.java 29 * A utility for performing a chained comparison statement. For example:
65 * Begins a new chained comparison statement. See example in the class
  /external/llvm/test/Transforms/IndVarSimplify/
tripcount_compute.ll 94 ; CHECK-LABEL: @chained(
97 define i32 @chained() {
  /external/mesa3d/docs/relnotes/
10.0.3.html 65 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=74026">Bug 74026</a> - Compiler rejects chained assignments involving array dereferences</li>
156 <li>glsl: Fix chained assignments of vector channels.</li>
  /external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
tripcount_compute.ll 94 ; CHECK: @chained
97 define i32 @chained() {
  /hardware/nxp/nfc/halimpl/common/
phEseStatus.h 182 /* Chained frame is being sent */
264 * Send next chained frame
  /libcore/ojluni/src/main/java/java/nio/channels/
SeekableByteChannel.java 46 * chained. Implementations of this interface should specialize the return type
47 * so that method invocations on the implementation class can be chained.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
FrequentContactsCursorBuilder.java 48 * @return this builder instance for chained operations
57 * @return this builder instance for chained operations
  /prebuilts/go/darwin-x86/src/text/template/
template.go 153 // The return value is the template, so calls can be chained.
166 // so calls can be chained.
doc.go 160 chained:
168 Key invocations may be chained and combined with fields to any
183 Method invocations may be chained and combined with fields and keys
207 A pipeline is a possibly chained sequence of "commands". A command is a simple
224 A pipeline may be "chained" by separating a sequence of commands with pipeline
225 characters '|'. In a chained pipeline, the result of each command is
  /prebuilts/go/linux-x86/src/text/template/
template.go 153 // The return value is the template, so calls can be chained.
166 // so calls can be chained.
doc.go 160 chained:
168 Key invocations may be chained and combined with fields to any
183 Method invocations may be chained and combined with fields and keys
207 A pipeline is a possibly chained sequence of "commands". A command is a simple
224 A pipeline may be "chained" by separating a sequence of commands with pipeline
225 characters '|'. In a chained pipeline, the result of each command is
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Verify.c 432 Cryptographic Message Syntax Standard", and outputs two certificate lists chained and
438 @param[out] SignerChainCerts Pointer to the certificates list chained to signer's
440 @param[out] ChainLength Length of the chained certificates list buffer in bytes.
538 // Initialize Chained & Untrusted stack
549 // Build certificates stack chained from Signer's certificate.
587 // Converts Chained and Untrusted Certificate to Certificate Buffer in following format:

Completed in 908 milliseconds

1 2 3 45 6 7 8 91011>>