Searched refs:hosts (Results 1 – 8 of 8) sorted by relevance
185 hosts = ('darwin', 'linux', 'windows')186 for host in hosts:
323 hosts = ['linux-x86', 'windows-x86']325 hosts = ['darwin-x86']333 for host in hosts:
92 void setSafeBrowsingWhitelist(List<String> hosts, ValueCallback<Boolean> callback); in setSafeBrowsingWhitelist() argument
1500 public static void setSafeBrowsingWhitelist(@NonNull List<String> hosts, in setSafeBrowsingWhitelist() argument1502 getFactory().getStatics().setSafeBrowsingWhitelist(hosts, callback); in setSafeBrowsingWhitelist()
89 String hosts = inputExtras.getString( in onReceive() local97 String[] hostList = hosts.split(" "); in onReceive()
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()