| /frameworks/base/services/core/java/com/android/server/ |
| DockObserver.java | 85 public void onBootPhase(int phase) { 86 if (phase == PHASE_ACTIVITY_MANAGER_READY) {
|
| /hardware/libhardware/modules/local_time/ |
| Android.mk | 20 # the oscillator backing the CLOCK_MONOTONIC implementation is phase locked to
|
| /packages/apps/Email/src/com/android/email/activity/setup/ |
| AccountServerBaseFragment.java | 294 final int phase = collectUserInputInternal(); local 296 callback.onAccountServerUIComplete(phase);
|
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| maven-plugin-api-3.2.1.jar | |
| /external/chromium_org/ash/wm/ |
| toplevel_window_event_handler.cc | 468 if (event->phase() != ui::EP_PRETARGET || !target->delegate()) 494 if (event->phase() != ui::EP_PRETARGET) 524 if (event->phase() != ui::EP_PRETARGET) 540 if (event->phase() != ui::EP_POSTTARGET || !target->delegate()) 564 if (event->phase() != ui::EP_POSTTARGET)
|
| /external/chromium_org/ui/events/ |
| event_dispatcher_unittest.cc | 78 if (event->phase() == ui::EP_POSTTARGET) { 82 } else if (event->phase() == ui::EP_PRETARGET) { 278 EXPECT_EQ(EP_POSTDISPATCH, mouse.phase()); 298 EXPECT_EQ(EP_POSTDISPATCH, mouse.phase()); 312 EXPECT_EQ(EP_POSTDISPATCH, mouse.phase());
|
| event.h | 41 void set_phase(EventPhase phase) { event_->phase_ = phase; } 65 EventPhase phase() const { return phase_; } function in class:ui::Event 197 // next event phase. For example, if an event is handled during the pre-target 198 // phase, then the event is dispatched to all pre-target handlers, but not to
|
| /external/chromium_org/base/test/ |
| trace_event_analyzer_unittest.cc | 120 event.phase = TRACE_EVENT_PHASE_BEGIN; 132 other.phase = TRACE_EVENT_PHASE_END; 147 Query event_phase = Query::EventPhaseIs(event.phase); 161 Query other_phase = Query::OtherPhaseIs(other.phase); 592 EXPECT_EQ(TRACE_EVENT_PHASE_ASYNC_STEP_PAST, found[0]->other_event->phase); 595 found[0]->other_event->other_event->phase); 598 EXPECT_EQ(TRACE_EVENT_PHASE_ASYNC_STEP_INTO, found[1]->other_event->phase); 601 found[1]->other_event->other_event->phase); 608 found[1]->other_event->other_event->other_event->phase); 611 EXPECT_EQ(TRACE_EVENT_PHASE_ASYNC_STEP_INTO, found[2]->other_event->phase); [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_from_sm4.cpp | 58 // outputs for each phase 61 int phase; member in class:__anon17459::Converter 69 int phaseEnded; // (phase + 1) if $phase ended [all...] |
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_from_sm4.cpp | 58 // outputs for each phase 61 int phase; member in class:__anon31018::Converter 69 int phaseEnded; // (phase + 1) if $phase ended [all...] |
| /external/sonivox/arm-fm-22k/lib_src/ |
| eas_pcm.c | 876 * Calculates the fractional phase increment for the sample rate converter 927 pState->phase = 0; [all...] |
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| eas_pcm.c | 876 * Calculates the fractional phase increment for the sample rate converter 927 pState->phase = 0; [all...] |
| /external/sonivox/arm-wt-22k/lib_src/ |
| eas_pcm.c | 876 * Calculates the fractional phase increment for the sample rate converter 927 pState->phase = 0; [all...] |
| /external/chromium_org/third_party/icu/source/tools/gennorm2/ |
| n2builder.cpp | 162 phase(0), overrideHandling(OVERRIDE_PREVIOUS), optimization(OPTIMIZE_NORMAL) { 226 (overrideHandling==OVERRIDE_PREVIOUS && p->mappingPhase==phase) 229 "error in gennorm2 phase %d: " 230 "not permitted to override mapping for U+%04lX from phase %d\n", 231 (int)phase, (long)c, (int)p->mappingPhase); 237 p->mappingPhase=phase; 244 ++phase; 264 "error in gennorm2 phase %d: " 266 (int)phase, (long)c); 278 "error in gennorm2 phase %d: [all...] |
| /external/icu/icu4c/source/tools/gennorm2/ |
| n2builder.cpp | 173 phase(0), overrideHandling(OVERRIDE_PREVIOUS), optimization(OPTIMIZE_NORMAL) { 251 (overrideHandling==OVERRIDE_PREVIOUS && p->mappingPhase==phase) 254 "error in gennorm2 phase %d: " 255 "not permitted to override mapping for U+%04lX from phase %d\n", 256 (int)phase, (long)c, (int)p->mappingPhase); 262 p->mappingPhase=phase; 269 ++phase; 289 "error in gennorm2 phase %d: " 291 (int)phase, (long)c); 303 "error in gennorm2 phase %d: [all...] |
| /external/ppp/pppd/ |
| main.c | 174 int phase; /* where the link is at */ variable 583 while (phase != PHASE_DEAD) { 590 if (phase == PHASE_MASTER) 594 if (phase == PHASE_NETWORK || phase == PHASE_RUNNING) { 616 } while (phase == PHASE_HOLDOFF); 926 { 0x27, "DECnet Phase IV" }, 957 { 0x8027, "DECnet Phase IV Control Protocol" }, 1054 * Until we get past the authentication phase, toss all packets 1057 if (phase <= PHASE_AUTHENTICAT [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| RenderBoxModelObject.h | 206 // Returns the phase relative to the destination rectangle. 209 IntPoint phase() const { return m_phase; } function in class:WebCore::RenderBoxModelObject::BackgroundImageGeometry 210 void setPhase(const IntPoint& phase) 212 m_phase = phase;
|
| RenderDetailsMarker.cpp | 117 if (paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) {
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
| TimelineTracingView.js | 361 return record.phase === WebInspector.TracingModel.Phase.SnapshotObject; 371 if (record.phase === WebInspector.TracingModel.Phase.SnapshotObject) 460 this._timelineData.entryTotalTimes[index] = record.phase === WebInspector.TracingModel.Phase.SnapshotObject ? NaN : record.duration || 0;
|
| /external/chromium_org/third_party/skia/src/animator/ |
| SkDrawExtraPathEffect.cpp | 40 SkString phase; member in class:SkDrawShape1DPathEffect 100 engine.evaluate(fDraw->phase.c_str(), &value, SkType_Float); 202 SK_MEMBER(phase, String),
|
| /external/skia/src/animator/ |
| SkDrawExtraPathEffect.cpp | 40 SkString phase; member in class:SkDrawShape1DPathEffect 100 engine.evaluate(fDraw->phase.c_str(), &value, SkType_Float); 202 SK_MEMBER(phase, String),
|
| /external/chromium_org/mojo/aura/ |
| window_tree_host_mojo.cc | 171 view_manager::NodeObserver::DispositionChangePhase phase) {
|
| /external/chromium_org/third_party/WebKit/Source/platform/mac/ |
| ScrollAnimatorMac.mm | [all...] |
| /external/eigen/Eigen/src/PardisoSupport/ |
| PardisoSupport.h | 46 static Index run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a, 50 ::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error); 58 static Index run( _MKL_DSS_HANDLE_t pt, Index maxfct, Index mnum, Index type, Index phase, Index n, void *a, 62 ::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
|
| /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
| SDL_fbvideo.c | 1622 int width, height, FBPitch, left, i, j, SRCPitch, phase; local [all...] |