Home
last modified time | relevance | path

Searched refs:urls (Results 1 – 25 of 62) sorted by relevance

123

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderTest.java75 public URLClassLoaderExt(URL[] urls) { in URLClassLoaderExt() argument
76 super(urls); in URLClassLoaderExt()
122 URL[] urls = new URL[2]; in test_findResourcesLjava_lang_String() local
123 urls[0] = new URL(serverURL); in test_findResourcesLjava_lang_String()
124 urls[1] = new URL(serverURL + "/subdir1/"); in test_findResourcesLjava_lang_String()
125 ucl = new URLClassLoader(urls); in test_findResourcesLjava_lang_String()
152 URL[] urls = new URL[4]; in test_getURLs() local
153 urls[0] = new URL("http://" + Support_Configuration.HomeAddress); in test_getURLs()
154 urls[1] = new URL("http://" + Support_Configuration.TestResources + "/"); in test_getURLs()
155 urls[2] = new URL("ftp://" + Support_Configuration.TestResources + "/"); in test_getURLs()
[all …]
/external/autotest/utils/
Dexternal_packages.py81 urls = () variable in ExternalPackage
481 for url in self.urls:
535 urls = ('http://pypi.python.org/packages/source/s/setuptools/' variable in SetuptoolsPackage
589 urls = ('http://downloads.sourceforge.net/project/mysql-python/' variable in MySQLdbPackage
613 urls = ('http://www.djangoproject.com/download/%s/tarball/' % version,) variable in DjangoPackage
633 urls = ('http://downloads.sourceforge.net/project/numpy/NumPy/%(version)s/' variable in NumpyPackage
652 urls = ('http://downloads.sourceforge.net/project/matplotlib/matplotlib/' variable in MatplotlibPackage
668 urls = ('http://python-atfork.googlecode.com/files/' + local_filename,) variable in AtForkPackage
680 urls = ('https://pypi.python.org/packages/source/p/paramiko/' + local_filename,) variable in ParamikoPackage
720 urls = ('http://pypi.python.org/packages/source/r/requests/' + variable in RequestsPackage
[all …]
/external/chromium-trace/catapult/third_party/html5lib-python/utils/
Dspider.py72 urls = set()
79 urls.add(url)
86 for url in urls:
93 urls = newUrls
97 for url in urls:
108 toVisit = set([url for url in urls if url in responseHeaders and
121 self.visitedURLs.update(urls)
/external/webrtc/webrtc/api/objctests/
DRTCIceServerTest.mm33 EXPECT_EQ((size_t)1, iceStruct.urls.size());
34 EXPECT_EQ("stun:stun1.example.net", iceStruct.urls.front());
44 EXPECT_EQ((size_t)2, iceStruct.urls.size());
45 EXPECT_EQ("turn1:turn1.example.net", iceStruct.urls.front());
46 EXPECT_EQ("turn2:turn2.example.net", iceStruct.urls.back());
57 EXPECT_EQ((size_t)1, iceStruct.urls.size());
58 EXPECT_EQ("turn1:turn1.example.net", iceStruct.urls.front());
/external/webrtc/webrtc/tools/loopback_test/
Dadapter.js96 createIceServers = function(urls, username, password) { argument
99 for (i = 0; i < urls.length; i++) {
100 var iceServer = createIceServer(urls[i],
159 createIceServers = function(urls, username, password) {
163 iceServers = {'urls': urls, property
167 for (i = 0; i < urls.length; i++) {
168 var iceServer = createIceServer(urls[i],
/external/jetty/src/java/org/eclipse/jetty/webapp/
DJarScanner.java126 URL[] urls = ((URLClassLoader)loader).getURLs(); in scan() local
127 if (urls != null) in scan()
129 URI[] uris = new URI[urls.length]; in scan()
131 for (URL u : urls) in scan()
/external/curl/docs/examples/
Dmultithread.c40 const char * const urls[NUMT]= { variable
79 (void *)urls[i]); in main()
83 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]); in main()
D10-at-a-time.c36 static const char *urls[] = { variable
88 #define CNT sizeof(urls)/sizeof(char*) /* total number of transfers to do */
104 curl_easy_setopt(eh, CURLOPT_URL, urls[i]); in init()
105 curl_easy_setopt(eh, CURLOPT_PRIVATE, urls[i]); in init()
Dsmooth-gtk-thread.c46 const char * const urls[]= { variable
80 urls[j]); in pull_one_url()
88 outfile = fopen(urls[j], "w"); in pull_one_url()
145 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]); in create_thread()
Dthreaded-ssl.c106 const char * const urls[]= { variable
146 (void *)urls[i]); in main()
150 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]); in main()
/external/autotest/client/site_tests/power_LoadTest/extension/
Durls.js35 urls: URLS, property
46 urls: [ property
61 urls: [ property
76 urls: [ property
Dtest.js45 var url = cycle.urls[cycle.idx];
47 cycle.idx = (cycle.idx + 1) % cycle.urls.length;
78 } else if (task.type == 'cycle' && task.urls) {
86 'urls': task.urls, property
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.image.min.js7urls=[],points=[];var defaultShow=options.series.images.show;$.each(series,function(i,s){if(!(defa… argument
Djquery.flot.image.js69 var urls = [], points = [];
82 urls.push(p[0]);
88 $.plot.image.load(urls, function (loadedImages) {
99 $.plot.image.load = function (urls, callback) { argument
100 var missing = urls.length, loaded = {};
104 $.each(urls, function (i, url) {
/external/autotest/client/site_tests/power_LoadTest/
Dcontrol.email_1hour39 # the window. Cycle will cycle through the urls for the duration of the window
47 # tabs: list of urls for the window type
48 # urls: list of urls to cycle through for the cycle type
70 ' urls: [' + \
81 ' urls: [' + \
Dcontrol.web_1hour39 # the window. Cycle will cycle through the urls for the duration of the window
47 # tabs: list of urls for the window type
48 # urls: list of urls to cycle through for the cycle type
70 ' urls: URLS, }]'
Dcontrol.single_page39 # the window. Cycle will cycle through the urls for the duration of the window
47 # tabs: list of urls for the window type
48 # urls: list of urls to cycle through for the cycle type
61 ' urls: [' + \
Dcontrol.docs_1hour39 # the window. Cycle will cycle through the urls for the duration of the window
47 # tabs: list of urls for the window type
48 # urls: list of urls to cycle through for the cycle type
70 ' urls: [' + \
Dcontrol.video_1hour39 # the window. Cycle will cycle through the urls for the duration of the window
47 # tabs: list of urls for the window type
48 # urls: list of urls to cycle through for the cycle type
/external/jetty/src/java/org/eclipse/jetty/util/
DLoader.java173 URL[] urls = ((URLClassLoader)loader).getURLs(); in getClassPath() local
174 if (urls != null) in getClassPath()
176 for (int i=0;i<urls.length;i++) in getClassPath()
178 Resource resource = Resource.newResource(urls[i]); in getClassPath()
/external/autotest/frontend/
Durls.py2 from django.conf.urls import defaults
17 (RE_PREFIX + r'admin/', defaults.include(admin.site.urls)),
/external/guava/guava-tests/test/com/google/common/base/
DFinalizableReferenceQueueClassLoaderUnloadingTest.java82 final URL[] urls = myLoader.getURLs(); in useFrqInSeparateLoader() local
83 URLClassLoader sepLoader = new URLClassLoader(urls, myLoader.getParent()); in useFrqInSeparateLoader()
206 final URL[] urls = myLoader.getURLs(); in doTestUnloadableInStaticFieldIfClosed() local
207 URLClassLoader sepLoader = new URLClassLoader(urls, myLoader.getParent()); in doTestUnloadableInStaticFieldIfClosed()
/external/apache-harmony/luni/src/test/impl/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderImplTest.java54 final URL[] urls = { base }; in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory() local
55 final URLClassLoader ucl = new URLClassLoader(urls, null, new TestFactory()); in test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory()
/external/curl/lib/
Dmk-ca-bundle.pl47 my %urls = (
120 my $url = ( defined( $urls{$opt_d} ) ) ? $urls{$opt_d} : $opt_d;
160 …print "\t\t ", join( ", ", map { ( $_ =~ m/$opt_d/ ) ? "$_ (default)" : "$_" } sort keys %urls
/external/apache-harmony/security/src/test/api/java.injected/java/security/
DSecureClassLoaderTest.java172 URL[] urls = new URL[] { new URL("http://localhost") }; in testSecureClassLoaderClassLoader() local
173 URLClassLoader ucl = URLClassLoader.newInstance(urls); in testSecureClassLoaderClassLoader()

123