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

12

/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/jsilver/src/com/google/streamhtmlparser/
H A DParser.java68 ExternalState getState(); method in interface:Parser
/external/nist-sip/java/javax/sip/
H A DTransaction.java18 TransactionState getState(); method in interface:Transaction
H A DDialog.java53 DialogState getState(); method in interface:Dialog
/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/jsilver/src/com/google/streamhtmlparser/impl/
H A DGenericParser.java116 currentState.getName(), getState().getName());
142 public ExternalState getState() { method in class:GenericParser
/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/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...]
/external/webkit/Source/WebKit/mac/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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h54 assert(!(ST && ST != Pred->getState()));
76 const ProgramState *getState() { return ST ? ST : Pred->getState(); } function in class:clang::ento::CheckerContext
109 return generateNode(getState(), autoTransition);
134 return generateNodeImpl(state ? state : getState(), true);
142 if (state != getState())
H A DStore.h136 const ProgramState *getState() const { return state; } function in class:clang::ento::StoreManager::CastResult
/external/collada/src/dae/
H A DdaeIDRef.cpp123 daeIDRef::ResolveState daeIDRef::getState() const { function in class:daeIDRef
/external/easymock/src/org/easymock/internal/
H A DMocksControl.java43 public IMocksControlState getState() { method in class:MocksControl
/external/stlport/test/unit/
H A Dstack_allocator.h71 const State& getState() const { return m_state; } function in struct:StackAllocator
75 : m_state(other.getState()) {}
180 __stl_alloc_create(const StackAllocator<_Tp1>& __a, const _Tp2*) { return StackAllocator<_Tp2>(__a.getState()); }

Completed in 754 milliseconds

12