HomeSort by relevance Sort by last modified time
    Searched refs:urls (Results 101 - 125 of 703) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
SimpleCompilationTest.java 382 URL[] urls = new URL[] {root.toURL()}; local
385 ClassLoader classLoader = new URLClassLoader(urls, analyzer.getClassLoader());
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 322 URL [] urls = {new URL("file:file.jar"), local
325 for(URL url : urls) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
webchecker.py 9 errors. A subweb is specified by giving one or more ``root URLs''; a
10 page belongs to the subweb if one of the root URLs is an initial
16 the interpretation of ``file:'' URLs is extended to mimic the behavior
32 work status every 50 URLs (adjustable with the -r option), and it
58 The agent name is hardwired to "webchecker". URLs that are disallowed
59 by the robots.txt file are reported as external URLs.
280 # Add a name table, so that the name URLs can be checked. Also
281 # serves as an implicit cache for which URLs are done.
345 urls = self.todo.keys()
346 urls.sort()
    [all...]
  /external/python/cpython2/Tools/webchecker/
webchecker.py 9 errors. A subweb is specified by giving one or more ``root URLs''; a
10 page belongs to the subweb if one of the root URLs is an initial
16 the interpretation of ``file:'' URLs is extended to mimic the behavior
32 work status every 50 URLs (adjustable with the -r option), and it
58 The agent name is hardwired to "webchecker". URLs that are disallowed
59 by the robots.txt file are reported as external URLs.
280 # Add a name table, so that the name URLs can be checked. Also
281 # serves as an implicit cache for which URLs are done.
345 urls = self.todo.keys()
346 urls.sort(
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnectioninterface.h 201 // 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
peerconnection_unittest.cc     [all...]
  /external/python/cpython3/Lib/test/
test_urllib2.py 763 urls = [
773 urls.append("file://%s%s" % (localaddr, urlpath))
775 for url in urls:
825 # what was intended was to distinguish between URLs like:
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TestCaseReport.java 298 URL[] urls = { local
303 URLClassLoader.newInstance(urls, JarTestFinder.class.getClassLoader());
  /prebuilts/misc/common/robolectric/3.6.1/lib/
robolectric-3.6.1.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundle.java 615 Enumeration<URL> urls = root.getResources(bn);
616 if (urls == null) {
628 while (urls.hasMoreElements()) {
629 URL url = urls.nextElement();
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundle.java 611 Enumeration<URL> urls = root.getResources(bn);
612 if (urls == null) {
624 while (urls.hasMoreElements()) {
625 URL url = urls.nextElement();
    [all...]
  /external/kotlinc/lib/
kotlin-preloader.jar 
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
classworlds-1.1-alpha-2.jar 
robolectric-3.1.1.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/
classworlds-1.1.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.jar 
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTextViewTest.java 503 List<String> urls = new ArrayList<>(); local
505 urls.add(urlSpan.getURL());
507 return urls;
  /packages/apps/UnifiedEmail/assets/
script.js 465 var urls = new Array();
476 urls[k] = src;
488 window.mail.onInlineAttachmentsParsed(urls, messageIds);
507 // preserve cid urls as is
  /external/python/cpython2/Lib/test/
test_urllib2.py 689 urls = [
699 urls.append("file://%s%s" % (localaddr, urlpath))
701 for url in urls:
750 # what was intended was to distinguish between URLs like:
863 # Issue4493: urllib2 to supply '/' when to urls where path does not
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java     [all...]
  /prebuilts/misc/common/robolectric/3.5.1/lib/
sandbox-3.5.1.jar 
  /external/tensorflow/tensorflow/python/debug/lib/
session_debug_grpc_test.py 15 """Tests for debugger functionalities in tf.Session with grpc:// URLs.
519 urls = []
521 urls.append(self._debug_server_url + "/thread%d" % i)
522 return urls
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/
plexus-classworlds-2.4.jar 

Completed in 1380 milliseconds

1 2 3 45 6 7 8 91011>>