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

123

/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dfail-on-update-2.php11 function getState($file) function
20 $state = getState($tmpFile);
H A Dfail-on-update.php11 function getState($file) function
20 $state = getState($tmpFile);
/external/webkit/LayoutTests/http/tests/resources/
H A Dtripmine.php20 function getState($file) function
32 echo getState($stateFile);
H A Dnetwork-simulator.php17 function getState($file) function
60 $state = getState($stateFile);
92 $resourceCount = getState($resourceCountFile);
115 $resourceCount = getState($resourceCountFile);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFA.java61 public NFAState getState(int s) { method in class:NFA
62 return grammar.composite.getState(s);
/external/jsilver/src/com/google/streamhtmlparser/
H A DParser.java68 ExternalState getState(); method in interface:Parser
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DMemoryFlyoutPreferences.java44 public int getState() { method in class:MemoryFlyoutPreferences
H A DIFlyoutPreferences.java52 int getState(); method in interface:IFlyoutPreferences
H A DPluginFlyoutPreferences.java62 public int getState() { method in class:PluginFlyoutPreferences
/external/nist-sip/java/javax/sip/
H A DTransaction.java18 TransactionState getState(); method in interface:Transaction
/external/apache-http/src/org/apache/http/conn/
H A DManagedClientConnection.java248 Object getState() method in interface:ManagedClientConnection
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractPoolEntry.java114 public Object getState() { method in class:AbstractPoolEntry
H A DAbstractPooledConnAdapter.java175 public Object getState() { method in class:AbstractPooledConnAdapter
177 return poolEntry.getState();
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
H A DAppStateManager.java180 public <T extends AppState> T getState(Class<T> stateClass){ method in class:AppStateManager
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DGenericParser.java116 currentState.getName(), getState().getName());
142 public ExternalState getState() { method in class:GenericParser
/external/llvm/lib/Support/
H A DLockFileManager.cpp145 LockFileManager::LockFileState LockFileManager::getState() const { function in class:LockFileManager
156 if (getState() != LFS_Owned)
166 if (getState() != LFS_Shared)
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSubscriptionState.java144 public String getState() { method in class:SubscriptionState
/external/nist-sip/java/javax/sip/header/
H A DSubscriptionStateHeader.java27 String getState(); method in interface:SubscriptionStateHeader
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A Dshell.js63 state = getState(status, pattern, string);
129 function getState(status, pattern, string) function
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMySignature1.java101 public int getState() { method in class:MySignature1
/external/icu4c/common/unicode/
H A Duiter.h74 * Constant for UCharIterator getState() indicating an error or
235 * Function type declaration for UCharIterator.getState().
284 * Restore the "state" of the iterator using a state word from a getState() call.
285 * The iterator object need not be the same one as for which getState() was called,
297 * @param state the state word from a getState() call
462 UCharIteratorGetState *getState; member in struct:UCharIterator
466 * to getState().
532 * This is a convenience function that calls iter->getState(iter)
533 * if iter->getState is not NULL;
552 * Restore the "state" of the iterator using a state word from a getState() cal
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
H A DComboMove.java131 public ComboMoveState getState(int num){ method in class:ComboMove
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duiter.h74 * Constant for UCharIterator getState() indicating an error or
235 * Function type declaration for UCharIterator.getState().
284 * Restore the "state" of the iterator using a state word from a getState() call.
285 * The iterator object need not be the same one as for which getState() was called,
297 * @param state the state word from a getState() call
462 UCharIteratorGetState *getState; member in struct:UCharIterator
466 * to getState().
532 * This is a convenience function that calls iter->getState(iter)
533 * if iter->getState is not NULL;
552 * Restore the "state" of the iterator using a state word from a getState() cal
[all...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duiter.h74 * Constant for UCharIterator getState() indicating an error or
235 * Function type declaration for UCharIterator.getState().
284 * Restore the "state" of the iterator using a state word from a getState() call.
285 * The iterator object need not be the same one as for which getState() was called,
297 * @param state the state word from a getState() call
462 UCharIteratorGetState *getState; member in struct:UCharIterator
466 * to getState().
532 * This is a convenience function that calls iter->getState(iter)
533 * if iter->getState is not NULL;
552 * Restore the "state" of the iterator using a state word from a getState() cal
[all...]
/external/webkit/Source/WebCore/icu/unicode/
H A Duiter.h74 * Constant for UCharIterator getState() indicating an error or
235 * Function type declaration for UCharIterator.getState().
284 * Restore the "state" of the iterator using a state word from a getState() call.
285 * The iterator object need not be the same one as for which getState() was called,
297 * @param state the state word from a getState() call
462 UCharIteratorGetState *getState; member in struct:UCharIterator
466 * to getState().
532 * This is a convenience function that calls iter->getState(iter)
533 * if iter->getState is not NULL;
552 * Restore the "state" of the iterator using a state word from a getState() cal
[all...]

Completed in 433 milliseconds

123