/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")
|
/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/bison/lib/ |
progname.h | 35 argv0 must be a string allocated with indefinite extent, and must not be
|
progname.c | 36 argv0 must be a string allocated with indefinite extent, and must not be
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1StreamParser.java | 61 throw new IOException("indefinite length primitive encoding encountered"); 145 if (length < 0) // indefinite length method 149 throw new IOException("indefinite length primitive encoding encountered");
|
ASN1InputStream.java | 233 if (length < 0) // indefinite length method 237 throw new IOException("indefinite length primitive encoding encountered"); 331 return -1; // indefinite-length encoding
|
DERApplicationSpecific.java | 125 return 2; // 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)
|
/frameworks/base/docs/html/training/notify-user/ |
index.jd | 100 operations where you don't know how much has been completed (indefinite progress).
|
/packages/apps/Phone/src/com/android/phone/ |
InCallUiState.java | 196 // button (like "call failed"), others may be an indefinite 290 * an indefinite progress spinner. 315 * to bring up an indefinite progress spinner along with a message
|
/external/valgrind/main/VEX/useful/ |
hd_fpu.c | [all...] |
/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
|