HomeSort by relevance Sort by last modified time
    Searched refs:https (Results 151 - 175 of 1245) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r16/sources/android/ndk_helper/
Android.mk 5 https://github.com/googlesamples/android-ndk/tree/master/teapots/common/ndk_helper)
  /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/internal/web/
http.go 33 // when we're connecting to https servers that might not be there
75 // https resource or, if unavailable and permitted by the security mode, the http resource.
87 if security == Insecure && scheme == "https" { // fail earlier
99 urlStr, res, err := fetch("https")
102 log.Printf("https fetch failed: %v", err)
  /prebuilts/go/linux-x86/src/cmd/go/internal/web/
http.go 33 // when we're connecting to https servers that might not be there
75 // https resource or, if unavailable and permitted by the security mode, the http resource.
87 if security == Insecure && scheme == "https" { // fail earlier
99 urlStr, res, err := fetch("https")
102 log.Printf("https fetch failed: %v", err)
  /external/walt/docs/
AudioLatency.md 25 [player callback](https://github.com/google/walt/blob/v0.1.6/android/WALT/app/src/main/jni/player.c#L107)
27 [Enqueue() call](https://github.com/google/walt/blob/v0.1.6/android/WALT/app/src/main/jni/player.c#L123)
32 [recorder callback](https://github.com/google/walt/blob/v0.1.6/android/WALT/app/src/main/jni/player.c#L345)
53 [Superpowered Latency App](https://github.com/superpoweredSDK/SuperpoweredLatency).
55 * [Audio round trip measurements published by Android group](https://source.android.com/devices/audio/latency_measurements.html#measurements)
62 function ([currently at 5 kHz](https://github.com/google/walt/blob/v0.1.6/arduino/walt/walt.ino#L310)).
64 [ChromeOS/Android audio loopback dongle](https://source.android.com/devices/audio/loopback.html).
ChromeOS.md 5 1. Using the [WALT Android app](https://play.google.com/store/apps/details?id=org.kamrik.latency.walt) and walt.py script as a bridge
9 [some pointers on how to get it installed](https://www.chromium.org/chromium-os/testing/autotest-developer-faq/ssh-test-keys-setup)
14 wget https://github.com/google/walt/archive/master.tar.gz
  /external/autotest/site_utils/lxc/
lxc_functional_test.py 92 "endpoint":"https://xxx.googleapis.com/v1:insert",
104 "auth_uri": "https://accounts.google.com/o/oauth2/auth",
105 "token_uri": "https://accounts.google.com/o/oauth2/token",
107 "https://www.googleapis.com/oauth2/v1/certs",
109 "https://www.googleapis.com/robot/v1/metadata/x509/xxx"
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 27 https://source.android.com/devices/tv/index.html#third-party_input_example))
31 https://source.android.com/devices/tv/index.html#tv_inputs)
47 https://developer.android.com/reference/android/media/tv/TvContract.Programs.html)
94 https://developer.android.com/reference/android/media/tv/TvInputManager.html#TIME_SHIFT_STATUS_AVAILABLE).
105 https://developer.android.com/reference/android/media/tv/TvContract.Programs.html#COLUMN_RECORDING_PROHIBITED),
107 https://developer.android.com/reference/android/media/tv/TvInputInfo.html#canRecord%28%29).
3_13_quick-settings.md 10 https://developer.android.com/reference/android/service/quicksettings/package-summary.html)
  /compatibility/cdd/9_security-model/
9_12_data-deletion.md 14 https://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#wipeData%28int%29)
  /external/curl/docs/cmdline-opts/
proto-redir.d 10 Example, allow only HTTP and HTTPS on redirect:
12 curl --proto-redir -all,http,https http://example.com
proxy.d 13 HTTPS proxy support via https:// protocol prefix was added in 7.52.0 for
  /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...]
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_pi_python3_toolchain.sh 26 curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
install_pi_toolchain.sh 26 curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
  /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.
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan10.go 11 // See https://golang.org/issue/18717.
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/exe/
exe.go 28 // exercising https://golang.org/issues/17594
  /prebuilts/go/darwin-x86/src/go/doc/
comment_test.go 154 {"before (https://www.google.com) after", `before (<a href="https://www.google.com">https://www.google.com</a>) after`},
155 {"before https://www.google.com:30/x/y/z:b::c. After", `before <a href="https://www.google.com:30/x/y/z:b::c">https://www.google.com:30/x/y/z:b::c</a>. After`},
160 {"https://www.google.com/", `<a href="https://www.google.com/">https://www.google.com/</a>`},

Completed in 720 milliseconds

1 2 3 4 5 67 8 91011>>