Home
last modified time | relevance | path

Searched refs:JS (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/pdfium/testing/resources/javascript/
Dbug_735912.in49 % JS Action
53 /JS 31 0 R
56 % JS program to exexute
69 /JS 35 0 R
72 % JS program to exexute
85 /JS 37 0 R
88 % JS program to exexute
Dmouse_events.in78 /JS (
98 /JS (
118 /JS (
141 /JS (
160 /JS (
180 /JS (
Dbug_695826.in30 /JS 11 0 R
33 % JS program to exexute
Dconsole_methods.in27 /JS 11 0 R
30 % JS program to exexute
Dv8_features.in26 /JS 11 0 R
29 % JS program to exexute
Dbug_740166.in43 /JS 11 0 R
46 % JS program to exexute
/external/pdfium/testing/resources/
Djs.in35 /JS 11 0 R
41 /JS 11 0 R
46 /JS 12 0 R
52 /JS 12 0 R
58 /JS 12 0 R
Ddocument_aactions.in71 /JS 13 0 R
84 /JS 15 0 R
97 /JS 17 0 R
110 /JS 19 0 R
123 /JS 21 0 R
Dbug_765384.in62 % JS Action
66 /JS 21 0 R
69 % JS program to exexute
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java104 CONTENT_TYPE_LIST.put("application/javascript", HtmlParser.Mode.JS);
105 CONTENT_TYPE_LIST.put("application/json", HtmlParser.Mode.JS);
106 CONTENT_TYPE_LIST.put("text/javascript", HtmlParser.Mode.JS);
193 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.JS, null); in createHtmlParser()
197 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.JS, jsModeOption); in createHtmlParser()
231 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, in createHtmlParser()
236 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, null); in createHtmlParser()
245 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, false, null); in createHtmlParser()
356 return AutoEscapeState.JS; in getCurrentState()
414 case JS: in getCurrentAttributeState()
[all …]
/external/kotlinx.atomicfu/
DCHANGES.md12 * Enable HMPP and new JS IR backend compilation.
91 * Fixed inlining of atomic operations on JS (see #52).
110 * JS transformer is more robust and retains line numbers (see #25).
120 * Incremental JS compilation is fixed in plugin
133 * Gradle plugin for JS: Fixed paths on Windows
137 * JS: Transformer added. It is now a compile-only dependency just like on JVM.
167 * Only JS-like single-threaded applications are supported (no actual atomics).
178 * JS: Main file renamed to kotlinx-atomicfu.js to match NPM module name.
182 * JS: NPM deployment.
189 * Basic support on JS via `atomicfu-js` module (boxed objects, Bintray publishing only).
/external/dokka/core/testdata/format/multiplatform/mergeMembers/
Dfoo.md7 **Platform and version requirements:** JVM, JS
17 | [propJs](prop-js.md)<br>(JS) | `val propJs: String` |
24 | [js](js.md)<br>(JS) | `fun js(): Unit` |
/external/skia/modules/pathkit/npm-asmjs/
DREADME.md12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
14 is used to tell the JS loader where to find the .js.mem file. By default, it will
26 WebPack's support for asm.js should be straight-forward, since it's just another JS library. PathKi…
29 In the JS code, use require():
/external/skqp/modules/pathkit/npm-asmjs/
DREADME.md12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
14 is used to tell the JS loader where to find the .js.mem file. By default, it will
26 WebPack's support for asm.js should be straight-forward, since it's just another JS library. PathKi…
29 In the JS code, use require():
/external/dokka/core/testdata/format/multiplatform/packagePlatformsFromMembers/
Dmultiplatform.index.md3 **Platform and version requirements:** JVM, JS
7 | [foo.bar](foo.bar/index.md)<br>(JVM, JS) | |
Dmultiplatform.package.md5 **Platform and version requirements:** JVM, JS
9 | [buz](buz.md)<br>(JVM, JS) | `fun buz(): Unit` |
/external/skqp/modules/pathkit/npm-wasm/
DREADME.md12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
14 is used to tell the JS loader where to find the .wasm file. By default, it will
29 In the JS code, use require():
/external/skia/modules/pathkit/npm-wasm/
DREADME.md12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
14 is used to tell the JS loader where to find the .wasm file. By default, it will
29 In the JS code, use require():
/external/dokka/core/testdata/format/multiplatform/merge/
Dmultiplatform.package.md5 **Platform and version requirements:** JVM, JS
9 | [Foo](-foo/index.md)<br>(JVM, JS) | `class Foo`<br>This is a foo. |
/external/kotlinx.coroutines/js/
DREADME.md1 # Example of Kotlin JS application with coroutines
3 [example-frontend-js](example-frontend-js/README.md) -- frontend application written in Kotlin/JS
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java53 JS, enumConstant
72 JS, enumConstant
/external/pdfium/testing/resources/pixel/
Dbug_492.in35 /JS 21 0 R
38 % JS program to exexute
/external/dokka/core/testdata/format/multiplatform/implied/
Dfoo.md15 | [propJs](prop-js.md)<br>(JS) | `val propJs: String` |
22 | [js](js.md)<br>(JS) | `fun js(): Unit` |
/external/skia/specs/web-img-decode/
DREADME.md1 JS image decode
10 and have JS turn it into a grayscale version (no backend server).
/external/kotlinx.coroutines/gradle/
Ddokka.gradle58 dokkaStubs project(":js-stub") // so that JS library reference can resolve properly
71 impliedPlatforms = ['JVM', 'JS', 'Native']
81 platforms = ['JS']

12345678910