Home
last modified time | relevance | path

Searched refs:authority (Results 1 – 4 of 4) sorted by relevance

/system/netd/resolv/
Dstats.proto81 NS_T_SOA = 6; // Start of authority zone.
132 NS_T_AXFR = 252; // Transfer zone of authority.
/system/core/logcat/
Devent.logtags54 2742 tickle (authority|3)
/system/extras/power_profile/camera_avg/
DLICENSE256 other rights that a licensor has authority to grant. Use of
311 absence of proper authority, may not be circumvented under laws
331 Licensed Material and that the Licensor has authority to license.
390 authority to forbid You from making technical modifications
627 processes of any jurisdiction or authority.
/system/netd/resolv/dns_responder/
Ddns_responder.cpp494 for (const DNSRecord& authority : authorities) { in write() local
495 buffer_cur = authority.write(buffer_cur, buffer_end); in write()