| /external/chromium_org/mojo/examples/nesting_app/ |
| nesting_app.cc | 100 NodeObserver::DispositionChangePhase phase) OVERRIDE { 101 if (phase != NodeObserver::DISPOSITION_CHANGED)
|
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
| CrossfadeGeneratedImage.cpp | 100 void CrossfadeGeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) 111 imageBuffer->drawPattern(context, srcRect, scale, phase, compositeOp, dstRect, blendMode, repeatSpacing);
|
| /external/chromium_org/third_party/libjingle/overrides/ |
| init_webrtc.cc | 21 void AddTraceEvent(char phase, 30 TRACE_EVENT_API_ADD_TRACE_EVENT(phase, category_group_enabled, name, id,
|
| /external/pdfium/core/include/fpdfdoc/ |
| fpdf_ap.h | 21 CPVT_Dash(FX_INT32 dash, FX_INT32 gap, FX_INT32 phase) : nDash(dash), nGap(gap), nPhase(phase)
|
| /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/speex/libspeex/ |
| kiss_fftr.c | 64 spx_word32_t phase = i+(nfft>>1); local 66 phase = -phase; 67 kf_cexp2(st->super_twiddles+i, DIV32(SHL32(phase,16),nfft)); 72 double phase = pi*(((double)i) /nfft + .5); local 74 phase = -phase; 75 kf_cexp(st->super_twiddles+i, phase );
|
| /external/chromium_org/third_party/WebKit/Source/core/animation/ |
| AnimationNodeTest.cpp | 120 EXPECT_EQ(AnimationNode::PhaseActive, animationNode->phase()); 131 EXPECT_EQ(AnimationNode::PhaseActive, animationNode->phase()); 142 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase()); 153 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase()); 375 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase()); 386 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase()); 594 EXPECT_EQ(AnimationNode::PhaseActive, animationNode->phase()); 604 EXPECT_EQ(AnimationNode::PhaseActive, animationNode->phase()); 625 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase()); 634 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase()); [all...] |
| /external/chromium_org/content/common/input/ |
| synthetic_web_input_event_builders.h | 28 blink::WebMouseWheelEvent::Phase phase);
|
| /external/chromium_org/mojo/aura/ |
| window_tree_host_mojo.h | 69 view_manager::NodeObserver::DispositionChangePhase phase) OVERRIDE;
|
| /external/chromium_org/native_client_sdk/src/build_tools/ |
| test_sdk.py | 162 usage = '%prog [<options>] [<phase...>]' 223 for phase in phases: 224 phase_name = phase[0] 227 phase_func = phase[1] 228 phase_args = phase[2:]
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| RenderScrollbarPart.cpp | 187 paintInfo.phase = PaintPhaseChildBlockBackgrounds; 189 paintInfo.phase = PaintPhaseFloat; 191 paintInfo.phase = PaintPhaseForeground; 193 paintInfo.phase = PaintPhaseOutline;
|
| /external/chromium_org/ui/aura/ |
| window_observer.h | 30 HierarchyChangePhase phase; member in struct:aura::WindowObserver::HierarchyChangeParams
|
| /external/sonivox/arm-fm-22k/lib_src/ |
| eas_fmengine.h | 66 EAS_U32 phase; /* current waveform phase */ member in struct:__anon34575
|
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| eas_fmengine.h | 66 EAS_U32 phase; /* current waveform phase */ member in struct:__anon34625
|
| /frameworks/av/media/libmediaplayerservice/ |
| VideoFrameScheduler.h | 55 // keep current estimate, but restart phase 75 bool fit(nsecs_t phase, nsecs_t period, size_t numSamples,
|
| /frameworks/av/services/audioflinger/ |
| AudioResamplerSinc.h | 55 int32_t* out, uint32_t phase, const int16_t *samples, uint32_t vRL);
|
| /frameworks/base/services/core/java/com/android/server/ |
| SystemService.java | 37 * until {@link #PHASE_BOOT_COMPLETE} is sent, which is the last boot phase. Each phase 54 * After receiving this boot phase, services can obtain lock settings data. 59 * After receiving this boot phase, services can safely call into core system services 65 * After receiving this boot phase, services can broadcast Intents. 70 * After receiving this boot phase, services can start/bind to third party apps. 76 * After receiving this boot phase, services can allow user interaction with the device. 77 * This phase occurs when boot has completed and the home application has started. 78 * System services may prefer to listen to this phase rather than registering a 107 * TODO: we should define in which phase this becomes vali [all...] |
| /frameworks/native/services/surfaceflinger/ |
| DispSync.h | 29 // sync framework, or if all phase offsets are zero. The latter is useful 31 // phase-offset VSYNC events. 45 // display and uses that model to execute period callbacks at specific phase 114 // given phase offset from the hardware vsync events. The callback is 117 status_t addEventListener(nsecs_t phase, const sp<Callback>& callback); 148 // mPhase is the phase offset of the modeled vsync events. It is the
|
| /packages/apps/Exchange/src/com/android/exchange/eas/ |
| EasProvision.java | 229 * @param phase The phase of the provisioning process this requests is built for. 235 final String policyType, final String status, final int phase, 241 if (phase == PHASE_INITIAL && 249 if (phase == PHASE_WIPE) { 258 if (phase == PHASE_ACKNOWLEDGE) { 295 // What we care about in the response depends on what phase we're in.
|
| /external/chromium_org/third_party/angle/src/third_party/trace_event/ |
| trace_event.h | 330 // An asynchronous operation can consist of multiple phases. The first phase is 363 // async event. This should be called at the beginning of the next phase of an 466 // char phase, 499 #define INTERNAL_TRACE_EVENT_ADD(phase, category, name, flags, ...) \ 504 phase, INTERNALTRACEEVENTUID(catstatic), name, \ 528 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category, name, id, flags, \ 537 phase, INTERNALTRACEEVENTUID(catstatic), \ 548 // Phase indicates the nature of an event entry. E.g. part of a begin/end pair. [all...] |
| /external/chromium_org/base/test/ |
| trace_event_analyzer.cc | 23 phase(TRACE_EVENT_PHASE_BEGIN), 46 phase = *phase_str.data(); 48 bool may_have_duration = (phase == TRACE_EVENT_PHASE_COMPLETE); 49 bool require_origin = (phase != TRACE_EVENT_PHASE_METADATA); 50 bool require_id = (phase == TRACE_EVENT_PHASE_ASYNC_BEGIN || 51 phase == TRACE_EVENT_PHASE_ASYNC_STEP_INTO || 52 phase == TRACE_EVENT_PHASE_ASYNC_STEP_PAST || 53 phase == TRACE_EVENT_PHASE_ASYNC_END); 233 Query Query::Phase(char phase) { [all...] |
| trace_event_analyzer.h | 39 // Query(EVENT_PHASE) == Query::Phase(TRACE_EVENT_PHASE_BEGIN) && 151 char phase; member in struct:trace_analyzer::TraceEvent 191 // Compare with the given phase. 192 static Query Phase(char phase); 245 static Query EventPhaseIs(char phase) { 246 return Query(EVENT_PHASE) == Query::Phase(phase); 312 static Query OtherPhaseIs(char phase) { 313 return Query(OTHER_PHASE) == Query::Phase(phase) [all...] |
| /external/chromium_org/third_party/freetype/src/cff/ |
| cffparse.c | 137 FT_UInt phase; local 157 phase = 4; 161 /* If we entered this iteration with phase == 4, we need to */ 163 if ( phase ) 173 nib = ( p[0] >> phase ) & 0xF; 174 phase = 4 - phase; 198 /* If we entered this iteration with phase == 4, we need */ 200 if ( phase ) 210 nib = ( p[0] >> phase ) & 0xF [all...] |
| /external/freetype/src/cff/ |
| cffparse.c | 133 FT_UInt phase; local 153 phase = 4; 157 /* If we entered this iteration with phase == 4, we need to */ 159 if ( phase ) 169 nib = ( p[0] >> phase ) & 0xF; 170 phase = 4 - phase; 194 /* If we entered this iteration with phase == 4, we need */ 196 if ( phase ) 206 nib = ( p[0] >> phase ) & 0xF [all...] |
| /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
| cffparse.c | 137 FT_UInt phase; local 157 phase = 4; 161 /* If we entered this iteration with phase == 4, we need to */ 163 if ( phase ) 173 nib = ( p[0] >> phase ) & 0xF; 174 phase = 4 - phase; 198 /* If we entered this iteration with phase == 4, we need */ 200 if ( phase ) 210 nib = ( p[0] >> phase ) & 0xF [all...] |