Searched refs:getState (Results 1 - 25 of 220) sorted by relevance

123456789

/external/deqp/executor/
H A DxeLocalTcpIpLink.hpp47 CommLinkState getState (void) const;
48 CommLinkState getState (std::string& error) const;
H A DxeCommLink.hpp57 virtual CommLinkState getState (void) const = DE_NULL;
58 virtual CommLinkState getState (std::string& error) const = DE_NULL;
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();
H A DxeTcpIpLink.cpp92 CommLinkState TcpIpLinkState::getState (void) const function in class:xe::TcpIpLinkState
99 CommLinkState TcpIpLinkState::getState (std::string& error) const function in class:xe::TcpIpLinkState
371 XE_CHECK_MSG(m_state.getState() == COMMLINKSTATE_TEST_PROCESS_LAUNCHING, "Unexpected PROCESS_STARTED message");
378 XE_CHECK_MSG(m_state.getState() == COMMLINKSTATE_TEST_PROCESS_LAUNCHING, "Unexpected PROCESS_LAUNCH_FAILED message");
385 XE_CHECK_MSG(m_state.getState() == COMMLINKSTATE_TEST_PROCESS_RUNNING, "Unexpected PROCESS_FINISHED message");
400 XE_CHECK_MSG(m_state.getState() == COMMLINKSTATE_TEST_PROCESS_RUNNING, "Unexpected PROCESS_LOG_DATA message");
440 deSocketState state = m_socket.getState();
454 if (m_socket.getState() != DE_SOCKETSTATE_CLOSED)
460 XE_CHECK(m_socket.getState() == DE_SOCKETSTATE_CLOSED);
461 XE_CHECK(m_state.getState()
533 CommLinkState TcpIpLink::getState (void) const function in class:xe::TcpIpLink
538 CommLinkState TcpIpLink::getState (std::string& message) const function in class:xe::TcpIpLink
[all...]
H A DxeTcpIpLink.hpp46 CommLinkState getState (void) const;
47 CommLinkState getState (std::string& error) const;
131 CommLinkState getState (void) const;
132 CommLinkState getState (std::string& error) const;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMediaRecorderTest.java38 assertThat(shadowMediaRecorder.getState(), not(equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED)));
41 assertThat(shadowMediaRecorder.getState(), equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED));
61 assertThat(shadowMediaRecorder.getState(), not(equalTo(ShadowMediaRecorder.STATE_INITIALIZED)));
64 assertThat(shadowMediaRecorder.getState(), equalTo(ShadowMediaRecorder.STATE_INITIALIZED));
110 assertThat(shadowMediaRecorder.getState(), not(equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED)));
114 assertThat(shadowMediaRecorder.getState(), equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED));
119 assertThat(shadowMediaRecorder.getState(), not(equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED)));
123 assertThat(shadowMediaRecorder.getState(), equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED));
128 assertThat(shadowMediaRecorder.getState(), not(equalTo(ShadowMediaRecorder.STATE_DATA_SOURCE_CONFIGURED)));
134 assertThat(shadowMediaRecorder.getState(), equalT
[all...]
/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DIFlyoutPreferences.java52 int getState(); method in interface:IFlyoutPreferences
H A DMemoryFlyoutPreferences.java44 public int getState() { method in class:MemoryFlyoutPreferences
/external/jsilver/src/com/google/streamhtmlparser/
H A DParser.java68 ExternalState getState(); method in interface:Parser
/external/easymock/src/org/easymock/internal/
H A DMockInvocationHandler.java35 if (control.getState() instanceof RecordState) {
38 return control.getState().invoke(
/external/llvm/include/llvm/Support/
H A DLockFileManager.h74 LockFileState getState() const;
76 operator LockFileState() const { return getState(); }
/external/nist-sip/java/javax/sip/
H A DTransaction.java18 TransactionState getState(); method in interface:Transaction
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DSignatureTest.java48 assertEquals("state", Signature.UNINITIALIZED, s.getState());
55 assertEquals("state", Signature.UNINITIALIZED, s.getState());
66 assertEquals("state", Signature.VERIFY, s.getState());
77 assertEquals("state", Signature.VERIFY, s.getState());
88 assertEquals("state", Signature.SIGN, s.getState());
99 assertEquals("state", Signature.SIGN, s.getState());
124 assertEquals("state", Signature.SIGN, s.getState());
149 assertEquals("state", Signature.VERIFY, s.getState());
182 assertEquals("state", Signature.VERIFY, s.getState());
202 assertEquals("state", Signature.SIGN, s.getState());
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h98 assert(Pred->getState() &&
118 const ProgramStateRef &getState() const { return Pred->getState(); } function in class:clang::ento::CheckerContext
196 return getState()->getSVal(S, getLocationContext());
210 return addTransitionImpl(State ? State : getState(), false, nullptr, Tag);
231 return addTransitionImpl(State ? State : getState(), true, Pred, Tag);
290 if (!State || (State == Pred->getState() && !Tag && !MarkAsSink))
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp60 SVal Denom = C.getState()->getSVal(B->getRHS(), C.getLocationContext());
71 std::tie(stateNotZero, stateZero) = CM.assumeDual(C.getState(), *DV);
79 bool TaintedD = C.getState()->isTainted(*DV);
H A DUndefBranchChecker.cpp63 SVal X = Ctx.getState()->getSVal(Condition, Ctx.getLocationContext());
91 ProgramStateRef St = N->getState();
95 St = PrevN->getState();
/external/chromium_org/remoting/webapp/browser_test/
H A Dmock_signal_strategy.js31 remoting.MockSignalStrategy.prototype.getState = function() {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DContextTrackingChecker.java18 protected ContextTrackingState getState() { method in class:ContextTrackingChecker
H A DProtoFollowsExtendsChecker.java44 FunctionRecord contextFunction = getState().getCurrentFunctionRecord();
53 TypeRecord typeRecord = getState().typeRecordsByTypeName.get(contextFunction.name);
96 FunctionRecord function = getState().getCurrentFunctionRecord();
107 FunctionRecord function = getState().getCurrentFunctionRecord();
124 TypeRecord type = getState().typeRecordsByTypeName.get(function.name);
132 for (TypeRecord record : getState().getTypeRecordsByTypeName().values()) {
151 ContextTrackingState state = getState();
206 getState().getNodeText(AstUtil.getAssignedTypeNameNode(assignment));
220 ContextTrackingState state = getState();
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DSampler.cpp30 void Sampler::getState(SamplerState *samplerState) const function in class:gl::Sampler
/external/llvm/unittests/Support/
H A DLockFileManagerTest.cpp32 EXPECT_EQ(LockFileManager::LFS_Owned, Locked1.getState());
37 EXPECT_NE(LockFileManager::LFS_Owned, Locked2.getState());
79 EXPECT_EQ(LockFileManager::LFS_Owned, Locked.getState());
110 EXPECT_EQ(LockFileManager::LFS_Owned, Locked.getState());
/external/nist-sip/java/javax/sip/header/
H A DSubscriptionStateHeader.java27 String getState(); method in interface:SubscriptionStateHeader
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPClientTransaction.java360 if (TransactionState.COMPLETED == this.getState()) {
419 sipStack.getStackLogger().logDebug("TransactionState " + this.getState());
422 if (TransactionState.PROCEEDING == getState()
423 || TransactionState.CALLING == getState()) {
449 if (getState() == null) {
505 if (getState() == null)
509 if ((TransactionState.COMPLETED == this.getState() || TransactionState.TERMINATED == this
510 .getState())
518 + getState());
609 if (TransactionState.TRYING == this.getState()) {
[all...]
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DSignature_Impl1Test.java55 assertEquals("state", Signature.SIGN, s.getState());

Completed in 398 milliseconds

123456789