| /external/chromium_org/chrome/browser/resources/net_internals/ |
| timeline_data_series.js | 171 if (entry.phase == EventPhase.PHASE_BEGIN) { 175 if (entry.phase == EventPhase.PHASE_END) 233 entry.phase == EventPhase.PHASE_END) { 357 entry.phase != EventPhase.PHASE_END) {
|
| /external/chromium_org/content/browser/renderer_host/ |
| overscroll_controller.cc | 49 wheel.phase == blink::WebMouseWheelEvent::PhaseEnded || 50 wheel.phase == blink::WebMouseWheelEvent::PhaseCancelled) {
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| InlineBox.cpp | 197 if (!paintInfo.shouldPaintWithinRoot(&renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
|
| InlineTextBox.cpp | 473 || m_truncation == cFullTruncation || paintInfo.phase == PaintPhaseOutline || !m_len) 476 ASSERT(paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines); 500 bool haveSelection = !isPrinting && paintInfo.phase != PaintPhaseTextClip && selectionState() != RenderObject::SelectionNone; 501 if (!haveSelection && paintInfo.phase == PaintPhaseSelection) 585 bool paintSelectedTextOnly = (paintInfo.phase == PaintPhaseSelection); 644 if (paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseTextClip && !isPrinting) { [all...] |
| RenderTableSection.cpp | 1223 PaintPhase phase = paintInfo.phase; local [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
| SVGRootInlineBox.cpp | 37 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); 78 // Perform SVG text layout phase two (see SVGTextLayoutEngine for details). 82 // Perform SVG text layout phase three (see SVGTextChunkBuilder for details). 85 // Perform SVG text layout phase four
|
| SVGInlineTextBox.cpp | 192 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); 202 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection; 249 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); 260 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection;
|
| /external/chromium_org/third_party/skia/src/effects/ |
| SkDashPathEffect.cpp | 15 SkScalar phase) { 27 SkDashPath::CalcDashParameters(phase, fIntervals, fCount, &fInitialDashLength,
|
| /external/chromium_org/ui/v2/src/ |
| view.cc | 75 switch (params.phase) { 99 params_.phase = ViewObserver::DISPOSITION_CHANGED;
|
| /external/skia/src/effects/ |
| SkDashPathEffect.cpp | 15 SkScalar phase) { 27 SkDashPath::CalcDashParameters(phase, fIntervals, fCount, &fInitialDashLength,
|
| /frameworks/base/services/usb/java/com/android/server/usb/ |
| UsbService.java | 63 public void onBootPhase(int phase) { 64 if (phase == SystemService.PHASE_ACTIVITY_MANAGER_READY) {
|
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-embedder/0.20.0/ |
| sisu-equinox-embedder-0.20.0.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-embedder/0.18.1/ |
| sisu-equinox-embedder-0.18.1.jar | |
| /external/chromium_org/base/debug/ |
| trace_event_unittest.cc | 63 DictionaryValue* FindNamePhase(const char* name, const char* phase); 65 const char* phase, 278 const char* phase) { 281 {"ph", phase, IS_EQUAL}, 289 const char* phase, 294 {"ph", phase, IS_EQUAL}, 768 std::string phase; local 772 EXPECT_TRUE((item && item->GetString("ph", &phase))); 773 EXPECT_EQ("N", phase); 779 EXPECT_TRUE(item && item->GetString("ph", &phase)); 796 std::string phase; local [all...] |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |
| /external/ppp/pppd/ |
| options.c | 656 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) { 1014 if (phase == PHASE_INITIALIZE) 1025 if (phase == PHASE_INITIALIZE) { 1039 if (phase == PHASE_INITIALIZE) { 1049 * stderr if phase == PHASE_INITIALIZE. 1066 if (phase == PHASE_INITIALIZE) [all...] |
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| PhaserTest.java | 27 int phase, int parties, int unarrived) { 28 assertEquals(phase, phaser.getPhase()); 52 * parties and initial phase number of 0 162 * register() correctly returns the current barrier phase number 174 * register causes the next arrive to not increment the phase 175 * rather retain the phase number 254 * the phase number increments correctly when tripping the barrier 260 int phase = phaser.arrive(); local 261 assertTrue(index % size == 0 ? (index / size) == phase : index - (phase * size) > 0) [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
| NativeImageSkia.cpp | 431 const FloatPoint& phase, 474 const float adjustedX = phase.x() + normSrcRect.x() * scale.width(); 475 const float adjustedY = phase.y() + normSrcRect.y() * scale.height();
|
| /external/mksh/src/ |
| Build.sh | 88 phase=x 177 if test $phase = u; then 1187 phase=u 1189 phase=x 1233 NOWARN=$DOWARN; phase=u 1286 phase=u 1289 phase=x 1315 phase=u 1318 phase=x 1342 phase= [all...] |
| /external/chromium_org/ui/aura/ |
| window.cc | 518 params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGING; 550 params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGED; 559 params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGING; 564 params.phase = WindowObserver::HierarchyChangeParams::HIERARCHY_CHANGED; [all...] |
| /external/chromium_org/content/common/input/ |
| web_input_event_traits.cc | 55 event.phase == event_to_coalesce.phase &&
|
| /external/chromium_org/net/base/ |
| net_log_unittest.cc | 40 EXPECT_EQ(NetLog::PHASE_NONE, entries[0].phase); 63 EXPECT_EQ(NetLog::PHASE_NONE, entries[0].phase);
|
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| InspectorController.cpp | 457 void InspectorController::processGPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes) 460 timelineAgent->processGPUEvent(InspectorTimelineAgent::GPUEvent(timestamp, phase, foreign, usedGPUMemoryBytes, limitGPUMemoryBytes));
|