HomeSort by relevance Sort by last modified time
    Searched defs:Effect (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_view.js 112 new ImageView.Effect.None(),
113 ImageView.Effect.DEFAULT_DURATION);
252 * @param {Object} effect Transition effect object.
259 function(item, effect, displayCallback, loadCallback) {
263 if (effect) {
268 effect = null;
296 } else if ((effect && effect.constructor.name === 'Slide') &&
298 // Only show thumbnails if there is no effect or the effect is Slide
    [all...]
  /frameworks/base/media/mca/effect/java/android/media/effect/
Effect.java 18 package android.media.effect;
26 * <p>To create an Effect you must first create an EffectContext. You can obtain an instance of the
28 * {@link android.media.effect.EffectContext#getFactory() getFactory()}. The EffectFactory allows
32 * applying an effect. An effect is bound to a single EffectContext, which in turn is bound to a
37 public abstract class Effect {
40 * Get the effect name.
42 * Returns the unique name of the effect, which matches the name used for instantiating this
43 * effect by the EffectFactory.
45 * @return The name of the effect
    [all...]
  /external/chromium_org/v8/src/
effects.h 19 // An effect can either be definite, if the write is known to have taken place,
25 // effect cancels out any previous effect upon sequencing. A possible effect
26 // merges into a previous effect, i.e., type bounds are merged. Alternative
27 // composition always merges bounds. It yields a possible effect if at least
29 struct Effect {
35 Effect() : modality(DEFINITE) {}
36 explicit Effect(Bounds b, Modality m = DEFINITE) : modality(m), bounds(b) {}
38 // The unknown effect
90 Effect effect = Lookup(var); local
    [all...]
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 59 unsigned Effect = MayReadAnyGlobal ? AliasAnalysis::Ref : 0;
63 Effect |= I->second;
64 return Effect;
410 // Propagate function effect up.
468 // Finally, now that we know the full effect on this SCC, clone the
  /hardware/ti/omap4-aah/camera/inc/
General3A_Settings.h 226 int Effect;
  /hardware/ti/omap4xxx/camera/inc/
General3A_Settings.h 236 int Effect;
  /external/chromium_org/v8/test/cctest/compiler/
test-simplified-lowering.cc 693 // Inserts the node as the effect input to the return of the graph.
694 void Effect(Node* node) { ret->ReplaceInput(1, node); }
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 368 /// this is the effect applied to the state of the receiver.
371 /// Ret - The effect on the return value. Used to indicate if the
380 /// getArg - Return the argument effect on the argument specified by
393 /// setDefaultArgEffect - Set the default argument effect.
398 /// getRetEffect - Returns the effect on the return value of the call.
401 /// setRetEffect - Set the effect of the return value of the call.
405 /// Sets the effect on the receiver of the message.
408 /// getReceiverEffect - Returns the effect on the receiver of the call.
414 /// argument effect matches the default effect)
    [all...]
  /developers/build/lib/
assetstudio.jar 
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 635 milliseconds