/external/webkit/Source/WebCore/manual-tests/animation/ |
animateColor-repeat-indefinite.svg | 3 <animateColor attributeName="fill" values='blue; green' dur='2s' repeatCount='indefinite' />
|
/external/chromium/chrome/browser/resources/shared/images/ |
throbber.svg | 10 begin="0s" dur="1s" fill="freeze" repeatCount="indefinite" />
|
/external/webkit/Source/WebCore/svg/animation/ |
SMILTime.cpp | 43 return SMILTime::indefinite(); 52 return SMILTime::indefinite(); 63 return SMILTime::indefinite();
|
SVGSMILElement.cpp | 247 DEFINE_STATIC_LOCAL(const AtomicString, indefiniteValue, ("indefinite")); 249 return SMILTime::indefinite(); 580 DEFINE_STATIC_LOCAL(const AtomicString, indefiniteValue, ("indefinite")); 582 return SMILTime::indefinite(); 594 return m_cachedMax = (result.isUnresolved() || result < 0) ? SMILTime::indefinite() : result; 608 return min(dur(), SMILTime::indefinite()); 634 // "The special value "indefinite" does not yield an instance time in the begin list." 656 return min(repeatCountDuration, min(repeatDur, SMILTime::indefinite())); 677 maxValue = SMILTime::indefinite(); 694 tempEnd = resolveActiveEnd(tempBegin, SMILTime::indefinite()); [all...] |
SMILTime.h | 42 static SMILTime indefinite() { return indefiniteValue; } function in class:WebCore::SMILTime
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
ElementSequentialTimeContainerImpl.java | 65 // Return "indefinite" since containing a child whose duration is indefinite.
|
ElementTimeImpl.java | 146 endTimeList.add(new TimeImpl("indefinite", getEndConstraints())); 293 mSmilElement.setAttribute("begin", "indefinite"); 304 mSmilElement.setAttribute("end", "indefinite"); 324 String repeatCountString = "indefinite"; 332 String repeatDurString = "indefinite";
|
TimeImpl.java | 45 * | "indefinite" 81 if (timeValue.equals("indefinite")
|
ElementParallelTimeContainerImpl.java | 95 // Return "indefinite" here.
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
Time.java | 28 * true, the current <code>Time</code> must be defined (not indefinite), 30 * must be defined (not indefinite), and the begin <code>Time</code> of 32 * elements that this depends upon must be defined (not indefinite).
|
ElementParallelTimeContainer.java | 35 * unknown (indefinite?).
|
ElementTimeControl.java | 27 * attribute is not set to <code>"indefinite"</code> ) The element is 54 * attribute is not set to <code>"indefinite"</code> ) The element is 74 * is not set to <code>"indefinite"</code> ) The element is not active. 93 * attribute is not set to <code>"indefinite"</code> ) The element is
|
ElementTime.java | 49 * value means "indefinite". 100 * specified duration in milliseconds. Negative means "indefinite".
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
ASN1StreamParser.java | 58 throw new IOException("indefinite length primitive encoding encountered"); 142 if (length < 0) // indefinite length method 146 throw new IOException("indefinite length primitive encoding encountered");
|
ASN1InputStream.java | 217 if (length < 0) // indefinite length method 221 throw new IOException("indefinite length primitive encoding encountered"); 315 return -1; // indefinite-length encoding
|
/external/openssl/crypto/asn1/ |
tasn_dec.c | 391 /* If indefinite we don't do a length check */ 857 /* If indefinite length constructed find the real end */ 1084 * length, whether it is indefinite length and a pointer to the content. 1086 * recurse on each indefinite length header. 1094 /* If not indefinite length constructed just add length */ 1101 /* Indefinite length constructed form. Find the end when enough EOCs 1102 * are found. If more indefinite length constructed headers 1141 * if it is indefinite length. 1162 /* If no buffer and not indefinite length constructed just pass over 1175 /* EOC is illegal outside indefinite lengt [all...] |
asn1t.h | 386 /* EXPLICIT using indefinite length constructed form */ 390 /* EXPLICIT OPTIONAL using indefinite length constructed form */ 560 * or EXPLICIT causes indefinite length constructed 619 * that it will use indefinite length constructed
|
tasn_typ.c | 135 /* Special, OCTET STRING with indefinite length constructed support */
|
/dalvik/vm/mterp/ |
NOTES.txt | 18 - transitions to native code or indefinite wait (e.g. monitor-enter)
|
/packages/apps/Phone/src/com/android/phone/ |
InCallUiState.java | 187 // button (like "call failed"), others may be an indefinite 276 * an indefinite progress spinner. 301 * to bring up an indefinite progress spinner along with a message
|
/external/openssl/include/openssl/ |
asn1t.h | 386 /* EXPLICIT using indefinite length constructed form */ 390 /* EXPLICIT OPTIONAL using indefinite length constructed form */ 560 * or EXPLICIT causes indefinite length constructed 619 * that it will use indefinite length constructed
|
/external/v8/src/ |
conversions-inl.h | 69 return 0x80000000u; // Return integer indefinite.
|
/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
|
/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/pcre/doc/ |
pcreperform.3 | 127 Beware of patterns that contain nested indefinite repeats. These can take a
|