Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/utils/
Dconfig_file.cpp32 static std::map<std::string, bool> LoadFlags(const Json::Value &section) { in LoadFlags()
43 LoadIgnoreLinkerSetKeys(const Json::Value &section) { in LoadIgnoreLinkerSetKeys()
75 for (auto &section : root[key]) { in Load() local
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DBugreportParser.java75 public void parse(String section, String command, Lines<? extends Line> lines); in parse()
112 String section = null; in parse() local
158 private void parseSection(String section, Lines<? extends Line> lines, String command, in parseSection()
/development/samples/Vault/src/com/example/android/vault/
DEncryptedDocument.java274 final Section section = new Section(); in readSection() local
312 final Section section = new Section(); in writeSection() local
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp167 static void UpdateFlags(const ConfigSection &section) { in UpdateFlags()