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

1 2 3 4 5 6 7 8 91011>>

  /device/lge/bullhead/
gps.conf 10 XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra3grc.bin
11 XTRA_SERVER_2=https://xtrapath2.izatcloud.net/xtra3grc.bin
12 XTRA_SERVER_3=https://xtrapath3.izatcloud.net/xtra3grc.bin
  /device/huawei/angler/
gps.conf 2 XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra3grc.bin
3 XTRA_SERVER_2=https://xtrapath2.izatcloud.net/xtra3grc.bin
4 XTRA_SERVER_3=https://xtrapath3.izatcloud.net/xtra3grc.bin
  /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
target_specific_var.mk 0 # https://www.gnu.org/software/make/manual/html_node/Target_002dspecific.html
  /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)
  /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/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...]
  /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;
  /build/blueprint/
.travis.install-ninja.sh 15 git clone https://github.com/martine/ninja
  /cts/tests/tests/networksecurityconfig/src/android/security/net/config/cts/
TestUtils.java 50 assertHttpClientSucceeds(host, port, true /* https */);
51 assertUrlConnectionSucceeds(host, port, true /* https */);
56 assertHttpClientFails(host, port, true /* https */);
57 assertUrlConnectionFails(host, port, true /* https */);
107 private static void assertUrlConnectionFails(String host, int port, boolean https)
109 URL url = new URL((https ? "https://" : "http://") + host + ":" + port);
118 private static void assertUrlConnectionSucceeds(String host, int port, boolean https)
120 URL url = new URL((https ? "https://" : "http://") + host + ":" + port)
    [all...]
  /development/libraries/stereocamera/
source.properties 9 Pkg.SourceUrl=https\://dl-ssl.google.com/android/repository/repository.xml
  /external/droiddriver/
contributing_aosp.md 5 Follow instructions at https://source.android.com/source/downloading.html except those noted below. You need to set up authentication to be able to submit changes.
14 $ repo init -u https://android.googlesource.com/a/platform/manifest -b droiddriver-dev
28 [Submitting patches to Android](https://source.android.com/source/submit-patches.html)
56 The [`repo prune`](https://source.android.com/source/using-repo.html) command can be used to delete already merged branches.
  /external/flatbuffers/tests/fuzzer/
build_fuzzer.sh 17 git clone https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer
  /external/guice/util/
publish-snapshot-on-commit.sh 1 # see https://coderwall.com/p/9b_lfq
11 git clone --quiet --branch=travis https://github.com/google/guice travis > /dev/null
  /external/volley/
README.md 7 page](https://developer.android.com/training/volley/index.html).
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug280.go 7 // https://golang.org/issue/808
  /prebuilts/go/linux-x86/test/fixedbugs/
bug280.go 7 // https://golang.org/issue/808
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs_test.go 30 repo: "https://github.com/golang/groupcache",
38 repo: "https://hub.jazz.net/git/user1/pkgname",
45 repo: "https://hub.jazz.net/git/user1/pkgname",
82 repo: "https://hub.jazz.net/git/user/pkg.name",
95 repo: "https://git.openstack.org/openstack/swift",
105 repo: "https://git.openstack.org/openstack/swift.git",
112 repo: "https://git.openstack.org/openstack/swift",
137 repo: "https://git.apache.org/package-name.git",
144 repo: "https://git.apache.org/package-name_2.x.git",
219 {vcsGit, "https://example.com/foo.git", true}
    [all...]

Completed in 1004 milliseconds

1 2 3 4 5 6 7 8 91011>>