HomeSort by relevance Sort by last modified time
    Searched refs:phase (Results 301 - 325 of 513) sorted by null

<<11121314151617181920>>

  /external/oprofile/events/x86-64/hammer/
unit_masks 179 0x02 The number of cycles spent in speculative phase
180 0x04 The number of cycles spent in non-speculative phase (including cache miss penalty)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp     [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc     [all...]
  /external/deqp/executor/
xeTestResultParser.cpp 825 int phase = m_base64DecodeOffset % 4; local
827 if (phase == 0)
834 switch (phase)
  /frameworks/base/services/core/java/com/android/server/job/
JobSchedulerService.java 283 public void onBootPhase(int phase) {
284 if (PHASE_SYSTEM_SERVICES_READY == phase) {
293 } else if (phase == PHASE_THIRD_PARTY_APPS_CAN_START) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 119 public void onBootPhase(int phase) {
120 if (phase == SystemService.PHASE_SYSTEM_SERVICES_READY && !isSafeMode()) {
124 } else if (phase == SystemService.PHASE_BOOT_COMPLETED && !isSafeMode()) {
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 810 FX_FLOAT phase = pGraphState->m_DashPhase; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 1546 unsigned phase = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]
RenderTableCell.cpp     [all...]
RenderTextControlSingleLine.cpp 74 if (paintInfo.phase == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) {
RenderListBox.cpp 322 if (paintInfo.phase == PaintPhaseForeground) {
333 switch (paintInfo.phase) {
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c     [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.c     [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
node.cc 62 params_.phase = NodeObserver::DISPOSITION_CHANGED;
view_manager_client_impl.cc 96 DispositionChangePhase phase) OVERRIDE {
98 if (phase != NodeObserver::DISPOSITION_CHANGED)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.cpp 239 || paintInfo.phase != PaintPhaseForeground
305 // We only draw in the foreground phase, so we only hit-test then.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameModel.js 416 if (event.phase === WebInspector.TracingModel.Phase.SnapshotObject && event.name === eventNames.LayerTreeHostImplSnapshot && parseInt(event.id, 0) === this._layerTreeId) {
  /external/opencv/cv/src/
cvfilter.cpp 444 int phase = flags & (CV_START|CV_END|CV_MIDDLE);
492 if( phase == CV_WHOLE )
493 phase = CV_START | CV_END;
494 phase &= CV_START | CV_END | CV_MIDDLE;
497 if( phase & CV_START )
508 if( phase & CV_START )
526 if( phase & CV_END )
562 if( !rows[0] || ((phase & CV_END) && src_y == src_y2) )
564 int br = (phase & CV_END) && src_y == src_y2 ? bottom_rows : 0;
    [all...]
  /external/ppp/pppd/
auth.c 2 * auth.c - PPP authentication and phase control.
199 and we are proceeding to the network phase. */
528 * An Open on LCP has requested a change from Dead to Establish phase.
587 * LCP has terminated the link; go to the Dead phase and take the
594 if (phase == PHASE_DEAD || phase == PHASE_MASTER)
673 if (phase != PHASE_DEAD && phase != PHASE_MASTER)
699 * Proceed to the Dead, Authenticate or Network phase as appropriate.
779 * Proceed to the network phase
    [all...]
  /external/chromium_org/extensions/renderer/resources/
platform_app.js 184 // do it at the window level in the capturing phase.
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 606 const AnimationNode::Phase currentPhase = animationNode->phase();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp     [all...]

Completed in 1429 milliseconds

<<11121314151617181920>>