Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 23 of 23) sorted by relevance

/system/tools/xsdc/src/main/java/com/android/xsdc/tag/
DXsdAttributeGroup.java26 final private List<XsdAttribute> attributes; field in XsdAttributeGroup
30 List<XsdAttribute> attributes, in XsdAttributeGroup()
DXsdGeneralExtension.java24 final private List<XsdAttribute> attributes; field in XsdGeneralExtension
29 public XsdGeneralExtension(XsdType base, List<XsdAttribute> attributes, in XsdGeneralExtension()
DXsdGeneralRestriction.java24 final private List<XsdAttribute> attributes; field in XsdGeneralRestriction
29 public XsdGeneralRestriction(XsdType base, List<XsdAttribute> attributes, in XsdGeneralRestriction()
DXsdComplexType.java25 final private List<XsdAttribute> attributes; field in XsdComplexType
30 XsdComplexType(String name, XsdType base, List<XsdAttribute> attributes, in XsdComplexType()
DXsdSimpleContent.java22 public XsdSimpleContent(String name, XsdType base, List<XsdAttribute> attributes) { in XsdSimpleContent()
DXsdComplexContent.java23 public XsdComplexContent(String name, XsdType base, List<XsdAttribute> attributes, in XsdComplexContent()
/system/extras/simpleperf/demo/SimpleperfExampleJava/app/release/
Doutput-metadata.json13 "attributes": [], array
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/app/release/
Doutput-metadata.json13 "attributes": [], array
/system/tools/xsdc/src/main/java/com/android/xsdc/
DXsdHandler.java116 String uri, String localName, String qName, Attributes attributes) { in startElement()
343 List<XsdAttribute> attributes = new ArrayList<>(); in makeAttributeGroup() local
388 List<XsdAttribute> attributes = new ArrayList<>(); in makeComplexType() local
483 List<XsdAttribute> attributes = new ArrayList<>(); in makeGeneralRestriction() local
507 List<XsdAttribute> attributes = new ArrayList<>(); in makeGeneralExtension() local
/system/core/libprocessgroup/profiles/
Dtask_profiles.proto23 repeated Attribute attributes = 1 [json_name = "Attributes"]; field
/system/core/fs_mgr/liblp/include/liblp/
Dbuilder.h144 uint32_t attributes() const { return attributes_; } in attributes() function
145 void set_attributes(uint32_t attributes) { attributes_ = attributes; } in set_attributes()
Dmetadata_format.h259 uint32_t attributes; member
/system/tools/xsdc/src/main/java/com/android/xsdc/cpp/
DCppCodeGenerator.java417 List<XsdAttribute> attributes = new ArrayList<>(); in printClass() local
853 List<XsdElement> elements, List<XsdAttribute> attributes, String baseName) in printConstructor()
1144 List<XsdAttribute> attributes) throws CppCodeGeneratorException { in stackComponents()
1150 stackComponents((XsdComplexType) parent, elements, attributes); in stackComponents() local
1164 List<XsdAttribute> attributes = new ArrayList<>(); in getAllAttributes() local
/system/chre/platform/slpi/
Dinit.cc194 qurt_thread_attr_t attributes; in chre_slpi_start_thread() local
/system/extras/partition_tools/
Dlpadd.cc165 uint32_t attributes, const std::string& image_path, bool replace) { in AddPartition()
488 uint32_t attributes = LP_PARTITION_ATTR_NONE; in main() local
Dlpmake.cc157 std::string attributes = parts[1]; in Parse() local
/system/tools/xsdc/src/main/java/com/android/xsdc/java/
DJavaCodeGenerator.java234 List<XsdAttribute> attributes = new ArrayList<>(); in printClass() local
734 List<XsdAttribute> attributes) throws JavaCodeGeneratorException { in stackComponents()
740 stackComponents((XsdComplexType) parent, elements, attributes); in stackComponents() local
754 List<XsdAttribute> attributes = new ArrayList<>(); in getAllAttributes() local
/system/core/fs_mgr/libfiemap/
Dmetadata.cpp210 uint32_t attributes) { in AddAttributes()
/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp198 std::vector<BaseNL80211Attr> attributes; in TEST() local
/system/core/fs_mgr/liblp/
Dbuilder.cpp98 Partition::Partition(std::string_view name, std::string_view group_name, uint32_t attributes) in Partition()
525 Partition* MetadataBuilder::AddPartition(const std::string& name, uint32_t attributes) { in AddPartition()
530 uint32_t attributes) { in AddPartition()
/system/sepolicy/tools/
Dcheckfc.c89 static bool ebitmap_attribute_assertion_init(ebitmap_t *assertions, const char * const attributes[]) in ebitmap_attribute_assertion_init()
/system/connectivity/wificond/net/
Dnetlink_utils.cpp827 vector<BaseNL80211Attr> attributes; in MergePacketsForSplitWiphyDump() local
/system/media/audio/include/system/
Daudio.h145 audio_attributes_t attributes = AUDIO_ATTRIBUTES_INITIALIZER; in attributes_initializer() local
152 audio_attributes_t attributes = AUDIO_ATTRIBUTES_INITIALIZER; in attributes_initializer_flags() local