Home
last modified time | relevance | path

Searched refs:presentation (Results 1 – 25 of 71) sorted by relevance

123

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DYamlDocument.java29 private String presentation; field in YamlDocument
44 presentation = output.toString(charset.name()); in YamlDocument()
51 Object result = yaml.load(presentation); in YamlDocument()
53 throw new RuntimeException("Generated presentation is not valid: " + presentation); in YamlDocument()
70 return presentation; in getPresentation()
DYamlStream.java41 String presentation; in YamlStream() local
43 presentation = output.toString("UTF-8"); in YamlStream()
50 for (Object document : yaml.loadAll(presentation)) { in YamlStream()
88 + presentation); in YamlStream()
/external/skqp/site/dev/present/
Dpathops.md9 src="https://docs.google.com/presentation/d/1iEjbQV4o40hoooB9DiAHjH9P9Q5CrVUUnbYdQtQB6_A/embed?star…
16 src="https://docs.google.com/presentation/d/1NbmG5W6VW9h5HtjpCVLx4h6SXW0qW7HIwmSfiwzFbrI/embed?star…
23 src="https://docs.google.com/presentation/d/1PoZdIx4DqdIvs7ybv-L3EvtxQE2qXuzeOZpSkFJjfhg/embed?star…
/external/skia/site/dev/present/
Dpathops.md9 src="https://docs.google.com/presentation/d/1iEjbQV4o40hoooB9DiAHjH9P9Q5CrVUUnbYdQtQB6_A/embed?star…
16 src="https://docs.google.com/presentation/d/1NbmG5W6VW9h5HtjpCVLx4h6SXW0qW7HIwmSfiwzFbrI/embed?star…
23 src="https://docs.google.com/presentation/d/1PoZdIx4DqdIvs7ybv-L3EvtxQE2qXuzeOZpSkFJjfhg/embed?star…
/external/wayland-protocols/chromium.org/
DREADME.chromium31 …wayland-scanner code < src/stable/presentation-time/presentation-time.xml > protocol/presentation-…
32 …yland-scanner server-header < src/stable/presentation-time/presentation-time.xml > include/protoco…
33 …yland-scanner client-header < src/stable/presentation-time/presentation-time.xml > include/protoco…
/external/toolchain-utils/bestflags/
DREADME19 There is also a presentation slide available at:
21 https://docs.google.com/a/google.com/presentation/d/13rS9jALXffbP48YsF0-bsqovrVBfgzEud4e-XpavOdA/ed…
/external/skia/infra/bots/recipes/
Dandroid_compile.py70 api.step.active_result.presentation.links[
73 api.step.active_result.presentation.links[
Dcompute_buildstats.py164 logs = result.presentation.logs
192 logs = result.presentation.logs
/external/skqp/infra/bots/recipes/
Dandroid_compile.py70 api.step.active_result.presentation.links[
73 api.step.active_result.presentation.links[
Dcompute_buildstats.py153 logs = result.presentation.logs
181 logs = result.presentation.logs
/external/wayland-protocols/freedesktop.org/
DMakefile.am22 stable/presentation-time/presentation-time.xml \
/external/mesa3d/src/gallium/state_trackers/vdpau/
DMakefile.sources10 presentation.c \
Dmeson.build25 'output.c', 'preemption.c', 'presentation.c', 'query.c', 'surface.c',
/external/skia/site/dev/design/
Daaa.md4 * [Analytic Anti-Alias Slides](https://docs.google.com/presentation/d/16r9HMS4_UBrcF3HUHscAqbSgkrtI…
/external/skqp/site/dev/design/
Daaa.md4 * [Analytic Anti-Alias Slides](https://docs.google.com/presentation/d/16r9HMS4_UBrcF3HUHscAqbSgkrtI…
/external/google-styleguide/docguide/
Dphilosophy.md42 * **Content and presentation should not mingle**. It should always be possible
44 should never have to touch the presentation layer if they don't want to.
/external/python/cpython3/Doc/library/
Dstring.rst401 For a locale aware separator, use the ``'n'`` integer presentation type
410 separator for floating point presentation types and for integer
411 presentation type ``'d'``. For integer presentation types ``'b'``,
413 digits. For other presentation types, specifying this option is an
436 The available string presentation types are:
447 The available integer presentation types are:
474 In addition to the above presentation types, integers can be formatted
475 with the floating point presentation types listed below (except
479 The available presentation types for floating point and decimal values are:
503 | | result formatted with presentation type ``'e'`` and |
[all …]
/external/skia/infra/bots/recipe_modules/checkout/
Dapi.py148 return update_step.presentation.properties['got_revision']
/external/skqp/infra/bots/recipe_modules/checkout/
Dapi.py148 return update_step.presentation.properties['got_revision']
/external/python/cpython2/Doc/library/
Dstring.rst389 For a locale aware separator, use the ``'n'`` integer presentation type
412 The available string presentation types are:
423 The available integer presentation types are:
450 In addition to the above presentation types, integers can be formatted
451 with the floating point presentation types listed below (except
455 The available presentation types for floating point and decimal values are:
478 | | result formatted with presentation type ``'e'`` and |
481 | | with presentation type ``'f'`` and precision |
483 | | with presentation type ``'e'`` and precision ``p-1``. |
Dpprint.rst190 the current presentation context (direct and indirect containers for *object*
191 that are affecting the presentation) as the keys; if an object needs to be
/external/libchrome/mojo/public/tools/bindings/
Dchromium_bindings_configuration.gni21 "//content/common/presentation/typemaps.gni",
/external/guice/
DREADME.md20 …and a comparison to new and the factory pattern, see [Bob Lee's video presentation](https://www.yo…
/external/minijail/
DREADME.md59 [slides](https://docs.google.com/presentation/d/1r6LpvDZtYrsl7ryOV4HtpUR-phfCLRL6PA-chcL1Kno/presen…
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java877 List<String> presentation = new ArrayList<>(); in showChain() local
889 presentation.add(0, shown); in showChain()
891 presentation.add(shown); in showChain()
898 System.out.println(prefix + CollectionUtilities.join(presentation, " ")); in showChain()
900 … System.out.println(prefix + "{" + CollectionUtilities.join(presentation, " ") + "}"); in showChain()

123