Home
last modified time | relevance | path

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

12

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DCompoundPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
39 public void add(PropertyEditorPresentation presentation) { in add() argument
40 m_presentations.add(presentation); in add()
56 for (PropertyEditorPresentation presentation : m_presentations) { in show()
57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height); in show()
66 for (PropertyEditorPresentation presentation : m_presentations) { in hide()
67 presentation.hide(propertyTable, property); in hide()
DButtonPropertyEditorPresentationImplMac.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
33 public ButtonPropertyEditorPresentationImplMac(ButtonPropertyEditorPresentation presentation) { in ButtonPropertyEditorPresentationImplMac() argument
34 super(presentation); in ButtonPropertyEditorPresentationImplMac()
DButtonPropertyEditorPresentationImpl.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
43 public ButtonPropertyEditorPresentationImpl(ButtonPropertyEditorPresentation presentation) { in ButtonPropertyEditorPresentationImpl() argument
44 m_presentation = presentation; in ButtonPropertyEditorPresentationImpl()
DPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
DButtonPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
/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/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java48 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresenta…
49 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
567 PropertyEditorPresentation presentation = editor.getPresentation(); in activateEditor()
568 if (presentation instanceof ButtonPropertyEditorPresentation) { in activateEditor()
570 (ButtonPropertyEditorPresentation) presentation; in activateEditor()
621 PropertyEditorPresentation presentation = m_activeEditor.getPresentation(); in setActiveEditorBounds() local
622 if (presentation != null) { in setActiveEditorBounds()
624 presentation.show( in setActiveEditorBounds()
800 PropertyEditorPresentation presentation = property.getEditor().getPresentation(); in setInput0() local
801 if (presentation != null) { in setInput0()
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
DComplexProperty.java15 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
84 public void setEditorPresentation(PropertyEditorPresentation presentation) { in setEditorPresentation() argument
85 ((ComplexPropertyEditor) getEditor()).m_presentation = presentation; in setEditorPresentation()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DTextDialogPropertyEditor.java14 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresenta…
15 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
DPropertyEditor.java21 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
/external/fmtlib/doc/
Dsyntax.rst148 For a locale aware separator, use the ``'n'`` integer presentation type
168 The available string presentation types are:
179 The available character presentation types are:
190 The available integer presentation types are:
224 Integer presentation types can also be used with character and Boolean values.
226 ``false``, if the presentation type is not specified.
228 The available presentation types for floating-point values are:
273 | | result formatted with presentation type ``'e'`` and |
276 | | with presentation type ``'f'`` and precision |
278 | | with presentation type ``'e'`` and precision ``p-1``. |
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
DStringPropertyEditor.java16 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresenta…
17 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
/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/recipe_modules/swarming/
Dapi.py123 targets=targets).presentation.properties['swarm_hashes'].items()
195 step_result.presentation.status = self.m.step.EXCEPTION
219 step_result.presentation.links[k] = link
/external/skia/infra/bots/recipes/
Dswarm_ct_skps.py96 api.step.active_result.presentation.properties['Webpage rankings'] = (
101 api.step.active_result.presentation.properties['Download SKPs by rank'] = (
227 api.step.active_result.presentation.links['Webpage rankings'] = (
229 api.step.active_result.presentation.links['Download SKPs by rank'] = (
/external/mesa3d/src/gallium/state_trackers/vdpau/
DMakefile18 presentation.c \
/external/valgrind/docs/internals/
Dperformance.txt35 kpresenter-1.5.0 and loading a 16-slide presentation.
/external/skia/infra/bots/recipe_modules/core/
Dapi.py160 update_step.presentation.properties['got_revision'])
/external/guice/
DREADME.md20 …and a comparison to new and the factory pattern, see [Bob Lee's video presentation](https://www.yo…
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
Dgalliumdxgi.idl80 * to the subrectangle, to clip presentation to.
/external/toolchain-utils/binary_search_tool/ndk/
DREADME74 * Ahmad's original presentation:
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user6 # NtPasswordHash (16-byte MD4 hash of the unicode presentation of the password

12