Searched refs:domain (Results 1 – 3 of 3) sorted by relevance
120 Domain domain = ComputeDomain(klass->GetClassLoader(), dex_file); in ComputeDomain() local122 if (domain == Domain::kApplication && in ComputeDomain()126 domain = ComputeDomain(/* is_trusted= */ true); in ComputeDomain()129 return domain; in ComputeDomain()
213 JNIEXPORT jint JVM_Socket(jint domain, jint type, jint protocol) { in JVM_Socket() argument214 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