HomeSort by relevance Sort by last modified time
    Searched full:effect (Results 101 - 125 of 5910) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pr12815-1.d 7 # -mbase-addresses in effect.
  /cts/tests/tests/effect/
AndroidManifest.xml 17 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="android.effect.cts">
26 android:targetPackage="android.effect.cts"
27 android:label="CTS tests of android.media.effect component">
  /external/clang/test/Modules/
config_macros.m 13 @import config; // expected-warning{{#undef of configuration macro 'WANT_FOO' has no effect on the import of 'config'; pass '-UWANT_FOO' on the command line to configure the module}}
16 @import config; // expected-warning{{definition of configuration macro 'WANT_FOO' has no effect on the import of 'config'; pass '-DWANT_FOO=...' on the command line to configure the module}}
23 @import config; // expected-warning{{definition of configuration macro 'WANT_BAR' has no effect on the import of 'config'; pass '-DWANT_BAR=...' on the command line to configure the module}}
  /external/v8/src/compiler/
escape-analysis-reducer.h 41 Node* ReduceFrameState(Node* node, Node* effect, bool multiple_users);
42 Node* ReduceStateValueInputs(Node* node, Node* effect, bool multiple_users);
43 Node* ReduceStateValueInput(Node* node, int node_index, Node* effect,
js-global-object-specialization.cc 56 Node* effect = NodeProperties::GetEffectInput(node); local
68 Node* value = effect = graph()->NewNode(
70 context, effect);
71 ReplaceWithValue(node, value, effect);
133 Node* value = effect = graph()->NewNode(
136 jsgraph()->HeapConstant(property_cell), effect, control);
137 ReplaceWithValue(node, value, effect, control);
147 Node* effect = NodeProperties::GetEffectInput(node); local
160 effect = graph()->NewNode(javascript()->StoreContext(0, result.index),
161 context, value, context, effect, control)
    [all...]
js-typed-lowering.cc 25 // level. This keeps track of the effect chain for initial stores on a newly
29 AllocationBuilder(JSGraph* jsgraph, Node* effect, Node* control)
32 effect_(effect),
103 // JSOperator. This class manages the rewriting of context, control, and effect
157 // Remove all effect and control inputs and outputs to this node and change
166 // Remove the effects from the node, and update its effect/control usages.
170 // Remove the inputs corresponding to context, effect, and control.
196 // String comparison operators need effect and control inputs, so copy them
198 Node* effect = NodeProperties::GetEffectInput(node_); local
200 node_->ReplaceInput(2, effect);
248 Node* effect() { return NodeProperties::GetEffectInput(node_); } function in class:v8::internal::compiler::final
732 Node* const effect = NodeProperties::GetEffectInput(node); local
882 Node* effect = NodeProperties::GetEffectInput(node); local
960 Node* effect = NodeProperties::GetEffectInput(node); local
1018 Node* effect = NodeProperties::GetEffectInput(node); local
1067 Node* effect = NodeProperties::GetEffectInput(node); local
1133 Node* effect = r.effect(); local
1290 Node* effect = NodeProperties::GetEffectInput(node); local
1311 Node* effect = NodeProperties::GetEffectInput(node); local
1337 Node* effect = NodeProperties::GetEffectInput(node); local
1449 Node* const effect = NodeProperties::GetEffectInput(node); local
1475 AllocationBuilder a(jsgraph(), effect, graph()->start()); local
1567 Node* effect = NodeProperties::GetEffectInput(node); local
1590 AllocationBuilder a(jsgraph(), effect, control); local
1608 Node* effect = NodeProperties::GetEffectInput(node); local
1626 AllocationBuilder a(jsgraph(), effect, control); local
1643 Node* effect = NodeProperties::GetEffectInput(node); local
1662 AllocationBuilder a(jsgraph(), effect, control); local
1690 Node* effect = NodeProperties::GetEffectInput(node); local
1723 AllocationBuilder a(jsgraph(), effect, control); local
1847 Node* effect = NodeProperties::GetEffectInput(node); local
1858 AllocationBuilder a(jsgraph(), effect, graph()->start()); local
1952 Node* effect = NodeProperties::GetEffectInput(node); local
1959 AllocationBuilder a(jsgraph(), effect, control); local
1998 Node* effect = NodeProperties::GetEffectInput(node); local
2004 AllocationBuilder a(jsgraph(), effect, control); local
2023 Node* effect = NodeProperties::GetEffectInput(node); local
2029 AllocationBuilder a(jsgraph(), effect, control); local
2055 Node* effect = NodeProperties::GetEffectInput(node); local
2062 AllocationBuilder a(jsgraph(), effect, control); local
2152 Node* effect = NodeProperties::GetEffectInput(node); local
2278 Node* effect = NodeProperties::GetEffectInput(node); local
2434 Node* effect = NodeProperties::GetEffectInput(node); local
2707 AllocationBuilder a(jsgraph(), effect, control); local
2737 AllocationBuilder a(jsgraph(), effect, control); local
2775 AllocationBuilder aa(jsgraph(), effect, control); local
2816 AllocationBuilder a(jsgraph(), effect, control); local
    [all...]
escape-analysis-reducer.cc 79 PrintF("Removed #%d (%s) from effect chain\n", node->id(),
97 PrintF("Removed allocate #%d from effect chain\n", node->id());
107 Node* effect = NodeProperties::GetEffectInput(node, 0); local
108 if (effect->opcode() == IrOpcode::kBeginRegion) {
109 RelaxEffectsAndControls(effect);
112 PrintF("Removed region #%d / #%d from effect chain,", effect->id(),
191 Node* EscapeAnalysisReducer::ReduceFrameState(Node* node, Node* effect,
202 ? ReduceStateValueInputs(input, effect, node->UseCount() > 1)
203 : ReduceStateValueInput(node, i, effect, node->UseCount() > 1)
    [all...]
  /frameworks/base/media/mca/effect/java/android/media/effect/effects/
IdentityEffect.java 18 package android.media.effect.effects;
21 import android.media.effect.EffectContext;
22 import android.media.effect.FilterEffect;
BackDropperEffect.java 17 package android.media.effect.effects;
21 import android.media.effect.EffectContext;
22 import android.media.effect.FilterGraphEffect;
23 import android.media.effect.EffectUpdateListener;
29 * Background replacement Effect.
35 * Effect parameters:
  /external/icu/icu4c/source/i18n/unicode/
tzrule.h 100 * Gets the very first time when this rule takes effect.
102 * takes effect in milliseconds.
105 * @param result Receives the very first time when this rule takes effect.
113 * Gets the final time when this rule takes effect.
115 * takes effect in milliseconds.
118 * @param result Receives the final time when this rule takes effect.
126 * Gets the first time when this rule takes effect after the specified time.
129 * takes effect in milliseconds.
133 * @param result Receives The first time when this rule takes effect after
143 * Gets the most recent time when this rule takes effect before the specified time
    [all...]
  /external/owasp/sanitizer/tools/
upload_jars_to_googlecode_downloads.sh 20 export EFFECT="0"
28 EFFECT="1"
50 if (( $VERBOSE )) || ! (( $EFFECT )); then
53 if (( $EFFECT )); then
86 if (( $EFFECT )); then
  /external/v8/test/mjsunit/compiler/
regress-3218915.js 31 // side effect occurred in a comma expression in an effect context.
33 // An unoptimizable function, calling it is a side effect.
39 // If we optimize for x a smi, then x a string will deopt. The side effect
40 // immediately before the deopt is in a comma expresion in an effect context
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.h 83 /* Compression 100% effect */
84 /* Compression 0% effect */
85 /* Gain 100% effect */
86 /* Gain 0% effect */
90 /* 0 is 0dB compression (no effect) */
  /frameworks/base/media/mca/effect/java/android/media/effect/
SingleFilterEffect.java 18 package android.media.effect;
24 import android.media.effect.EffectContext;
27 * Effect subclass for effects based on a single Filter. Subclasses need only invoke the
28 * constructor with the correct arguments to obtain an Effect implementation.
41 * @param name The name of this effect (used to create it in the EffectFactory).
  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 115 // // Test case 1.0: test constructor from effect type and get effect ID
120 // //Test case 1.1: test constructor from effect uuid
130 //Test case 1.3: test getEnabled() failure when called on released effect
133 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, local
137 assertNotNull("could not create AudioEffect", effect);
138 effect.release();
140 effect.getEnabled();
148 fail("Effect library not loaded");
171 //Test case 1.5: test auxiliary effect attachement on MediaPlaye
287 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, local
314 AudioEffect effect = new AudioEffect(AudioEffect.EFFECT_TYPE_EQUALIZER, local
586 AudioEffect effect = null; local
614 AudioEffect effect = null; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
LauncherEdgeEffect.java 33 // Time it will take the effect to fully recede in ms
103 * Set the size of this edge effect in pixels.
105 * @param width Effect width in pixels
106 * @param height Effect height in pixels
143 * This will update the state of the current visual effect and its associated animation.
152 * back toward the edge reached to initiate the effect.
160 * This will update the state of the current visual effect and its associated animation.
166 * back toward the edge reached to initiate the effect.
167 * @param displacement The displacement from the starting side of the effect of the point
206 * This will begin the "decay" phase of the effect. After calling this metho
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testhaptic.c 131 /* First we'll try a SINE effect. */
133 SDL_Log(" effect %d: Sine Wave\n", nefx);
142 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "UPLOADING EFFECT ERROR: %s\n", SDL_GetError());
149 SDL_Log(" effect %d: Sawtooth Up\n", nefx);
158 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "UPLOADING EFFECT ERROR: %s\n", SDL_GetError());
163 /* Now the classical constant effect. */
165 SDL_Log(" effect %d: Constant Force\n", nefx);
175 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "UPLOADING EFFECT ERROR: %s\n", SDL_GetError());
180 /* The cute spring effect. */
182 SDL_Log(" effect %d: Condition Spring\n", nefx)
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
LoudnessEnhancer.java 28 * LoudnessEnhancer is an audio effect for increasing audio loudness.
33 * this audio effect in the audio framework.
35 * specify the audio session ID of this AudioTrack or MediaPlayer when constructing the effect
89 * Class constructor for the LoudnessEnhancer audio effect.
92 * this parameter indicates how much the requesting application needs control of effect
114 * Set the target gain for the audio effect.
116 * effect is enabled.
117 * @param gainmB the effect target gain expressed in mB. 0mB corresponds to no amplification.
129 * @return the effect target gain expressed in mB.
151 * @param effect the LoudnessEnhancer on which the interface is registered
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 36 // 0; but one side effect of this is to turn all LOGV's as well. Some messages
77 // create effect engine from effect factory
102 // release effect engine
129 // if inserted in first place, move effect control from previous owner to this handle
162 // if removed from first place, move effect control from this handle to next in line
170 // Prevent calls to process() and other functions on effect interface from now on.
171 // The effect engine will be released by the destructor when the last strong reference on
228 // clear auxiliary effect input buffer for next accumulation
272 // do 32 bit to 16 bit conversion for auxiliary effect input buffe
1754 sp<EffectModule> effect = mEffects[i]; local
1784 sp<EffectModule> effect = getEffectIfEnabled(type); local
1803 sp<EffectModule> effect = desc->mEffect.promote(); local
1902 sp<EffectModule> effect = getEffectFromType_l(type); local
    [all...]
  /external/clang/test/Sema/
format-strings-gnu.c 20 // expected-warning@-4 {{length modifier 'L' results in undefined behavior or no effect with 'd' conversion specifier}}
23 // expected-warning@-6 {{length modifier 'L' results in undefined behavior or no effect with 'd' conversion specifier}}
34 printf("%Lc", 'a'); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 'c' conversion specifier}}
35 printf("%Ls", "a"); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 's' conversion specifier}}
47 printf("%Ls", "hello"); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 's' conversion specifier}}
57 scanf("%Ls", "hello"); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 's' conversion specifier}}
  /external/skia/include/gpu/
GrProcessorUnitTest.h 123 #define GR_DEFINE_FRAGMENT_PROCESSOR_TEST(Effect) \
124 GrProcessorTestFactory<GrFragmentProcessor> Effect :: gTestFactory(Effect :: TestCreate)
129 #define GR_DEFINE_GEOMETRY_PROCESSOR_TEST(Effect) \
130 GrProcessorTestFactory<GrGeometryProcessor> Effect :: gTestFactory(Effect :: TestCreate)
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 53 * Effect:
75 * Effect:
95 * Effect:
114 * Effect:
130 * Effect:
147 * Effect:
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixGrabber.java 29 * Has the side effect of setting the current matrix state to GL_MODELVIEW
38 * Record the current modelView matrix state. Has the side effect of
47 * Record the current projection matrix state. Has the side effect of
  /frameworks/support/v4/java/android/support/v4/widget/
EdgeEffectCompat.java 147 * @param context Context to use for theming the effect
154 * Set the size of this edge effect in pixels.
156 * @param width Effect width in pixels
157 * @param height Effect height in pixels
184 * This will update the state of the current visual effect and its associated animation.
190 * back toward the edge reached to initiate the effect.
201 * This will update the state of the current visual effect and its associated animation.
207 * back toward the edge reached to initiate the effect.
208 * @param displacement The displacement from the starting side of the effect of the point
219 * This will begin the "decay" phase of the effect. After calling this metho
    [all...]
  /packages/apps/MusicFX/res/values-tl/
strings.xml 20 <string name="no_effects" msgid="5067916002004255814">"Hindi available ang mga effect."</string>
22 <string name="headset_plug" msgid="4505819850289423141">"I-plug in ang mga headphone para sa mga effect na ito."</string>
28 <string name="picker_title" msgid="8464126693702817261">"Control panel ng mga effect sa musika"</string>

Completed in 551 milliseconds

1 2 3 45 6 7 8 91011>>