HomeSort by relevance Sort by last modified time
    Searched refs:URLs (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/clang/test/Preprocessor/
traditional-cpp.c 90 Preserve URLs: http://clang.llvm.org
91 /* CHECK: {{^}}Preserve URLs: http://clang.llvm.org{{$}}
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
encoders.py 27 """Base class for encoders which turn chart objects into Google Chart URLS.
33 url_base: The prefix to use for URLs. If you want to point to a different
215 """Helper class to encode LineChart objects into Google Chart URLs."""
241 """Helper class to encode Sparkline objects into Google Chart URLs."""
249 """Helper class to encode BarChart objects into Google Chart URLs."""
353 """Helper class for encoding PieChart objects into Google Chart URLs.
  /prebuilts/go/darwin-x86/src/html/template/
url.go 53 // The byte loop below assumes that all URLs use UTF-8 as the
57 // It should not cause any misencoding of URLs in pages with
65 // Single quotes are reserved in URLs, but are only used in
transition.go 394 // (1) URLs as in background: "/foo.png"
406 // We conservatively treat all strings as URLs, but make some
473 // Unquoted URLs end with a newline or close parenthesis.
attr.go 167 // Developers seem to store URL content in data URLs that start
content.go 54 // `javascript:` URLs are filtered out since they are a frequently
  /prebuilts/go/linux-x86/src/html/template/
url.go 53 // The byte loop below assumes that all URLs use UTF-8 as the
57 // It should not cause any misencoding of URLs in pages with
65 // Single quotes are reserved in URLs, but are only used in
transition.go 394 // (1) URLs as in background: "/foo.png"
406 // We conservatively treat all strings as URLs, but make some
473 // Unquoted URLs end with a newline or close parenthesis.
attr.go 167 // Developers seem to store URL content in data URLs that start
content.go 54 // `javascript:` URLs are filtered out since they are a frequently
  /prebuilts/go/darwin-x86/src/sync/
example_test.go 18 // This example fetches several URLs concurrently,
22 var urls = []string{
27 for _, url := range urls {
  /prebuilts/go/linux-x86/src/sync/
example_test.go 18 // This example fetches several URLs concurrently,
22 var urls = []string{
27 for _, url := range urls {
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
stat.py 46 The stat command will output details about the specified object URLs.
58 URLs using wildcards.
126 raise CommandException('The stat command only works with object URLs')
149 sys.stderr.write('No URLs matched %s' % url_str)
  /prebuilts/go/darwin-x86/misc/linkcheck/
linkcheck.go 6 // It crawls a URL recursively and notes URLs and URL fragments
29 var urlq = make(chan string) // URLs to crawl
  /prebuilts/go/linux-x86/misc/linkcheck/
linkcheck.go 6 // It crawls a URL recursively and notes URLs and URL fragments
29 var urlq = make(chan string) // URLs to crawl
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 50 // Regexp for URLs
99 // Emphasize and escape a line of text for HTML. URLs are converted into links;
139 italics = false // don't italicize URLs
282 // URLs in the comment text are converted into links; if the URL also appears
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 50 // Regexp for URLs
99 // Emphasize and escape a line of text for HTML. URLs are converted into links;
139 italics = false // don't italicize URLs
282 // URLs in the comment text are converted into links; if the URL also appears
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 20 var urls = []string{ var
32 // StateMonitor maintains a map that stores the state of the URLs being
108 for _, url := range urls {
  /prebuilts/go/linux-x86/doc/codewalk/
urlpoll.go 20 var urls = []string{ var
32 // StateMonitor maintains a map that stores the state of the URLs being
108 for _, url := range urls {
  /external/chromium-trace/catapult/dashboard/dashboard/
bench_find_anomalies.py 244 """Makes a list of URLs to view graphs for "unconfirmed" alerts.
268 A list of URLs, each of which is for a graph for one unconfirmed alert.
294 A list of URLs, each of which is for a graph for one extra alert.
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 6 var URLS = new Array();
35 urls: URLS,
46 urls: [
61 urls: [
76 urls: [
95 // List of URLs to cycle through
97 URLS[u_index++] = 'http://www.google.com';
98 URLS[u_index++] = 'http://www.yahoo.com';
99 URLS[u_index++] = 'http://www.facebook.com'
    [all...]
  /prebuilts/go/darwin-x86/src/net/url/
url.go 5 // Package url parses URLs and implements query escaping.
237 // URLs that do not start with a slash after the scheme are interpreted as:
385 // in which case only absolute URLs or path-absolute relative URLs are allowed.
386 // If viaRequest is false, all forms of relative URLs are allowed.
  /prebuilts/go/linux-x86/src/net/url/
url.go 5 // Package url parses URLs and implements query escaping.
237 // URLs that do not start with a slash after the scheme are interpreted as:
385 // in which case only absolute URLs or path-absolute relative URLs are allowed.
386 // If viaRequest is false, all forms of relative URLs are allowed.
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 70 // It is typically used in URLs and file names.
79 // It is typically used in URLs and file names.
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 70 // It is typically used in URLs and file names.
79 // It is typically used in URLs and file names.

Completed in 976 milliseconds

1 2 3