HomeSort by relevance Sort by last modified time
    Searched full:effect (Results 176 - 200 of 5910) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/wilhelm/src/itf/
IAutomaticGainControl.c 25 * returns true if this interface is not associated with an initialized AGC effect
90 ALOGV("effect %d is called %s", i, fxDesc.name);
93 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
INoiseSuppression.c 24 * returns true if this interface is not associated with an initialized Noise Suppression effect
86 ALOGV("effect %d is called %s", i, fxDesc.name);
89 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 38 * This class performs the graphical effect used at the edges of scrollable widgets
42 * instance for each edge that should show the effect, feed it input data using
44 * and draw the effect using {@link #draw(Canvas)} in the widget's overridden
46 * false after drawing, the edge effect's animation is not yet complete and the widget
52 * The edge effect may then be drawn on top of the view's content using the
59 // Time it will take the effect to fully recede in ms
116 // How much dragging should effect the height of the edge image.
120 // How much dragging should effect the height of the glow image.
145 * Set the size of this edge effect in pixels.
147 * @param width Effect width in pixel
    [all...]
  /external/v8/src/compiler/
js-call-reducer.cc 223 Node* effect = NodeProperties::GetEffectInput(node); local
319 Node* native_context = effect = graph()->NewNode(
321 context, context, effect);
322 array_function = effect = graph()->NewNode(
324 native_context, native_context, effect);
328 Node* check = effect =
330 context, effect, control);
336 frame_state, effect, if_false);
343 NodeProperties::ReplaceEffectInput(node, effect);
353 Node* check = effect
389 Node* effect = NodeProperties::GetEffectInput(node); local
    [all...]
js-typed-lowering.h 97 Node* AllocateArguments(Node* effect, Node* control, Node* frame_state);
98 Node* AllocateRestArguments(Node* effect, Node* control, Node* frame_state,
100 Node* AllocateAliasedArguments(Node* effect, Node* control, Node* frame_state,
103 Node* AllocateElements(Node* effect, Node* control,
  /hardware/libhardware/include/hardware/
audio_effect.h 40 //--- Effect descriptor structure effect_descriptor_t
43 // Unique effect ID (can be generated from the following site:
45 // This format is used for both "type" and "uuid" fields of the effect descriptor structure.
46 // - When used for effect type and the engine is implementing and effect corresponding to a standard
68 // The effect descriptor contains necessary information to facilitate the enumeration of the effect
71 effect_uuid_t type; // UUID of to the OpenSL ES interface implemented by this effect
73 uint32_t apiVersion; // Version of the effect control API implemented
74 uint32_t flags; // effect engine capabilities/requirements flags (see below
    [all...]
  /cts/tests/tests/security/testeffect/
Android.mk 17 # Test effect library
  /developers/build/prebuilts/gradle/RevealEffectBasic/Application/src/main/res/values/
base-strings.xml 24 Basic sample to demonstrate the reveal effect.
  /development/samples/browseable/DrawableTinting/
_index.jd 15 changed from the UI to see the effect of different options.
  /development/samples/browseable/RevealEffectBasic/res/values/
base-strings.xml 24 Basic sample to demonstrate the reveal effect.
  /external/autotest/client/site_tests/policy_ProxySettings/
control 17 This test verifies the effect of the ProxySettings user policy on Chrome OS
  /external/clang/test/Sema/
expr-comma-c99.c 16 int Z[sizeof(0, (a=b).c) == sizeof(char*) ? 1 : -1]; // expected-warning {{expression with side effects has no effect in an unevaluated context}}
expr-comma.c 17 int Z[sizeof(0, (a=b).c) == 17 ? 1 : -1]; // expected-warning {{expression with side effects has no effect in an unevaluated context}}
warn-unused-value.c 50 // pointer to volatile has side effect (thus no warning)
98 (void)sizeof(++val); // expected-warning {{expression with side effects has no effect in an unevaluated context}}
99 (void)_Generic(val++, default : 0); // expected-warning {{expression with side effects has no effect in an unevaluated context}}
100 (void)_Alignof(val++); // expected-warning {{expression with side effects has no effect in an unevaluated context}} expected-warning {{'_Alignof' applied to an expression is a GNU extension}}
  /external/clang/test/SemaCXX/
libstdcxx_explicit_init_list_hack.cpp 22 // expected-warning@+1 {{expression with side effects has no effect in an unevaluated context}}
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_get_caps_fd.3 11 This function will read the file based capabilities stored in extended attributes of the file that the descriptor was opened against. The bounding set is not included in file based capabilities operations. Note that this function will only work if compiled on a kernel that supports file based capabilities such as 2.6.26 and later. If the "magic" bit is set, then all effect capability bits are set. Otherwise the bits are cleared.
  /external/llvm/test/MC/ELF/
got.s 4 // unlike gas, don't create a _GLOBAL_OFFSET_TABLE_ symbol as a side effect.
  /external/llvm/test/MC/MachO/
bad-macro.s 11 // CHECK-ERROR: 5:1: warning: macro defined with named parameters which are not used in macro body, possible positional parameter found in body which will have no effect
  /external/llvm/test/MC/Mips/
cprestore-bad.s 20 # CHECK: :[[@LINE-1]]:3: warning: .cprestore with negative stack offset has no effect
  /external/pdfium/tools/lsan/
lsan_suppressions.txt 7 # For this file to take effect,
  /external/proguard/examples/dictionaries/
keywords.txt 5 # automatically replace reserved keywords, and the effect can fairly simply be
  /external/regex-re2/util/
random.cc 14 // In effect, we are computing seed_ = (seed_ * A) % M, where M = 2^31-1
  /external/skia/include/effects/
SkArcToPathEffect.h 15 /** radius must be > 0 to have an effect. It specifies the distance from each corner
SkCornerPathEffect.h 20 /** radius must be > 0 to have an effect. It specifies the distance from each corner
  /external/skia/src/gpu/
GrBlurUtils.h 43 * Draw a path handling the mask filter. The mask filter is not optional. The path effect is

Completed in 2118 milliseconds

1 2 3 4 5 6 78 91011>>