HomeSort by relevance Sort by last modified time
    Searched refs:Active (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /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/aac/libAACdec/src/
aacdec_tns.h 121 UCHAR Active;
aacdec_tns.cpp 111 pTnsData->Active = 0;
210 pTnsData->Active = 1;
344 if (pTnsData->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;
CGLoopInfo.cpp 83 Active.push_back(LoopInfo(Header, StagedAttrs));
89 assert(!Active.empty() && "No active loops to pop");
90 Active.pop_back();
  /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) {
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportState.h 42 Active,
HTMLImportStateResolver.cpp 78 return HTMLImportState(HTMLImportState::Active);
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 405 Active = ActiveTemplateInstantiations.rbegin(),
407 Active != ActiveEnd;
408 ++Active, ++InstantiationIdx) {
413 Diags.Report(Active->PointOfInstantiation,
420 switch (Active->Kind) {
422 Decl *D = Active->Entity;
427 Diags.Report(Active->PointOfInstantiation, DiagID)
429 << Active->InstantiationRange;
436 Diags.Report(Active->PointOfInstantiation, DiagID)
438 << Active->InstantiationRange
    [all...]
  /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/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
IDBTransaction.cpp 69 , m_state(Active)
75 // Not active until the callback.
79 if (m_state == Active)
166 void IDBTransaction::setActive(bool active)
168 ASSERT_WITH_MESSAGE(m_state != Finished, "A finished transaction tried to setActive(%s)", active ? "true" : "false");
171 ASSERT(active != (m_state == Active));
172 m_state = active ? Active : Inactive;
174 if (!active && m_requestList.isEmpty() && backendDB()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
queryobj.c 55 q->Active = GL_FALSE;
191 /* No query objects can be active at this time! */
231 /* No query objects can be active at this time! */
242 ASSERT(!q->Active); /* should be caught earlier */
332 if (q->Active) {
334 "glBeginQuery{Indexed}(query already active)");
340 q->Active = GL_TRUE;
377 if (!q || !q->Active) {
383 q->Active = GL_FALSE;
441 if (q->Active) {
    [all...]
transformfeedback.c 324 "glBeginTransformFeedback(no program active)");
347 if (obj->Active) {
349 "glBeginTransformFeedback(already active)");
363 obj->Active = GL_TRUE;
379 if (!obj->Active) {
381 "glEndTransformFeedback(not active)");
386 ctx->TransformFeedback.CurrentObject->Active = GL_FALSE;
408 * active.
444 if (obj->Active) {
446 "glBindBufferRange(transform feedback active)");
    [all...]
condrender.c 76 if (q->Target != GL_SAMPLES_PASSED || q->Active) {
  /external/mesa3d/src/mesa/main/
queryobj.c 55 q->Active = GL_FALSE;
191 /* No query objects can be active at this time! */
231 /* No query objects can be active at this time! */
242 ASSERT(!q->Active); /* should be caught earlier */
332 if (q->Active) {
334 "glBeginQuery{Indexed}(query already active)");
340 q->Active = GL_TRUE;
377 if (!q || !q->Active) {
383 q->Active = GL_FALSE;
441 if (q->Active) {
    [all...]
transformfeedback.c 324 "glBeginTransformFeedback(no program active)");
347 if (obj->Active) {
349 "glBeginTransformFeedback(already active)");
363 obj->Active = GL_TRUE;
379 if (!obj->Active) {
381 "glEndTransformFeedback(not active)");
386 ctx->TransformFeedback.CurrentObject->Active = GL_FALSE;
408 * active.
444 if (obj->Active) {
446 "glBindBufferRange(transform feedback active)");
    [all...]
condrender.c 76 if (q->Target != GL_SAMPLES_PASSED || q->Active) {
  /external/chromium_org/cc/scheduler/
delay_based_time_source.h 46 virtual base::TimeTicks SetActive(bool active);
47 virtual bool Active() const;
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...]
  /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);
NativeNfcTag.cpp 490 if (natTag.getActivationState() != NfcTag::Active)
612 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
614 ALOGE("%s: tag is not active", __FUNCTION__);
680 if (natTag.getActivationState() != NfcTag::Active)
743 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
823 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
832 ALOGD ("%s: tag not active", __FUNCTION__);
878 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
    [all...]
  /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/modules/websockets/
DOMWebSocket.cpp 68 : m_state(Active)
77 case Active:
100 if (m_state != Active)
126 if (m_state != Active)
134 ASSERT(m_state == Active);
149 m_state = Active;
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 54 Node* node = eventHandler->hitTestResultAtPoint(point, HitTestRequest::ReadOnly | HitTestRequest::Active).innerNode();
63 node = eventHandler->hitTestResultAtPoint(point + pointOffset, HitTestRequest::ReadOnly | HitTestRequest::Active).innerNode();

Completed in 572 milliseconds

1 2 3 4