Searched refs:hosts (Results 1 – 9 of 9) sorted by relevance
185 hosts = ('darwin', 'linux', 'windows')186 for host in hosts:
321 hosts = ['linux-x86', 'windows-x86']323 hosts = ['darwin-x86']331 for host in hosts:
89 String hosts = inputExtras.getString( in onReceive() local97 String[] hostList = hosts.split(" "); in onReceive()
92 void setSafeBrowsingWhitelist(List<String> hosts, ValueCallback<Boolean> callback); in setSafeBrowsingWhitelist() argument
1503 public static void setSafeBrowsingWhitelist(@NonNull List<String> hosts, in setSafeBrowsingWhitelist() argument1505 getFactory().getStatics().setSafeBrowsingWhitelist(hosts, callback); in setSafeBrowsingWhitelist()
89 // Process is in the background but hosts the home activity.91 // Process is in the background but hosts the last shown activity.
579 List<ResolveInfo> hosts = in registerTransportsForIntent() local581 if (hosts == null) { in registerTransportsForIntent()584 for (ResolveInfo host : hosts) { in registerTransportsForIntent()
202 File[] hosts = host.listFiles(path -> path.isDirectory() && in getPlatformDirFromRoot() local205 assert hosts != null; in getPlatformDirFromRoot()206 for (File hostOut : hosts) { in getPlatformDirFromRoot()
106 assertEquals(actual.hosts, expected.hosts); in assertResolverOptionsEquals()