| /external/chromium_org/content/browser/service_worker/ |
| service_worker_register_job.cc | 116 void ServiceWorkerRegisterJob::SetPhase(Phase phase) { 117 switch (phase) { 145 phase_ = phase;
|
| service_worker_register_job.h | 66 enum Phase { 85 // Holds 'installing' or 'waiting' version depending on the phase. 94 void SetPhase(Phase phase); 132 Phase phase_;
|
| /external/chromium_org/content/renderer/devtools/ |
| devtools_agent.cc | 184 char phase, 198 callback(phase, category_group_enabled, name, id, num_args, 237 task.timestamp, task.phase, task.foreign, task.gpu_memory_used_bytes);
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
| RenderSVGRoot.cpp | 233 if (paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) 268 if (childPaintInfo.phase == PaintPhaseForeground) { 452 // Only return true here, if the last hit testing phase 'BlockBackground' (or 'ChildBlockBackground' - depending on context) is executed. 453 // If we'd return true in the 'Foreground' phase, hit testing would stop immediately. For SVG only trees this doesn't matter. 455 // If we'd return true here in the 'Foreground' phase, we are not able to detect these hits anymore.
|
| RenderSVGText.cpp | 476 if (paintInfo.phase != PaintPhaseForeground 477 && paintInfo.phase != PaintPhaseSelection) 490 if (paintInfo.phase == PaintPhaseForeground) { 491 blockInfo.phase = PaintPhaseSelfOutline;
|
| /external/qemu/distrib/sdl-1.2.15/build-scripts/ |
| fatbuild.sh | 57 # Figure out which phase to build: 64 phase=all 66 phase="$1" 68 case $phase in
|
| /build/target/board/generic/ |
| BoardConfig.mk | 48 # Set the phase offset of the system's vsync event relative to the hardware 53 # This phase offset allows adjustment of the minimum latency from application
|
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| InspectorController.h | 128 void processGPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes, uint64_t limitGPUMemoryBytes);
|
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
| Image.h | 118 const FloatSize&, const FloatPoint& phase, CompositeOperator,
|
| Image.cpp | 201 // We want to construct the phase such that the pattern is centered (when stretch is not 226 const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& destRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing) 230 bitmap->drawPattern(context, adjustForNegativeSize(floatSrcRect), scale, phase, compositeOp, destRect, blendMode, repeatSpacing);
|
| /external/chromium_org/third_party/icu/source/tools/gennorm2/ |
| n2builder.h | 106 int32_t phase; member in class:Normalizer2DataBuilder
|
| /external/icu/icu4c/source/tools/gennorm2/ |
| n2builder.h | 106 int32_t phase; member in class:Normalizer2DataBuilder
|
| /external/sonivox/arm-fm-22k/lib_src/ |
| eas_pcmdata.h | 93 EAS_U32 phase; /* current phase for interpolator */ member in struct:s_pcm_state_tag
|
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| eas_pcmdata.h | 93 EAS_U32 phase; /* current phase for interpolator */ member in struct:s_pcm_state_tag
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| eas_pcmdata.h | 93 EAS_U32 phase; /* current phase for interpolator */ member in struct:s_pcm_state_tag
|
| /external/chromium_org/base/debug/ |
| trace_event_impl.cc | 528 char phase, 545 phase_ = phase; [all...] |
| /device/generic/goldfish/qemud/ |
| qemud.c | 568 int phase = 0; local 571 for (phase = 0; phase < 2; phase++) { 572 if (phase != 0) { 581 if (phase != 0) { 589 if (phase != 0) 597 if (phase != 0) { 604 if (phase != 0) { 611 if (phase != 0) [all...] |
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| org.eclipse.sisu.plexus-0.0.0.M5.jar | |
| /external/chromium_org/base/mac/ |
| sdk_forward_declarations.h | 25 NSEventPhaseNone = 0, // event not associated with a phase. 72 - (NSEventPhase)phase; 79 NSEventPhase phase,
|
| /external/chromium_org/content/browser/devtools/ |
| devtools_netlog_observer.cc | 51 bool is_begin = entry.phase() == net::NetLog::PHASE_BEGIN; 52 bool is_end = entry.phase() == net::NetLog::PHASE_END;
|
| /external/chromium_org/content/child/ |
| blink_platform_impl.h | 100 char phase, 110 char phase,
|
| /external/chromium_org/third_party/WebKit/Source/platform/mac/ |
| ScrollElasticityController.mm | 113 if (wheelEvent.phase() == PlatformWheelEventPhaseMayBegin) 116 if (wheelEvent.phase() == PlatformWheelEventPhaseBegan) { 146 if (wheelEvent.phase() == PlatformWheelEventPhaseEnded || wheelEvent.phase() == PlatformWheelEventPhaseCancelled) {
|
| /external/chromium_org/third_party/WebKit/public/web/ |
| WebInputEvent.h | 346 enum Phase { 369 Phase phase; member in class:blink::WebMouseWheelEvent 370 Phase momentumPhase; 400 , phase(PhaseNone)
|
| /external/chromium_org/v8/src/ |
| math.js | 221 function TrigonometricInterpolation(x, phase) { 241 phase += multiple; 244 if (phase & 1) double_index = kSamples - double_index; 254 * (1 - (phase & 2)) + 0;
|
| /external/openssl/crypto/modes/asm/ |
| ghashv8-armx.S | 91 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase 101 vext.8 q10,q0,q0,#8 @ 2nd phase
|