Home
last modified time | relevance | path

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

12345678910>>...441

/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/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
92 * 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
93 * Tests if the given exception was caused by this stream.
/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
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.
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.
/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/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/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/src/racoon/
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/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/libconfig/contrib/ls-config/doc/
Derrorcodes.txt11 10 - Inconsistent value type (caused if set exisitng variablen and give type another then saved).
15 14 - Inlegal data type (caused if user give type thet not known for libconfig9).
19 18 - Prohibited data type (caused when use type then connot be use in given case).
/external/libjpeg-turbo/
DChangeLog.md6 1. Fixed a regression introduced in 2.1.0 that caused build failures with
26 width 8 or less caused a buffer overrun.
29 decompress a specially-crafted malformed progressive JPEG image caused the
32 3. Fixed an issue in the Arm Neon SIMD Huffman encoders that caused the
62 8. Fixed an issue in the PPM reader that caused incorrect pixels to be
254 1. Worked around issues in the MIPS DSPr2 SIMD extensions that caused failures
262 TurboJPEG Java API that caused an error ("java.lang.IllegalStateException: No
266 3. Fixed an issue (CVE-2020-13790) in the PPM reader that caused a buffer
299 4. Fixed a regression introduced by 2.0.2[5] that caused the TurboJPEG API to
365 executables for macOS and iOS. This caused a fatal error of the form
[all …]
/external/skia/tests/sksl/errors/
DInvalidUniformTypes.glsl18 error: 21: caused by:
24 error: 22: caused by:
30 error: 24: caused by:
/external/google-breakpad/src/google_breakpad/processor/
Dexception_record.h25 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
112 // The memory address that caused the exception. For data access errors,
113 // this will be the data address that caused the fault. For code errors,
114 // this will be the address of the instruction that caused the fault.

12345678910>>...441