Searched refs:State (Results 276 - 300 of 571) sorted by relevance

<<11121314151617181920>>

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp265 ProgramStateRef State,
268 // Profile 'State' to determine if we already have an existing node.
272 NodeTy::Profile(profile, L, State, IsSink);
285 new (V) NodeTy(L, State, IsSink);
382 ExplodedNode *NewN = G->getNode(N->getLocation(), N->State, N->isSink(), 0);
264 getNode(const ProgramPoint &L, ProgramStateRef State, bool IsSink, bool* IsNew) argument
H A DSimpleConstraintManager.h96 ProgramStateRef assumeAuxForSymbol(ProgramStateRef State,
/external/libnfc-nxp/src/
H A DphFriNfc_NdefReg.h48 * NDEF Registration And Listening - States of the Finite State machine
239 uint8_t State; /**< \internal The state of the library. */ member in struct:phFriNfc_NdefReg
433 * return value tells that it has finished. No State reset is performed during operation.
443 * \li NFCSTATUS_INVALID_DEVICE_REQUEST State other than the specified in the File.
H A DphFriNfc_SmtCrdFmt.c64 NdefSmtCrdFmt->State = PH_FRINFC_SMTCRDFMT_STATE_RESET_INIT;
96 NdefSmtCrdFmt->State = PH_FRINFC_SMTCRDFMT_STATE_RESET_INIT;
512 NdefSmtCrdFmt->State = PH_FRINFC_SMTCRDFMT_STATE_RESET_INIT;
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h128 /// State - The state used to identify and rename anti-dependence
130 AggressiveAntiDepState *State; member in class:llvm::AggressiveAntiDepBreaker
H A DShadowStackGC.cpp92 // State.
93 int State; member in class:__anon8731::EscapeEnumerator
99 : F(F), CleanupBBName(N), State(0), Builder(F.getContext()) {}
102 switch (State) {
109 State = 1;
126 State = 2;
/external/openssl/apps/
H A Dopenssl.cnf133 stateOrProvinceName = State or Province Name (full name)
134 stateOrProvinceName_default = Some-State
/external/v8/test/cctest/
H A Dtest-decls.cc369 enum State { enum in class:AppearingPropertyContext
399 State state_;
453 enum State { enum in class:ReappearingPropertyContext
491 State state_;
/external/chromium/chrome/browser/extensions/
H A Dextension_prefs.h97 Extension::State initial_state,
106 Extension::State GetExtensionState(const std::string& extension_id) const;
109 void SetExtensionState(const Extension* extension, Extension::State);
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_runner.cc186 State state = next_state_;
209 if (static_cast<State>(state + 1) == NUM_STATES)
212 next_state_ = static_cast<State>(state + 1);
/external/chromium/chrome/browser/search_engines/
H A Dsearch_provider_install_data_unittest.cc70 void VerifyInstallState(SearchProviderInstallData::State expected_state,
144 SearchProviderInstallData::State expected_state,
147 SearchProviderInstallData::State actual_state =
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_data_type_controller.cc182 DataTypeController::State AutofillDataTypeController::state() const {
249 DataTypeController::State new_state) {
268 DataTypeController::State new_state,
H A Dtyped_url_data_type_controller.cc165 DataTypeController::State TypedUrlDataTypeController::state() const {
214 DataTypeController::State new_state) {
231 DataTypeController::State new_state) {
/external/chromium/net/http/
H A Dhttp_cache_transaction.h126 enum State { enum in class:net::HttpCache::Transaction
181 // Each of these methods corresponds to a State value. If there is an
329 State next_state_;
347 State target_state_;
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl.h117 virtual State GetState() { return state_; }
230 State state_;
255 State state_;
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp95 static unsigned hash(PlatformGraphicsContext::State* const& state)
97 return StringHasher::hashMemory(state, sizeof(PlatformGraphicsContext::State));
100 static bool equal(PlatformGraphicsContext::State* const& a,
101 PlatformGraphicsContext::State* const& b)
103 return a && b && !memcmp(a, b, sizeof(PlatformGraphicsContext::State));
125 typedef HashSet<PlatformGraphicsContext::State*, StateHash> StateHashSet;
227 PlatformGraphicsContext::State* getState(PlatformGraphicsContext::State* inState) {
231 void* buf = heap()->alloc(sizeof(PlatformGraphicsContext::State));
232 PlatformGraphicsContext::State* stat
[all...]
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h203 struct State { struct in class:WebCore::TextureMapperNode
229 State() function in struct:WebCore::TextureMapperNode::State
247 State m_state;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h44 // This is a VectorFstBaseImpl container that holds a State similar to
65 typedef S State; typedef in class:fst::CacheBaseImpl
373 typedef CacheState<A> State; typedef in class:fst::CacheImpl
427 // define types Arc and State.
432 typedef typename F::State State; typedef in class:fst::CacheArcIterator
453 const State *state_;
/external/clang/lib/Lex/
H A DPPExpressions.cpp74 } State; member in struct:DefinedTracker
145 DT.State = DefinedTracker::DefinedMacro;
160 DT.State = DefinedTracker::Unknown;
330 DT.State = DefinedTracker::Unknown;
360 DT.State = DefinedTracker::Unknown;
372 DT.State = DefinedTracker::Unknown;
385 if (DT.State == DefinedTracker::DefinedMacro)
386 DT.State = DefinedTracker::NotDefinedMacro;
387 else if (DT.State == DefinedTracker::NotDefinedMacro)
388 DT.State
[all...]
/external/openfst/src/include/fst/
H A Dconst-fst.h112 struct State { struct in class:fst::ConstFstImpl
118 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {} function in struct:fst::ConstFstImpl::State
133 State *states_; // States represenation
178 states_ = new State[nstates_];
215 impl->states_ = new State[impl->nstates_];
228 size_t b = impl->nstates_ * sizeof(typename ConstFstImpl<A, U>::State);
369 typename ConstFstImpl<A, U>::State state;
/external/v8/src/
H A Dframes.cc137 StackFrame::State state;
157 StackFrame::State state;
164 StackFrame::State state;
185 StackFrame::State* state) {
248 StackFrame::State state;
332 StackFrame::State state;
441 StackFrame::Type StackFrame::ComputeType(Isolate* isolate, State* state) {
466 StackFrame::Type StackFrame::GetCallerState(State* state) const {
477 void EntryFrame::ComputeCallerState(State* state) const {
488 StackFrame::Type EntryFrame::GetCallerState(State* stat
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DAST.stg140 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n>
154 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<token>'] as IRewriteRuleElementStream).Add(<label>);<\n>
170 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule.name>'] as IRewriteRuleElementStream).Add(<label>.Tree);<\n>
182 <if(backtracking)>if (State.Backtracking = 0) then <endif>(Locals['Stream_<rule>'] as IRewriteRuleElementStream).Add(<label>.Tree);
212 if (State.Backtracking = 0) then
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java727 Thread.State s = thread.getState();
728 if (s == Thread.State.BLOCKED ||
729 s == Thread.State.WAITING ||
730 s == Thread.State.TIMED_WAITING)
732 else if (s == Thread.State.TERMINATED)
780 if (t.getState() != Thread.State.TERMINATED) {
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec203 Additions to Chapter 6 of the 1.1 Specification (State and State Requests)
219 New State
/external/chromium/chrome/browser/chromeos/
H A Daudio_handler.cc173 AudioMixer::State mixer_state = mixer_->GetState();

Completed in 677 milliseconds

<<11121314151617181920>>