Home
last modified time | relevance | path

Searched refs:js (Results 1 – 22 of 22) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
DAndroid.bp175 name: "webrtc_adb.js",
176 src: "client/js/adb.js",
177 filename: "adb.js",
178 sub_dir: "webrtc/assets/js",
182 name: "webrtc_cf.js",
183 src: "client/js/cf_webrtc.js",
184 filename: "cf_webrtc.js",
185 sub_dir: "webrtc/assets/js",
189 name: "webrtc_app.js",
190 src: "client/js/app.js",
[all …]
/device/google/cuttlefish/host/frontend/webrtc_operator/
DAndroid.bp78 name: "webrtc_index.js",
79 src: "assets/js/index.js",
80 filename: "index.js",
81 sub_dir: "webrtc/assets/js",
85 name: "webrtc_server_connector.js",
86 src: "assets/js/server_connector.js",
87 filename: "server_connector.js",
88 sub_dir: "webrtc/assets/js",
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/runner/
DTestSuite.cpp30 namespace js = rapidjson;
163 js::Value ResultTypeToJSString(TestResultType type, js::Document::AllocatorType *allocator) in ResultTypeToJSString()
165 js::Value jsName; in ResultTypeToJSString()
184 js::Document doc; in WriteTestResults()
187 js::Document::AllocatorType &allocator = doc.GetAllocator(); in WriteTestResults()
194 js::Value testSuite; in WriteTestResults()
204 js::Value jsResult; in WriteTestResults()
212 js::Value times; in WriteTestResults()
220 js::Value jsName; in WriteTestResults()
226 js::Value numFailuresByType; in WriteTestResults()
[all …]
DTestSuite_unittest.cpp22 namespace js = rapidjson;
/device/generic/vulkan-cereal/protocols/vulkan/config/chunkindex/
DREADME.adoc17 * build-index.js - build a JSON search index from generate-index.rb output
19 * chunked.js - Script to load and execute the searchbox
20 * custom.patch - Patch to generated HTML to include chunked.js / chunked.css
22 * lunr.js - utility functions taken from the lunr package
30 Portions of the chunked.js script are taken from
31 https://github.com/filamentgroup/loadJS/blob/master/loadJS.js
35 The lunr.js script is taken from the 'lunr' npm package, version 2.3.8. It
Daddscript.jsmarker2 <script>var searchindexurl = 'search.index.js?4' + (document.title.replace(/[^0-9.]/g, ''));</scrip…
3 <script src="chunked.js?4"></script>
Dcustom.patch10 +<script>var searchindexurl = 'search.index.js?4' + (document.title.replace(/[^0-9.]/g, ''));</scri…
11 +<script src="chunked.js?4"></script>
/device/google/cuttlefish/build/
DAndroid.bp114 "webrtc_adb.js",
115 "webrtc_app.js",
116 "webrtc_index.js",
117 "webrtc_controls.js",
118 "webrtc_cf.js",
119 "webrtc_server_connector.js",
122 "webrtc_rootcanal.js",
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dweight_infill.cc54 const int js = grid_space_coords.first >> 4; in BilerpGridPointsForWeight() local
58 result[0] = js + weight_dim_x * jt; in BilerpGridPointsForWeight()
59 result[1] = js + weight_dim_x * jt + 1; in BilerpGridPointsForWeight()
60 result[2] = js + weight_dim_x * (jt + 1); in BilerpGridPointsForWeight()
61 result[3] = js + weight_dim_x * (jt + 1) + 1; in BilerpGridPointsForWeight()
/device/generic/vulkan-cereal/protocols/vulkan/out/katex/
DREADME.md10 …ss of browser or environment, so you can pre-render expressions using Node.js and send them as pla…
16 …/khan/katex/releases) and host it on your server or include the `katex.min.js` and `katex.min.css`…
20 <script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/katex.min.js"></script>
27 ```js
37 ```js
54 ```js
/device/generic/vulkan-cereal/protocols/vulkan/katex/
DREADME.md8 ![](https://img.badgesize.io/KaTeX/KaTeX/v0.11.1/dist/katex.min.js?compression=gzip)
15 …ss of browser or environment, so you can pre-render expressions using Node.js and send them as pla…
35 …<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-…
38 …<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" inte…
54 ```js
63 ```js
Dkatex.mjs523 // symbols in symbols.js
606 * This file provides support to domTree.js and delimiter.js.
1075 * Similar functions for working with MathML nodes exist in mathMLTree.js.
1366 // brahmic_fallback. See ./unicodeScripts.js for the set of possible
3928 * Note: the `width` property may be undefined if fontMetricsData.js wasn't
4692 // These ligatures are detected and created in Parser.js's `formLigatures`.
4979 const sizeMultipliers = [// fontMetrics.js:getGlobalMetrics also uses size indexes, so if
5330 * as parsed by functions.js argType "size") into a CSS em value for the
5387 * replacements defined in symbol.js
5392 // Replace the value with its replaced value from symbol.js
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/scripts/asciidoctor-chunker/
DREADME.md3 [![npm version](https://badge.fury.io/js/asciidoctor-chunker.svg)](https://badge.fury.io/js/asciido…
4js CI](https://github.com/wshito/asciidoctor-chunker/actions/workflows/node.js.yml/badge.svg)](htt…
45 1. Install [Node.js](https://nodejs.org/), the JavaScript runtime. This will install `npm`, the pa…
68 ./asciidoctor-chunker.js [single-html-file] -o [output-directory]
/device/generic/vulkan-cereal/protocols/vulkan/
DMakefile254 TRANSLATEMATH = $(NODEJS) $(SCRIPTS)/translate_math.js $(KATEXSRCDIR)/katex.min.js
270 CHUNKER = $(CURDIR)/scripts/asciidoctor-chunker/asciidoctor-chunker.js
280 $(QUIET)$(CP) $(CHUNKINDEX)/chunked.css $(CHUNKINDEX)/chunked.js \
281 $(CHUNKINDEX)/lunr.js $(HTMLDIR)
285 $(NODEJS) $(CHUNKINDEX)/build-index.js > $(HTMLDIR)/search.index.js
Dstyleguide.txt104 (https://github.com/asciidoctor/asciidoctorj) and asciidoctor.js
105 (https://github.com/asciidoctor/asciidoctor.js).
DChangeLog.txt2612 * Move `translate_math.js` to the `scripts/` directory (public pull
/device/generic/vulkan-cereal/protocols/vulkan/config/
DREADME.md12 `math.js` for HTML5, and properly pass through math which has
DREADME.adoc16 `math.js` for HTML5, and properly pass through math which has
/device/generic/vulkan-cereal/protocols/vulkan/katex/contrib/
Dcopy-tex.mjs9 // as in copy-tex.js.
Dmhchem.mjs5 /* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
11 * KaTeX mhchem.js
14 * It is adapted from MathJax/extensions/TeX/mhchem.js
27 * MathJax/extensions/TeX/mhchem.js
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/doc/
DShaderModuleCompilation.md38 <!-- Generated from https://bramp.github.io/js-sequence-diagrams/
/device/generic/vulkan-cereal/third-party/angle/doc/
DDirtyBits.md64 <!-- Generated from https://bramp.github.io/js-sequence-diagrams/