Searched
full:effect (Results
251 -
275 of
5910) sorted by null
<<11121314151617181920>>
/frameworks/av/include/media/ |
IAudioTrack.h | 54 * This function has no effect if the track is not stopped or paused. 64 /* Attach track auxiliary output to specified effect. Use effectId = 0 65 * to detach track from effect.
|
/frameworks/wilhelm/src/android/ |
android_Effect.h | 73 * Generic Effect functions 122 * Effect-agnostic functions 133 android::sp<android::AudioEffect>& effect,
|
/external/skia/src/gpu/glsl/ |
GrGLSLProgramBuilder.cpp | 70 // Program builders have a bit of state we need to clear with each effect 100 // We have to check that effects and the code they emit are consistent, ie if an effect 124 // Program builders have a bit of state we need to clear with each effect 148 // We have to check that effects and the code they emit are consistent, ie if an effect 161 // Program builders have a bit of state we need to clear with each effect 195 // We have to check that effects and the code they emit are consistent, ie if an effect
|
/external/v8/src/compiler/ |
graph-reducer.cc | 204 void GraphReducer::ReplaceWithValue(Node* node, Node* value, Node* effect, 206 if (effect == nullptr && node->op()->EffectInputCount() > 0) { 207 effect = NodeProperties::GetEffectInput(node); 213 // Requires distinguishing between value, effect and control edges. 228 DCHECK_NOT_NULL(effect); 229 edge.UpdateTo(effect);
|
wasm-compiler.h | 69 // Operations independent of {control} or {effect}. 75 Node* Terminate(Node* effect, Node* control); 92 // Operations that read and/or write {control} and {effect}. 125 Node* Effect() { return *effect_; } 131 void set_effect_ptr(Node** effect) { this->effect_ = effect; }
|
/prebuilts/go/darwin-x86/src/runtime/ |
mkduff.go | 65 // DI is updated as a side effect. 84 // SI and DI are updated as a side effect. 103 // DI is updated as a side effect. 114 // SI and DI are updated as a side effect. 132 // R1 is updated as a side effect. 144 // R1 and R2 are updated as a side effect
|
/prebuilts/go/linux-x86/src/runtime/ |
mkduff.go | 65 // DI is updated as a side effect. 84 // SI and DI are updated as a side effect. 103 // DI is updated as a side effect. 114 // SI and DI are updated as a side effect. 132 // R1 is updated as a side effect. 144 // R1 and R2 are updated as a side effect
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathDashPathEffectTest.java | 42 PathDashPathEffect effect = new PathDashPathEffect(shape(), ADVANCE, 0, local 46 p.setPathEffect(effect);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
Projector.java | 57 * Get the current projection matrix. Has the side-effect of 67 * Get the current model view matrix. Has the side-effect of
|
/device/asus/fugu/libaudio/ |
AudioStreamIn.h | 52 status_t addAudioEffect(effect_handle_t effect); 53 status_t removeAudioEffect(effect_handle_t effect);
|
/device/lge/bullhead/voice_processing/ |
voice_processing_descriptors.c | 19 // Effect descriptors 22 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudtrail/ |
test_cloudtrail.py | 11 "Effect": "Allow", 23 "Effect": "Allow",
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-shadow/ |
paper-shadow.html | 13 create the effect of a lifted piece of paper. 47 * after element creation has no effect. Use `setZ()` instead.
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/ |
same-offset-keyframes.html | 21 help: 'http://dev.w3.org/fxtf/web-animations/#the-unaccumulated-animation-value-of-a-keyframe-animation-effect', 44 help: 'http://dev.w3.org/fxtf/web-animations/#the-unaccumulated-animation-value-of-a-keyframe-animation-effect',
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
web-animations-next-lite.dev.html | 22 <script src="src/effect.js"></script> 42 <script src="src/effect-callback.js"></script>
|
web-animations-next.dev.html | 22 <script src="src/effect.js"></script> 47 <script src="src/effect-callback.js"></script>
|
web-animations.html | 28 <script src="src/effect.js"></script> 48 <script src="src/effect-callback.js"></script>
|
/external/clang/test/SemaCXX/ |
warn-unused-value.cpp | 12 // pointer to volatile has side effect (thus no warning) 83 (void)typeid(++i); // expected-warning {{expression with side effects has no effect in an unevaluated context}}
|
/external/llvm/include/llvm-c/ |
Linker.h | 23 /* This enum is provided for backwards-compatibility only. It has no effect. */ 37 * no effect.
|
/external/llvm/test/MC/AsmParser/ |
directive_fill.s | 63 # CHECK-WARNINGS: '.fill' directive with negative repeat count has no effect 67 # CHECK-WARNINGS: '.fill' directive with negative size has no effect
|
/external/proguard/src/proguard/optimize/info/ |
SideEffectInstructionChecker.java | 124 // These instructions strictly taken may cause a side effect 141 // These instructions always cause a side effect. 151 // These instructions may have a side effect. 166 // This instruction may have a side effect. 195 // These instructions strictly taken may cause a side effect 210 // These instructions strictly taken may cause a side effect 233 // These instructions strictly taken may cause a side effect 247 // This instructions strictly taken may cause a side effect
|
/external/skia/src/core/ |
SkPictureContentInfo.h | 53 // This field is incremented every time a paint with a path effect is 56 // This field is incremented every time a paint with a path effect that is
|
/external/skia/src/gpu/ |
GrGpuResourcePriv.h | 33 * If the resource is uncached make it cached. Has no effect on resources that are wrapped or 39 * If the resource is cached make it uncached. Has no effect on resources that are wrapped or
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_chorus.h | 7 * Contains parameter enumerations for the Chorus effect 34 /* enumerated parameter settings for Chorus effect */
|
eas_reverb.h | 7 * Contains parameter enumerations for the Reverb effect 35 /* enumerated parameter settings for Reverb effect */
|
Completed in 601 milliseconds
<<11121314151617181920>>