HomeSort by relevance Sort by last modified time
    Searched defs:Active (Results 1 - 12 of 12) sorted by null

  /external/aac/libAACdec/src/
aacdec_tns.h 121 UCHAR Active;
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 113 std::vector<PrettyDiag> Active;
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/
delay_based_time_source.cc 54 void DelayBasedTimeSource::SetActive(bool active) {
55 TRACE_EVENT1("cc", "DelayBasedTimeSource::SetActive", "active", active);
56 if (!active) {
66 // Becoming active the first time is deferred: we post a 0-delay task.
68 // active, and fire the first tick.
81 bool DelayBasedTimeSource::Active() const { return state_ != STATE_INACTIVE; }
86 return Active() ? current_parameters_.tick_target : base::TimeTicks();
118 // If we aren't active, there's no need to reset the timer.
  /packages/apps/Nfc/nci/jni/
NfcTag.h 34 enum ActivationState {Idle, Sleep, Active};
144 ** Description: Set the current state to Active.
254 ** Description Sets the active state for the object
259 void setActive(bool active);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 32 Active = 1 << 2,
53 bool active() const { return m_requestType & Active; } function in class:WebCore::HitTestRequest
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 70 bool isActive() const { return m_state == Active; }
138 Active, // Created or started, in creation scope or an event callback
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 189 Active,
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 48 bool Active;
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();
81 /// currently parsing a declaration. This is active when parsing a
  /external/valgrind/main/coregrind/
m_redir.c 75 symbols can cause new (active) redirections to appear for two
98 its tables all active redirections in any way associated with that
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
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 227 M4OSA_Bool Active;
277 M4OSA_Bool Active;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 801 milliseconds