Searched defs:Active (Results 1 - 15 of 15) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_tns.h121 UCHAR Active; member in struct:__anon25
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportState.h42 Active, enumerator in enum:blink::HTMLImportState::Value
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp114 std::vector<PrettyDiag> Active; local
133 Active.push_back(PrettyDiag(I->getName(), WarningOpt, DiagLevel));
137 for (std::vector<PrettyDiag>::const_iterator I = Active.begin(),
138 E = Active.end(); I != E; ++I) {
/external/chromium_org/cc/scheduler/
H A Ddelay_based_time_source.cc108 bool DelayBasedTimeSource::Active() const { return active_; } function in class:cc::DelayBasedTimeSource
115 return Active() ? current_parameters_.tick_target : base::TimeTicks();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestRequest.h32 Active = 1 << 2, enumerator in enum:blink::HitTestRequest::RequestType
51 bool active() const { return m_requestType & Active; }
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.h71 bool isActive() const { return m_state == Active; }
116 Active, // Created or started, in creation scope or an event callback enumerator in enum:blink::FINAL::State
/external/clang/lib/CodeGen/
H A DCGLoopInfo.h123 bool hasInfo() const { return !Active.empty(); }
126 const LoopInfo &getInfo() const { return Active.back(); }
130 llvm::SmallVector<LoopInfo, 4> Active; member in class:clang::CodeGen::LoopInfoStack
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DDOMWebSocket.h157 Active, enumerator in enum:blink::DOMWebSocket::FINAL::State
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.h228 Active, enumerator in enum:blink::SVGSMILElement::ActiveState
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h48 bool Active; member in class:clang::SuppressAccessChecks
56 Active = true;
58 Active = false;
63 assert(Active && "trying to end an inactive suppression");
65 Active = false;
69 assert(!Active && "redelaying without having ended first");
76 if (Active) done();
/external/valgrind/main/coregrind/
H A Dm_redir.c114 Active - a set of orig addr -> (bool, redir addr)
116 Active is the currently active set of bindings that the translator
120 Active is a pure function of Specs and the current symbol table
123 Therefore whenever either Specs or SyminfoState changes, Active
127 Active is computed as follows:
129 Active = empty
136 &fn -> redir is added to Active
142 deleted from Active as a result of recomputing it, then all
146 [Active also depends on where the aspacemgr has decided to put all
154 Clearly we must impose the requirement that domain(Active) contain
291 Active; typedef in typeref:struct:__anon32561
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DFilterBar.js53 Active : "active",
120 return WebInspector.FilterBar.FilterBarState.Active;
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc184 if (active != time_source_->Active())
188 bool Active() const { return time_source_->Active(); } function in class:cc::LayerTreeHostImplTimeSourceAdapter
1811 if (time_source_client_adapter_ && time_source_client_adapter_->Active())
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1633 GLint ActiveTexture; /**< Client Active Texture */
1808 GLboolean Active; /**< Is transform feedback enabled? */ member in struct:gl_transform_feedback_object
2494 GLboolean Active; /**< inside Begin/EndQuery */ member in struct:gl_query_object
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1633 GLint ActiveTexture; /**< Client Active Texture */
1808 GLboolean Active; /**< Is transform feedback enabled? */ member in struct:gl_transform_feedback_object
2494 GLboolean Active; /**< inside Begin/EndQuery */ member in struct:gl_query_object

Completed in 209 milliseconds