HomeSort by relevance Sort by last modified time
    Searched defs:hosts (Results 1 - 25 of 43) sorted by null

1 2

  /libcore/benchmarks/src/benchmarks/regression/
DnsBenchmark.java 27 String[] hosts = new String[] { local
46 InetAddress.getByName(hosts[i % hosts.length]);
  /external/boringssl/src/crypto/x509/
vpm_int.h 63 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */ member in struct:X509_VERIFY_PARAM_ID_st
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ContextHandlerCollection.java 43 * on the context path and virtual hosts of any contained {@link org.eclipse.jetty.server.handler.ContextHandler}s.
115 Map hosts; local
118 hosts=(Map)contexts;
121 hosts=new HashMap();
122 hosts.put("*",contexts);
123 contextMap.put(contextPath, hosts);
129 contexts=hosts.get(vhost);
131 hosts.put(vhost,contexts);
136 Map hosts=(Map)contexts; local
137 contexts=hosts.get("*")
216 Map hosts = (Map)list; local
    [all...]
  /external/openssh/
hostfile.h 64 #define HKF_WANT_MATCH (1) /* return only matching hosts/addrs */
81 * If a parse error occurred, then "hosts" and subsequent options may be NULL.
90 const char *hosts; /* Raw hosts text, may be hashed or list multiple */ member in struct:hostkey_foreach_line
ssh-keygen.c 1044 int has_unhashed; /* When hashing, original had unhashed hosts */
1053 char *hashed, *cp, *hosts, *ohosts; local
1054 int has_wild = l->hosts && strcspn(l->hosts, "*?!") != strlen(l->hosts);
1060 * Don't hash hosts already already hashed, with wildcard
1069 l->linenum, l->hosts);
1077 ohosts = hosts = xstrdup(l->hosts);
1078 while ((cp = strsep(&hosts, ",")) != NULL && *cp != '\0')
    [all...]
  /frameworks/base/packages/StatementService/src/com/android/statementservice/
IntentFilterVerificationReceiver.java 47 * the maximum number of hosts in a query. If a query contains more than
48 * {@code MAX_HOSTS_PER_REQUEST} hosts, it will fail immediately without making any HTTP request
66 "Request contains %d hosts which is more than the allowed %d.";
88 String hosts = inputExtras.getString( local
93 Log.i(TAG, "Verify IntentFilter for " + hosts);
98 String[] hostList = hosts.split(" ");
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 304 HashMap<String, Set<Site>> hosts = new HashMap<String, Set<Site>>(); local
312 if (hosts.containsKey(host)) {
313 hostSites = (Set<Site>)hosts.get(host);
316 hosts.put(host, hostSites);
335 if (hosts.containsKey(host)) {
342 Set matchingSites = (Set) hosts.get(host);
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
Main.java 158 File[] hosts = host.listFiles(new FileFilter() { local
165 for (File hostOut : hosts) {
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 165 UINT8 num_hosts; /* Number of hosts in the host network */
258 tNFA_HCI_HOST_LIST hosts; /* NFA_HCI_HOST_LIST_EVT */ member in union:__anon12837
382 ** list of hosts that are present in the host network. When
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 191 HostEntry *hosts; member in struct:__anon15988
203 HostEntry *entry = list->hosts + i;
218 HostEntry *newHosts = realloc(list->hosts, newMax * sizeof(HostEntry));
222 list->hosts = newHosts;
225 entry = list->hosts + list->num++;
358 HostEntry *e, *end = &list->hosts[(max < list->num) ? max : list->num];
359 qsort(list->hosts, list->num, sizeof(HostEntry), CompareHosts);
361 for (e = &list->hosts[0]; e < end; e++)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/
runtime_registry_compatibility.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/
runtime_registry_compatibility.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 1295 xListHostsReply hosts; member in union:__anon29929
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 1295 xListHostsReply hosts; member in union:__anon31792
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 1095 List<ResolveInfo> hosts = mPackageManager.queryIntentServicesAsUser( local
1956 List<ResolveInfo> hosts = mPackageManager.queryIntentServicesAsUser( local
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-htmlunit-driver/2.42.2/
selenium-htmlunit-driver-2.42.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 

Completed in 822 milliseconds

1 2