/external/replicaisland/src/com/replica/replicaisland/ |
LauncherComponent.java | 126 GameObject effect = factory.spawn(mLaunchEffect, local 130 if (effect != null) { 131 manager.add(effect);
|
/external/v8/test/mjsunit/compiler/ |
inline-param.js | 32 // Effect context. 55 // Effect context. 69 // Effect context.
|
inline-two.js | 32 // Effect context. 55 // Effect context. 80 // Effect context.
|
/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.
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/ |
ShadowEffect.java | 38 /** The blur kernels applied across the effect */
65 Effect effect = (Effect)iter.next();
local 66 if (effect instanceof OutlineEffect) {
70 g.setStroke(((OutlineEffect)effect).getStroke());
|
/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/google/marlin/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
|
/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/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/ |
ParticleControllerInfluencerPanel.java | 62 for(ParticleEffect effect : effects){ 63 controllers.addAll(effect.getControllers());
|
/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
|