/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | Serializer.cpp | 76 struct Attributes struct 79 static constexpr const char *mode = "mode"; 81 static constexpr const char *channelMask = "channel_mask"; 82 static constexpr const char *minValueMB = "minValueMB"; /**< min value in millibel. */ 83 static constexpr const char *maxValueMB = "maxValueMB"; /**< max value in millibel. */ 85 static constexpr const char *defaultValueMB = "defaultValueMB"; 86 static constexpr const char *stepValueMB = "stepValueMB"; /**< step value in millibel. */ 88 static constexpr const char *minRampMs = "minRampMs"; 90 static constexpr const char *maxRampMs = "maxRampMs"; 92 static constexpr const char *useForVolume = "useForVolume"; [all …]
|
/aosp_15_r20/frameworks/av/services/audiopolicy/engine/config/src/ |
H A D | EngineConfig.cpp | 174 struct Attributes { struct 175 static constexpr const char *streamType = "streamType"; 176 static constexpr const char *volumeGroup = "volumeGroup"; 185 struct Attributes { struct 186 static constexpr const char *name = "name"; 187 static constexpr const char *id = "id"; 195 struct Attributes { struct 196 static constexpr const char *literal = "literal"; 197 static constexpr const char *numerical = "numerical"; 198 static constexpr const char *androidType = "android_type"; [all …]
|
/aosp_15_r20/external/emboss/doc/ |
H A D | language-reference.md | 100 ## Attributes section in Emboss Language Reference 115 ### `byte_order` 174 ### `requires` 202 ### `(cpp) namespace` 225 ### `(cpp) enum_case` 253 ### `text_output` 283 ### `external` specifier attributes
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 172 struct Attributes { struct 173 Attributes() : IsSystem(), IsExternC(), IsExhaustive() {} in Attributes() function 193 Attributes Attrs; argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/ |
H A D | attribute.rs | 24 pub struct Attributes { struct 30 impl Attributes { argument
|
/aosp_15_r20/external/llvm/docs/ |
H A D | CommandLine.rst | 930 .. _cl::desc(...): 936 .. _cl::value_desc: 942 .. _cl::init: 956 .. _cl::location: 962 .. _cl::aliasopt: 967 .. _cl::values: 989 .. _cl::multi_val: 999 .. _cl::cat:
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/ |
D | span.rs | 21 pub struct Attributes<'a> { struct 22 metadata: &'static Metadata<'static>, 23 values: &'a field::ValueSet<'a>, 24 parent: Parent, 105 impl<'a> Attributes<'a> { implementation
|
/aosp_15_r20/external/emboss/doc/design_docs/archive/ |
H A D | alternate_enum_cases.md | 215 #### Pros 222 #### Cons 264 #### Pros 273 #### Cons
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/ |
H A D | inmemory_filesystem.hpp | 51 struct Attributes { struct in inmemoryfs::InMemoryFileSystem 52 time_t modificationTime; 54 inline Attributes() noexcept: in Attributes() function
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
H A D | Attributes.java | 25 public class Attributes class 30 private Attributes(ASN1Set set) in Attributes() method in Attributes 35 public Attributes(ASN1EncodableVector v) in Attributes() method in Attributes
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/cms/ |
H A D | Attributes.java | 27 public class Attributes class 32 private Attributes(ASN1Set set) in Attributes() method in Attributes 37 public Attributes(ASN1EncodableVector v) in Attributes() method in Attributes
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/ |
H A D | Attributes.java | 27 public class Attributes class 32 private Attributes(ASN1Set set) in Attributes() method in Attributes 37 public Attributes(ASN1EncodableVector v) in Attributes() method in Attributes
|
/aosp_15_r20/external/cldr/docs/ldml/ |
H A D | tr35-personNames.md | 369 ### order 381 ### length 393 ### usage 426 ### formality
|
/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/src/ |
D | paging.rs | 308 flags: Attributes, in map_range() 548 impl Attributes { impl 664 flags: Attributes, in map_range() 865 pub fn flags(self) -> Option<Attributes> { in flags() 872 pub fn modify_flags(&mut self, set: Attributes, clear: Attributes) { in modify_flags() 895 pub(crate) fn set(&mut self, pa: PhysicalAddress, flags: Attributes) { in set()
|
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum_derive/src/ |
D | enum_attributes.rs | 16 pub(crate) struct Attributes { struct 26 impl Parse for Attributes { argument
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/jar/ |
D | Attributes.java | 62 public class Attributes implements Map<Object,Object>, Cloneable { class 71 public Attributes() { in Attributes() method in Attributes 81 public Attributes(int size) { in Attributes() method in Attributes 91 public Attributes(Attributes attr) { in Attributes() method in Attributes
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/jar/ |
H A D | Attributes.java | 62 public class Attributes implements Map<Object,Object>, Cloneable { class 71 public Attributes() { in Attributes() method in Attributes 81 public Attributes(int size) { in Attributes() method in Attributes 91 public Attributes(Attributes attr) { in Attributes() method in Attributes
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/jar/ |
D | Attributes.java | 62 public class Attributes implements Map<Object,Object>, Cloneable { class 71 public Attributes() { in Attributes() method in Attributes 81 public Attributes(int size) { in Attributes() method in Attributes 91 public Attributes(Attributes attr) { in Attributes() method in Attributes
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 162 ARMAttributeParser Attributes; in getARMFeatures() local 298 RISCVAttributeParser Attributes; in getRISCVFeatures() local 515 ARMAttributeParser Attributes; in setARMSubArch() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | ModuleMap.h | 233 struct Attributes { struct 251 Attributes() in Attributes() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | ModuleMap.h | 233 struct Attributes { struct 251 Attributes() in Attributes() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | ModuleMap.h | 233 struct Attributes { struct 251 Attributes() in Attributes() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | ModuleMap.h | 233 struct Attributes { struct 251 Attributes() in Attributes() function
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdeModulePkg/Include/Guid/ |
H A D | VariableFormat.h | 136 UINT32 Attributes; member 167 UINT32 Attributes; member 213 UINT32 Attributes; ///< Attributes of variable defined in UEFI specification. member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdeModulePkg/Include/Guid/ |
H A D | VariableFormat.h | 136 UINT32 Attributes; member 167 UINT32 Attributes; member 213 UINT32 Attributes; ///< Attributes of variable defined in UEFI specification. member
|