HomeSort by relevance Sort by last modified time
    Searched full:effect (Results 576 - 600 of 6243) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/
run.bat 29 :: correct access to source code, so if we have GOROOT_FINAL in effect,
  /prebuilts/go/linux-x86/src/
run.bat 29 :: correct access to source code, so if we have GOROOT_FINAL in effect,
  /system/bt/osi/include/
wakelock.h 47 // This is not guaranteed to have any effect after an alarm has been
  /system/core/reboot/
reboot.c 72 // Don't return early. Give the reboot command time to take effect
  /system/gatekeeper/include/gatekeeper/
gatekeeper_utils.h 24 * Variant of memset() that uses GCC-specific pragmas to disable optimizations, so effect is not
  /system/media/audio_effects/include/audio_effects/
effect_environmentalreverb.h 32 /* enumerated parameter settings for environmental reverb effect */
effect_visualizer.h 45 /* enumerated parameters for Visualizer effect */
  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.h 60 /* Set as a side-effect of calling the disassembler.
  /external/v8/test/unittests/compiler/
node-test-utils.cc 272 *os << " whose effect (";
279 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect",
300 *os << ") and effect (";
309 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect",
333 *os << ") and effect (";
344 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect",
367 *os << " whose effect (";
376 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect",
689 *os << "), effect (";
719 return (PrintMatchAndExplain(effect_node, "effect", effect_matcher_
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VirtualizerTest.java 61 assertTrue(" invalid effect ID", (eq.getId() != 0));
68 fail("Effect library not loaded");
168 // 2 - Effect enable/disable
234 assertFalse("effect control not lost by effect1", mHasControl);
299 // combinations must be supported, otherwise the effect doesn't really qualify as
560 Log.e(TAG, "getVirtualizer() Effect library not loaded exception: "+e);
625 AudioEffect effect, boolean controlGranted) {
627 if (effect == mVirtualizer2) {
638 public void onEnableStatusChange(AudioEffect effect, boolean enabled) {
640 if (effect == mVirtualizer2)
    [all...]
  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 37 * an animation which moves the button left or right, applying the skew effect to the
79 * The skew effect is handled by changing the transform of the Canvas
105 * with an Overshoot effect.
  /external/clang/test/SemaCXX/
references.cpp 88 typedef intref const intref_c; // expected-warning {{'const' qualifier on reference type 'intref' (aka 'int &') has no effect}}
91 typedef intref volatile intref; // expected-warning {{'volatile' qualifier on reference type 'intref' (aka 'int &') has no effect}}
92 typedef intref _Atomic intref; // expected-warning {{'_Atomic' qualifier on reference type 'intref' (aka 'int &') has no effect}}
  /external/clang/test/SemaObjC/
arc-objc-lifetime.m 20 (__bridge CFStringRef) (__strong NSString *)CFBridgingRelease(); // expected-error {{explicit ownership qualifier on cast result has no effect}}
23 (__bridge CFStringRef) (__autoreleasing PNSString) CFBridgingRelease(); // expected-error {{explicit ownership qualifier on cast result has no effect}}
27 (__bridge CFStringRef) (typeof(__strong NSString *)) CFBridgingRelease(); // expected-error {{explicit ownership qualifier on cast result has no effect}}
  /external/libchrome/base/
cancelable_callback_unittest.cc 31 // - After Cancel(), Run() completes but has no effect.
51 // - Calling Cancel() more than once has no effect.
68 // Calling Cancel() again has no effect.
  /external/opencv3/modules/imgproc/test/
test_lsd.cpp 143 if(numOfLines * 2 == lines.size()) ++passedtests; // * 2 because of Gibbs effect
196 if(numOfLines * 2 == lines.size()) ++passedtests; // * 2 because of Gibbs effect
249 if(numOfLines * 2 == lines.size()) ++passedtests; // * 2 because of Gibbs effect
  /external/skia/include/core/
SkColorFilter.h 106 mode will have no effect on the result).
111 or NULL if the mode will have no effect.
115 /** Construct a colorfilter whose effect is to first apply the inner filter and then apply
  /external/skia/src/core/
SkPictureCommon.h 110 const SkPathEffect* effect = op.paint.getPathEffect(); local
111 if (effect) {
113 SkPathEffect::DashType dashType = effect->asADash(&info);
  /external/skia/src/gpu/
GrStrokeInfo.h 87 * This functions takes in a patheffect and updates the dashing information if the path effect
88 * is a Dash type. Returns true if the path effect is a dashed effect and we are stroking,
  /external/skia/src/gpu/effects/
GrDistanceFieldGeoProc.h 40 * The output color of this effect is a modulation of the input color and a sample from a
110 * The output color of this effect is a modulation of the input color and a sample from a
161 * The output color of this effect is a modulation of the input color and samples from a
GrTextureDomain.h 53 * @param index Pass a value >= 0 if using multiple texture domains in the same effect.
95 * the part of the effect key that reflects the texture domain code, and performs the uniform
164 * A basic texture effect that uses GrTextureDomain.
  /external/v8/test/mjsunit/regress/
regress-969.js 28 // Regression test for bugs when deoptimizing after assignments in effect
32 // deoptimizing after an assignment in effect context (the value of the
36 // This test uses comma expressions to put assignments in effect contexts,
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Control.c 163 * Check if the effect level or source format has changed
179 /* Update the effect level and alpha-mixer gains */
212 /* Update the effect level and alpha-mixer gains */
  /frameworks/av/services/audioflinger/
BufferProviders.h 90 // position dependent downmixing by an Audio Effect.
108 // effect descriptor for the downmixer used by the mixer
110 // indicates whether a downmix effect has been found and is usable by this mixer
  /frameworks/base/docs/html/training/efficient-downloads/
regular_updates.jd 1 page.title=Minimizing the Effect of Regular Updates
35 <p>This lesson will examine how your refresh frequency can be varied to best mitigate the effect of background updates on the underlying wireless radio state machine.</p>
89 <p>You can use a similar exponential back-off pattern to reduce the effect of failed connections and download errors.</p>
  /frameworks/base/media/java/android/media/
SoundPool.java 148 * effect. Use 0 for the default.
211 * @param priority the priority of the sound. Currently has no effect. Use
242 * @param priority the priority of the sound. Currently has no effect. Use
264 * @param priority the priority of the sound. Currently has no effect. Use
290 * @param priority the priority of the sound. Currently has no effect. Use
349 * function will have no effect.
361 * previously paused, calling this function will have no effect.
392 * playing, it will have no effect.
404 * not exist, it will have no effect.
431 * stream does not exist, it will have no effect
    [all...]

Completed in 814 milliseconds

<<21222324252627282930>>