Searched refs:Effect (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/v8/src/
H A Deffects.h29 struct Effect { struct in namespace:v8::internal
35 Effect() : modality(DEFINITE) {} function in struct:v8::internal::Effect
36 explicit Effect(Bounds b, Modality m = DEFINITE) : modality(m), bounds(b) {} function in struct:v8::internal::Effect
39 static Effect Unknown(Zone* zone) {
40 return Effect(Bounds::Unbounded(zone), POSSIBLE);
43 static Effect Forget(Zone* zone) {
44 return Effect(Bounds::Unbounded(zone), DEFINITE);
48 static Effect Seq(Effect e1, Effect e
[all...]
H A Dtyping.h38 Effect ObservedOnStack(Object* value);
H A Dtyping.cc64 Effect AstTyper::ObservedOnStack(Object* value) {
66 return Effect(Bounds(lower, Type::Any(zone())));
462 store_.Seq(variable_index(proxy->var()), Effect(expr->bounds()));
601 store_.Seq(variable_index(proxy->var()), Effect(expr->bounds()));
/external/chromium_org/third_party/skia/include/gpu/
H A DGrProcessorUnitTest.h101 #define GR_DEFINE_FRAGMENT_PROCESSOR_TEST(Effect) \
102 GrProcessorTestFactory<GrFragmentProcessor> Effect :: gTestFactory(Effect :: TestCreate)
104 #define GR_DEFINE_GEOMETRY_PROCESSOR_TEST(Effect) \
105 GrProcessorTestFactory<GrGeometryProcessor> Effect :: gTestFactory(Effect :: TestCreate)
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_view.js112 new ImageView.Effect.None(),
113 ImageView.Effect.DEFAULT_DURATION);
560 * @param {ImageView.Effect=} opt_effect The effect to apply.
567 opt_effect = new ImageView.Effect.None();
577 * @return {ImageView.Effect.Zoom} Zoom effect object.
580 return new ImageView.Effect.ZoomToScreen(
605 new ImageView.Effect.Rotate(rotate90 > 0) :
606 new ImageView.Effect.Zoom(
638 var effect = new ImageView.Effect.Zoom(
663 ImageView.Effect
[all...]
/external/skia/include/gpu/
H A DGrEffectUnitTest.h86 #define GR_DEFINE_EFFECT_TEST(Effect) \
87 GrEffectTestFactory Effect :: gTestFactory(Effect :: TestCreate)
/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp59 unsigned Effect = MayReadAnyGlobal ? AliasAnalysis::Ref : 0; local
63 Effect |= I->second;
64 return Effect;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1242 ArgEffect Effect; local
1244 case cfretain: Effect = IncRef; break;
1245 case cfrelease: Effect = DecRef; break;
1246 case cfautorelease: Effect = Autorelease; break;
1247 case cfmakecollectable: Effect = MakeCollectable; break;
1250 ScratchArgs = AF.add(ScratchArgs, 0, Effect);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc694 void Effect(Node* node) { ret->ReplaceInput(1, node); } function in class:TestingGraph
1333 t.Effect(store);
1382 t.Effect(store);
1426 t.Effect(store);
1477 t.Effect(store);
1494 t.Effect(store);
1554 t.Effect(store);
/external/chromium_org/ui/file_manager/gallery/js/
H A Dslide_mode.js537 new ImageView.Effect.Slide(step, this.isSlideshowPlaying_()),
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids9518 0020 KAOSS Pad KP3 Dynamic Effect/Sampler
16884 021 Set Effect Report
16885 022 Effect Block Index
16888 025 Effect Type
16940 077 Effect Operation Report
16941 078 Effect Operation
16942 079 Op Effect Start
16943 07A Op Effect Start Solo
16944 07B Op Effect Stop
16951 082 ROM Effect Bloc
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1804 milliseconds