/third_party/typescript/tests/baselines/reference/ |
D | jsdocTemplateTag.symbols | 36 Element.prototype.animate = function(keyframes) {}; 37 >Element.prototype.animate : Symbol(Animatable.animate, Decl(lib.dom.d.ts, --, --)) 41 >animate : Symbol(Animatable.animate, Decl(lib.dom.d.ts, --, --))
|
D | jsdocTemplateTag.types | 44 Element.prototype.animate = function(keyframes) {}; 45 >Element.prototype.animate = function(keyframes) {} : (keyframes: Array<any>) => void 46 >Element.prototype.animate : (keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | … 50 >animate : (keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationO…
|
D | intersectionsOfLargeUnions.types | 27 >assertNodeTagName : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "circ… 59 >assertNodeProperty : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "cir… 72 >assertNodeTagName : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "circ…
|
D | intersectionsOfLargeUnions2.types | 41 >assertNodeTagName : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "circ… 73 >assertNodeProperty : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "cir… 86 >assertNodeTagName : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "circ…
|
D | jsdocTemplateTag.errors.txt | 28 Element.prototype.animate = function(keyframes) {};
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | grammaticalFeatures.txt | 246 "animate", 439 "animate", 651 "animate", 788 "animate", 912 "animate", 956 "animate",
|
/third_party/icu/icu4c/source/data/misc/ |
D | grammaticalFeatures.txt | 243 "animate", 460 "animate", 698 "animate", 844 "animate", 973 "animate", 1028 "animate",
|
/third_party/skia/tools/viewer/ |
D | GMSlide.cpp | 43 bool GMSlide::animate(double nanos) { return fGM->animate(nanos); } in animate() function in GMSlide
|
D | SampleSlide.cpp | 27 bool SampleSlide::animate(double nanos) { return fSample->animate(nanos); } in animate() function in SampleSlide
|
D | GMSlide.h | 23 bool animate(double nanos) override;
|
D | SampleSlide.h | 27 bool animate(double) override;
|
D | Slide.h | 25 virtual bool animate(double nanos) { return false; } in animate() function
|
D | MSKPSlide.h | 24 bool animate(double nanos) override;
|
D | ParticlesSlide.h | 31 bool animate(double) override;
|
D | SkSLSlide.h | 23 bool animate(double nanos) override;
|
D | SkottieSlide.h | 33 bool animate(double) override;
|
D | SlideDir.h | 41 bool animate(double) override;
|
D | SlideDir.cpp | 100 fSlide->animate(t * 1e6); in tick() 366 bool SlideDir::animate(double nanos) { in animate() function in SlideDir
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocTemplateTag.ts | 28 Element.prototype.animate = function(keyframes) {};
|
/third_party/skia/samplecode/ |
D | SamplePathText.cpp | 63 return fGlyphAnimator->animate(nanos, this->width(), this->height()); in onAnimate() 96 virtual bool animate(double nanos, int screenWidth, int screenHeight) { return false; } in animate() function in PathText::GlyphAnimator 177 bool animate(double nanos, int screenWidth, int screenHeight) final { in animate() function in PathText::MovingGlyphAnimator
|
D | Sample.h | 77 bool animate(double nanos) { return this->onAnimate(nanos); } in animate() function
|
/third_party/glfw/examples/ |
D | gears.c | 205 static void animate(void) in animate() function 344 animate(); in main()
|
/third_party/skia/modules/canvaskit/ |
D | viewer_bindings.cpp | 53 .function("animate", &Slide::animate) in EMSCRIPTEN_BINDINGS()
|
/third_party/python/Lib/test/ |
D | mailcap.txt | 38 video/*; animate %s
|
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
D | CubeActivity.java | 105 public void animate(float dt) { in animate() method in VSphereAnimator 217 mVSphere.animate((ms - mPrevMS) / 1000.f); in onRenderFrame()
|