Searched
full:effect (Results
751 -
775 of
6243) sorted by null
<<31323334353637383940>>
/external/skia/src/gpu/ |
GrStrokeInfo.cpp | 29 // Handle the case where all intervals are 0 and we simply drop the dash effect
|
/external/skia/src/gpu/effects/ |
GrConvolutionEffect.h | 15 * A convolution effect. The kernel is specified as an array of 2 * half-width
|
/external/skia/src/gpu/glsl/ |
GrGLSLPrimitiveProcessor.h | 74 * This allows the effect subclass to emit vertex code.
|
GrGLSLXferProcessor.h | 61 * This allows the effect subclass to emit vertex code.
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
UnresolvedOdexInstruction.java | 40 * effect (namely, an NPE)
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_chorusdata.c | 7 * Contains the static data allocation for the Chorus effect
|
eas_reverbdata.c | 7 * Contains the static data allocation for the Reverb effect
|
/external/v8/src/compiler/ |
bytecode-graph-builder.h | 104 // Helpers for merging control, effect or value dependencies. 106 Node* MergeEffect(Node* effect, Node* other_effect, Node* control); 109 // The main node creation chokepoint. Adds context, frame state, effect, 280 // Effect dependency tracked by this environment.
|
js-inlining.cc | 138 // becomes the control input of the start of the inlinee, and {effect} becomes 139 // the effect input of the start of the inlinee. 141 Node* effect = NodeProperties::GetEffectInput(call); local 151 // new target value, argument count, context, effect or control. 181 edge.UpdateTo(effect); 446 Node* effect = NodeProperties::GetEffectInput(node); local 450 context, call.frame_state_before(), effect); 496 Node* effect = NodeProperties::GetEffectInput(node); local 499 call.receiver(), context, call.frame_state_before(), effect, start);
|
js-intrinsic-lowering.h | 80 Reduction ChangeToUndefined(Node* node, Node* effect = nullptr);
|
/external/v8/test/mjsunit/compiler/ |
inline-conditional.js | 31 // Effect context.
|
inline-global-access.js | 34 // Effect context.
|
regress-3249650.js | 29 // after a compare expression in an effect context.
|
unary-add.js | 37 // Test effect context.
|
/external/v8/test/mjsunit/regress/ |
regress-325676.js | 43 exec_state.frame(0).evaluate('arg = "evaluated";'); // no effect
|
/external/v8/test/webkit/ |
dfg-array-pop-side-effects.js | 25 "Tests that ArrayPop is known to the DFG to be a side effect."
|
throw-from-finally.js | 25 "This tests that throwing from a finally block has the expected effect."
|
/external/v8/test/webkit/fast/js/kde/ |
arguments-scope.js | 61 // effect..
|
func-decl-expected.txt | 32 FAIL Function declaration takes effect at entry: value has type undefined , not:function
|
func-decl.js | 44 shouldBeOfType("Function declaration takes effect at entry", f, "function");
|
/external/valgrind/none/tests/s390x/ |
ex.c | 26 printf("------- EX 0,... has no effect (writes out target)\n");
|
exrl.c | 25 printf("------- EXRL 0,... has no effect (writes out target)\n");
|
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
WebRtcAudioManager.java | 224 // Returns true if the device supports an audio effect (AEC, AGC or NS). 226 // 1) the platform must support the built-in (HW) effect, 228 // 3) the device must not be blacklisted for use of the effect, and 229 // 4) the UUID of the effect must be approved (some UUIDs can be excluded).
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
standalone_vad.h | 42 // effect of the stand-alone VAD is neutral if the input is classified as
|
/external/webrtc/webrtc/sound/ |
soundinputstreaminterface.h | 39 // SoundSystemInterface::k(Max|Min)Volume. The effect of exceeding kMaxVolume
|
Completed in 808 milliseconds
<<31323334353637383940>>