HomeSort by relevance Sort by last modified time
    Searched full:effects (Results 1 - 25 of 2498) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/gyp/
effects.gypi 5 # Include this gypi to include all 'effects' files
14 '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.cpp',
15 '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.h',
17 '<(skia_src_path)/effects/Sk1DPathEffect.cpp',
18 '<(skia_src_path)/effects/Sk2DPathEffect.cpp',
19 '<(skia_src_path)/effects/SkAlphaThresholdFilter.cpp',
20 '<(skia_src_path)/effects/SkArcToPathEffect.cpp',
21 '<(skia_src_path)/effects/SkArithmeticMode.cpp',
22 '<(skia_src_path)/effects/SkArithmeticMode_gpu.cpp',
23 '<(skia_src_path)/effects/SkArithmeticMode_gpu.h'
    [all...]
effects.gyp 5 # Gyp file for effects
9 'target_name': 'effects',
19 'effects.gypi',
22 '../include/effects',
25 '../src/effects',
31 '../include/effects',
36 'effects.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
android_framework_lib.gyp 14 'effects.gyp:effects',
  /art/test/124-missing-classes/
info.txt 1 Tests the effects of missing classes.
  /frameworks/base/media/java/android/media/audiofx/
package.html 3 Provides classes that manage audio effects implemented in the media framework.
  /external/clang/test/Sema/
stmtexprs.c 5 __builtin_assume( ({ 1; }) ); // no warning about "side effects"
6 __builtin_assume( ({ if (i) { (void)0; }; 42; }) ); // no warning about "side effects"
7 // expected-warning@+1 {{the argument to '__builtin_assume' has side effects that will be discarded}}
builtin-assume.c 11 __assume(++i > 2); //expected-warning {{the argument to '__assume' has side effects that will be discarded}}
12 __assume(nonconst() > 2); //expected-warning {{the argument to '__assume' has side effects that will be discarded}}
15 __assume(ispure(++i) > 2); //expected-warning {{the argument to '__assume' has side effects that will be discarded}}
20 __builtin_assume(++i > 2); //expected-warning {{the argument to '__builtin_assume' has side effects that will be discarded}}
21 __builtin_assume(nonconst() > 2); //expected-warning {{the argument to '__builtin_assume' has side effects that will be discarded}}
24 __builtin_assume(ispure(++i) > 2); //expected-warning {{the argument to '__builtin_assume' has side effects that will be discarded}}
  /art/test/433-gvn/
info.txt 2 used to not take into account all side effects between
  /art/test/550-new-instance-clinit/
info.txt 2 HNewInstance as not having side effects even though it
  /art/test/594-load-string-regression/
info.txt 1 Regression test for LoadString listing side effects when it doesn't have any
  /external/proguard/src/proguard/gui/splash/
package.html 3 with text, graphical elements, and some special effects.
  /art/compiler/optimizing/
side_effects_analysis.cc 27 // In DEBUG mode, ensure side effects are properly initialized to empty.
31 SideEffects effects = GetBlockEffects(block); local
32 DCHECK(effects.DoesNothing());
34 effects = GetLoopEffects(block);
35 DCHECK(effects.DoesNothing());
44 SideEffects effects = SideEffects::None(); local
45 // Update `effects` with the side effects of all instructions in this block.
49 effects = effects.Union(instruction->GetSideEffects())
    [all...]
side_effects_analysis.h 39 // Compute side effects of individual blocks and loops.
47 void UpdateLoopEffects(HLoopInformation* info, SideEffects effects);
55 // Side effects of individual blocks, that is the union of the side effects
59 // Side effects of loops, that is the union of the side effects of the
  /external/skia/tools/lua/
count_effects.lua 25 local effects = {}
29 effects[k] = (effects[k] or 0) + 1
43 io.write("total paints ", total_paints, " ", tostr(effects), "\n");
  /frameworks/base/data/sounds/
AudioPackage6.mk 15 $(LOCAL_PATH)/effects/ogg/Effect_Tick.ogg:system/media/audio/ui/Effect_Tick.ogg \
16 $(LOCAL_PATH)/effects/ogg/KeypressStandard.ogg:system/media/audio/ui/KeypressStandard.ogg \
17 $(LOCAL_PATH)/effects/ogg/KeypressSpacebar.ogg:system/media/audio/ui/KeypressSpacebar.ogg \
18 $(LOCAL_PATH)/effects/ogg/KeypressDelete.ogg:system/media/audio/ui/KeypressDelete.ogg \
19 $(LOCAL_PATH)/effects/ogg/KeypressInvalid.ogg:system/media/audio/ui/KeypressInvalid.ogg \
20 $(LOCAL_PATH)/effects/ogg/KeypressReturn.ogg:system/media/audio/ui/KeypressReturn.ogg \
21 $(LOCAL_PATH)/effects/material/ogg/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
22 $(LOCAL_PATH)/effects/material/ogg/VideoStop.ogg:system/media/audio/ui/VideoStop.ogg \
23 $(LOCAL_PATH)/effects/material/ogg/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
24 $(LOCAL_PATH)/effects/ogg/camera_focus.ogg:system/media/audio/ui/camera_focus.ogg
    [all...]
AudioPackage9.mk 19 $(LOCAL_PATH)/effects/ogg/Effect_Tick.ogg:system/media/audio/ui/Effect_Tick.ogg \
20 $(LOCAL_PATH)/effects/ogg/KeypressStandard.ogg:system/media/audio/ui/KeypressStandard.ogg \
21 $(LOCAL_PATH)/effects/ogg/KeypressSpacebar.ogg:system/media/audio/ui/KeypressSpacebar.ogg \
22 $(LOCAL_PATH)/effects/ogg/KeypressDelete.ogg:system/media/audio/ui/KeypressDelete.ogg \
23 $(LOCAL_PATH)/effects/ogg/KeypressInvalid.ogg:system/media/audio/ui/KeypressInvalid.ogg \
24 $(LOCAL_PATH)/effects/ogg/KeypressReturn.ogg:system/media/audio/ui/KeypressReturn.ogg \
25 $(LOCAL_PATH)/effects/material/ogg/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
26 $(LOCAL_PATH)/effects/material/ogg/VideoStop.ogg:system/media/audio/ui/VideoStop.ogg \
27 $(LOCAL_PATH)/effects/material/ogg/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
28 $(LOCAL_PATH)/effects/ogg/camera_focus.ogg:system/media/audio/ui/camera_focus.ogg
    [all...]
README.txt 6 For UI sound effects,
14 effects/Effect_Tick.ogg
17 effects/ogg/Effect_Tick.ogg
20 effects/ogg/Effect_Tick_48k.ogg
25 effects/wav/Effect_Tick.wav
31 ./effects/ogg/VideoStop_48k.ogg
AudioPackage10.mk 19 $(LOCAL_PATH)/effects/ogg/Effect_Tick_48k.ogg:system/media/audio/ui/Effect_Tick.ogg \
20 $(LOCAL_PATH)/effects/ogg/KeypressStandard_48k.ogg:system/media/audio/ui/KeypressStandard.ogg \
21 $(LOCAL_PATH)/effects/ogg/KeypressSpacebar_48k.ogg:system/media/audio/ui/KeypressSpacebar.ogg \
22 $(LOCAL_PATH)/effects/ogg/KeypressDelete_48k.ogg:system/media/audio/ui/KeypressDelete.ogg \
23 $(LOCAL_PATH)/effects/ogg/KeypressInvalid_48k.ogg:system/media/audio/ui/KeypressInvalid.ogg \
24 $(LOCAL_PATH)/effects/ogg/KeypressReturn_48k.ogg:system/media/audio/ui/KeypressReturn.ogg \
25 $(LOCAL_PATH)/effects/material/ogg/VideoRecord_48k.ogg:system/media/audio/ui/VideoRecord.ogg \
26 $(LOCAL_PATH)/effects/material/ogg/VideoStop_48k.ogg:system/media/audio/ui/VideoStop.ogg \
27 $(LOCAL_PATH)/effects/material/ogg/camera_click_48k.ogg:system/media/audio/ui/camera_click.ogg \
28 $(LOCAL_PATH)/effects/ogg/camera_focus.ogg:system/media/audio/ui/camera_focus.ogg
    [all...]
  /development/samples/browseable/MediaEffects/
_index.jd 8 This sample shows how to use the Media Effects APIs that were introduced in Android 4.0.
9 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
  /external/v8/src/crankshaft/
hydrogen-flow-engine.h 15 // An example implementation of effects that doesn't collect anything.
54 // by the type of the state and the effects collected while walking over the
58 // in control flow order, and the "Effects" collect summary information about
59 // which facts could be invalidated on other control flow paths. The effects
62 // each block at most twice; once for state, and optionally once for effects.
64 // The flow engine requires the State and Effects classes to implement methods
66 // an effects implementation for local analysis.
67 template <class State, class Effects>
91 // block, starting with the initial state. Computes effects for nested loops.
107 // Apply loop effects before analyzing loop body
143 Effects* effects = loop_effects_[block->block_id()]; local
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.h 35 // This class will manage all effects attached to input and output streams in
50 // managing audio effects.
52 // Return a list of effect descriptors for default input effects
58 // Add all input effects associated with this input
59 // Effects are attached depending on the audio_source_t
64 // Add all input effects associated to this input
68 // Return a list of effect descriptors for default output effects
74 // Add all output effects associated to this output
75 // Effects are attached depending on the audio_stream_type_t
80 // release all output effects associated with this output stream and audiosessio
    [all...]
  /external/skia/
Android.mk 315 src/effects/GrCircleBlurFragmentProcessor.cpp \
316 src/effects/Sk1DPathEffect.cpp \
317 src/effects/Sk2DPathEffect.cpp \
318 src/effects/SkAlphaThresholdFilter.cpp \
319 src/effects/SkArcToPathEffect.cpp \
320 src/effects/SkArithmeticMode.cpp \
321 src/effects/SkArithmeticMode_gpu.cpp \
322 src/effects/SkAvoidXfermode.cpp \
323 src/effects/SkBlurDrawLooper.cpp \
324 src/effects/SkBlurMask.cpp
    [all...]
  /external/v8/src/
effects.h 14 // A simple struct to represent (write) effects. A write is represented as a
19 // effects.
21 // There are two ways to compose effects: sequentially (they happen one after
60 // Classes encapsulating sets of effects on variables.
62 // Effects maps variables to effects and supports sequential and alternative
73 // We also (ab)use Effects/NestedEffects as a representation for abstract
74 // store typings. In that case, only definite effects are of interest.
76 template<class Var, class Base, class Effects>
102 void Seq(Effects that)
163 Effects effects; member in struct:v8::internal::EffectsMixin::Overrider
280 Effects<Var, kNoVar> effects; member in struct:v8::internal::NestedEffectsBase::Node
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-value-cxx11.cpp 18 (void)noexcept(++i); // expected-warning {{expression with side effects has no effect in an unevaluated context}}
19 decltype(i++) j = 0; // expected-warning {{expression with side effects has no effect in an unevaluated context}}
35 (void)noexcept(i++); // expected-warning {{expression with side effects has no effect in an unevaluated context}}
36 (void)noexcept(i = 5); // expected-warning {{expression with side effects has no effect in an unevaluated context}}
40 (void)sizeof(s.f() = 5); // expected-warning {{expression with side effects has no effect in an unevaluated context}}
  /frameworks/av/media/libeffects/factory/
EffectsFactory.h 36 // Structure used for storing effects with their sub effects.
38 // object holds the effect desc and the list sub_elem holds the sub effects
50 list_elem_t *effects; //list of effect_descriptor_t member in struct:lib_entry_s
61 // and the descriptor of the sub effects.
63 // sub effects as the sub effects are not linked
75 // Description: Returns the descriptors of the sub effects of the effect

Completed in 356 milliseconds

1 2 3 4 5 6 7 8 91011>>