| /external/chromium_org/v8/test/mjsunit/compiler/ |
| regress-3249650.js | 29 // after a compare expression in an effect context.
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-1166.js | 30 // Deoptimization after a short-circuit logical operation in an effect
|
| regress-1237.js | 30 // Deoptimization after a conditional expression in an effect context should
|
| regress-2843.js | 36 global = true; // Need a side effect to deopt to.
|
| regress-crbug-280333.js | 36 global = true; // Need a side effect to deopt to.
|
| /external/chromium_org/v8/test/mjsunit/ |
| try-catch-extension-object.js | 30 // Object prototype have no effect.
|
| /external/chromium_org/v8/test/webkit/ |
| dfg-array-pop-side-effects.js | 25 "Tests that ArrayPop is known to the DFG to be a side effect."
|
| throw-from-finally.js | 25 "This tests that throwing from a finally block has the expected effect."
|
| /external/chromium_org/v8/test/webkit/fast/js/kde/ |
| arguments-scope.js | 61 // effect..
|
| func-decl.js | 44 shouldBeOfType("Function declaration takes effect at entry", f, "function");
|
| /external/skia/src/effects/ |
| SkBlurMaskFilter.cpp | 556 * Create a simple filter effect with custom bicubic coefficients. 575 AutoEffectUnref effect(SkNEW_ARGS(GrRectBlurEffect, (rect, sigma, blurProfileTexture))); 576 return CreateEffectRef(effect); 797 SkAutoTUnref<GrEffectRef> effect(GrRectBlurEffect::Create( 799 if (!effect) { 808 grp->addCoverageEffect(effect); [all...] |
| SkMatrixConvolutionImageFilter.cpp | 342 AutoEffectUnref effect(SkNEW_ARGS(GrMatrixConvolutionEffect, (texture, 351 return CreateEffectRef(effect); 405 const GrDrawEffect& effect); 663 bool SkMatrixConvolutionImageFilter::asNewEffect(GrEffectRef** effect, 668 if (!effect) { 672 *effect = GrMatrixConvolutionEffect::Create(texture,
|
| /frameworks/base/media/java/android/media/audiofx/ |
| EnvironmentalReverb.java | 41 * <p>The EnvironmentalReverb is an output mix auxiliary effect and should be created on 42 * Audio session 0. In order for a MediaPlayer or AudioTrack to be fed into this effect, 43 * they must be explicitely attached to it and a send level must be specified. Use the effect ID 44 * returned by getId() method to designate this particular effect when attaching it to the 124 * parameter indicates how much the requesting application needs control of effect parameters. 129 * As the EnvironmentalReverb is an auxiliary effect it is recommended to instantiate it on 142 * Sets the master volume level of the environmental reverb effect. 155 * Gets the master volume level of the environmental reverb effect. 170 * overall reverb effect. 404 * produce a more colored effect [all...] |
| Virtualizer.java | 33 * An audio virtualizer is a general name for an effect to spatialize audio channels. The exact 34 * behavior of this effect is dependent on the number of audio input channels and the types and 36 * stereo headphone output, a stereo widening effect is used when this effect is turned on. 63 * Virtualizer effect strength. Parameter ID for 107 * how much the requesting application needs control of effect parameters. The normal priority 141 * Sets the strength of the virtualizer effect. If the implementation does not support per mille 145 * @param strength strength of the effect. The valid range for strength strength is [0, 1000], 146 * where 0 per mille designates the mildest effect and 1000 per mille designates the strongest. 157 * Gets the current strength of the effect [all...] |
| /frameworks/wilhelm/src/android/ |
| android_Effect.h | 73 * Generic Effect functions 122 * Effect-agnostic functions 132 extern bool android_fx_initEffectObj(int sessionId, android::sp<android::AudioEffect>& effect,
|
| /hardware/libhardware/modules/audio_remote_submix/ |
| audio_hw.cpp | [all...] |
| /packages/apps/Camera2/src/com/android/camera/ui/ |
| ModeListView.java | 837 PeepholeAnimationEffect effect = new PeepholeAnimationEffect(); local 838 effect.setSize(mWidth, mHeight); 853 effect.setAnimationStartingPosition(iconX, iconY); 854 effect.setModeSpecificColor(selectedItem.getHighlightColor()); 856 effect.setBackground(mScreenShotProvider 859 effect.setBackgroundOverlay(mScreenShotProvider.getPreviewOverlayAndControls()); 861 mCurrentAnimationEffects = effect; 862 effect.startFadeoutAnimation(null, selectedItem, iconX, iconY, modeId); [all...] |
| /external/chromium_org/third_party/skia/src/effects/ |
| SkMatrixConvolutionImageFilter.cpp | 342 AutoEffectUnref effect(SkNEW_ARGS(GrMatrixConvolutionEffect, (texture, 351 return CreateEffectRef(effect); 405 const GrDrawEffect& effect); 663 bool SkMatrixConvolutionImageFilter::asNewEffect(GrEffectRef** effect, 668 if (!effect) { 672 *effect = GrMatrixConvolutionEffect::Create(texture,
|
| /external/chromium_org/third_party/skia/src/gpu/ |
| GrClipMaskManager.cpp | 53 // This could be a long-lived effect that is cached with the alpha-mask. 168 SkAutoTUnref<GrEffectRef> effect; local 171 effect.reset(GrConvexPolyEffect::Create(edgeType, iter.get()->getPath(), 177 effect.reset(GrRRectEffect::Create(edgeType, rrect)); 183 effect.reset(GrConvexPolyEffect::Create(edgeType, rect)); 189 if (effect) { 194 fGpu->drawState()->addCoverageEffect(effect); [all...] |
| GrDrawTarget.cpp | 392 const GrEffectRef& effect = *drawState.getColorStage(s).getEffect(); local 393 int numTextures = effect->numTextures(); 395 GrTexture* texture = effect->texture(t); 400 const GrEffectRef& effect = *drawState.getCoverageStage(s).getEffect(); local 401 int numTextures = effect->numTextures(); 403 GrTexture* texture = effect->texture(t); [all...] |
| /external/skia/src/gpu/ |
| GrClipMaskManager.cpp | 53 // This could be a long-lived effect that is cached with the alpha-mask. 168 SkAutoTUnref<GrEffectRef> effect; local 171 effect.reset(GrConvexPolyEffect::Create(edgeType, iter.get()->getPath(), 177 effect.reset(GrRRectEffect::Create(edgeType, rrect)); 183 effect.reset(GrConvexPolyEffect::Create(edgeType, rect)); 189 if (effect) { 194 fGpu->drawState()->addCoverageEffect(effect); [all...] |
| GrDrawTarget.cpp | 392 const GrEffectRef& effect = *drawState.getColorStage(s).getEffect(); local 393 int numTextures = effect->numTextures(); 395 GrTexture* texture = effect->texture(t); 400 const GrEffectRef& effect = *drawState.getCoverageStage(s).getEffect(); local 401 int numTextures = effect->numTextures(); 403 GrTexture* texture = effect->texture(t); [all...] |
| /frameworks/base/graphics/java/android/graphics/ |
| Paint.java | 126 * Paint flag that applies a synthetic bolding effect to drawn text. 129 * simulated bold effect when drawing a {@link Typeface} that is not 997 * @param effect May be null. The patheffect to be installed in the paint 998 * @return effect 1000 public PathEffect setPathEffect(PathEffect effect) { 1002 if (effect != null) { 1003 effectNative = effect.native_instance; 1006 mPathEffect = effect; 1007 return effect; [all...] |
| /hardware/libhardware_legacy/audio/ |
| audio_hw_hal.cpp | 259 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 264 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 393 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 397 return in->legacy_in->addAudioEffect(effect); 400 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 404 return in->legacy_in->removeAudioEffect(effect);
|
| /hardware/qcom/audio/legacy/alsa_sound/ |
| audio_hw_hal.cpp | 273 static int out_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 278 static int out_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 414 static int in_add_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 418 return in->qcom_in->addAudioEffect(effect); 421 static int in_remove_audio_effect(const struct audio_stream *stream, effect_handle_t effect) 425 return in->qcom_in->removeAudioEffect(effect);
|