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

1234

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DSampler.cpp31 void Sampler::getState(SamplerState *samplerState) const function in class:gl::Sampler
/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/chromium_org/third_party/skia/include/core/
H A DSkDocument.h130 State getState() const { return fState; } function in class:SkDocument
/external/jsilver/src/com/google/streamhtmlparser/
H A DParser.java68 ExternalState getState(); method in interface:Parser
/external/skia/include/core/
H A DSkDocument.h130 State getState() const { return fState; } function in class:SkDocument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DContextTrackingChecker.java22 protected ContextTrackingState getState() { method in class:ContextTrackingChecker
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFStream.h85 State getState() { function in class:SkPDFStream
/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/skia/src/pdf/
H A DSkPDFStream.h85 State getState() { function in class:SkPDFStream
/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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DGoogleServiceAuthError.java85 State getState() { method in class:GoogleServiceAuthError
/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.cpp159 LockFileManager::LockFileState LockFileManager::getState() const { function in class:LockFileManager
170 if (getState() != LFS_Owned)
179 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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNetworkInfo.java55 public NetworkInfo.State getState() { method in class:ShadowNetworkInfo
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSubscription.java118 public State getState() method in class:Subscription
124 * This value is only relevant when the {@link #getState()} is {@link State#unconfigured}
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMySignature1.java99 public int getState() { method in class:MySignature1
/external/chromium_org/third_party/icu/source/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/deqp/executor/
H A DxeLocalTcpIpLink.cpp137 CommLinkState LocalTcpIpLink::getState (void) const function in class:xe::LocalTcpIpLink
142 return m_link.getState();
145 CommLinkState LocalTcpIpLink::getState (std::string& error) const function in class:xe::LocalTcpIpLink
153 return m_link.getState();

Completed in 1335 milliseconds

1234