Home
last modified time | relevance | path

Searched defs:Properties (Results 1 – 25 of 161) sorted by relevance

1234567

/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs10 pub struct Properties { struct
13 …g/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceDescriptorBufferPropertiesEXT.html#limits-a… argument
15 …nos.org/vulkan/specs/1.3-extensions/man/html/VkPhysicalDeviceShaderCoreProperties2AMD.html#limits-… argument
17 …an/specs/1.3-extensions/man/html/VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.html#limits-a… argument
19 …an/specs/1.3-extensions/man/html/VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.html#limits-a… argument
21 …an/specs/1.3-extensions/man/html/VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.html#limits-a… argument
23 …an/specs/1.3-extensions/man/html/VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.html#limits-a… argument
25 …an/specs/1.3-extensions/man/html/VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.html#limits-a… argument
27 …an/specs/1.3-extensions/man/html/VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT.html#limits-a… argument
29 …g/vulkan/specs/1.3-extensions/man/html/VkPhysicalDevicePerformanceQueryPropertiesKHR.html#limits-a… argument
[all …]
/external/rust/android-crates-io/crates/criterion-plot/src/
Daxis.rs14 pub struct Properties { struct
15 grids: map::grid::Map<grid::Properties>, argument
24 impl Default for Properties { argument
38 impl Properties { implementation
42 pub fn hide(&mut self) -> &mut Properties { in hide()
50 pub fn show(&mut self) -> &mut Properties { in show()
56 impl Configure<Grid> for Properties { implementation
57 type Properties = grid::Properties; typedef
62 F: FnOnce(&mut grid::Properties) -> &mut grid::Properties, in configure()
76 impl Set<Label> for Properties { implementation
[all …]
Dkey.rs10 pub struct Properties { struct
20 impl Default for Properties { argument
34 impl Properties { impl
36 pub fn hide(&mut self) -> &mut Properties { in hide()
44 pub fn show(&mut self) -> &mut Properties { in show()
50 impl Script for Properties { implementation
99 impl Set<Boxed> for Properties { implementation
103 fn set(&mut self, boxed: Boxed) -> &mut Properties { in set()
113 impl Set<Justification> for Properties { implementation
117 fn set(&mut self, justification: Justification) -> &mut Properties { in set()
[all …]
Dcurve.rs14 pub struct Properties { struct
25 impl CurveDefault<Style> for Properties { argument
26 fn default(style: Style) -> Properties { in default()
40 impl Script for Properties { implementation
82 impl Set<Axes> for Properties { implementation
86 fn set(&mut self, axes: Axes) -> &mut Properties { in set()
92 impl Set<Color> for Properties { implementation
94 fn set(&mut self, color: Color) -> &mut Properties { in set()
100 impl Set<Label> for Properties { implementation
102 fn set(&mut self, label: Label) -> &mut Properties { in set()
[all …]
Derrorbar.rs14 pub struct Properties { struct
24 impl ErrorBarDefault<Style> for Properties { argument
25 fn default(style: Style) -> Properties { in default()
38 impl Script for Properties { implementation
75 impl Set<Color> for Properties { implementation
77 fn set(&mut self, color: Color) -> &mut Properties { in set()
83 impl Set<Label> for Properties { implementation
85 fn set(&mut self, label: Label) -> &mut Properties { in set()
91 impl Set<LineType> for Properties { implementation
95 fn set(&mut self, lt: LineType) -> &mut Properties { in set()
[all …]
Dfilledcurve.rs11 pub struct Properties { struct
18 impl Default for Properties { argument
29 impl Script for Properties { implementation
66 impl Set<Axes> for Properties { implementation
70 fn set(&mut self, axes: Axes) -> &mut Properties { in set()
76 impl Set<Color> for Properties { implementation
78 fn set(&mut self, color: Color) -> &mut Properties { in set()
84 impl Set<Label> for Properties { implementation
86 fn set(&mut self, label: Label) -> &mut Properties { in set()
92 impl Set<Opacity> for Properties { implementation
[all …]
Dcandlestick.rs11 pub struct Properties { struct
18 impl Default for Properties { argument
29 impl Script for Properties { implementation
58 impl Set<Color> for Properties { implementation
60 fn set(&mut self, color: Color) -> &mut Properties { in set()
66 impl Set<Label> for Properties { implementation
68 fn set(&mut self, label: Label) -> &mut Properties { in set()
74 impl Set<LineType> for Properties { implementation
78 fn set(&mut self, lt: LineType) -> &mut Properties { in set()
84 impl Set<LineWidth> for Properties { implementation
[all …]
Dgrid.rs7 pub struct Properties { struct
11 impl Default for Properties { argument
18 impl Properties { impl
22 pub fn hide(&mut self) -> &mut Properties { in hide()
28 pub fn show(&mut self) -> &mut Properties { in show()
34 impl<'a> Script for (Axis, Grid, &'a Properties) { implementation
Dtraits.rs6 type Properties; typedef
11 F: FnOnce(&mut Self::Properties) -> &mut Self::Properties; in configure()
23 type Properties; typedef
28 F: FnOnce(&mut Self::Properties) -> &mut Self::Properties; in plot()
/external/mesa3d/docs/gallium/
Dtgsi.rst3675 Properties section in Other tokens
3680 FS_COORD_ORIGIN
3696 FS_COORD_PIXEL_CENTER
3715 FS_COLOR0_WRITES_ALL_CBUFS
3721 VS_PROHIBIT_UCPS
3732 GS_INVOCATIONS
3740 VS_WINDOW_SPACE_POSITION
3750 TCS_VERTICES_OUT
3757 TES_PRIM_MODE
3764 TES_SPACING
[all …]
/external/mesa3d/src/gallium/frontends/rusticl/util/
Dproperties.rs2 pub struct Properties<T> { struct
7 impl<T> Properties<T> { implementation
/external/opencensus-java/contrib/spring_starter/
DREADME.md51 #### PublicEndpoint
61 #### Propagation
73 #### Java Versions
/external/libbrillo/brillo/dbus/
Dexported_property_set_test.cc63 struct Properties { struct in brillo::dbus_utils::ExportedPropertySetTest
65 ExportedProperty<bool> bool_prop_;
66 ExportedProperty<uint8_t> uint8_prop_;
67 ExportedProperty<int16_t> int16_prop_;
68 ExportedProperty<uint16_t> uint16_prop_;
69 ExportedProperty<int32_t> int32_prop_;
70 ExportedProperty<uint32_t> uint32_prop_;
71 ExportedProperty<int64_t> int64_prop_;
72 ExportedProperty<uint64_t> uint64_prop_;
73 ExportedProperty<double> double_prop_;
[all …]
/external/llvm/docs/
DSourceLevelDebugging.rst482 Introduction
497 Proposal
631 New DWARF Tags
640 New DWARF Attributes
655 New DWARF Constants
/external/libchrome/dbus/
Dobject_manager_unittest.cc37 struct Properties : public PropertySet { struct in dbus::ObjectManagerTest
38 Property<std::string> name;
39 Property<int16_t> version;
40 Property<std::vector<std::string>> methods;
41 Property<std::vector<ObjectPath>> objects;
43 Properties(ObjectProxy* object_proxy, in Properties() argument
Dproperty_unittest.cc36 struct Properties : public PropertySet { struct in dbus::PropertyTest
37 Property<std::string> name;
38 Property<int16_t> version;
39 Property<std::vector<std::string>> methods;
40 Property<std::vector<ObjectPath>> objects;
41 Property<std::vector<uint8_t>> bytes;
43 Properties(ObjectProxy* object_proxy, in Properties() argument
/external/coreboot/src/lib/
Dlzmadecode.h52 #define LzmaGetNumProbs(Properties) (LZMA_BASE_SIZE + (LZMA_LIT_SIZE \ argument
58 CLzmaProperties Properties; member
/external/coreboot/payloads/libpayload/liblzma/
Dlzmadecode.h49 #define LzmaGetNumProbs(Properties) (LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((Properties)->lc + (Proper… argument
55 CLzmaProperties Properties; member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DProperties.java20 public class Properties class
27 private Properties() in Properties() method in Properties
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DProperties.java22 public class Properties class
29 private Properties() in Properties() method in Properties
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DProperties.java22 public class Properties class
29 private Properties() in Properties() method in Properties
/external/kotlinpoet/docs/
Dproperties.md1 Properties chapter
/external/dokka/core/testdata/format/multiplatform/implied/
Dfoo.md13 ### Properties subsection in Foo
/external/dokka/core/testdata/format/
Dannotations.md11 ### Properties subsection in Foo
/external/dokka/core/testdata/format/multiplatform/omitRedundant/
Dfoo.md15 ### Properties subsection in Foo

1234567