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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/math/big/
prime_test.go 26 // https://golang.org/issue/638
65 // Extra-strong Lucas pseudoprimes. https://oeis.org/A217719
186 // https://oeis.org/A001262
193 // https://oeis.org/A217719
  /prebuilts/go/darwin-x86/src/net/http/
proxy_test.go 54 {"", "https", "foo.com", "|https|foo.com"},
56 {"http://foo.com", "https", "foo.com", "http://foo.com|https|foo.com"},
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20/
chacha_test.go 10 // https://tools.ietf.org/html/rfc7539#section-2.3.2. The
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug279.go 7 // https://golang.org/issue/799
gcc67968.go 7 // https://gcc.gnu.org/PR67968
  /prebuilts/go/linux-x86/doc/play/
pi.go 2 // See https://goo.gl/la6Kli.
  /prebuilts/go/linux-x86/misc/cgo/testshared/src/depBase/
dep.go 25 // exercising https://github.com/golang/go/issues/17594
  /prebuilts/go/linux-x86/src/math/big/
prime_test.go 26 // https://golang.org/issue/638
65 // Extra-strong Lucas pseudoprimes. https://oeis.org/A217719
186 // https://oeis.org/A001262
193 // https://oeis.org/A217719
  /prebuilts/go/linux-x86/src/net/http/
proxy_test.go 54 {"", "https", "foo.com", "|https|foo.com"},
56 {"http://foo.com", "https", "foo.com", "http://foo.com|https|foo.com"},
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20/
chacha_test.go 10 // https://tools.ietf.org/html/rfc7539#section-2.3.2. The
  /prebuilts/go/linux-x86/test/fixedbugs/
bug279.go 7 // https://golang.org/issue/799
gcc67968.go 7 // https://gcc.gnu.org/PR67968
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
update_external_sources_android.sh 38 git clone https://github.com/KhronosGroup/glslang.git .
54 git clone https://github.com/KhronosGroup/SPIRV-Tools.git .
  /external/compiler-rt/
README.android 21 * Cherry-pick on 2014/2/11: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201068 and https://llvm.org/svn/llvm-project/compiler-rt/trunk@201070
31 * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.)
32 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (Contact srhines for merge questions.)
  /prebuilts/go/darwin-x86/src/cmd/go/
http.go 31 // when we're connecting to https servers that might not be there
73 // https resource or, if unavailable, the http resource.
85 if security == insecure && scheme == "https" { // fail earlier
97 urlStr, res, err := fetch("https")
100 log.Printf("https fetch failed: %v", err)
  /prebuilts/go/linux-x86/src/cmd/go/
http.go 31 // when we're connecting to https servers that might not be there
73 // https resource or, if unavailable, the http resource.
85 if security == insecure && scheme == "https" { // fail earlier
97 urlStr, res, err := fetch("https")
100 log.Printf("https fetch failed: %v", err)
  /external/vulkan-validation-layers/
CONTRIBUTING.md 10 * [Khronos Vulkan-LoaderAndValidationLayers](https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers)
11 * [LunarG VulkanTools](https://github.com/LunarG/VulkanTools)
12 * [LunarG VulkanSamples](https://github.com/LunarG/VulkanSamples)
25 [issues list](https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues)
38 This will involve [forking the repository](https://help.github.com/articles/fork-a-repo/),
39 creating a branch with your commits, and then [submitting a pull request](https://help.github.com/articles/using-pull-requests/).
  /external/nanohttpd/
README.md 7 * Build status: [![Build Status](https://api.travis-ci.org/NanoHttpd/nanohttpd.png)](https://travis-ci.org/NanoHttpd/nanohttpd)
8 * Coverage Status: [![Coverage Status](https://coveralls.io/repos/NanoHttpd/nanohttpd/badge.svg)](https://coveralls.io/r/NanoHttpd/nanohttpd)
9 * Current central released version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd)
84 This text has to be extrended with an example, so for now take a look at the unit tests for the usage. <https://github.com/NanoHttpd/nanohttpd/blob/master/nanolets/src/test/java/fi/iki/elonen/router/AppNanolets.java>
110 * Support for HTTPS (SSL)
133 * Simple [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) support via `--cors` paramater
181 For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*
    [all...]
  /external/nanohttpd/src/site/markdown/
index.md 7 * Build status: [![Build Status](https://api.travis-ci.org/NanoHttpd/nanohttpd.png)](https://travis-ci.org/NanoHttpd/nanohttpd)
8 * Coverage Status: [![Coverage Status](https://coveralls.io/repos/NanoHttpd/nanohttpd/badge.svg)](https://coveralls.io/r/NanoHttpd/nanohttpd)
9 * Current central released version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.nanohttpd/nanohttpd)
84 This text has to be extrended with an example, so for now take a look at the unit tests for the usage. <https://github.com/NanoHttpd/nanohttpd/blob/master/nanolets/src/test/java/fi/iki/elonen/router/AppNanolets.java>
110 * Support for HTTPS (SSL)
133 * Simple [CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) support via `--cors` paramater
177 For a specialized HTTP (HTTPS) service you can use the module with artifactId *nanohttpd*
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/
runtests.sh 17 For more options, see https://goo.gl/JxYjIw
  /prebuilts/go/darwin-x86/misc/cgo/test/
cflags.go 7 // See https://golang.org/issue/5224 for details.
issue6997_linux.go 9 // See https://golang.org/issue/6997
issue7234_test.go 10 // test of https://golang.org/issue/7234, a compiler/linker bug in
issue9557.go 8 // See https://golang.org/issue/9557.
setgid_linux.go 6 // See https://golang.org/issue/3871 for details.

Completed in 839 milliseconds

1 2 3 45 6 7 8 91011>>