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

12

/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DMemoryFlyoutPreferences.java56 public void setState(int state) { method in class:MemoryFlyoutPreferences
H A DIFlyoutPreferences.java72 void setState(int state); method in interface:IFlyoutPreferences
H A DPluginFlyoutPreferences.java74 public void setState(int state) { method in class:PluginFlyoutPreferences
/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/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestIDList.java143 static void setState(StateCol state){ method in class:TestIDList
160 setState(states[i]);
/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/layers/
H A DLayer.cpp234 void Layer::setState(WebCore::GLWebViewState* state) { function in class:Layer
238 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/jmdns/src/javax/jmdns/impl/
H A DDNSStatefulObject.java195 protected void setState(DNSState state) { method in class:DNSStatefulObject.DefaultImplementation
222 this.setState(this._state.advance());
243 this.setState(this._state.revert());
263 this.setState(DNSState.CANCELING_1);
284 this.setState(DNSState.CLOSING);
303 this.setState(DNSState.PROBING_1);
/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java92 setState(MessageFormat.format(
99 setState(null);
103 setState(MessageFormat.format(
240 setState(null);
288 private void setState(String message) { method in class:CSpinner
/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...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java709 public void setState(int stateNumber, DFAState d) { method in class:DFA

Completed in 500 milliseconds

12