Home
last modified time | relevance | path

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

12345

/external/rust/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
96 impl Set<Boxed> for Properties { implementation
100 fn set(&mut self, boxed: Boxed) -> &mut Properties { in set()
110 impl Set<Justification> for Properties { implementation
114 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
79 impl Set<Axes> for Properties { implementation
83 fn set(&mut self, axes: Axes) -> &mut Properties { in set()
89 impl Set<Color> for Properties { implementation
91 fn set(&mut self, color: Color) -> &mut Properties { in set()
97 impl Set<Label> for Properties { implementation
99 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
72 impl Set<Color> for Properties { implementation
74 fn set(&mut self, color: Color) -> &mut Properties { in set()
80 impl Set<Label> for Properties { implementation
82 fn set(&mut self, label: Label) -> &mut Properties { in set()
88 impl Set<LineType> for Properties { implementation
92 fn set(&mut self, lt: LineType) -> &mut Properties { in set()
[all …]
Dfilledcurve.rs11 pub struct Properties { struct
18 impl Default for Properties { implementation
29 impl Script for Properties { implementation
63 impl Set<Axes> for Properties { implementation
67 fn set(&mut self, axes: Axes) -> &mut Properties { in set()
73 impl Set<Color> for Properties { implementation
75 fn set(&mut self, color: Color) -> &mut Properties { in set()
81 impl Set<Label> for Properties { implementation
83 fn set(&mut self, label: Label) -> &mut Properties { in set()
89 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
55 impl Set<Color> for Properties { implementation
57 fn set(&mut self, color: Color) -> &mut Properties { in set()
63 impl Set<Label> for Properties { implementation
65 fn set(&mut self, label: Label) -> &mut Properties { in set()
71 impl Set<LineType> for Properties { implementation
75 fn set(&mut self, lt: LineType) -> &mut Properties { in set()
81 impl Set<LineWidth> for Properties { implementation
[all …]
Dgrid.rs7 pub struct Properties { struct
11 impl Default for Properties { argument
18 impl Properties { implementation
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/golang-protobuf/proto/
Dproperties.go129 type Properties struct { struct
130 Name string // name of the field, for error messages
131 OrigName string // original name before protocol compiler (always set)
132 JSONName string // name to use for JSON; determined by protoc
133 Wire string
134 WireType int
135 Tag int
136 Required bool
137 Optional bool
138 Repeated bool
[all …]
/external/mesa3d/docs/gallium/
Dtgsi.rst3650 Properties section in Other tokens
3655 FS_COORD_ORIGIN
3671 FS_COORD_PIXEL_CENTER
3690 FS_COLOR0_WRITES_ALL_CBUFS
3696 VS_PROHIBIT_UCPS
3707 GS_INVOCATIONS
3715 VS_WINDOW_SPACE_POSITION
3725 TCS_VERTICES_OUT
3732 TES_PRIM_MODE
3739 TES_SPACING
[all …]
/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/llvm-project/llvm/docs/
DSourceLevelDebugging.rst1089 Introduction
1104 Proposal
1238 New DWARF Tags
1247 New DWARF Attributes
1262 New DWARF Constants
/external/llvm-project/lldb/include/lldb/Core/
DUserSettingsController.h35 Properties() : m_collection_sp() {} in Properties() function
37 Properties(const lldb::OptionValuePropertiesSP &collection_sp) in Properties() function
/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() function
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/llvm-project/libc/utils/FPUtil/
DClassificationFunctions.h69 using Properties = FloatProperties<T>; in isQuietNaN() local
80 using Properties = FloatProperties<T>; in isNegativeQuietNaN() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DProperties.java20 public class Properties class
22 private Properties() in Properties() method in Properties
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DProperties.java18 public class Properties class
20 private Properties() in Properties() method in Properties
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DProperties.java20 public class Properties class
22 private Properties() in Properties() method in Properties
/external/llvm-project/lldb/utils/TableGen/
DLLDBPropertyDefEmitter.cpp173 std::vector<Record *> Properties = in EmitPropertyDefs() local
184 std::vector<Record *> Properties = in EmitPropertyEnumDefs() local
/external/llvm-project/llvm/utils/TableGen/
DSDNodeProperties.cpp16 unsigned Properties = 0; in parseSDPatternOperatorProperties() local
/external/dokka/core/testdata/format/
Dannotations.md11 ### Properties subsection in Foo
DunorderedLists.md37 ### Properties subsection in Bar
/external/dokka/core/testdata/format/multiplatform/omitRedundant/
Dfoo.md15 ### Properties subsection in Foo

12345