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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p6-0x.cpp 22 typedef const LRI& r2; CHECK_EQUAL_TYPES(r2, int&); // expected-warning {{'const' qualifier on reference type 'LRI' (aka 'int &') has no effect}}
23 typedef const LRI&& r3; CHECK_EQUAL_TYPES(r3, int&); // expected-warning {{'const' qualifier on reference type 'LRI' (aka 'int &') has no effect}}
  /external/skia/src/gpu/
GrPaint.cpp 15 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); local
16 this->addColorEffect(effect)->unref();
20 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix); local
21 this->addCoverageEffect(effect)->unref();
27 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); local
28 this->addColorEffect(effect)->unref();
34 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params); local
35 this->addCoverageEffect(effect)->unref();
  /frameworks/base/graphics/java/android/graphics/
ComposePathEffect.java 22 * Construct a PathEffect whose effect is to apply first the inner effect
  /frameworks/base/media/mca/effect/java/android/media/effect/
package-info.java 18 package android.media.effect;
21 * <h1>Effect Framework</h1>
  /development/samples/training/threadsample/res/values-sw600dp/
bools.xml 3 causes the side effect of eating a tap that would otherwise be delivered to the framework. -->
  /development/samples/training/threadsample/res/values-xlarge/
bools.xml 3 causes the side effect of eating a tap that would otherwise be delivered to the framework. -->
  /external/chromium_org/chrome/browser/ui/views/frame/
scroll_end_effect_controller_ash.cc 18 // TODO(rharrison): Implement initial version of scroll end effect
  /external/chromium_org/content/browser/web_contents/
web_drag_utils_win.h 14 blink::WebDragOperation WinDragOpToWebDragOp(DWORD effect);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cg7coll.h 18 * Effect : Making P sort after Z.
21 * Effect : As well as adding sequences of characters that act as a single character (this is
26 * Effect : Expansion and contraction can actually be combined.
29 * Effect : sorted sequence as the following,
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
cso.rst 9 can be bound at any time for the desired effect.
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.h 18 * Creates an effect that produces a two point conical gradient based on the
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrRRectEffect.h 19 * Creates an effect that performs anti-aliased clipping against a SkRRect. It doesn't support
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.cc 38 DWORD effect; local
43 &effect);
48 effect = DROPEFFECT_NONE;
50 return ui::DragDropTypes::DropEffectToDragOperation(effect);
desktop_drop_target_win.h 39 DWORD effect) OVERRIDE;
43 DWORD effect) OVERRIDE;
48 DWORD effect) OVERRIDE;
58 DWORD effect,
  /external/clang/test/Analysis/
override-werror.c 3 // This test case illustrates that using '-analyze' overrides the effect of
  /external/clang/test/Modules/Inputs/submodules/
import-self-b.h 1 // FIXME: This import has no effect, because the submodule isn't built yet, and
  /external/clang/test/Parser/
cxx0x-rvalue-reference.cpp 6 void r2(const R a) { // expected-warning {{'const' qualifier on reference type 'R' (aka 'int &&') has no effect}}
  /external/icu/icu4c/source/test/cintltst/
cg7coll.h 18 * Effect : Making P sort after Z.
21 * Effect : As well as adding sequences of characters that act as a single character (this is
26 * Effect : Expansion and contraction can actually be combined.
29 * Effect : sorted sequence as the following,
  /external/mesa3d/src/gallium/docs/source/
cso.rst 9 can be bound at any time for the desired effect.
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.h 18 * Creates an effect that produces a two point conical gradient based on the
  /external/skia/src/gpu/effects/
GrRRectEffect.h 19 * Creates an effect that performs anti-aliased clipping against a SkRRect. It doesn't support
  /frameworks/av/media/libeffects/downmix/
Android.mk 3 # Multichannel downmix effect library
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.sed 8 # The two lines are identical. Undo the effect of
  /cts/tests/tests/effect/
AndroidManifest.xml 18 package="com.android.cts.effect">
27 android:targetPackage="com.android.cts.effect"
28 android:label="CTS tests of android.media.effect component">
  /external/chromium_org/chrome/browser/ui/views/
settings_api_bubble_helper_views.h 20 // after the controlling extension takes effect.
25 // controlling extension takes effect.
33 // after the controlling extension takes effect.

Completed in 8493 milliseconds

1 2 3 45 6 7 8 91011>>