Searched defs:setState (Results 1 - 25 of 25) sorted by relevance

/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dfail-on-update-2.php6 function setState($newState, $file) function
29 setState("Deleted", $tmpFile);
H A Dfail-on-update.php6 function setState($newState, $file) function
29 setState("Deleted", $tmpFile);
/external/webkit/LayoutTests/http/tests/resources/
H A Dtripmine.php15 function setState($newState, $file) function
47 setState("FAIL. Non-simple method $method.", $stateFile);
55 setState("FAIL. Non-simple content type: $contentType.", $stateFile);
60 setState("FAIL. Custom header sent with a simple request.", $stateFile);
H A Dnetwork-simulator.php12 function setState($newState, $file) function
162 setState("Online", $stateFile);
164 setState("Offline", $stateFile);
/external/apache-http/src/org/apache/http/conn/
H A DManagedClientConnection.java240 void setState(Object state) method in interface:ManagedClientConnection
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractPoolEntry.java123 public void setState(final Object state) { method in class:AbstractPoolEntry
H A DAbstractPooledConnAdapter.java182 public void setState(final Object state) { method in class:AbstractPooledConnAdapter
184 poolEntry.setState(state);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSubscriptionState.java155 public void setState(String state) throws ParseException { method in class:SubscriptionState
159 + "Exception, SubscriptionState, setState(), the state parameter is null");
/external/nist-sip/java/javax/sip/header/
H A DSubscriptionStateHeader.java28 void setState(String state) throws ParseException; method in interface:SubscriptionStateHeader
/external/icu4c/common/unicode/
H A Duiter.h59 * when moving relative to the current index after a setState()
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
123 * relative to the current position after setState() was called,
242 * This is used together with setState()/UCharIteratorSetState
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
282 * Function type declaration for UCharIterator.setState().
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
456 * (public) Return the state of the iterator, to be restored later with setState().
472 UCharIteratorSetState *setState; member in struct:UCharIterator
553 * This is a convenience function that calls iter->setState(ite
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duiter.h59 * when moving relative to the current index after a setState()
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
123 * relative to the current position after setState() was called,
242 * This is used together with setState()/UCharIteratorSetState
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
282 * Function type declaration for UCharIterator.setState().
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
456 * (public) Return the state of the iterator, to be restored later with setState().
472 UCharIteratorSetState *setState; member in struct:UCharIterator
553 * This is a convenience function that calls iter->setState(ite
[all...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duiter.h59 * when moving relative to the current index after a setState()
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
123 * relative to the current position after setState() was called,
242 * This is used together with setState()/UCharIteratorSetState
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
282 * Function type declaration for UCharIterator.setState().
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
456 * (public) Return the state of the iterator, to be restored later with setState().
472 UCharIteratorSetState *setState; member in struct:UCharIterator
553 * This is a convenience function that calls iter->setState(ite
[all...]
/external/webkit/Source/WebCore/icu/unicode/
H A Duiter.h59 * when moving relative to the current index after a setState()
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
123 * relative to the current position after setState() was called,
242 * This is used together with setState()/UCharIteratorSetState
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
282 * Function type declaration for UCharIterator.setState().
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
456 * (public) Return the state of the iterator, to be restored later with setState().
472 UCharIteratorSetState *setState; member in struct:UCharIterator
553 * This is a convenience function that calls iter->setState(ite
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/
H A DLayer.cpp231 void Layer::setState(WebCore::GLWebViewState* state) { function in class:Layer
235 m_children[i]->setState(state);
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duiter.h59 * when moving relative to the current index after a setState()
92 * This function may perform slowly for UITER_CURRENT after setState() was called,
123 * relative to the current position after setState() was called,
242 * This is used together with setState()/UCharIteratorSetState
261 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
282 * Function type declaration for UCharIterator.setState().
291 * After calling setState(), a getIndex(UITER_CURRENT) may be slow because
456 * (public) Return the state of the iterator, to be restored later with setState().
472 UCharIteratorSetState *setState; member in struct:UCharIterator
553 * This is a convenience function that calls iter->setState(ite
[all...]
/external/webkit/Source/WebCore/html/shadow/
H A DTextControlInnerElements.cpp432 setState(Recording);
449 void InputFieldSpeechButtonElement::setState(SpeechInputState state) function in class:WebCore::InputFieldSpeechButtonElement
464 setState(Recognizing);
469 setState(Idle);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPClientTransaction.java431 this.setState(TransactionState.TERMINATED);
433 this.setState(TransactionState.COMPLETED);
457 this.setState(TransactionState.CALLING);
460 this.setState(TransactionState.TERMINATED);
462 this.setState(TransactionState.TRYING);
480 this.setState(TransactionState.TERMINATED);
541 this.setState(TransactionState.TERMINATED);
611 this.setState(TransactionState.PROCEEDING);
629 this.setState(TransactionState.COMPLETED);
632 this.setState(TransactionStat
1285 public void setState(TransactionState newState) { method in class:SIPClientTransaction
[all...]
H A DSIPServerTransaction.java277 setState(TERMINATED_STATE);
727 this.setState(TransactionState.TRYING);
748 this.setState(TransactionState.CONFIRMED);
755 this.setState(TransactionState.TERMINATED);
916 this.setState(TransactionState.PROCEEDING);
929 this.setState(TransactionState.COMPLETED);
947 this.setState(TransactionState.TERMINATED);
978 this.setState(TransactionState.TERMINATED);
983 this.setState(TransactionState.COMPLETED);
1019 this.setState(TransactionStat
1445 public void setState(TransactionState newState) { method in class:SIPServerTransaction
[all...]
H A DSIPTransaction.java525 public void setState(TransactionState newState) { method in class:SIPTransaction
542 sipStack.getStackLogger().logDebug("Transaction:setState " + newState
820 this.setState(TransactionState.TERMINATED);
825 .setState(SIPDialog.TERMINATED_STATE);
1119 setState(TransactionState.TERMINATED);
H A DSIPDialog.java672 setState(SIPDialog.TERMINATED_STATE);
1097 this.setState(CONFIRMED_STATE);
1196 this.setState(TERMINATED_STATE);
1212 public void setState(int state) { method in class:SIPDialog
1409 d.setState(CONFIRMED_STATE); // set state, *after* setting route set!
1751 this.setState(TERMINATED_STATE);
2200 this.setState(DialogState._TERMINATED);
2604 setState(SIPDialog.EARLY_STATE);
2641 setState(SIPDialog.CONFIRMED_STATE);
2660 setState(SIPDialo
[all...]
/external/collada/src/dae/
H A DdaeURI.cpp433 void daeURI::setState(ResolveState newState) { } function in class:daeURI
/external/webkit/Source/WebCore/html/parser/
H A DHTMLTokenizer.h137 void setState(State state) { m_state = state; } function in class:WebCore::HTMLTokenizer
/external/webkit/Source/WebKit2/Shared/
H A DWebEvent.h293 void setState(TouchPointState state) { m_state = state; } function in class:WebKit::WebPlatformTouchPoint
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp239 setState(FrameStateProvisional);
1274 setState(FrameStateProvisional);
1891 void FrameLoader::setState(FrameState newState) function in class:WebCore::FrameLoader
1910 setState(FrameStateComplete);
1915 setState(FrameStateComplete);
2045 setState(FrameStateCommittedPage);
3069 setState(FrameStateProvisional);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 481 milliseconds