/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/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...] |
/external/skqp/ |
Android.bp | 83 "experimental/sksg/effects/", 93 "include/effects/", 108 "src/effects/", 150 "experimental/sksg/effects/SkSGClipEffect.cpp", 151 "experimental/sksg/effects/SkSGMaskEffect.cpp", 152 "experimental/sksg/effects/SkSGOpacityEffect.cpp", 153 "experimental/sksg/effects/SkSGTransform.cpp", 718 "src/effects/GrAlphaThresholdFragmentProcessor.cpp", 719 "src/effects/GrCircleBlurFragmentProcessor.cpp", 720 "src/effects/Sk1DPathEffect.cpp" [all...] |
/developers/build/prebuilts/gradle/MediaEffects/Application/src/main/res/values/ |
base-strings.xml | 24 This sample shows how to use the Media Effects APIs that were introduced in Android 4.0. 25 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
|
/development/samples/HelloEffects/ |
_index.html | 18 Effects APIs</a> that were introduced in Android 4.0. These APIs let you apply 19 effects to image frames represented as OpenGL ES 2.0 textures. Image frames can
|
/development/samples/browseable/MediaEffects/res/values/ |
base-strings.xml | 24 This sample shows how to use the Media Effects APIs that were introduced in Android 4.0. 25 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
|
/external/skia/src/core/ |
SkGlobalInitialization_core.cpp | 25 * Registers all of the required effects subclasses for picture deserialization. 51 // Now initialize any optional/additional effects (implemented in src/ports)
|
/external/skqp/src/core/ |
SkGlobalInitialization_core.cpp | 25 * Registers all of the required effects subclasses for picture deserialization. 51 // Now initialize any optional/additional effects (implemented in src/ports)
|
/external/walt/hardware/kicad/walt_footprints.pretty/ |
R_0603_pad07mm_long.kicad_mod | 6 (effects (font (size 1 1) (thickness 0.15))) 9 (effects (font (size 0.5 0.5) (thickness 0.07)))
|
/frameworks/av/media/libeffects/factory/include/media/ |
EffectsFactoryApi.h | 38 // Description: Returns the number of different effects in all loaded libraries. 41 // is used to enumerate all effects present in all loaded libraries. 47 // pNumEffects: address where the number of effects should be returned. 53 // *pNumEffects: updated with number of effects in factory 66 // effects present in all loaded libraries. The enumeration sequence is: 98 // sessionId: audio session to which this effect instance will be attached. All effects 100 // stream. Knowing that two effects are part of the same effect chain can help the 103 // For future use especially with tunneled HW accelerated effects
|
/frameworks/av/media/libeffects/lvm/wrapper/ |
Android.mk | 35 $(call include-path-for, audio-effects) \ 70 $(call include-path-for, audio-effects) \
|
/frameworks/base/data/sounds/ |
AudioPackage12.mk | 28 $(LOCAL_PATH)/effects/ogg/$(fn).ogg:system/media/audio/ui/$(fn).ogg) 30 $(LOCAL_PATH)/effects/material/ogg/$(fn).ogg:system/media/audio/ui/$(fn).ogg)
|
AudioPackage13.mk | 29 $(LOCAL_PATH)/effects/ogg/$(fn).ogg:system/media/audio/ui/$(fn).ogg) 31 $(LOCAL_PATH)/effects/material/ogg/$(fn).ogg:system/media/audio/ui/$(fn).ogg)
|
OriginalAudio.mk | 29 $(LOCAL_PATH)/effects/Effect_Tick.ogg:system/media/audio/ui/Effect_Tick.ogg \ 30 $(LOCAL_PATH)/effects/KeypressStandard.ogg:system/media/audio/ui/KeypressStandard.ogg \ 31 $(LOCAL_PATH)/effects/KeypressSpacebar.ogg:system/media/audio/ui/KeypressSpacebar.ogg \ 32 $(LOCAL_PATH)/effects/KeypressDelete.ogg:system/media/audio/ui/KeypressDelete.ogg \ 33 $(LOCAL_PATH)/effects/KeypressReturn.ogg:system/media/audio/ui/KeypressReturn.ogg \ 34 $(LOCAL_PATH)/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \ 35 $(LOCAL_PATH)/effects/VideoStop.ogg:system/media/audio/ui/VideoStop.ogg \ 36 $(LOCAL_PATH)/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
FakeOidProvider.java | 13 * Used for testing some effects of algorithm OID mapping. We have to be 20 * Used for testing some effects of algorithm OID mapping.
|
/system/media/audio/include/system/audio_effects/ |
audio_effects_conf.h | 23 // Definitions for effects configuration file (audio_effects.conf) 31 #define EFFECTS_TAG "effects"
|
/external/clang/test/Sema/ |
warn-unused-value.c | 98 (void)sizeof(++val); // expected-warning {{expression with side effects has no effect in an unevaluated context}} 99 (void)_Generic(val++, default : 0); // expected-warning {{expression with side effects has no effect in an unevaluated context}} 100 (void)_Alignof(val++); // expected-warning {{expression with side effects has no effect in an unevaluated context}} expected-warning {{'_Alignof' applied to an expression is a GNU extension}} 102 // VLAs can have side effects so long as it's part of the type and not 107 // Side effects as part of macro expansion are ok.
|
/external/proguard/src/proguard/optimize/info/ |
SideEffectMethodMarker.java | 31 * This ClassPoolVisitor marks all methods that have side effects. 44 // Reusable objects for checking whether instructions have side effects. 58 // effects, until no new cases can be found. 117 // Remember whether the code has any side effects. 125 * Returns whether the given code has any side effects.
|
/external/skia/src/gpu/ |
GrPathRendering.cpp | 50 GlyphGenerator(const SkTypeface& typeface, const SkScalerContextEffects& effects, 52 : fScalerContext(typeface.createScalerContext(effects, &desc)) 76 const SkScalerContextEffects& effects, 85 sk_sp<GlyphGenerator> generator(new GlyphGenerator(*typeface, effects, *desc)); 93 // No effects, so we make a dummy struct
|
GrPaint.cpp | 10 #include "effects/GrCoverageSetOpXP.h" 11 #include "effects/GrPorterDuffXferProcessor.h" 12 #include "effects/GrSimpleTextureEffect.h"
|
/external/skqp/src/gpu/ |
GrPathRendering.cpp | 50 GlyphGenerator(const SkTypeface& typeface, const SkScalerContextEffects& effects, 52 : fScalerContext(typeface.createScalerContext(effects, &desc)) 76 const SkScalerContextEffects& effects, 85 sk_sp<GlyphGenerator> generator(new GlyphGenerator(*typeface, effects, *desc)); 103 // No effects, so we make a dummy struct
|
GrPaint.cpp | 10 #include "effects/GrCoverageSetOpXP.h" 11 #include "effects/GrPorterDuffXferProcessor.h" 12 #include "effects/GrSimpleTextureEffect.h"
|
/frameworks/av/media/libeffects/config/include/media/ |
EffectsConfig.h | 21 /** @file Parses audio effects configuration file to C and C++ structure. 69 using Effects = std::vector<Effect>; 74 std::vector<std::reference_wrapper<Effect>> effects; member in struct:android::effectsConfig::Stream 89 Effects effects; member in struct:android::effectsConfig::Config
|
/external/v8/src/crankshaft/ |
hydrogen-removable-simulates.cc | 27 // side effects to keep live ranges short. 48 // effects are never added to the merge list. The same reasoning holds for 172 // We don't use effects here. 173 class Effects : public ZoneObject { 175 explicit Effects(Zone* zone) { } 179 void Union(Effects* that, Zone* zone) { } 184 HFlowEngine<State, Effects> engine(graph(), zone());
|
/external/proguard/src/proguard/ |
AssumeNoSideEffectsChecker.java | 28 * This class checks if the user is specifying to assume no side effects 48 * Checks if the given class specifications try to assume no side effects 90 ClassUtil.externalClassName(className)) + "' have any side effects");
|
/external/skia/src/sksl/ir/ |
SkSLExpression.h | 86 * Returns true if evaluating the expression potentially has side effects. Expressions may never 87 * return false if they actually have side effects, but it is legal (though suboptimal) to 88 * return true if there are not actually any side effects.
|