/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | URLClassLoaderTest.java | 75 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/ |
D | external_packages.py | 81 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/ |
D | spider.py | 72 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/ |
D | RTCIceServerTest.mm | 33 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/ |
D | adapter.js | 96 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/ |
D | JarScanner.java | 126 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/ |
D | multithread.c | 40 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()
|
D | 10-at-a-time.c | 36 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()
|
D | smooth-gtk-thread.c | 46 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()
|
D | threaded-ssl.c | 106 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/ |
D | urls.js | 35 urls: URLS, property 46 urls: [ property 61 urls: [ property 76 urls: [ property
|
D | test.js | 45 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/ |
D | jquery.flot.image.min.js | 7 …urls=[],points=[];var defaultShow=options.series.images.show;$.each(series,function(i,s){if(!(defa… argument
|
D | jquery.flot.image.js | 69 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/ |
D | control.email_1hour | 39 # 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: [' + \
|
D | control.web_1hour | 39 # 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, }]'
|
D | control.single_page | 39 # 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: [' + \
|
D | control.docs_1hour | 39 # 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: [' + \
|
D | control.video_1hour | 39 # 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/ |
D | Loader.java | 173 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/ |
D | urls.py | 2 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/ |
D | FinalizableReferenceQueueClassLoaderUnloadingTest.java | 82 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/ |
D | URLClassLoaderImplTest.java | 54 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/ |
D | mk-ca-bundle.pl | 47 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/ |
D | SecureClassLoaderTest.java | 172 URL[] urls = new URL[] { new URL("http://localhost") }; in testSecureClassLoaderClassLoader() local 173 URLClassLoader ucl = URLClassLoader.newInstance(urls); in testSecureClassLoaderClassLoader()
|