Searched refs:domain (Results 1 – 3 of 3) sorted by relevance
122 Domain domain = ComputeDomain(klass->GetClassLoader(), dex_file); in ComputeDomain() local124 if (domain == Domain::kApplication && in ComputeDomain()128 domain = ComputeDomain(/* is_trusted= */ true); in ComputeDomain()131 return domain; in ComputeDomain()
240 JNIEXPORT jint JVM_Socket(jint domain, jint type, jint protocol) { in JVM_Socket() argument241 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