HomeSort by relevance Sort by last modified time
    Searched refs:https (Results 1 - 25 of 333) 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/moto/shamu/
gps.conf 9 XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra2.bin
10 XTRA_SERVER_2=https://xtrapath2.izatcloud.net/xtra2.bin
11 XTRA_SERVER_3=https://xtrapath3.izatcloud.net/xtra2.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
  /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
  /device/htc/flounder/gps/qct/
gps.conf 3 XTRA_SERVER_1=https://xtra1.gpsonextra.net/xtra2.bin
4 XTRA_SERVER_2=https://xtra2.gpsonextra.net/xtra2.bin
5 XTRA_SERVER_3=https://xtra3.gpsonextra.net/xtra2.bin
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
CHANGELOG.md 5 * Fix: htmlparser2 tree adapter `DocumentType.data` property rendering (GH [#45](https://github.com/inikulin/parse5/issues/45)).
8 * Fix: Location info handling for the implicitly generated `<html>` and `<body>` elements (GH [#44](https://github.com/inikulin/parse5/issues/44)).
11 * Add: Parser [decodeHtmlEntities](https://github.com/inikulin/parse5#optionsdecodehtmlentities) option.
12 * Add: SimpleApiParser [decodeHtmlEntities](https://github.com/inikulin/parse5#optionsdecodehtmlentities-1) option.
13 * Add: Parser [locationInfo](https://github.com/inikulin/parse5#optionslocationinfo) option.
14 * Add: SimpleApiParser [locationInfo](https://github.com/inikulin/parse5#optionslocationinfo-1) option.
17 * Fix: `<form>` processing in `<template>` (GH [#40](https://github.com/inikulin/parse5/issues/40)).
20 * Fix: text node in `<template>` serialization problem with custom tree adapter (GH [#38](https://github.com/inikulin/parse5/issues/38)).
34 * Add: [jsdom](https://github.com/tmpvar/jsdom)-specific parser with scripting support. Undocumented for `jsdom` internal use only.
38 * Fix: use fake `document` element for fragment parsing (required by [jsdom](https://github.com/tmpvar/jsdom))
    [all...]
  /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/v8/test/mjsunit/es6/
prototype-ordinary-objects.js 8 // https://code.google.com/p/v8/issues/detail?id=4002
17 // https://code.google.com/p/v8/issues/detail?id=4003
20 // https://code.google.com/p/v8/issues/detail?id=4004
23 // https://code.google.com/p/v8/issues/detail?id=4006
28 // https://code.google.com/p/v8/issues/detail?id=4001
  /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
  /build/kati/testcase/
target_specific_var.mk 0 # https://www.gnu.org/software/make/manual/html_node/Target_002dspecific.html
  /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
25 [Submitting patches to Android](https://source.android.com/source/submit-patches.html)
53 The [`repo prune`](https://source.android.com/source/using-repo.html) command can be used to delete already merged branches.
  /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/chromium-trace/catapult/experimental/bisect_lib/
fetch_revision_info.py 20 _URL_TEMPLATE = 'https://chromium.googlesource.com/%s/+/%s?format=json'
  /prebuilts/ninja/darwin-x86/
build-ninja.sh 18 git clone https://android.googlesource.com/platform/external/ninja.git src
20 git remote add upstream https://github.com/martine/ninja.git
  /prebuilts/ninja/linux-x86/
build-ninja.sh 18 git clone https://android.googlesource.com/platform/external/ninja.git src
20 git remote add upstream https://github.com/martine/ninja.git
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sns/
test_connection.py 56 https = http_client.HTTPConnection
59 with mpo(https, 'request') as mock_request:
60 with mpo(https, 'getresponse', return_value=StubResponse()):
  /external/fonttools/
README.md 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
21 See [documentation.html](https://github.com/behdad/fonttools/blob/master/Doc/documentation.html) in the "Doc" subdirectory for TTX usage instructions and information about the TTX file format.
24 * https://groups.google.com/d/forum/fonttools
  /external/chromium-trace/catapult/third_party/vinn/vinn/
base64_compat.js 8 * https://github.com/davidchambers/Base64.js/blob/0.3.0/,
10 * https://github.com/davidchambers/Base64.js/blob/0.3.0/LICENSE.
23 // [https://gist.github.com/999166] by [https://github.com/nignag]
47 // [https://gist.github.com/1020396] by [https://github.com/atk]

Completed in 7634 milliseconds

1 2 3 4 5 6 7 8 91011>>