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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 8 var ViewGDoc = ('https://docs.google.com/document/d/');
10 var BBC_AUDIO_URL = 'https://www.bbc.co.uk/radio/player/bbc_world_service';
12 var PLAY_MUSIC_URL = 'https://play.google.com/music/listen?u=0#/wst/st/a2be2d85-0ac9-3a7a-b038-e221bb63ef71';
28 'https://www.google.com',
29 'https://news.google.com',
30 'https://finance.yahoo.com',
31 'https://clothing.shop.ebay.com/Womens-Shoes-/63889/i.html',
32 'https://www.facebook.com'
56 'https://gmail.com',
57 'https://mail.google.com
    [all...]
  /build/kati/testcase/
empty_target_specific_var.mk 1 # TODO(go): https://github.com/google/kati/issues/83
empty_target_specific_var2.mk 1 # TODO(go): https://github.com/google/kati/issues/83
  /external/kmod/
README.md 3 [![Build Status](https://semaphoreci.com/api/v1/projects/29d989ba-0f70-4006-be21-550f6692b73b/449920/shields_badge.svg)](https://semaphoreci.com/lucasdemarchi/kmod)<br/>
4 [![Coverity Scan Status](https://scan.coverity.com/projects/2096/badge.svg)](https://scan.coverity.com/projects/2096)
  /test/vti/test_serving/gae/testing/
test-endpoint.sh 3 curl -H "Content-Type: application/json" -X POST -d '{"devices": [{"serial": "123", "product": "myfish", "serial": "myserial", "status": 1}], "hostname": "hc1"}' https://vtslab-schedule-prod.appspot.com/_ah/api/host_info/v1/set
5 curl -H "Content-Type: application/json" -X POST -d '{"manifest_branch": "master", "build_id": "a2131", "build_target": "sailfish", "build_type": "userdebug"}' https://vtslab-schedule-prod.appspot.com/_ah/api/build_info/v1/set
7 curl -H "Content-Type: application/json" -X POST -d '{"device": [{"index": 1}], "host_name": "hc1"}' https://vtslab-schedule-prod.appspot.com/_ah/api/host_info/v1/set
9 curl -H "Content-Type: application/json" -X POST -d '{"hostname": "vtslab-mtv43-2"}' https://vtslab-schedule-prod.appspot.com/_ah/api/job_queue/v1/get
  /prebuilts/go/darwin-x86/src/math/
const.go 12 E = 2.71828182845904523536028747135266249775724709369995957496696763 // https://oeis.org/A001113
13 Pi = 3.14159265358979323846264338327950288419716939937510582097494459 // https://oeis.org/A000796
14 Phi = 1.61803398874989484820458683436563811772030917980576286213544862 // https://oeis.org/A001622
16 Sqrt2 = 1.41421356237309504880168872420969807856967187537694807317667974 // https://oeis.org/A002193
17 SqrtE = 1.64872127070012814684865078781416357165377610071014801157507931 // https://oeis.org/A019774
18 SqrtPi = 1.77245385090551602729816748334114518279754945612238712821380779 // https://oeis.org/A002161
19 SqrtPhi = 1.27201964951406896425242246173749149171560804184009624861664038 // https://oeis.org/A139339
21 Ln2 = 0.693147180559945309417232121458176568075500134360255254120680009 // https://oeis.org/A002162
23 Ln10 = 2.30258509299404568401799145468436420760110148862877297603332790 // https://oeis.org/A002392
  /prebuilts/go/linux-x86/src/math/
const.go 12 E = 2.71828182845904523536028747135266249775724709369995957496696763 // https://oeis.org/A001113
13 Pi = 3.14159265358979323846264338327950288419716939937510582097494459 // https://oeis.org/A000796
14 Phi = 1.61803398874989484820458683436563811772030917980576286213544862 // https://oeis.org/A001622
16 Sqrt2 = 1.41421356237309504880168872420969807856967187537694807317667974 // https://oeis.org/A002193
17 SqrtE = 1.64872127070012814684865078781416357165377610071014801157507931 // https://oeis.org/A019774
18 SqrtPi = 1.77245385090551602729816748334114518279754945612238712821380779 // https://oeis.org/A002161
19 SqrtPhi = 1.27201964951406896425242246173749149171560804184009624861664038 // https://oeis.org/A139339
21 Ln2 = 0.693147180559945309417232121458176568075500134360255254120680009 // https://oeis.org/A002162
23 Ln10 = 2.30258509299404568401799145468436420760110148862877297603332790 // https://oeis.org/A002392
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_buildifier.sh 19 wget https://github.com/bazelbuild/buildtools/releases/download/0.4.5/buildifier
24 wget https://github.com/bazelbuild/buildtools/releases/download/0.4.5/buildozer
  /external/libtextclassifier/models/
update.sh 6 BASE_URL=https://www.gstatic.com/android/text_classifier/p/live
  /external/smali/
README.md 5 Downloads are at https://bitbucket.org/JesusFreke/smali/downloads/. If you are interested in submitting a patch, feel free to send me a pull request here.
7 See [the wiki](https://github.com/JesusFreke/smali/wiki) for more info/news/release notes/etc.
10 - [github Issue tracker](https://github.com/JesusFreke/smali/issues) - For any bugs/issues/feature requests
16 - [Official dex bytecode reference](https://source.android.com/devices/tech/dalvik/dalvik-bytecode.html)
17 - [Registers wiki page](https://github.com/JesusFreke/smali/wiki/Registers)
18 - [Types, Methods and Fields wiki page](https://github.com/JesusFreke/smali/wiki/TypesMethodsAndFields)
19 - [Official dex format reference](https://source.android.com/devices/tech/dalvik/dex-format.html)
  /frameworks/data-binding/integration-tests/App With Spaces/gradle/wrapper/
gradle-wrapper.properties 22 distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
  /frameworks/data-binding/integration-tests/IndependentLibrary/gradle/wrapper/
gradle-wrapper.properties 21 distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/gradle/wrapper/
gradle-wrapper.properties 22 distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
  /external/annotation-tools/
.travis-build-without-test.sh 20 echo "Running: hg identify https://bitbucket.org/${SLUGOWNER}/jsr308-langtools &>-"
21 hg identify https://bitbucket.org/${SLUGOWNER}/jsr308-langtools &>-
26 echo "Running: (cd .. && hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools)"
27 (cd .. && (hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools || hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools))
28 echo "... done: (cd .. && hg clone https://bitbucket.org/${SLUGOWNER}/jsr308-langtools)"
  /external/tensorflow/tensorflow/java/
generate_pom.cc 33 <url>https://www.tensorflow.org</url>
45 <url>https://github.com/tensorflow/tensorflow.git</url>
47 <developerConnection>scm:git:https://github.com/tensorflow/tensorflow.git</developerConnection>
  /external/doclava/
moe.sh 23 rm -fr res/ src/ && svn export --force https://doclava.googlecode.com/svn/trunk/ . && rm -fr lib/ samples/ src/com/google/doclava/DoclavaTask.java
  /external/google-benchmark/
.travis-libcxx-setup.sh 4 curl -sSL https://cmake.org/files/v3.6/cmake-3.6.1-Linux-x86_64.sh -o install-cmake.sh
9 git clone --depth=1 https://github.com/llvm-mirror/llvm.git llvm-source
10 git clone --depth=1 https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
11 git clone --depth=1 https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi
  /external/junit-params/
RELEASES.md 17 Thanks to [adammichalik](https://github.com/adammichalik) for contribution
67 Thanks to [bbobcik](https://github.com/bbobcik) for inspiration
105 Thanks to [piekarskim](https://github.com/piekarskim) The issue #1 is fixed.
134 * [jtbeckha](https://github.com/jtbeckha)
135 * [szpak](https://github.com/szpak)
136 * [mkordas](https://github.com/mkordas)
137 * [davidwiking](https://github.com/davidwiking)
138 * [bennetelli](https://github.com/bennetelli)
160 Thanks to [Menliat](https://github.com/Menliat) for contribution.
171 Thanks to [ukcrpb6](https://github.com/ukcrpb6) for contribution
    [all...]
  /external/walt/arduino/
README.md 3 Refer to [Teensyduino instructions](https://www.pjrc.com/teensy/teensyduino.html)
9 [added recently](https://github.com/PaulStoffregen/cores/commit/a480cd28da49406c297d241a3cbb535e83bec7eb)
11 [beta version of Teensyduiono](https://forum.pjrc.com/threads/34472-Teensyduino-1-29-Beta-1-Available).
13 Also check out [this template](https://github.com/apmorton/teensy-template)
  /compatibility/cdd/3_software/
3_15_instant-apps.md 6 [`android:protectionLevel`](https://developer.android.com/guide/topics/manifest/permission-element.html#plevel)
8 * [C-0-2] Instant Apps MUST NOT interact with installed apps via [implicit intents](https://developer.android.com/reference/android/content/Intent.html)
12 * The target is explicitly exposed with [android:visibleToInstantApps](https://developer.android.com/reference/android/R.attr.html#visibleToInstantApps)
3_16_companion_device_pairing.md 5 ](https://developer.android.com/reference/android/companion/CompanionDeviceManager.html)
11 ](https://developer.android.com/reference/android/content/pm/PackageManager.html?#FEATURE_COMPANION_DEVICE_SETUP)
14 ](https://developer.android.com/reference/android/companion/package-summary.html)
  /prebuilts/go/darwin-x86/misc/chrome/gophertool/
gopher.js 20 return "https://github.com/golang/go/issues/" + t;
22 return "https://golang.org/cl/" + t;
26 return "https://golang.org/cl/" + t;
31 return "https://golang.org/change/" + match[1];
37 return "https://golang.org/pkg/" + t;
  /prebuilts/go/linux-x86/misc/chrome/gophertool/
gopher.js 20 return "https://github.com/golang/go/issues/" + t;
22 return "https://golang.org/cl/" + t;
26 return "https://golang.org/cl/" + t;
31 return "https://golang.org/change/" + match[1];
37 return "https://golang.org/pkg/" + t;
  /prebuilts/go/darwin-x86/src/net/url/
example_test.go 36 u.Scheme = "https"
42 // Output: https://google.com/search?q=golang
47 u, err := url.Parse("https://example.com/foo%2fbar")
57 // https://example.com/foo%2fbar
95 u, err := url.Parse("https://example.org:8000/path")
100 u, err = url.Parse("https://[2001:0db8:85a3:0000:0000:8a2e:0370:7334]:17000")
121 u, _ := url.Parse("https://example.org")
128 // https://example.org
132 u, err := url.Parse("https://example.org")
146 // https://example.org/fo
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
example_test.go 36 u.Scheme = "https"
42 // Output: https://google.com/search?q=golang
47 u, err := url.Parse("https://example.com/foo%2fbar")
57 // https://example.com/foo%2fbar
95 u, err := url.Parse("https://example.org:8000/path")
100 u, err = url.Parse("https://[2001:0db8:85a3:0000:0000:8a2e:0370:7334]:17000")
121 u, _ := url.Parse("https://example.org")
128 // https://example.org
132 u, err := url.Parse("https://example.org")
146 // https://example.org/fo
    [all...]

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 91011>>