Searched refs:domain (Results 1 – 4 of 4) sorted by relevance
43 void DumpMemoryDomain(std::ostream& os, uint32_t domain);
86 void DisassemblerArm::DumpMemoryDomain(std::ostream& os, uint32_t domain) { in DumpMemoryDomain() argument87 switch (domain) { in DumpMemoryDomain()
214 JNIEXPORT jint JVM_Socket(jint domain, jint type, jint protocol) { in JVM_Socket() argument215 return TEMP_FAILURE_RETRY(socket(domain, type, protocol)); in JVM_Socket()
15 The `CmdlineParser` class provides a fluent interface using a domain-specific language to quickly