Home
last modified time | relevance | path

Searched refs:slides (Results 1 – 25 of 35) sorted by relevance

12

/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_utils.lua49 function pretty_print_slides(slides)
51 for i = 1, #slides do
52 pretty_print_slide(slides[i])
62 function flush(slides, block)
64 slides[#slides + 1] = block
71 local slides = {}
77 block = flush(slides, block)
98 flush(slides, block)
100 return slides
/external/skia/resources/lua/
Dslides_utils.lua49 function pretty_print_slides(slides)
51 for i = 1, #slides do
52 pretty_print_slide(slides[i])
62 function flush(slides, block)
64 slides[#slides + 1] = block
71 local slides = {}
77 block = flush(slides, block)
98 flush(slides, block)
100 return slides
/external/skqp/resources/lua/
Dslides_utils.lua49 function pretty_print_slides(slides)
51 for i = 1, #slides do
52 pretty_print_slide(slides[i])
62 function flush(slides, block)
64 slides[#slides + 1] = block
71 local slides = {}
77 block = flush(slides, block)
98 flush(slides, block)
100 return slides
/external/python/cpython3/Doc/includes/
Dminidom-example.py31 slides = slideshow.getElementsByTagName("slide")
32 handleToc(slides)
33 handleSlides(slides)
36 def handleSlides(slides): argument
37 for slide in slides:
59 def handleToc(slides): argument
60 for slide in slides:
/external/python/cpython2/Doc/includes/
Dminidom-example.py31 slides = slideshow.getElementsByTagName("slide")
32 handleToc(slides)
33 handleSlides(slides)
36 def handleSlides(slides): argument
37 for slide in slides:
59 def handleToc(slides): argument
60 for slide in slides:
/external/skqp/site/user/sample/
Dviewer.md3 The Skia Viewer displays a series of slides that exhibit specific features of Skia, including the S…
9 Some slides require resources stored outside the program. These resources are stored in the `<skia-…
25 Other useful command-line options: using `--match <pattern>` will load only SKPs or slides matching…
31 &#x2190; &#x2192; | Move between the slides
60 Swiping left and right will switch slides, pinch-zoom will zoom in and out, and
67 individual slides on a device by launching via `ios-deploy` with the `--match`
/external/skia/site/user/sample/
Dviewer.md3 The Skia Viewer displays a series of slides that exhibit specific features of Skia, including the S…
9 Some slides require resources stored outside the program. These resources are stored in the `<skia-…
25 Other useful command-line options: using `--match <pattern>` will load only SKPs or slides matching…
31 &#x2190; &#x2192; | Move between the slides
60 Swiping left and right will switch slides, pinch-zoom will zoom in and out, and
67 individual slides on a device by launching via `ios-deploy` with the `--match`
/external/autotest/client/site_tests/cheets_AppCompatTest/
Dcontrol.clamshell.com.google.android.apps.docs.editors.slides7 NAME = "cheets_AppCompatTest.clamshell.com.google.android.apps.docs.editors.slides"
19 job.run_test('cheets_AppCompatTest', pkg_name='com.google.android.apps.docs.editors.slides',
Dcontrol.touchview.com.google.android.apps.docs.editors.slides7 NAME = "cheets_AppCompatTest.touchview.com.google.android.apps.docs.editors.slides"
19 job.run_test('cheets_AppCompatTest', pkg_name='com.google.android.apps.docs.editors.slides',
/external/webrtc/webrtc/video/
Dvideo_quality_test.cc858 std::vector<std::string> slides; in SetupScreenshare() local
859 slides.push_back(test::ResourcePath("web_screenshot_1850_1110", "yuv")); in SetupScreenshare()
860 slides.push_back(test::ResourcePath("presentation_1850_1110", "yuv")); in SetupScreenshare()
861 slides.push_back(test::ResourcePath("photo_1850_1110", "yuv")); in SetupScreenshare()
862 slides.push_back(test::ResourcePath("difficult_photo_1850_1110", "yuv")); in SetupScreenshare()
867 slides, kWidth, kHeight, in SetupScreenshare()
881 clock_, slides, kWidth, kHeight, params_.common.width, in SetupScreenshare()
/external/bcc/
DLINKS.md11 …/fosdem.org/2017/schedule/event/go_bpf/attachments/slides/1681/export/events/attachments/go_bpf/sl…
27 …n BPF Do For You?](https://events.linuxfoundation.org/sites/events/files/slides/iovisor-lc-bof-201…
/external/skqp/tools/viewer/
DSlideDir.cpp253 SlideDir::SlideDir(const SkString& name, SkTArray<sk_sp<Slide>>&& slides, int columns) in SlideDir() argument
254 : fSlides(std::move(slides)) in SlideDir()
/external/skia/tools/viewer/
DSlideDir.cpp254 SlideDir::SlideDir(const SkString& name, SkTArray<sk_sp<Slide>>&& slides, int columns) in SlideDir() argument
255 : fSlides(std::move(slides)) in SlideDir()
/external/minijail/
DREADME.md59 [slides](https://docs.google.com/presentation/d/1r6LpvDZtYrsl7ryOV4HtpUR-phfCLRL6PA-chcL1Kno/presen…
/external/syzkaller/
DREADME.md35 …- [Linux Plumbers 2016 talk slides](https://docs.google.com/presentation/d/1iAuTvzt_xvDzS2misXwlYk…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/msa/
Delm_shift_slide.ll2 ; are either shifts or slides.
/external/clang/docs/
DIntroductionToTheClangAST.rst14 `Slides <http://llvm.org/devmtg/2013-04/klimek-slides.pdf>`_
/external/llvm/test/CodeGen/Mips/msa/
Delm_shift_slide.ll2 ; are either shifts or slides.
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeOfConduct.rst30 you say, slides, videos, posters, signs, or even t-shirts you display in these
/external/llvm/docs/
DCodeOfConduct.rst30 you say, slides, videos, posters, signs, or even t-shirts you display in these
/external/python/cpython3/Doc/howto/
Dunicode.rst524 Marc-André Lemburg gave `a presentation titled "Python and Unicode" (PDF slides)
526 EuroPython 2002. The slides are an excellent overview of the design of Python
735 The `PDF slides for Marc-André Lemburg's presentation "Writing Unicode-aware
739 and localize an application. These slides cover Python 2.x only.
/external/libnl/doc/stylesheets/
Dslidy.css376 /* for slides with class "title" in table of contents */
/external/python/cpython2/Doc/howto/
Dunicode.rst502 Unicode". A PDF version of his slides is available at
690 The PDF slides for Marc-André Lemburg's presentation "Writing Unicode-aware
/external/u-boot/doc/
DREADME.x861205 [12] http://events.linuxfoundation.org/sites/events/files/slides/chromeos_and_diy_vboot_0.pdf
1206 [13] http://events.linuxfoundation.org/sites/events/files/slides/elce-2014.pdf
/external/python/cpython2/Doc/faq/
Dlibrary.rst238 Aahz has a set of slides from his threading tutorial that are helpful; see

12