Home
last modified time | relevance | path

Searched refs:https (Results 1 – 25 of 58) sorted by relevance

123

/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dperformance.md5 [1]: https://github.com/miloyip/nativejson-benchmark
7 The old performance article for RapidJSON 0.1 is provided [here](https://code.google.com/p/rapidjso…
13 * [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://github.com/mloskot/j…
14 * [casablanca](https://casablanca.codeplex.com/)
15 * [json_spirit](https://github.com/cierelabs/json_spirit)
18 * [rapidjson](https://github.com/miloyip/rapidjson/)
22 * [sajson](https://github.com/chadaustin/sajson)
23 * [rapidjson](https://github.com/miloyip/rapidjson/)
24 * [vjson](https://code.google.com/p/vjson/)
Dfaq.md21 …sed in commercial applications. Please check the details in [license.txt](https://github.com/miloy…
31 Check [Installation section](https://miloyip.github.io/rapidjson/).
47 …t suite for automatic testing. [Travis](https://travis-ci.org/miloyip/rapidjson/)(for Linux) and […
55 …Yes, there are a lot alternatives. For example, [nativejson-benchmark](https://github.com/miloyip/…
73 …zed format. Support on related syntax is under discussion in this [issue](https://github.com/miloy…
115 …Alternatively, use equivalent of the [C++ swap with temporary idiom](https://en.wikibooks.org/wiki…
251 …Yes. It may be the fastest open source JSON library. There is a [benchmark](https://github.com/mil…
277https://github.com/miloyip)) is the original author of RapidJSON. Many contributors from the world…
/packages/modules/Virtualization/docs/getting_started/
Dyukawa.md3 The [Khadas VIM3L](https://www.khadas.com/vim3l) is an extremely hackable development board with an
5 [AOSP](https://android.googlesource.com/device/amlogic/yukawa/+/refs/heads/master).
8 The [prebuilt kernel](https://android.googlesource.com/device/amlogic/yukawa-kernel/+/refs/heads/ma…
14 …* [AOSP instructions](https://android.googlesource.com/device/amlogic/yukawa/+/refs/heads/master/s…
16 * [Manufaturer's wiki](https://docs.khadas.com/vim3/index.html) for things like setting up UART
18 * [go/vim3l](https://goto.google.com/vim3l) is a more detailed document but only accessible to
Dindex.md16 [packages/modules/Virtualization](https://android.googlesource.com/platform/packages/modules/Virtua…
34 [CrosVM](https://android.googlesource.com/platform/external/crosvm/) is a Rust-based Virtual Machine
/packages/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md3 ![](https://img.shields.io/badge/release-v1.0.2-blue.png)
11 * [RapidJSON GitHub](https://github.com/miloyip/rapidjson/)
15 …* [GitBook](https://www.gitbook.com/book/miloyip/rapidjson/) with downloadable PDF/EPUB/MOBI, with…
23 [lin-badge]: https://travis-ci.org/miloyip/rapidjson.png?branch=master "Travis build status"
24 [lin-link]: https://travis-ci.org/miloyip/rapidjson "Travis build status"
25 [win-badge]: https://ci.appveyor.com/api/projects/status/u658dcuwxo14a8m9/branch/master "AppVeyor b…
26 [win-link]: https://ci.appveyor.com/project/miloyip/rapidjson/branch/master "AppVeyor build status"
27 [cov-badge]: https://coveralls.io/repos/miloyip/rapidjson/badge.png?branch=master
28 [cov-link]: https://coveralls.io/r/miloyip/rapidjson?branch=master
68 * (optional)[googletest](https://code.google.com/p/googletest/) for unit and performance testing
[all …]
DCHANGELOG.md25 * Changelog following [Keep a CHANGELOG](https://github.com/olivierlacan/keep-a-changelog) suggesti…
34 * 100% [Coverall](https://coveralls.io/r/miloyip/rapidjson?branch=master) coverage.
76 [Unreleased]: https://github.com/miloyip/rapidjson/compare/v1.0.2...HEAD
77 [1.0.2]: https://github.com/miloyip/rapidjson/compare/v1.0.1...v1.0.2
78 [1.0.1]: https://github.com/miloyip/rapidjson/compare/v1.0.0...v1.0.1
79 [1.0.0]: https://github.com/miloyip/rapidjson/compare/v1.0-beta...v1.0.0
/packages/apps/Car/tests/
Dreadme.md7 * You need to build or have a [car-ui-lib](https://cs.android.com/android/platform/superproject/+/a…
14 …* A: Download [tgz](https://android.googlesource.com/platform/packages/apps/Car/tests/+archive/ref…
19 git clone -b $BRANCH https://android.googlesource.com/platform/packages/apps/Car/tests
21 f=`git rev-parse --git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit-…
24 * To learn more, checkout [Basic Gerrit Walkthrough](https://gerrit-review.googlesource.com/Documen…
27 2. Install [Android Studio](https://developer.android.com/studio), open the `tests`
76 Install [repo](https://source.android.com/setup/build/downloading#installing-repo) command line
84 repo init -u https://android.googlesource.com/platform/manifest -b $BRANCH -g name:platform/tools/r…
/packages/modules/GeoTZ/tzbb_data/
DMETADATA5 "Assorted files downloaded from https://github.com/evansiroky/timezone-boundary-builder/"
10 value: "https://github.com/evansiroky/timezone-boundary-builder/"
14 …value: "DATA_LICENSE downloaded from https://raw.githubusercontent.com/evansiroky/timezone-boundar…
18 …value: "input-data.zip downloaded from https://github.com/evansiroky/timezone-boundary-builder/rel…
22 …value: "timezones.geojson.zip downloaded from https://github.com/evansiroky/timezone-boundary-buil…
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md25 https://source.android.com/devices/tech/debug/libfuzzer
27 https://source.android.com/devices/tech/debug/fuzz-sanitize
29 https://github.com/google/sanitizers/wiki/SanitizerCommonFlags
31 https://github.com/google/sanitizers/wiki/AddressSanitizerFlags
33 https://github.com/google/libprotobuf-mutator#libprotobuf-mutator
301 [1]: https://cs.android.com/android/platform/superproject/+/master:packages/modules/NeuralNetworks/…
302 [2]: https://cs.android.com/android/platform/superproject/+/master:packages/modules/NeuralNetworks/…
303 [3]: https://cs.android.com/android/platform/superproject/+/master:packages/modules/NeuralNetworks/…
304 [4]: https://cs.android.com/android/platform/superproject/+/master:packages/modules/NeuralNetworks/…
305 [5]: https://cs.android.com/android/platform/superproject/+/master:packages/modules/NeuralNetworks/…
[all …]
/packages/apps/Car/DebuggingRestrictionController/server/
DHOW_TO.md35 …[https://firebase.google.com/docs/functions/get-started](https://firebase.google.com/docs/function…
39 ([SAN](https://en.wikipedia.org/wiki/Subject_Alternative_Name)). Use
47 …[https://firebase.google.com/docs/functions/manage-functions](hhttps://firebase.google.com/docs/fu…
/packages/apps/Car/DebuggingRestrictionController/server/functions/
Dindex.js10 exports.requestAccessToken = functions.https.onCall((data, context) => {
12 throw new functions.https.HttpsError('failed-precondition', 'Unauthorized user');
/packages/apps/Car/tests/tools/
Dgit_clone_projects.sh45 f=`git rev-parse --git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit-…
53 f=`git rev-parse --git-dir`/hooks/commit-msg ; mkdir -p $(dirname $f) ; curl -Lo $f https://gerrit-…
/packages/modules/GeoTZ/
Ddownload-tzbb-files.sh40 TZBB_PROJECT_URL=https://github.com/evansiroky/timezone-boundary-builder/
42 SERVER_SOURCE_BASE_URL=https://raw.githubusercontent.com/evansiroky/timezone-boundary-builder/master
DREADME.md40 [timezone-boundary-builder](https://github.com/evansiroky/timezone-boundary-builder)
52 [timezone-boundary-builder](https://github.com/evansiroky/timezone-boundary-builder)
/packages/modules/Wifi/service/tests/wifitests/assets/
Druckus.PerProviderSubscription.conf11 … 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
40 …3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenti…
Dr1.PerProviderSubscription.conf28 … 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
57 …3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenti…
Dr2.PerProviderSubscription.conf11 … 3:URI=58:https://policy-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenticate
40 …3:URI=5d:https://remediation-server.r2-testbed-rks.wi-fi.org:9445/OnlineSignup/services/doAuthenti…
/packages/providers/TelephonyProvider/assets/
DREADME34 (See https://developers.google.com/protocol-buffers/docs/overview#generating)
36 …(Text Format: https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protob…
/packages/inputmethods/LeanbackIME/
DCONTRIBUTING.md1 See https://source.android.com/setup/contribute
/packages/services/Car/tests/BugReportApp/libs/
Dreadme.txt1 Downloaded from https://developers.google.com/api-client-library/java/google-api-java-client/downlo…
/packages/apps/Car/DebuggingRestrictionController/gradle/wrapper/
Dgradle-wrapper.properties6 distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
/packages/inputmethods/LatinIME/gradle/wrapper/
Dgradle-wrapper.properties6 distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
/packages/apps/Car/tests/gradle/wrapper/
Dgradle-wrapper.properties6 distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
/packages/apps/Contacts/tests/
DREADME13 https://source.android.com/compatibility/tests/development/atest
/packages/modules/DnsResolver/
D.editorconfig2 # https://editorconfig.org

123