HomeSort by relevance Sort by last modified time
    Searched full:phase (Results 226 - 250 of 1908) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/animator/
SkExtraPathEffects.xsd 26 <xs:attribute name="phase" type="Sk:DynamicString"/>
  /external/chromium_org/ui/events/
event_utils.cc 20 return event.phase() == EP_POSTTARGET && event.result() != ER_UNHANDLED;
  /external/clang/lib/Driver/
Phases.cpp 25 llvm_unreachable("Invalid phase id.");
  /external/llvm/test/Transforms/InstCombine/
stack-overalign.ll 11 ; issue. Some late phase could be smart enough to reduce alloca
  /external/skia/include/core/
SkTileGridPicture.h 33 * them to tile-grid space. This can be used to adjust the "phase"
  /external/skia/src/animator/
SkExtraPathEffects.xsd 26 <xs:attribute name="phase" type="Sk:DynamicString"/>
  /external/stlport/test/unit/
stldbg_include.cpp 4 * that included via _prolog.h. After preprocessor phase we may see:
  /frameworks/base/core/res/res/anim/
screen_rotate_minus_90_enter.xml 22 <!-- Version for two-phase anim
screen_rotate_plus_90_enter.xml 22 <!-- Version for two-phase animation
  /frameworks/native/services/surfaceflinger/
DispSync.h 33 // display and uses that model to execute period callbacks at specific phase
92 // given phase offset from the hardware vsync events. The callback is
95 status_t addEventListener(nsecs_t phase, const sp<Callback>& callback);
117 // mPhase is the phase offset of the modeled vsync events. It is the
  /hardware/libhardware/modules/local_time/
Android.mk 20 # the oscillator backing the CLOCK_MONOTONIC implementation is phase locked to
  /libcore/luni/src/main/java/java/lang/
VerifyError.java 22 * class which does not pass the class verification phase.
  /ndk/tests/device/test-gnustl-full/unit/
stldbg_include.cpp 4 * that included via _prolog.h. After preprocessor phase we may see:
  /ndk/tests/device/test-stlport/unit/
stldbg_include.cpp 4 * that included via _prolog.h. After preprocessor phase we may see:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
syntax.py 5 phase.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
syntax.py 5 phase.
  /external/arduino/hardware/arduino/cores/arduino/
wiring.c 174 // (using phase-correct PWM would mean that timer 0 overflowed half as often
210 // timers 1 and 2 are used for phase-correct hardware pwm
225 // put timer 1 in 8-bit phase correct pwm mode
241 // configure timer 2 for phase correct pwm (8-bit)
253 sbi(TCCR3A, WGM30); // put timer 3 in 8-bit phase correct pwm mode
259 sbi(TCCR4A, WGM40); // put timer 4 in 8-bit phase correct pwm mode
265 sbi(TCCR5A, WGM50); // put timer 5 in 8-bit phase correct pwm mode
  /external/chromium/net/base/
net_log.h 46 // The 'phase' of an event trace (whether it marks the beginning or end
116 // |phase| - An optional parameter indicating whether this is the start/end
125 EventPhase phase,
156 NetLog::EventPhase phase,
177 NetLog::EventPhase phase,
183 NetLog::EventPhase phase,
187 // currently bound source, current time, and a fixed "capture phase"
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_history_swiper_unit_test.mm 134 id scrollWheelEventWithPhase(NSEventPhase phase,
140 [(NSEvent*)[[event stub] andReturnValue:OCMOCK_VALUE(phase)] phase];
150 id scrollWheelEventWithPhase(NSEventPhase phase,
152 return scrollWheelEventWithPhase(phase, momentumPhase, 0, 0);
155 id scrollWheelEventWithPhase(NSEventPhase phase) {
156 return scrollWheelEventWithPhase(phase, NSEventPhaseNone);
  /external/kernel-headers/original/linux/
timex.h 28 * Added defines for hybrid phase/frequency-lock loop.
32 * defines for PPS phase-lock loop.
72 #define SHIFT_KG 6 /* phase factor (shift) */
91 #define SHIFT_SCALE 22 /* phase scale (shift) */
94 #define FINENSEC (1L << (SHIFT_SCALE - 10)) /* ~1 ns in phase units */
96 #define MAXPHASE 512000L /* max phase error (us) */
205 * phase-lock loop variables
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasProvision.java 227 * @param phase The phase of the provisioning process this requests is built for.
233 final String policyType, final String status, final int phase,
239 if (phase == PHASE_INITIAL &&
247 if (phase == PHASE_WIPE) {
256 if (phase == PHASE_ACKNOWLEDGE) {
293 // What we care about in the response depends on what phase we're in.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp 137 bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline);
138 if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) {
142 if (childPaintInfo.phase == PaintPhaseForeground && !m_objectBoundingBox.isEmpty()) {
181 // We only draw in the forground phase, so we only hit-test then.
  /external/qemu/telephony/
gsm.c 74 int phase = 0x01;
92 phase = (phase << 4) | c;
93 if (phase & 0x100) {
94 if (dst) dst[result] = (byte_t) phase;
96 phase = 0x01;
99 if (phase != 0x01) {
100 if (dst) dst[result] = (byte_t)( phase | 0xf0 );
1028 int phase = 0x01; local
1046 phase = (phase << 4) | c
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 48 int peap_outer_success; /* 0 = PEAP terminated on Phase 2 inner
234 "from Phase 2");
254 * phase 1 of PEAP (based on TLS).
556 " - force failed Phase 2");
624 "Phase 2 request (len=%lu)", (unsigned long) len);
628 wpa_printf(MSG_DEBUG, "EAP-PEAP: Phase 2 Request: type=%d", *pos);
697 "Phase 2 EAP vendor %d method %d",
725 "Phase 2 EAP method %d", *pos);
768 " Phase 2", (unsigned long) wpabuf_len(in_data));
771 wpa_printf(MSG_DEBUG, "EAP-PEAP: Pending Phase 2 request -
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbdcd.h 189 * phase: phase to obtain correct input library
207 IN NLDR_PHASE phase);
219 * phase: Phase to obtain correct input library
236 IN NLDR_PHASE phase);
249 * phase: Which phase to load
266 IN NLDR_PHASE phase,

Completed in 1308 milliseconds

1 2 3 4 5 6 7 8 91011>>