HomeSort by relevance Sort by last modified time
    Searched full:effects (Results 76 - 100 of 4021) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/audio/post_proc/
Android.mk 37 $(call include-path-for, audio-effects)
69 $(call include-path-for, audio-effects)
102 $(call include-path-for, audio-effects)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5373.go 7 // Ensure that zeroing range loops have the requisite side-effects.
40 // Index variable whose evaluation has side-effects
55 // Range expression whose evaluation has side-effects
issue15303.go 7 // Ensure that inlined struct/array comparisons have the right side-effects.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5373.go 7 // Ensure that zeroing range loops have the requisite side-effects.
40 // Index variable whose evaluation has side-effects
55 // Range expression whose evaluation has side-effects
issue15303.go 7 // Ensure that inlined struct/array comparisons have the right side-effects.
  /external/skia/
Android.bp 80 "include/effects/",
100 "include/effects/",
115 "src/effects/",
365 "src/effects/GrAlphaThresholdFragmentProcessor.cpp",
366 "src/effects/GrCircleBlurFragmentProcessor.cpp",
367 "src/effects/Sk1DPathEffect.cpp",
368 "src/effects/Sk2DPathEffect.cpp",
369 "src/effects/SkAlphaThresholdFilter.cpp",
370 "src/effects/SkArithmeticImageFilter.cpp",
371 "src/effects/SkBlurMask.cpp"
    [all...]
  /external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/
control.notset_block 14 Verify effects of NotificationsAllowedForUrls policy.
control.siteallowed_show 14 Verify effects of NotificationsAllowedForUrls policy.
control.sitenotallowed_block 14 Verify effects of NotificationsAllowedForUrls policy.
  /external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/
control.notset_show 14 Verify effects of NotificationsBlockedForUrls policy.
control.siteallowed_show 14 Verify effects of NotificationsBlockedForUrls policy.
  /external/autotest/client/site_tests/policy_PluginsAllowedForUrls/
control.notset_block 15 Verify effects of PluginsAllowedForUrls policy.
  /external/autotest/client/site_tests/policy_PluginsBlockedForUrls/
control.notset_run 15 Verify effects of PluginsBlockedForUrls policy.
  /external/clang/test/SemaObjCXX/
arc-ppe.mm 16 void test2() { (void)typeid(P((void*)(id*)0)); } // expected-error {{pointer to non-const type 'id'}} expected-warning {{expression with side effects will be evaluated despite being used as an operand to 'typeid'}}
property-invalid-type.mm 22 i.helper; // expected-warning{{property access result unused - getters should not be used for side effects}}
  /external/libmicrohttpd/src/testzzuf/
README 11 the TCP stream can have random effects ;-). Testcases "fail" if the
  /external/skia/tools/lua/
agg_dash.lua 22 io.write("Total dashed effects is: ", dashCount, "\n")
  /external/skqp/tools/lua/
agg_dash.lua 22 io.write("Total dashed effects is: ", dashCount, "\n")
  /frameworks/av/media/libeffects/config/src/
EffectsConfig.cpp 88 /** All output stream types which support effects.
105 /** All input stream types which support effects.
156 * @return true and pushes the effect in effects on success,
158 bool parseEffect(const XMLElement& xmlEffect, Libraries& libraries, Effects* effects) {
197 // Handle proxy effects
216 effects->push_back(std::move(effect));
224 bool parseStream(const XMLElement& xmlStream, Effects& effects, std::vector<Stream>* streams) {
242 auto* effect = findByName(effectName, effects);
    [all...]
  /frameworks/av/media/libeffects/downmix/
Android.mk 20 $(call include-path-for, audio-effects) \
  /frameworks/av/media/libeffects/preprocessing/
Android.mk 19 $(call include-path-for, audio-effects)
  /hardware/qcom/audio/voice_processing/
Android.mk 22 $(call include-path-for, audio-effects)
  /hardware/qcom/display/msm8960/libtilerenderer/
Android.mk 13 external/skia/include/effects \
  /external/libcxxabi/www/
spec.html 30 <i>Effects:</i> Allocates memory to hold the exception to be thrown.
52 <i>Effects:</i> Frees memory allocated by <tt>__cxa_allocate_exception</tt>.
68 <i>Effects:</i> Allocates memory to hold a "dependent" exception to be thrown.
90 <i>Effects:</i> Frees memory allocated by <tt>__cxa_allocate_dependent_exception</tt>.
111 <i>Effects:</i>
145 <i>Effects:</i>
181 <i>Effects:</i> Locates the most recently caught exception and decrements its
221 <i>Effects:</i> Marks the exception object on top of the caughtExceptions stack
242 <i>Effects:</i> Increments the ownership count of the currently handled
263 <i>Effects:</i> Decrements the ownership count of the exception by 1, and o
    [all...]
  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectFactory.java 23 * <p>The EffectFactory class defines the list of available Effects, and provides functionality to
24 * inspect and instantiate them. Some effects may not be available on all platforms, so before
33 "android.media.effect.effects.", // Default effect package
37 /** List of Effects */
58 "android.media.effect.effects.BrightnessEffect";
73 "android.media.effect.effects.ContrastEffect";
87 "android.media.effect.effects.FisheyeEffect";
113 "android.media.effect.effects.BackDropperEffect";
128 "android.media.effect.effects.AutoFixEffect";
146 "android.media.effect.effects.BlackWhiteEffect"
    [all...]

Completed in 975 milliseconds

1 2 34 5 6 7 8 91011>>