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

1 2 3 4 5 6 7 891011>>

  /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...]