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

  /external/aac/libAACdec/src/
aacdec_tns.h 121 UCHAR Active;
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportState.h 42 Active,
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 114 std::vector<PrettyDiag> Active;
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) {
  /packages/apps/Nfc/nci/jni/
NfcTag.h 34 enum ActivationState {Idle, Sleep, Active};
144 ** Description: Set the current state to Active.
266 ** Description Sets the active state for the object
271 void setActive(bool active);
  /external/chromium_org/cc/scheduler/
delay_based_time_source.cc 82 base::TimeTicks DelayBasedTimeSource::SetActive(bool active) {
83 TRACE_EVENT1("cc", "DelayBasedTimeSource::SetActive", "active", active);
84 if (active == active_)
86 active_ = active;
95 // Determine if there was a tick that was missed while not active.
108 bool DelayBasedTimeSource::Active() const { return active_; }
115 return Active() ? current_parameters_.tick_target : base::TimeTicks();
141 // If we aren't active, there's no need to reset the timer.
311 state->SetBoolean("active", active_)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 32 Active = 1 << 2,
51 bool active() const { return m_requestType & Active; } function in class:blink::HitTestRequest
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 71 bool isActive() const { return m_state == Active; }
116 Active, // Created or started, in creation scope or an event callback
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
DOMWebSocket.h 142 // Dispatches the event if this queue is active.
157 Active,
164 // Dispatches queued events if this queue is active.
  /external/clang/lib/CodeGen/
CGLoopInfo.h 65 /// \brief Get the set of attributes active for this loop.
123 bool hasInfo() const { return !Active.empty(); }
126 const LoopInfo &getInfo() const { return Active.back(); }
129 /// \brief Stack of active loops.
130 llvm::SmallVector<LoopInfo, 4> Active;
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 228 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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FilterBar.js 53 Active : "active",
120 return WebInspector.FilterBar.FilterBarState.Active;
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 183 void SetActive(bool active) {
184 if (active != time_source_->Active())
185 time_source_->SetActive(active);
188 bool Active() const { return time_source_->Active(); }
273 // LTHI always has an active tree.
320 // by the main thread, so the active tree needs to be updated as if these sent
354 // active.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 1749 milliseconds