Home
last modified time | relevance | path

Searched +full:plugin +full:- +full:syntax +full:- +full:import +full:- +full:meta (Results 1 – 25 of 37) sorted by relevance

12

/external/pigweed/
Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
17 "rollup-plugin-postcss": "^4.0.2",
18 "ts-protoc-gen": "^0.15.0"
24 "@grpc/grpc-js": "^1.3.7",
25 "@material-ui/core": "^4.12.1",
26 "@material-ui/lab": "^4.0.0-alpha.60",
27 "@rollup/plugin-commonjs": "^19.0.0",
28 "@rollup/plugin-node-resolve": "^13.3.0",
[all …]
/external/tensorflow/tensorflow/core/protobuf/
Drewriter_config.proto1 syntax = "proto3";
5 import "tensorflow/core/framework/attr_value.proto";
6 import "tensorflow/core/protobuf/verifier_config.proto";
28 // Configuration options for the meta-optimizer. Unless otherwise noted, these
93 // Strips debug-related nodes from the graph (off by default).
127 // Disable the entire meta optimizer (off by default).
129 // Optimizers registered by plugin (default is ON)
134 // Controls how many times we run the optimizers in meta optimizer (default
149 // QuantizeAndDequantize*. Some compilers (e.g. the TF-to-tflite converter)
151 // and per-channel) from the quantization emulation ops. Note that this flag
[all …]
/external/pigweed/pw_ide/ts/pigweed-vscode/
Dpackage-lock.json2 "name": "pigweed-vscode",
8 "name": "pigweed-vscode",
10 "license": "Apache-2.0",
21 "@typescript-eslint/eslint-plugin": "^5.59.8",
22 "@typescript-eslint/parser": "^5.59.8",
23 "@vscode/test-electron": "^2.3.2",
26 "node-polyfill-webpack-plugin": "^2.0.1",
27 "ts-jest": "^29.1.1",
28 "ts-loader": "^9.4.4",
31 "webpack-cli": "^5.1.4"
[all …]
/external/golang-protobuf/compiler/protogen/
Dprotogen.go2 // Use of this source code is governed by a BSD-style
13 import (
43 const goPackageDocURL = "https://protobuf.dev/reference/go/go-generated#package"
45 // Run executes a function as a protoc plugin.
47 // It reads a CodeGeneratorRequest message from os.Stdin, invokes the plugin
52 func (opts Options) Run(f func(*Plugin) error) {
59 func run(opts Options, f func(*Plugin) error) error {
76 // Errors from the plugin function are reported by setting the
95 // A Plugin is a protoc plugin invocation.
96 type Plugin struct { struct
[all …]
/external/perfetto/ui/
Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
38 '@types/color-convert':
59 '@types/w3c-web-usb':
68 color-convert:
74 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
119 vega-lite:
124 '@rollup/plugin-commonjs':
[all …]
/external/perfetto/
DCHANGELOG14 v46.0 - 2024-06-13:
27 * Added plugin for synchronizing two instances of the UI - search for
29 * Add builtin prompt functionality to the plugin API:
35 https://perfetto.dev/docs/instrumentation/track-events#dynamic-event-names
39 v45.0 - 2024-05-09:
58 * Remove arg auto-completion in pivot table.
60 * Fix counter event selection off-by-one error.
61 * Add viewport control to the plugin API.
70 https://perfetto.dev/docs/instrumentation/track-events#dynamic-event-names
74 v44.0 - 2024-04-10:
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dpackage-lock.json7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
10 …"integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUq…
18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1.2.tgz",
19 …"integrity": "sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6…
22 "@babel/code-frame": "^7.0.0",
29 "convert-source-map": "^1.1.0",
35 "source-map": "^0.5.0"
40 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1.3.tgz",
41 …"integrity": "sha512-ZoCZGcfIJFJuZBqxcY9OjC1KW2lWK64qrX1o4UYL3yshVhwKFYgzpWZ0vvtGMNJdTlvkw0W+HR1Vn…
[all …]
/external/zxing/docs/
Dlicenses.html2 <!--
3 …d by Apache Maven Doxia Site Renderer 2.0.0-M3 from org.apache.maven.plugins:maven-project-info-re…
5 -->
8 <meta charset="UTF-8" />
9 <meta name="viewport" content="width=device-width, initial-scale=1" />
10 <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
12 <link rel="stylesheet" href="./css/apache-maven-fluido-1.8.min.css" />
15 <script src="./js/apache-maven-fluido-1.8.min.js"></script>
18 <div class="container-fluid">
21 <div class="pull-left"> <h1>ZXing
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
63 #include <mach-o/dyld.h>
71 #include <google/protobuf/compiler/plugin.pb.h>
106 // DO NOT include <io.h>, instead create functions in io_win32.{h,cc} and import
117 "File is imported but not declared in --direct_dependencies: %s";
119 // Returns true if the text looks like a Windows-style absolute path, starting
133 if (setmode(fd, _O_TEXT) == -1) { in SetFdToTextMode()
138 // (Text and binary are the same on non-Windows platforms.) in SetFdToTextMode()
143 if (setmode(fd, _O_BINARY) == -1) { in SetFdToBinaryMode()
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
65 #include <mach-o/dyld.h>
74 #include <google/protobuf/compiler/plugin.pb.h>
108 // DO NOT include <io.h>, instead create functions in io_win32.{h,cc} and import
119 "File is imported but not declared in --direct_dependencies: %s";
121 // Returns true if the text looks like a Windows-style absolute path, starting
135 if (setmode(fd, _O_TEXT) == -1) { in SetFdToTextMode()
140 // (Text and binary are the same on non-Windows platforms.) in SetFdToTextMode()
145 if (setmode(fd, _O_BINARY) == -1) { in SetFdToBinaryMode()
[all …]
/external/libcups/doc/help/
Dpostscript-driver.html3 <!-- SECTION: Programming -->
6 <meta name="keywords" content="Programming">
7 <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
8 <meta name="creator" content="codedoc v3.1">
9 <meta name="author" content="Unknown">
10 <meta name="copyright" content="Unknown">
11 <meta name="version" content="0.0">
12 <style type="text/css"><!--
14 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
18 font-family: lucida grande, geneva, helvetica, arial, sans-serif;
[all …]
/external/jsoup/src/test/resources/htmltests/
Dxwiki-1324.html.gz
/external/testng/
DCHANGES.txt2 Fixed: GITHUB-841: testName from @Test is now used and available from ITestResult#getName() and ITe…
3 New: GITHUB-776: Add BeforeClass/AfterClass like on ITestListener (@vguna & Julien Herr)
4 Fixed: GITHUB-872: Enable end-users of TestNG to alter XmlSuite and XmlTest (Krishnan Mahadevan)
5 New: GITHUB-900: Support @Listeners in annotation transformer (Julien Herr)
6 New: GITHUB-898: Activate XML validation when possible (Julien Herr)
7 Fixed: GITHUB-889: XmlSuite in nested directories results in FIleNotFoundException (Virender Singh)
8 Fixed: GITHUB-811: Timeout is not working with parallel=tests (@michael-yxf & Julien Herr)
9 Fixed: GITHUB-839: Missing encoding meta data for report file (@banbq & Julien Herr)
10 Fixed: GITHUB-876: NullPointerException creating tests with parameters by a factory (@vixgeo & Juli…
11 New: GITHUB-886: Add some checks on factory methods (Julien Herr)
[all …]
/external/mockito/src/main/java/org/mockito/
DMockito.java7 import org.mockito.exceptions.misusing.PotentialStubbingProblem;
8 import org.mockito.exceptions.misusing.UnnecessaryStubbingException;
9 import org.mockito.internal.InternalMockHandler;
10 import org.mockito.internal.MockitoCore;
11 import org.mockito.internal.creation.MockSettingsImpl;
12 import org.mockito.internal.debugging.MockitoDebuggerImpl;
13 import org.mockito.internal.framework.DefaultMockitoFramework;
14 import org.mockito.internal.session.DefaultMockitoSessionBuilder;
15 import org.mockito.internal.verification.VerificationModeFactory;
16 import org.mockito.invocation.Invocation;
[all …]
/external/jcommander/doc/
Dindex.html4 <meta charset="UTF-8">
5 <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta name="generator" content="Asciidoctor 1.5.5">
8 <meta name="author" content="Cédric Beust">
11 @import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400italic,600italic,400,…
17 /** Correct `inline-block` display not defined in IE 8/9. */
18 audio, canvas, video { display: inline-block; }
29 /** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation cha…
30 html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjus…
[all …]
/external/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch1 diff -urN a/gopls/api-diff/api_diff.go b/gopls/api-diff/api_diff.go
2 --- a/gopls/api-diff/api_diff.go 2000-01-01 00:00:00.000000000 -0000
3 +++ b/gopls/api-diff/api_diff.go 1970-01-01 00:00:00.000000000 +0000
4 @@ -1,89 +0,0 @@
5 -// Copyright 2021 The Go Authors. All rights reserved.
6 -// Use of this source code is governed by a BSD-style
7 -// license that can be found in the LICENSE file.
8 -
9 -//go:build go1.18
10 -// +build go1.18
[all …]
/external/angle/build/config/android/
Drules.gni2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/android/abi.gni")
6 import("//build/config/android/copy_ex.gni")
7 import("//build/config/clang/clang.gni")
8 import("//build/config/sanitizers/sanitizers.gni")
9 import("//build_overrides/build.gni")
17 …_path/lib/clang/$clang_version/lib/linux/libclang_rt.ubsan_standalone-$sanitizer_arch-android.so" ]
20 …"$clang_base_path/lib/clang/$clang_version/lib/linux/libclang_rt.asan-$sanitizer_arch-android.so" ]
82 "--clear",
83 "--files=@FileArg($_rebased_libraries_list)",
[all …]
/external/cronet/build/config/android/
Drules.gni2 # Use of this source code is governed by a BSD-style license that can be
5 # Do not add any imports to non-//build directories here.
6 # Some projects (e.g. V8) do not have non-build directories DEPS'ed in.
7 import("//build/config/android/config.gni")
8 import("//build/config/android/copy_ex.gni")
9 import("//build/config/clang/clang.gni")
10 import("//build/config/compiler/compiler.gni")
11 import("//build/config/coverage/coverage.gni")
12 import("//build/config/profiling/profiling.gni")
13 import("//build/config/python.gni")
[all …]
/external/testng/doc/
Ddocumentation-main.html24 /* Set the command-line table option column width. */
25 #command-line colgroup.option {
33 displayMenu("documentation-main.html")
38 <!-- --------------------------
40 <table class="float-right">
43 <script type="text/javascript"><!--
44 google_ad_client = "pub-1467757024002850";
49 //-->
50 <!--
61 ------------------------------- -->
[all …]
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/kdoc/
DKDocFormatterTest.kt2 * Portions Copyright (c) Meta Platforms, Inc. and affiliates.
8 * http://www.apache.org/licenses/LICENSE-2.0
24 * http://www.apache.org/licenses/LICENSE-2.0
35 import com.google.common.truth.Truth.assertThat
36 import com.google.common.truth.Truth.assertWithMessage
37 import kotlin.io.path.createTempDirectory
38 import org.junit.Ignore
39 import org.junit.Test
40 import org.junit.runner.RunWith
41 import org.junit.runners.JUnit4
[all …]
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js9 * http://www.apache.org/licenses/LICENSE-2.0
20 * some functions for browser-side pretty printing of code contained in html.
24 * <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html#langs">README</a>
29 * Smalltalk, Lisp-like, or CAML-like languages without an explicit lang class.
44 * language, as in {@code <pre class="prettyprint lang-java">}. Any class that
45 * starts with "lang-" followed by a file extension, specifies the file type.
46 * See the "lang-*.js" files in this directory for code that implements
47 * per-language file handlers.
111 var COMMON_KEYWORDS = C_KEYWORDS + "catch class delete false import " +
119 "abstract boolean byte extends final finally implements import " +
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dltmain.sh4 # Provide generalized library-building support services.
7 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
36 ## ------ ##
38 ## ------ ##
40 # Run './libtool --help' for help with using this script from the
44 ## ------------------------------- ##
46 ## ------------------------------- ##
50 # with bootstrap, so set those here where they can still be over-
57 ## -------------------------- ##
59 ## -------------------------- ##
[all …]
/external/sg3_utils/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2019-02-19.15
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
34 VERSION="2.4.7 Debian-2.4.7-4"
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
[all …]
/external/curl/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2019-02-19.15
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
34 VERSION="2.4.7 Debian-2.4.7-7+build1"
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
[all …]
/external/speex/
Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
3 ## by inline-source v2019-02-19.15
6 # Provide generalized library-building support services.
9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
34 VERSION="2.4.7 Debian-2.4.7-5"
38 ## ------ ##
40 ## ------ ##
42 # Run './libtool --help' for help with using this script from the
46 ## ------------------------------- ##
48 ## ------------------------------- ##
[all …]

12