Searched defs:urls (Results 1 - 25 of 66) sorted by relevance

123

/external/curl/docs/examples/
H A Dmultithread.c42 const char * const urls[NUMT]= { variable
81 (void *)urls[i]);
85 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]);
H A D10-at-a-time.c37 static const char *urls[] = { variable
89 #define CNT sizeof(urls)/sizeof(char*) /* total number of transfers to do */
105 curl_easy_setopt(eh, CURLOPT_URL, urls[i]);
106 curl_easy_setopt(eh, CURLOPT_PRIVATE, urls[i]);
H A Dthreaded-ssl.c111 const char * const urls[]= { variable
151 (void *)urls[i]);
155 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]);
H A Dsmooth-gtk-thread.c48 gint num_urls = 9; /* Just make sure this is less than urls[]*/
49 const char * const urls[]= { variable
82 urls[j]);
89 outfile = fopen(urls[j], "wb");
136 /* Make sure I don't create more threads than urls. */
145 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]);
/external/apache-harmony/support/src/test/resources/tests/resources/JarIndex/
H A Dhyts_13.jar ... lang.Exception String[] args java.net.URL[] urls java.net.URLClassLoader ucl java.net. ...
H A Dhyts_33.jar ... lang.Exception String[] args java.net.URL[] urls java.net.URLClassLoader ucl java.net. ...
H A Dhyts_23.jar ... lang.Exception String[] args java.net.URL[] urls java.net.URLClassLoader ucl java.net. ...
/external/guava/guava-tests/test/com/google/common/base/
H A DFinalizableReferenceQueueTest.java129 public DecoupledClassLoader(URL[] urls) { argument
130 super(urls);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLClassLoaderTest.java75 public URLClassLoaderExt(URL[] urls) { argument
76 super(urls);
122 URL[] urls = new URL[2];
123 urls[0] = new URL(serverURL);
124 urls[1] = new URL(serverURL + "/subdir1/");
125 ucl = new URLClassLoader(urls);
152 URL[] urls = new URL[4];
153 urls[0] = new URL("http://" + Support_Configuration.HomeAddress);
154 urls[1] = new URL("http://" + Support_Configuration.TestResources + "/");
155 urls[
[all...]
/external/google-benchmark/
H A Dmingw.py44 urls = ( variable
55 def repository(urls = urls, log = EmptyLogger()):
63 for url in urls:
/external/webrtc/webrtc/tools/loopback_test/
H A Dadapter.js33 if (pcConfig.iceServers[i].hasOwnProperty('urls')){
34 pcConfig.iceServers[i]['url'] = pcConfig.iceServers[i]['urls'];
35 delete pcConfig.iceServers[i]['urls'];
50 // .urls is not supported in FF yet.
96 createIceServers = function(urls, username, password) {
99 for (i = 0; i < urls.length; i++) {
100 var iceServer = createIceServer(urls[i],
158 // Creates iceServers from the urls for Chrome M34 and above.
159 createIceServers = function(urls, username, password) {
162 // .urls i
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCache.java319 public Iterator<String> urls() throws IOException { method in class:Cache
/external/autotest/utils/
H A Dexternal_packages.py57 @attribute urls - A tuple of URLs to try fetching the package from.
81 urls = () variable in class:ExternalPackage
479 # Download the package from one of its urls, rejecting any if the
481 for url in self.urls:
535 urls = ('http://pypi.python.org/packages/source/s/setuptools/' variable in class:SetuptoolsPackage
589 urls = ('http://downloads.sourceforge.net/project/mysql-python/' variable in class:MySQLdbPackage
613 urls = ('http://www.djangoproject.com/download/%s/tarball/' % version,) variable in class:DjangoPackage
633 urls = ('http://downloads.sourceforge.net/project/numpy/NumPy/%(version)s/' variable in class:NumpyPackage
652 urls = ('http://downloads.sourceforge.net/project/matplotlib/matplotlib/' variable in class:MatplotlibPackage
668 urls variable in class:AtForkPackage
680 urls = ('https://pypi.python.org/packages/source/p/paramiko/' + local_filename,) variable in class:ParamikoPackage
720 urls = ('http://pypi.python.org/packages/source/r/requests/' + variable in class:RequestsPackage
734 urls = ('http://pypi.python.org/packages/source/j/%s/%s' % variable in class:JsonRPCLib
751 urls = ('http://httplib2.googlecode.com/files/' + local_filename,) variable in class:Httplib2Package
768 urls = ('http://google-web-toolkit.googlecode.com/files/' + local_filename,) variable in class:GwtPackage
813 urls = ('http://google-visualization-python.googlecode.com/files/%s' % ( variable in class:GVizAPIPackage
831 urls = ('http://pypi.python.org/packages/source/p/python-statsd/%s' % ( variable in class:StatsdPackage
848 urls = ('http://gdata-python-client.googlecode.com/files/%s' % ( variable in class:GdataPackage
869 urls = ('https://google-api-python-client.googlecode.com/files/%s' % ( variable in class:GoogleAPIClientPackage
886 urls = ('https://python-gflags.googlecode.com/files/%s' % ( variable in class:GFlagsPackage
909 urls = ('http://www.dnspython.org/kits/%s/%s' % ( variable in class:DnsPythonPackage
937 urls = ('http://pypi.python.org/packages/source/p/pyudev/%s' % ( variable in class:PyudevPackage
956 urls = ('http://pypi.python.org/packages/source/m/mox/%s' % ( variable in class:PyMoxPackage
979 urls = ('https://pypi.python.org/packages/source/s/selenium/%s' % ( variable in class:PySeleniumPackage
996 urls = ('http://pypi.python.org/packages/source/f/faulthandler/%s' % variable in class:FaultHandlerPackage
1013 urls = ('http://pypi.python.org/packages/source/p/psutil/%s' % variable in class:PsutilPackage
1027 urls = ('https://pypi.python.org/packages/source/e/elasticsearch/%s' % variable in class:ElasticSearchPackage
1040 urls = ('https://pypi.python.org/packages/source/u/urllib3/%s' % variable in class:Urllib3Package
1053 urls = ('http://effbot.org/downloads/%s' % url_filename,) variable in class:ImagingLibraryPackage
[all...]
/external/curl/src/
H A Dtool_operate.c419 URLGlob *urls; local
423 urls = NULL;
456 result = glob_url(&urls, urlnode->url, &urlnum,
510 if(urls) {
511 result = glob_next_url(&this_url, urls);
556 else if(urls) {
559 result = glob_match_url(&outfile, storefile, urls);
1639 ** no more urls left.
1761 if(urls) {
1763 glob_cleanup(urls);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.appserver_3.1.400.v20100427.jar ... .net.URL[] getURLs () java.util.Set urls private java.util.Set getPluginClasspath (java.lang ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jar ... java.net.URL[]) java.net.URL[] urls public java.lang.ClassLoader getNewClassLoader (boolean) boolean allowLoading ...
H A Dorg.eclipse.equinox.launcher.jar ... security.Policy policy private java.net.URL[] urls private java.security.PermissionCollection allPermissions java.security ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jar ... security.Policy policy private java.net.URL[] urls private java.security.PermissionCollection allPermissions java.security ...
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar ... realm String oldRealm String url1 java.util.Enumeration urls String url2 public void flushAuthorizationInfo (java.net.URL ...
/external/webrtc/talk/app/webrtc/
H A Dpeerconnectioninterface.h201 // TODO(jbauch): Remove uri when all code using it has switched to urls.
203 std::vector<std::string> urls; member in struct:webrtc::PeerConnectionInterface::IceServer
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-launcher.jar ... .File location String[] extensions java.net.URL[] urls java.io.File[] matches static java.lang ...
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc2160 const char** urls = NewArray<const char*>(enumerator.count()); local
2165 urls[i] = global_object_name_resolver_->GetName(
2168 urls[i] = NULL;
2174 objects_tags_.SetTag(*enumerator.at(i), urls[i]);
2177 DeleteArray(urls);
/external/robolectric/v3/
H A Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ...
/external/guice/extensions/persist/lib/
H A Dcommons-io.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 3206 milliseconds

123