Searched refs:State (Results 126 - 150 of 571) sorted by relevance

1234567891011>>

/external/chromium/third_party/libjingle/source/talk/base/
H A Dsignalthread.h112 enum State { enum in class:talk_base::SignalThread
150 State state_;
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppsocket.h50 virtual buzz::AsyncSocket::State state();
76 buzz::AsyncSocket::State state_;
/external/chromium/webkit/glue/
H A Dwebthemeengine_impl_mac.cc18 static ThemeTrackEnableState stateToHIEnableState(WebThemeEngine::State state) {
31 WebThemeEngine::State state,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp52 ProgramStateRef State = C.getState(); local
53 State = State->setDynamicTypeInfo(Region, Ty, /*CanBeSubclass=*/false);
54 C.addTransition(State);
113 ProgramStateRef State = C.getState();
131 C.addTransition(State->setDynamicTypeInfo(RetReg, DynResTy, false));
140 DynamicTypeInfo RecDynType = State->getDynamicTypeInfo(RecReg);
141 C.addTransition(State->setDynamicTypeInfo(RetReg, RecDynType));
H A DBasicObjCFoundationChecks.cpp687 ProgramStateRef State = C.getState(); local
690 SVal CollectionSentinel = State->getSVal(FCS, C.getLocationContext());
705 ElementVar = State->getLValue(ElemDecl, C.getLocationContext());
707 ElementVar = State->getSVal(Element, C.getLocationContext());
714 SVal Val = State->getSVal(cast<Loc>(ElementVar));
715 State = State->assume(cast<DefinedOrUnknownSVal>(Val), true);
716 C.addTransition(State);
736 ProgramStateRef State,
738 SVal Val = State
735 assumeExprIsNonNull(const Expr *NonNullExpr, ProgramStateRef State, CheckerContext &C) argument
747 ProgramStateRef State = C.getState(); local
[all...]
H A DExprInspectionChecker.cpp57 ProgramStateRef State = N->getState(); local
60 SVal AssertionVal = State->getSVal(Assertion, LC);
67 State->assume(cast<DefinedOrUnknownSVal>(AssertionVal));
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp23 ProgramStateRef State = getState(); local
25 SVal L = State->getSVal(Callee, Pred->getLocationContext());
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.merit6 ATTRIBUTE Proxy-State 33 string
/external/skia/include/effects/
H A DSkBlurDrawLooper.h66 enum State { enum in class:SkBlurDrawLooper
71 State fState;
/external/skia/include/views/
H A DSkTouchGesture.h47 enum State { enum in class:SkTouchGesture
62 State fState;
/external/stlport/test/unit/
H A Dstack_allocator.h18 struct State { struct
30 State(){} function in struct:State
33 State(char *beg, char *end) function in struct:State
37 State(const State& other) function in struct:State
71 const State& getState() const { return m_state; }
77 StackAllocator(const State& state)
167 State m_state;
/external/webkit/Source/WebCore/html/parser/
H A DXSSFilter.h45 enum State { enum in class:WebCore::XSSFilter
83 State m_state;
/external/webkit/Source/WebCore/storage/
H A DIDBTransactionBackendImpl.h60 enum State { enum in class:WebCore::IDBTransactionBackendImpl
76 State m_state;
/external/webkit/Source/WebKit/chromium/public/linux/
H A DWebThemeEngine.h69 enum State { enum in class:WebKit::WebThemeEngine
148 WebCanvas*, Part, State, const WebRect&, const ExtraParams*) {}
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp91 // State implementation
94 PlatformGraphicsContext::State::State() function in class:WebCore::PlatformGraphicsContext::State
112 PlatformGraphicsContext::State::State(const State& other) function in class:WebCore::PlatformGraphicsContext::State
134 PlatformGraphicsContext::State::~State()
141 void PlatformGraphicsContext::State::setShadow(int radius, int dx, int dy, SkColor c)
151 bool PlatformGraphicsContext::State
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DFASerializer.java53 * by a State object -> Integer new state number HashMap.
64 public String serialize(State s) {
79 public String serialize(State s, boolean renumber) {
106 /** In stateNumberTranslator, get a map from State to new, normalized
110 protected void walkFANormalizingStateNumbers(State s) {
135 protected void walkSerializingFA(List lines, State s) {
203 private String getStateString(int n, State s) {
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DASTTreeParser.stg62 <if(backtracking)>if (State.Backtracking = 0) then
86 <if(backtracking)>if (State.Backtracking = 0) then <endif>
129 if (State.Backtracking = 0) then
142 <if(backtracking)>if (State.Backtracking = 0) then <endif>
159 if (State.Backtracking = 0) then
186 <if(backtracking)>if (State.Backtracking = 0) then begin <endif>
212 <if(backtracking)>if (State.Backtracking = 0) then begin <endif>
231 <if(backtracking)>if (State.Backtracking = 0) then <endif>
250 <if(backtracking)>if (State.Backtracking = 0) then <endif>Root[<treeLevel>] := Adaptor.BecomeRoot(<label>.Tree, Root[<treeLevel>]) as I<ASTLabelType>;
299 if (State
[all...]
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.h107 enum State { enum in class:DownloadItemView
150 void SetState(State body_state, State drop_down_state);
209 State body_state_;
210 State drop_down_state_;
/external/llvm/include/llvm/Support/
H A DIntegersSubsetMapping.h116 DiffProcessState State; member in class:llvm::IntegersSubsetMapping::DiffStateMachine
133 State(ALL_IS_CLOSED),
140 switch (State) {
144 State = INTERSECT_OPENED;
147 State = L_OPENED;
158 switch (State) {
164 State = ALL_IS_CLOSED;
170 State = R_OPENED;
179 switch (State) {
183 State
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h196 struct State : public Row, public Sequence, public LineTable { struct in class:llvm::DWARFDebugLine
203 State() : row(StartParsingLineTable) {} function in struct:llvm::DWARFDebugLine::State
204 virtual ~State();
218 struct DumpingState : public State {
230 uint32_t *offset_ptr, State &state);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h231 struct State : FontSelectorClient { struct in class:WebCore::CanvasRenderingContext2D
232 State();
233 virtual ~State();
235 State(const State&);
236 State& operator=(const State&);
266 State& state() { return m_stateStack.last(); }
267 const State& state() const { return m_stateStack.last(); }
296 Vector<State,
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_MifStdFormat.c235 NdefSmtCrdFmt->State = PH_FRINFC_MFSTD_FMT_AUTH_SECT;
254 switch(NdefSmtCrdFmt->State)
301 switch(NdefSmtCrdFmt->State)
350 switch(NdefSmtCrdFmt->State)
551 /*Set Ndef State*/
552 NdefSmtCrdFmt->State = PH_FRINFC_MFSTD_FMT_DIS_CON;
573 /*Set Ndef State*/
574 NdefSmtCrdFmt->State = PH_FRINFC_MFSTD_FMT_CON;
598 /*Set ndef State*/
599 NdefSmtCrdFmt->State
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp208 LazyValueInfo::Tristate State = LazyValueInfo::Unknown; local
215 State = LazyValueInfo::Unknown;
222 State = Value;
228 if (Value != State) {
229 State = LazyValueInfo::Unknown;
234 if (State == LazyValueInfo::False) {
240 } else if (State == LazyValueInfo::True) {
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc22 enum State { enum
53 State thread_watcher_state_;
80 State UpdateState(State new_state) {
81 State old_state;
110 State old_state = UpdateState(ACTIVATED);
116 State old_state = UpdateState(DEACTIVATED);
123 State old_state = UpdateState(SENT_PING);
129 State old_state = UpdateState(RECEIVED_PONG);
169 State WaitForStateChang
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.h126 struct State;
127 typedef WTF::Vector<State> StateVector;
129 State* m_state;

Completed in 1447 milliseconds

1234567891011>>