Home
last modified time | relevance | path

Searched full:caused (Results 1 – 25 of 13107) sorted by relevance

12345678910>>...525

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DPlaybackException.java95 /** Caused by an error whose cause could not be identified. */
98 * Caused by an unidentified error in a remote Player, which is a Player that runs on a different
102 /** Caused by the loading position falling behind the sliding window of available live content. */
104 /** Caused by a generic timeout. */
107 * Caused by a failed runtime check.
116 /** Caused by an Input/Output error which could not be identified. */
119 * Caused by a network connection failure.
132 /** Caused by a network timeout, meaning the server is taking too long to fulfill a request. */
135 * Caused by a server returning a resource with an invalid "Content-Type" HTTP header value.
141 /** Caused by an HTTP server returning an unexpected HTTP response status code. */
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DPlaybackException.java93 /** Caused by an error whose cause could not be identified. */
96 * Caused by an unidentified error in a remote Player, which is a Player that runs on a different
100 /** Caused by the loading position falling behind the sliding window of available live content. */
102 /** Caused by a generic timeout. */
105 * Caused by a failed runtime check.
114 /** Caused by an Input/Output error which could not be identified. */
117 * Caused by a network connection failure.
130 /** Caused by a network timeout, meaning the server is taking too long to fulfill a request. */
133 * Caused by a server returning a resource with an invalid "Content-Type" HTTP header value.
139 /** Caused by an HTTP server returning an unexpected HTTP response status code. */
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformationException.java79 /** Caused by an error whose cause could not be identified. */
82 * Caused by a failed runtime check.
90 /** Caused by an Input/Output error which could not be identified. */
93 * Caused by a network connection failure.
105 /** Caused by a network timeout, meaning the server is taking too long to fulfill a request. */
108 * Caused by a server returning a resource with an invalid "Content-Type" HTTP header value.
114 /** Caused by an HTTP server returning an unexpected HTTP response status code. */
116 /** Caused by a non-existent file. */
119 * Caused by lack of permission to perform an IO operation. For example, lack of permission to
124 * Caused by the player trying to access cleartext HTTP traffic (meaning http:// rather than
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
DTransformationException.java78 /** Caused by an error whose cause could not be identified. */
81 * Caused by a failed runtime check.
89 /** Caused by an Input/Output error which could not be identified. */
92 * Caused by a network connection failure.
104 /** Caused by a network timeout, meaning the server is taking too long to fulfill a request. */
107 * Caused by a server returning a resource with an invalid "Content-Type" HTTP header value.
113 /** Caused by an HTTP server returning an unexpected HTTP response status code. */
115 /** Caused by a non-existent file. */
118 * Caused by lack of permission to perform an IO operation. For example, lack of permission to
123 * Caused by the player trying to access cleartext HTTP traffic (meaning http:// rather than
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/
DFunctionEvaluationException.java28 * caused the function evaluation to fail.
42 * that caused the function evaluation to fail.
53 * that caused the function evaluation to fail.
120 * @param cause the exception or error that caused this exception to be thrown
132 * @param cause the exception or error that caused this exception to be thrown
144 * @param cause the exception or error that caused this exception to be thrown
159 * @param cause the exception or error that caused this exception to be thrown
175 * @param cause the exception or error that caused this exception to be thrown
190 * @param cause the exception or error that caused this exception to be thrown
204 * Returns the function argument that caused this exception.
[all …]
/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
DTaggedOutputStream.java28 * stream that caused the exception can easily be identified. This is
39 * // The exception was caused by this stream.
42 * // The exception was caused by something else.
48 * used to let higher levels of code handle the exception caused by this
58 * // ... or process the exception that was caused by something else
93 * Tests if the given exception was caused by this stream.
DTaggedWriter.java28 * reader that caused the exception can easily be identified. This is
39 * // The exception was caused by this writer.
42 * // The exception was caused by something else.
48 * used to let higher levels of code handle the exception caused by this
58 * // ... or process the exception that was caused by something else
93 * Tests if the given exception was caused by this writer.
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/
DPlaybackException.html236 <div class="block">Caused by an AudioTrack initialization failure.</div>
243 <div class="block">Caused by an AudioTrack write operation failure.</div>
250 <div class="block">Caused by the loading position falling behind the sliding window of available li…
257 <div class="block">Caused by a decoder initialization failure.</div>
264 <div class="block">Caused by a decoder query failure.</div>
271 <div class="block">Caused by a failure while trying to decode media samples.</div>
278 <div class="block">Caused by trying to decode content whose format exceeds the capabilities of the …
285 <div class="block">Caused by trying to decode content whose format is not supported.</div>
292 <div class="block">Caused by attempting to play incompatible DRM-protected content.</div>
299 <div class="block">Caused by the device having revoked DRM privileges.</div>
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/
DPlaybackException.html236 <div class="block">Caused by an AudioTrack initialization failure.</div>
243 <div class="block">Caused by an AudioTrack write operation failure.</div>
250 <div class="block">Caused by the loading position falling behind the sliding window of available li…
257 <div class="block">Caused by a decoder initialization failure.</div>
264 <div class="block">Caused by a decoder query failure.</div>
271 <div class="block">Caused by a failure while trying to decode media samples.</div>
278 <div class="block">Caused by trying to decode content whose format exceeds the capabilities of the …
285 <div class="block">Caused by trying to decode content whose format is not supported.</div>
292 <div class="block">Caused by attempting to play incompatible DRM-protected content.</div>
299 <div class="block">Caused by the device having revoked DRM privileges.</div>
[all …]
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DTaggedReader.java27 …* A reader decorator that tags potential exceptions so that the reader that caused the exception c…
39 * // The exception was caused by this reader.
42 * // The exception was caused by something else.
48 …* exception caused by this reader while other processing errors are being taken care of at this lo…
57 * // ... or process the exception that was caused by something else
96 * Tests if the given exception was caused by this reader.
DTaggedInputStream.java28 * stream that caused the exception can easily be identified. This is
39 * // The exception was caused by this stream.
42 * // The exception was caused by something else.
48 * used to let higher levels of code handle the exception caused by this
58 * // ... or process the exception that was caused by something else
97 * Tests if the given exception was caused by this stream.
/external/gptfdisk/
DNEWS4 - Fixed problem that caused sgdisk to crash with errors about being unable
33 - Removed stray debugging code that caused "partNum is {x}" to be printed
61 - Fixed bug that caused cgdisk to report incorrect partition attributes.
91 - Fixed bug that caused spurious warnings about the partition table
226 - Fixed a major bug that caused invalid partition tables to be generated
285 - Fixed bug that caused -N/--largest-new option to sgdisk to fail when
288 - Fixed bug that caused input glitches in EFI version of gdisk.
290 - Fixed bug that caused sgdisk to not return an appropriate error code
293 - Fixed bug that caused cgdisk's "Info" display to under-report the
338 - Fixed bug that caused random crashes on ppc64el systems (and perhaps
[all …]
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/exception/
DVelocityException.java58 * @param wrapped A throwable object that caused the Exception.
68 * @param wrapped A throwable object that caused the Exception.
79 * @param wrapped A throwable object that caused the Exception.
88 * @param wrapped A throwable object that caused the Exception.
99 * returns the wrapped Throwable that caused this
DMacroOverflowException.java45 * @param wrapped A throwable object that caused the Exception.
54 * @param wrapped A throwable object that caused the Exception.
64 * @param wrapped A throwable object that caused the Exception.
72 * @param wrapped A throwable object that caused the Exception.
/external/skia/resources/sksl/errors/
DInvalidAtomicDeclarations.compute77 caused by:
80 caused by:
83 caused by:
86 caused by:
89 caused by:
DInvalidUniformTypes.sksl39 caused by:
41 caused by:
43 caused by:
/external/rust/crates/serde_cbor/src/
Derror.rs21 /// The error was caused by a failure to read or write bytes on an IO stream.
23 /// The error was caused by input that was not syntactically valid CBOR.
25 /// The error was caused by input data that was semantically incorrect.
27 /// The error was caused by prematurely reaching the end of the input data.
152 /// Returns true if this error was caused by a failure to read or write bytes on an IO stream.
160 /// Returns true if this error was caused by input that was not syntactically valid CBOR.
168 /// Returns true if this error was caused by data that was semantically incorrect.
176 /// Returns true if this error was caused by prematurely reaching the end of the input data.
184 /// Returns true if this error was caused by the scratch buffer being too small.
/external/ipsec-tools/
DNOTICE23 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
52 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
81 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
110 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
138 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
167 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
197 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
226 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
258 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
288 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
[all …]
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/http/pipeline/stages/
DTimeoutExceptionHandlingStage.java37 …* Check if an {@link Exception} is caused by either ApiCallTimeout or ApiAttemptTimeout and transl…
53 * Translate an {@link Exception} caused by timeout based on the following criteria:
56 …* <li>If the {@link Exception} is caused by {@link ClientOverrideConfiguration#apiCallTimeout}, tr…
60 …* If it is caused by {@link ClientOverrideConfiguration#apiCallAttemptTimeout()}, clear the interr…
128 * @return True if the exception was caused by the attempt timeout, false if not.
138 * @return True if the exception was caused by the call timeout, false if not.
/external/crosvm/hypervisor/src/whpx/whpx_sys/
DWinHvPlatformDefs.h901 // Standard exits caused by operations of the virtual processor
920 // Exits caused by the host
963 // Context data for a VM exit caused by a memory access (WHvRunVpExitReasonMemoryAccess)
998 // Context data for an exit caused by an I/O port access (WHvRunVpExitReasonX64IOPortAccess)
1036 // Context data for an exit caused by an MSR access (WHvRunVpExitReasonX64MSRAccess)
1061 // Context data for an exit caused by a CPUID call (WHvRunVpExitReasonX64CPUID)
1077 // Context data for an exit caused by an exception generated by the virtual processor
1109 // Context data for an exit caused by the use of an unsupported processor feature
1126 // Context data for an exit caused by a cancellation from the host (WHvRunVpExitReasonCanceled)
1144 // Context data for an exit caused by an interrupt delivery window cancellation from the host
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/transformer/
DTransformationException.html202 <div class="block">Caused by a decoder initialization failure.</div>
209 <div class="block">Caused by a failure while trying to decode media samples.</div>
216 <div class="block">Caused by trying to decode content whose format is not supported.</div>
223 <div class="block">Caused by an encoder initialization failure.</div>
230 <div class="block">Caused by a failure while trying to encode media samples.</div>
237 <div class="block">Caused by a failed runtime check.</div>
244 <div class="block">Caused by a GL initialization failure.</div>
251 <div class="block">Caused by a failure while using or releasing a GL program.</div>
258 <div class="block">Caused by an HTTP server returning an unexpected HTTP response status code.</div>
265 <div class="block">Caused by the player trying to access cleartext HTTP traffic (meaning http:// ra…
[all …]
/external/fsck_msdos/
DNOTICE22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
49 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
79 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
108 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
136 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
172 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
200 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
231 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
257 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
284 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
/external/e2fsprogs/doc/RelNotes/
Dv1.43.6.txt8 Fix UI problems caused by fuzzy translations such that some messages
13 Fix some out-of-bounds memory accesses in e2fsck caused by (usually
48 Fix LFS bug which caused e2image to fail to create regular e2image
52 Fix FreeBSD portability problem caused by the fact that they no longer
/external/libjpeg-turbo/
DChangeLog.md7 supported SIMD instruction sets in a global variable, which caused an innocuous
11 by making the SIMD support variable thread-local. However, that caused another
32 2. Fixed a regression introduced by 2.0 beta1[15] that caused a buffer overrun
45 or less than 0 to `jpeg_write_scanlines()` caused a buffer overrun or underrun
61 strides to pass to `tjDecompressToYUVPlanes()`. This caused a buffer overrun
82 1. Fixed a regression introduced in 2.1.3 that caused build failures with
141 1. Fixed a regression introduced by 2.1 beta1[13] that caused the remaining
144 section rather than in the `.text` section. This caused the GNU linker to
154 3. Fixed a regression introduced by 2.1 beta1[13] that caused the build system
173 1. Fixed a regression introduced in 2.1.0 that caused build failures with
[all …]
/external/skia/tests/sksl/errors/
DInvalidAtomicDeclarations.glsl21 error: 32: caused by:
30 error: 35: caused by:
39 error: 8: caused by:
48 error: 8: caused by:
57 error: 8: caused by:

12345678910>>...525