Home
last modified time | relevance | path

Searched defs:Section (Results 1 – 4 of 4) sorted by relevance

/system/linkerconfig/contents/tests/configuration/include/
Dmodules.h45 struct Section { struct
52 std::map<std::string, Section> sections; argument
/system/linkerconfig/devicetest/src/android/linkerconfig/gts/utils/elements/
DSection.java28 public class Section { class
29 public Section() { in Section() method in Section
/system/linkerconfig/modules/include/linkerconfig/
Dsection.h72 Section(std::string name, std::vector<Namespace> namespaces) in Section() function
/system/media/camera/docs/
Dmetadata_model.py679 class Section(Node): class