Home
last modified time | relevance | path

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

/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/ndk/platforms/android-21/include/arpa/
Dnameser.h154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument