HomeSort by relevance Sort by last modified time
    Searched refs:Active (Results 1 - 25 of 34) 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 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/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 = reinterpret_cast<Decl *>(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
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.h 81 TI_BOOL Active;
97 TI_BOOL DownTimerEnabled; /* Indicates whether the "down traffic" timer is active or not */
121 * 1. ON but not active
122 * 2. ON and active
TrafficMonitor.c 142 TrafficMonitor->Active = TI_FALSE;
192 if(!TrafficMonitor->Active) /*To prevent double call to timer start*/
210 TrafficMonitor->Active = TI_TRUE;
230 if (pTrafficMonitor->Active) /*To prevent double call to timer stop*/
233 pTrafficMonitor->Active = TI_FALSE;
308 TrafficMonitor_SetRstCondition() the alert will not be active till the reset function will be set.
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.h 33 enum ActivationState {Idle, Sleep, Active};
131 ** Description: Set the current state to Active.
NativeNfcTag.cpp 502 if (natTag.getActivationState() != NfcTag::Active)
609 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
611 ALOGD("%s: tag is not active", __FUNCTION__);
680 if (natTag.getActivationState() != NfcTag::Active)
737 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
814 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
823 ALOGD ("%s: tag not active", __FUNCTION__);
875 if (NfcTag::getInstance ().getActivationState () != NfcTag::Active)
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 72 symbols can cause new (active) redirections to appear for two
95 its tables all active redirections in any way associated with that
111 Active - a set of orig addr -> (bool, redir addr)
113 Active is the currently active set of bindings that the translator
117 Active is a pure function of Specs and the current symbol table
120 Therefore whenever either Specs or SyminfoState changes, Active
124 Active is computed as follows:
126 Active = empty
133 &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/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 735 milliseconds

1 2