Home
last modified time | relevance | path

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

12345678910>>...39

/aosp_15_r20/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 …]
/aosp_15_r20/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 { impl
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 …]
Dcurve.rs14 pub struct Properties { struct
25 impl CurveDefault<Style> for Properties { implementation
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 …]
Dkey.rs10 pub struct Properties { struct
20 impl Default for Properties { implementation
34 impl Properties { implementation
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 …]
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()
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/text/unicode/norm/
Dforminfo.go40 type Properties struct { struct
41 pos uint8 // start position in reorderBuffer; used in composition.go
42 size uint8 // length of UTF-8 encoding of this rune
43 ccc uint8 // leading canonical combining class (ccc if not decomposition)
44 tccc uint8 // trailing canonical combining class (ccc if not decomposition)
45 nLead uint8 // number of leading non-starters.
46 flags qcInfo // quick check flags
47 index uint16
95 func (p Properties) BoundaryBefore() bool {
107 func (p Properties) BoundaryAfter() bool {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/unicode/norm/
Dforminfo.go40 type Properties struct { struct
41 pos uint8 // start position in reorderBuffer; used in composition.go
42 size uint8 // length of UTF-8 encoding of this rune
43 ccc uint8 // leading canonical combining class (ccc if not decomposition)
44 tccc uint8 // trailing canonical combining class (ccc if not decomposition)
45 nLead uint8 // number of leading non-starters.
46 flags qcInfo // quick check flags
47 index uint16
95 func (p Properties) BoundaryBefore() bool {
107 func (p Properties) BoundaryAfter() bool {
[all …]
/aosp_15_r20/external/mesa3d/docs/gallium/
H A 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 …]
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/text/unicode/bidi/
Dprop.go10 type Properties struct { struct
11 entry uint8
12 last uint8
28 func (p Properties) Class() Class {
37 func (p Properties) IsBracket() bool { return p.entry&0xF0 != 0 }
41 func (p Properties) IsOpeningBracket() bool { return p.entry&openMask != 0 }
44 func (p Properties) reverseBracket(r rune) rune {
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DAnimatedImageDrawable.h152 struct Properties { struct
158 Properties() = default; argument
160 Properties& operator=(Properties&) = default; argument
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/util/
H A Dproperties.rs1 pub struct Properties<T> { struct
5 impl<T: Copy + PartialEq + Default> Properties<T> { impl
50 impl<T> Default for Properties<T> { implementation
/aosp_15_r20/external/libchrome/dbus/
H A 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
H A 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
/aosp_15_r20/external/llvm/docs/
H A DSourceLevelDebugging.rst482 Introduction
497 Proposal
631 New DWARF Tags
640 New DWARF Attributes
655 New DWARF Constants
/aosp_15_r20/external/opencensus-java/contrib/spring_starter/
H A DREADME.md51 #### PublicEndpoint
61 #### Propagation
73 #### Java Versions
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DProperties.annotated.java31 public class Properties extends java.util.Hashtable<java.lang.Object,java.lang.Object> { class
33 public Properties() { throw new RuntimeException("Stub!"); } in Properties() method in Properties
36 public Properties(int initialCapacity) { throw new RuntimeException("Stub!"); } in Properties() method in Properties
38 public Properties(java.util.Properties defaults) { throw new RuntimeException("Stub!"); } in Properties() method in Properties
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/
H A Dmod.rs226 pub fn properties(&self) -> &Properties { in properties()
234 fn into_parts(mut self) -> (HirKind, Properties) { in into_parts() argument
1968 pub struct Properties(Box<PropertiesI>); struct
1993 impl Properties { implementation
2317 P: core::borrow::Borrow<Properties>, in union()
2399 impl Properties { impl
2437 fn literal(lit: &Literal) -> Properties { in literal()
2456 fn class(class: &Class) -> Properties { in class() method
2475 fn look(look: Look) -> Properties { in look() method
2507 fn repetition(rep: &Repetition) -> Properties { in repetition()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DProperties.java32 public class Properties extends java.util.Hashtable<java.lang.Object, java.lang.Object> { class
34 public Properties() { in Properties() method in Properties
38 public Properties(java.util.Properties defaults) { in Properties() method in Properties
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DProperties.java142 public class Properties extends Hashtable<Object,Object> { class
173 public Properties() { in Properties() method in Properties
187 public Properties(int initialCapacity) { in Properties() method in Properties
199 public Properties(Properties defaults) { in Properties() method in Properties
203 private Properties(Properties defaults, int initialCapacity) { in Properties() method in Properties
/aosp_15_r20/external/angle/src/common/
H A Dpacked_cl_enums.json127 "Properties": "CL_CONTEXT_PROPERTIES", string
134 "Properties": "CL_QUEUE_PROPERTIES", string
166 "Properties": "CL_MEM_PROPERTIES" string
184 "Properties": "CL_PIPE_PROPERTIES" string
203 "Properties": "CL_SAMPLER_PROPERTIES" string

12345678910>>...39