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

1 2

  /external/webkit/Source/WebCore/rendering/
HitTestRequest.h 31 Active = 1 << 2,
46 bool active() const { return m_requestType & Active; } function in class:WebCore::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)
block.cpp 241 if (pAacDecoderChannelInfo->pDynData->TnsData.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/clang/lib/Sema/
SemaTemplateInstantiate.cpp 440 Active = ActiveTemplateInstantiations.rbegin(),
442 Active != ActiveEnd;
443 ++Active, ++InstantiationIdx) {
448 Diags.Report(Active->PointOfInstantiation,
455 switch (Active->Kind) {
457 Decl *D = Active->Entity;
462 Diags.Report(Active->PointOfInstantiation, DiagID)
464 << Active->InstantiationRange;
471 Diags.Report(Active->PointOfInstantiation, DiagID)
473 << 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
  /packages/apps/Nfc/nci/jni/
NfcTag.h 33 enum ActivationState {Idle, Sleep, Active};
131 ** Description: Set the current state to Active.
NativeNfcTag.cpp 501 if (natTag.getActivationState() != NfcTag::Active)
608 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
610 ALOGD("%s: tag is not active", __FUNCTION__);
679 if (natTag.getActivationState() != NfcTag::Active)
743 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
818 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
827 ALOGD ("%s: tag not active", __FUNCTION__);
880 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
    [all...]
NfcTag.cpp 153 ** Description: Set the current state to Active.
162 mActivationState = 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/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 648 // Computing the active duration
661 // Computing the active duration
848 if (m_activeState == Active) {
854 // We are supposed to do freeze semantics when repeating ends, even if the element is still active.
868 return Active;
870 if (m_activeState == Active)
878 // Animation does not contribute during the active time if it is past its repeating duration and has fill=remove.
879 return (m_activeState == Active && (fill() == FillFreeze || elapsed <= m_intervalBegin + repeatingDuration())) || m_activeState == Frozen;
897 ASSERT(m_activeState != Active);
908 m_activeState = Active;
    [all...]
SVGSMILElement.h 177 Active,
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 314 QTest::addColumn<bool>("active");
333 QFETCH(bool, active);
338 // Use controlView to manage active/inactive state of test views by raising
358 if (active && background) {
359 // Rendered image must have red background on an active QGraphicsWebView.
360 palette1.setBrush(QPalette::Active, QPalette::Highlight, brush1);
361 } else if (active && !background) {
362 // Rendered image must have red foreground on an active QGraphicsWebView.
363 palette1.setBrush(QPalette::Active, QPalette::HighlightedText, brush1);
364 } else if (!active && background)
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 330 QTest::addColumn<bool>("active");
349 QFETCH(bool, active);
354 // Use controlView to manage active/inactive state of test views by raising
364 if (active && background) {
365 // Rendered image must have red background on an active QWebView.
366 palette1.setBrush(QPalette::Active, QPalette::Highlight, brush1);
367 } else if (active && !background) {
368 // Rendered image must have red foreground on an active QWebView.
369 palette1.setBrush(QPalette::Active, QPalette::HighlightedText, brush1);
370 } else if (!active && background)
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 227 M4OSA_Bool Active;
277 M4OSA_Bool Active;
  /external/chromium/chrome/browser/resources/net_internals/
spdyview.js 98 tablePrinter.addHeaderCell('Active streams');
socketpoolwrapper.js 130 tablePrinter.addHeaderCell('Active');
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 95 value for an active widget.
397 return pal.brush(QPalette::Active, QPalette::Highlight).color();
411 return pal.brush(QPalette::Active, QPalette::HighlightedText).color();
425 return pal.brush(QPalette::Active, QPalette::Highlight).color();
438 return pal.brush(QPalette::Active, QPalette::ButtonText).color();
440 return pal.brush(QPalette::Active, QPalette::Text).color();
888 QColor color = (option.palette.highlight() == option.palette.background()) ? option.palette.color(QPalette::Active, QPalette::Highlight) : option.palette.color(QPalette::Highlight);
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 576 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
628 HitTestRequest::Active |
772 // We don't want to trigger the autoscroll or the panScroll if it's already active
    [all...]
EventHandler.h 121 HitTestRequest::HitTestRequestType hitType = HitTestRequest::ReadOnly | HitTestRequest::Active,
DragController.cpp 278 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebinspector.cpp 551 HitTestRequest request(HitTestRequest::ReadOnly | HitTestRequest::Active);
  /external/chromium-trace/
script.js     [all...]
  /external/blktrace/btt/doc/
btt.tex 319 \item[Active Requests At Q Information]
331 ==================== Active Requests At Q Information ====================
820 [ -Q <output name> | --active-queue-depth=<output name> ]
    [all...]

Completed in 1176 milliseconds

1 2