Home
last modified time | relevance | path

Searched +full:base64 +full:- +full:js (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/external/chromium-trace/catapult/third_party/polymer/components/shadycss/tests/
Dcustom-style.html2 <!--
10 -->
14 <script src="./test-flags.js"></script>
15 <script src="../node_modules/wct-browser-legacy/browser.js"></script>
16 <script src="../node_modules/@webcomponents/webcomponents-platform/webcomponents-platform.js"></scr…
17 <script src="../node_modules/es6-promise/dist/es6-promise.auto.min.js"></script>
18 <script src="../node_modules/@webcomponents/template/template.js"></script>
19 <script src="../node_modules/@webcomponents/html-imports/html-imports.min.js"></script>
20 <script src="../node_modules/@webcomponents/shadydom/shadydom.min.js"></script>
21 <script src="../node_modules/@webcomponents/custom-elements/custom-elements.min.js"></script>
[all …]
/external/cronet/testing/merge_scripts/code_coverage/
Dmerge_js_lib_test.py3 # Use of this source code is governed by a BSD-style license that can be
6 import base64
20 'url': '//a/b/c/1.js',
21 'location': ['a', 'b', 'c', '1.js'],
24 'url': '//d/e/f/5.js',
25 'location': ['d', 'e', 'f', '5.js'],
28 'url': '//a/b/d/7.js',
29 'location': ['a', 'b', 'd', '7.js'],
32 'url': 'chrome://test_webui/file.js',
35 'url': 'file://testing/file.js',
[all …]
Dmerge_js_lib.py2 # Use of this source code is governed by a BSD-style license that can be
6 import base64
37 if json_string[0] == '{' and json_string[-2:] == '}}':
40 return json.loads(json_string[:-1])
70 their ".js.json" suffix.
76 _SOURCEMAPPING_DATA_URL_PREFIX = 'data:application/json;base64,'
78 scripts = _get_paths_with_suffix(task_output_dir, '.js.json')
110 decoded_sourcemap = base64.b64decode(
148 encoding='utf-8') as f:
201 if should_exclude(lines[line_num - 1]):
[all …]
Dconvert_to_istanbul_test.py3 # Use of this source code is governed by a BSD-style license that can be
20 'create_js_source_maps.js').resolve()
29 return a - b;
35 "//# sourceMappingURL=data:application/json;base64,"
51 "url":"//file.js",
82 "url":"//file.js",
109 _TEST_SOURCE_B = """const {subtract} = require('./test1.js');
120 return a - b;
128 "url":"//test.js",
148 "url":"//test1.js",
[all …]
/external/grpc-grpc/examples/node/
Dpackage-lock.json2 "name": "grpc-examples",
7 "@grpc/grpc-js": {
9 "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.1.8.tgz",
10 …"integrity": "sha512-64hg5rmEm6F/NvlWERhHmmgxbWU8nD2TMWE+9TvG7/WcOrFT3fzg/Uu631pXRFwmJ4aWO/kp9vVSl…
12 "@grpc/proto-loader": "^0.6.0-pre14",
14 "google-auth-library": "^6.0.0",
18 "@grpc/proto-loader": {
19 "version": "0.6.0-pre9",
20 "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.0-pre9.tgz",
21 …"integrity": "sha512-oM+LjpEjNzW5pNJjt4/hq1HYayNeQT+eGrOPABJnYHv7TyNPDNzkQ76rDYZF86X5swJOa4EujEMzQ…
[all …]
/external/skia/infra/wasm-common/gold/
Dwasm_gold_aggregator.go2 // Use of this source code is governed by a BSD-style license that can be
8 // when any test case reports it has output for Gold. See legacy_test_reporter.js
14 "encoding/base64"
42 … = flag.String("builder", "", "Builder, like 'Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Debug-All-P…
43 compiledLanguage = flag.String("compiled_language", "wasm", "wasm or asm.js")
45 gitHash = flag.String("git_hash", "-", "The git commit hash of the version being tested")
52 // Received from the JS side.
56 // a base64 encoded PNG image.
73 if strings.Index(*builder, "-GPU-") != -1 {
205 // data starts with something like data:image/png;base64,[data]
[all …]
/external/pigweed/pw_protobuf_compiler/ts/
Dts_proto_collection.template.ts7 // https://www.apache.org/licenses/LICENSE-2.0
18 import { FileDescriptorSet } from 'google-protobuf/google/protobuf/descriptor_pb';
19 import * as base64 from 'base64-js';
36 base64.toByteArray(DESCRIPTOR_BASE64_BINARY),
/external/skia/infra/lottiecap/gold/
Dlottie-web-aggregator.go2 // Use of this source code is governed by a BSD-style license that can be
7 // This server runs alongside lottiecap.js and istens for POST requests
10 // TODO(kjlubick): Deduplicate with pathkit-aggregator
16 "encoding/base64"
42 … = flag.String("builder", "", "Builder, like 'Test-Debian9-EMCC-GCE-CPU-AVX2-wasm-Debug-All-P…
43 renderer = flag.String("renderer", "lottie-web", "e.g. lottie-web or skottie")
45 gitHash = flag.String("git_hash", "-", "The git commit hash of the version being tested")
52 // reportBody is the JSON recieved from the JS side. It represents
55 // a base64 encoded PNG image.
191 // data starts with something like data:image/png;base64,[data]
[all …]
/external/grpc-grpc/doc/
DPROTOCOL-WEB.md3 gRPC-Web provides a JS client library that supports the same API
4 as gRPC-Node to access a gRPC service. Due to browser limitation,
6 [native gRPC protocol](PROTOCOL-HTTP2.md).
13 [native gRPC protocol](PROTOCOL-HTTP2.md).
17 For the gRPC-Web protocol, we have decided on the following design goals:
22 * support text streams (e.g. base64) in order to provide cross-browser
23 support (e.g. IE-10)
26 intend to keep the protocol as an internal detail to gRPC-Web.
30 web-specific features such as CORS, XSRF
31 * become optional (in 1-2 years) when browsers are able to speak the native
[all …]
/external/perfmark/traceviewer/src/main/java/io/perfmark/traceviewer/
DTraceEventViewer.java8 * http://www.apache.org/licenses/LICENSE-2.0
33 import java.util.Base64;
58 + " '#viewer-data');\n"
65 + " onResult(tr.b.Base64.atob(text));\n"
81 Path path = Files.createTempFile("perfmark-trace-", ".html"); in writeTraceHtml()
105 TraceEventViewer.class.getResourceAsStream("third_party/polymer/webcomponents.min.js"); in writeTraceHtml()
107 throw new IOException("unable to find webcomponents.min.js"); in writeTraceHtml()
122 byte[] traceData64 = Base64.getEncoder().encode(baos.toByteArray()); in writeTraceHtml()
137 * the inlined Trace data as a base64 script. This is because the trace2html.html file imports the
143 if (start == -1) { in replaceIndexTraceImport()
[all …]
/external/protobuf/python/google/protobuf/
Djson_format.py1 # Protocol Buffers - Google's data interchange format
3 # https://developers.google.com/protocol-buffers/
46 import base64
59 _TIMESTAMPFOMAT = '%Y-%m-%dT%H:%M:%S'
69 _NEG_INFINITY = '-Infinity'
73 u'[\ud800-\udbff](?![\udc00-\udfff])|(?<![\ud800-\udbff])[\udc00-\udfff]')
75 _VALID_EXTENSION_NAME = re.compile(r'\[[a-zA-Z0-9\._]*\]$')
79 """Top-level module error for json_format."""
106 False, only serialize non-empty fields. Singular message fields
111 indent: The JSON object will be pretty-printed with this indent level.
[all …]
/external/cronet/third_party/protobuf/python/google/protobuf/
Djson_format.py1 # Protocol Buffers - Google's data interchange format
3 # https://developers.google.com/protocol-buffers/
46 import base64
59 _TIMESTAMPFOMAT = '%Y-%m-%dT%H:%M:%S'
69 _NEG_INFINITY = '-Infinity'
73 u'[\ud800-\udbff](?![\udc00-\udfff])|(?<![\ud800-\udbff])[\udc00-\udfff]')
75 _VALID_EXTENSION_NAME = re.compile(r'\[[a-zA-Z0-9\._]*\]$')
79 """Top-level module error for json_format."""
106 False, only serialize non-empty fields. Singular message fields
111 indent: The JSON object will be pretty-printed with this indent level.
[all …]
/external/perfetto/ui/
Dpackage.json2 "name": "perfetto-webui",
6 "main": "main.js",
8 "license": "Apache-2.0",
15 "@codemirror/theme-one-dark": "^6.1.2",
17 "@protobufjs/base64": "^1.1.2",
20 "@types/color-convert": "^1.9.0",
27 "@types/w3c-web-usb": "^1.0.6",
30 "color-convert": "^2.0.1",
32 "devtools-protocol": "0.0.1159816",
37 "jsbn-rsa": "^1.0.4",
[all …]
/external/pigweed/
Dpackage.json4 "description": "An open source collection of embedded-targeted libraries",
6 "license": "Apache-2.0",
10 "./protos": "./dist/protos/collection.umd.js",
15 "pw_protobuf_compiler": "./dist/bin/pw_protobuf_compiler.js"
18 … "log-viewer-setup": "cd pw_web/log-viewer && npm install --quiet --no-progress --loglevel=error",
19 "prebuild": "rimraf dist && npm run build-protos",
20 "build-protos": "ts-node -P tsconfig.json ts/buildprotos.ts",
22 "dev": "rollup -c -w",
23 "rollup": "rollup -c && npm run postbuild",
24 "postbuild": "rimraf dist/protos/types && chmod +x ./dist/bin/pw_protobuf_compiler.js",
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dbuild.log2 ---------
3 Build Time: 2017-02-06T15:35:26-0800
9 accessibility-developer-tools: 2.11.0
10 adm-zip: 0.4.7
12 agent-base: 2.0.1
13 align-text: 0.1.4
14 ansi-regex: 2.1.1
15 ansi-styles: 2.2.1
17 append-field: 0.1.0
19 arr-diff: 2.0.0
[all …]
/external/skia/modules/canvaskit/npm_build/
DREADME.md9 To use the library, run `npm install canvaskit-wasm` and then simply include it:
12 <script src="/node_modules/canvaskit-wasm/bin/canvaskit.js"></script>
16 locateFile: (file) => '/node_modules/canvaskit-wasm/bin/'+file,
25 <script src="https://unpkg.com/canvaskit-wasm@latest/bin/canvaskit.js"></script>
29 locateFile: (file) => 'https://unpkg.com/canvaskit-wasm@latest/bin/'+file,
39 const CanvasKitInit = require('canvaskit-wasm/bin/canvaskit.js');
52 In the JS code, use require():
55 const CanvasKitInit = require('canvaskit-wasm/bin/canvaskit.js')
63 One such solution is to use [CopyWebpackPlugin](https://github.com/webpack-contrib/copy-webpack-plu…
69 { from: 'node_modules/canvaskit-wasm/bin/canvaskit.wasm' }
[all …]
Dnode.example.js1 const CanvasKitInit = require('./bin/canvaskit.js');
16 let fontData = fs.readFileSync(path.join(assetPath, 'Roboto-Regular.woff'));
41 ctx.rotate(-.2);
57 let robotoData = fs.readFileSync(path.join(assetPath, 'Roboto-Regular.woff'));
93 let b64encoded = Buffer.from(pngBytes).toString('base64');
95 console.log(`<img src="data:image/png;base64,${b64encoded}" />`);
/external/owasp/sanitizer/src/tests/org/owasp/html/
DAntiSamyTest.java2 * Copyright (c) 2007-2010, Arshan Dabirsiaghi, Jason Li
34 import org.apache.commons.codec.binary.Base64;
102 // "<a - href=\"http://www.owasp.org\">click here</a>"
168 System.out.println(" -Maximum input size 640000 exceeded. SKIPPING.");
181 " Took " + ((endTime - startTime) / 1000000) + " ms");
182 totalTime = totalTime + (endTime - startTime);
200 assertSanitizedDoesNotContain("<<<><<script src=http://fake-evil.ru/test.js>", "<script");
201 assertSanitizedDoesNotContain("<<<><<script src=http://fake-evil.ru/test.js>", "<script");
203 assertSanitizedDoesNotContain("<script<script src=http://fake-evil.ru/test.js>>", "<script");
204 assertSanitizedDoesNotContain("<script<script src=http://fake-evil.ru/test.js>>", "<script");
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
DMANIFEST3 PKG-INFO
42 docs/apidoc/api-objects.txt
45 docs/apidoc/epydoc.js
47 docs/apidoc/identifier-index.html
49 docs/apidoc/module-tree.html
50 docs/apidoc/rcssmin-module.html
51 docs/apidoc/rcssmin-pysrc.html
171 tests/yui/background-position.css
172 tests/yui/background-position.css.min
173 tests/yui/border-none.css
[all …]
/external/skia/modules/canvaskit/go/gold_test_env/
Dgold_test_env.go2 // Use of this source code is governed by a BSD-style license that can be
8 "encoding/base64"
62 // unused) and a listener for that port. We choose a non-deterministic port instead of a fixed port
75 // beginTestManagementLogic sets up the server endpoints which allow the JS gm() tests to exfiltrate
78 // The contents of this path go to //bazel-testlogs/path/to/test/test.outputs/ and are combined
80 // e.g. ls bazel-testlogs/modules/canvaskit/hello_world_test_with_env/test.outputs/
84 // This environment var is documented in https://bazel.build/reference/test-encyclopedia
86 …ub.com/bazelbuild/bazel/blob/b9ffc16b94c1ee101031b0c010453847bdc532d1/tools/test/test-setup.sh#L425
106 fileContents, err := base64.StdEncoding.DecodeString(payload.Base64Data)
108 fmt.Printf("Invalid base64 data: %s\n", err.Error())
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
59 candidate_paths.sort(lambda x, y: len(x) - len(y))
60 longest_candidate = candidate_paths[-1]
80 <script src="../foo.js">
84 file_contents[os.path.normpath('/tmp/a/foo.js')] = """
96 ['a/foo.js'], metadata.dependent_raw_script_relative_paths)
100 <script src="/foo.js">
104 file_contents[os.path.normpath('/foo.js')] = ''
116 <script src="/foo.js">
165 <script src="/foo.js">
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dbuild.log2 ---------
3 Build Time: 2018-02-12T15:48:46-0800
8 dom-serializer: 0.1.0
10 expand-tilde: 1.2.2
11 is-windows: 0.2.0
14 path-is-inside: 1.0.2
18 @types/express-serve-static-core: 4.0.53
25 @types/serve-static: 1.7.32
26 accessibility-developer-tools: 2.12.0
30 acorn-jsx: 3.0.1
[all …]
/external/pigweed/docs/
DBUILD.gn7 # https://www.apache.org/licenses/LICENSE-2.0
24 "_static/js/changelog.js",
25 "_static/js/pigweed.js",
43 "blog/01-kudzu.rst",
44 "blog/02-bazel-feature-flags.rst",
112 "$dir_pigweed/third_party/abseil-cpp:docs",
127 _doxygen_input_files = [ # keep-sorted: start
180 "$dir_pw_base64/public/pw_base64/base64.h",
230 "$dir_pw_log_tokenized/public/pw_log_tokenized/base64.h",
304 ] # keep-sorted: end
[all …]
/external/rust/crates/config/
DCargo.lock.msrv8 source = "registry+https://github.com/rust-lang/crates.io-index"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
23 source = "registry+https://github.com/rust-lang/crates.io-index"
27 name = "android-tzdata"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
42 name = "async-trait"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
47 "proc-macro2",
55 source = "registry+https://github.com/rust-lang/crates.io-index"
[all …]
/external/cronet/third_party/protobuf/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
29 # protobuf-3 contains a few functions that are unused.
30 cflags += [ "-Wno-unused-function" ]
38 cflags += [ "-Wno-unused-private-field" ]
59 cflags = [ "-DPROTOBUF_ALLOW_DEPRECATED=1" ]
81 # libprotobuf_lite by the following dependency chain: chrome -> gtk ->
82 # libmirclient -> libmirprotobuf -> libprotobuf-lite. Trying to load
83 # the system libprotobuf-lite after already having loaded the libprotobuf_lite
90 [ "-Wl,--version-script=" +
99 configs -= [ "//build/config/compiler:chromium_code" ]
[all …]

12345678910>>...18