/frameworks/av/services/camera/libcameraservice/camera3/ |
Camera3StreamInterface.h | 135 * an indefinite wait.
|
Camera3Stream.h | 196 * OK on success. Pass in TIMEOUT_NEVER for timeout to indicate an indefinite wait.
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
BerInputStream.java | 50 * Primary is used for decoding indefinite length encoding 54 /** Indicates indefinite length of the current type */ 131 throw new ASN1Exception("Decoding indefinite length encoding is not supported"); 181 } else { //indefinite form
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
ElementParallelTimeContainerImpl.java | 95 // Return "indefinite" here.
|
SmilMediaElementImpl.java | 105 // FIXME Should get the duration of the media. "indefinite" instead here.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
package-info.java | 100 * in addition to indefinite waits. In all cases that 105 * However, an indefinite amount of time may elapse between a
|
/external/eigen/doc/ |
TopicLinearAlgebraDecompositions.dox | 228 <li><a name="note1">\b 1: </a>There exist two variants of the LDLT algorithm. Eigen's one produces a pure diagonal D matrix, and therefore it cannot handle indefinite matrices, unlike Lapack's one which produces a block diagonal D matrix.</li>
|
/packages/apps/Mms/src/com/android/mms/model/ |
MediaModel.java | 108 // 'indefinite' duration, we should try to find its exact value;
|
/external/openssl/crypto/asn1/ |
asn1.h | 178 int eos; /* end of sequence read for indefinite encoding */ 180 int inf; /* constructed if 0x20, indefinite is 0x21 */ 193 int eos; /* end of sequence read for indefinite encoding */ 195 int inf; /* constructed if 0x20, indefinite is 0x21 */ 222 * holder for the location where indefinite length constructed data should [all...] |
asn1_gen.c | 201 /* Indefinite length constructed */ 209 * because it will mess up if indefinite length
|
tasn_enc.c | 80 * to use indefinite length constructed encoding, where appropriate 197 /* Use indefinite length constructed if requested */
|
asn1_lib.c | 194 * constructed == 2 for indefinite length constructed */
|
asn1_par.c | 148 /* if j == 0x21 it is a constructed indefinite length object */
|
/external/openssl/include/openssl/ |
asn1.h | 178 int eos; /* end of sequence read for indefinite encoding */ 180 int inf; /* constructed if 0x20, indefinite is 0x21 */ 193 int eos; /* end of sequence read for indefinite encoding */ 195 int inf; /* constructed if 0x20, indefinite is 0x21 */ 222 * holder for the location where indefinite length constructed data should [all...] |
/external/webkit/Source/WebCore/platform/ |
DefaultLocalizationStrategy.cpp | 846 return WEB_UI_STRING("indefinite time", "accessibility help text for an indefinite media controller time value"); [all...] |
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
PlatformStrategiesWinCE.cpp | 614 return UI_STRING("indefinite time", "accessibility help text for an indefinite media controller time value");
|
/external/clang/include/clang/AST/ |
OperationKinds.h | 266 /// Enters a cleanup to call objc_release at some indefinite time.
|
/external/openssl/crypto/pkcs7/ |
bio_ber.c | 96 int depth; /* used with indefinite encoding. */
|
/external/webkit/Source/WebCore/platform/gtk/ |
LocalizedStringsGtk.cpp | 533 return String::fromUTF8(_("indefinite time"));
|
/external/ceres-solver/docs/ |
modeling.tex | 272 where the terms involving the second derivatives of $f(x)$ have been ignored. Note that $H(x)$ is indefinite if $\rho''f(x)^\top f(x) + \frac{1}{2}\rho' < 0$. If this is not the case, then its possible to re-weight the residual and the Jacobian matrix such that the corresponding linear least squares problem for the robustified Gauss-Newton step.
|
/external/icu4c/i18n/ |
coll.cpp | 503 // array of indefinite lifetime
|
/external/v8/src/ |
conversions-inl.h | 79 return 0x80000000u; // Return integer indefinite.
|
/external/webkit/Source/WebKit/gtk/po/ |
et.po | 781 msgid "indefinite time"
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
WebPlatformStrategies.cpp | 655 return QCoreApplication::translate("QWebPage", "Indefinite time", "Media time description");
|
/frameworks/wilhelm/src/android/ |
android_GenericPlayer.cpp | 702 // 1 minute max delay avoids indefinite memory leaks caused by cancelled one-shots
|