/external/aac/libAACdec/src/ |
H A D | aacdec_tns.h | 121 UCHAR Active; member in struct:__anon25
|
/external/clang/tools/diagtool/ |
H A D | ShowEnabledWarnings.cpp | 113 std::vector<PrettyDiag> Active; local 132 Active.push_back(PrettyDiag(I->getName(), WarningOpt, DiagLevel)); 136 for (std::vector<PrettyDiag>::const_iterator I = Active.begin(), 137 E = Active.end(); I != E; ++I) {
|
/external/chromium_org/cc/scheduler/ |
H A D | delay_based_time_source.cc | 81 bool DelayBasedTimeSource::Active() const { return state_ != STATE_INACTIVE; } function in class:cc::DelayBasedTimeSource 86 return Active() ? current_parameters_.tick_target : base::TimeTicks();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
H A D | HitTestRequest.h | 32 Active = 1 << 2, enumerator in enum:WebCore::HitTestRequest::RequestType 53 bool active() const { return m_requestType & Active; }
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
H A D | IDBTransaction.h | 70 bool isActive() const { return m_state == Active; } 138 Active, // Created or started, in creation scope or an event callback enumerator in enum:WebCore::IDBTransaction::State
|
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
H A D | SVGSMILElement.h | 189 Active, enumerator in enum:WebCore::SVGSMILElement::ActiveState
|
/external/clang/lib/Parse/ |
H A D | RAIIObjectsForParser.h | 48 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 D | m_redir.c | 114 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:__anon27297 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
H A D | mtypes.h | 1633 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 D | mtypes.h | 1633 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
|