| /external/google-styleguide/ |
| D | vimscriptfull.xml | 2 <?xml-stylesheet type="text/xsl" href="styleguide.xsl"?> 19 This is the in-depth vimscript guide. If you're just a casual user 20 looking to write a plugin, the 62 with one of the magic control atoms. This future-proofs your 97 Always use case-explicit operators for strings (<code>=~#</code> and 105 This only applies for strings. <code>==</code> and 107 <code>>=#</code> must be used for strings. 132 This rule applies when your regexes are matching syntax, external 172 The error text may be locale-dependant. 175 See <code>:help error-messages</code>. [all …]
|
| /external/pigweed/ |
| D | package-lock.json | 10 "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/perfetto/ |
| D | CHANGELOG | 14 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/pigweed/pw_ide/ts/pigweed-vscode/ |
| D | package-lock.json | 2 "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/cronet/third_party/protobuf/ |
| D | CHANGES.txt | 1 2022-09-29 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 2022-09-27 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 6 * Refactoring java full runtime to reuse sub-message builders and prepare to 13 * Make message-type extensions merge from wire-format instead of building up 16 sub-messages directly from text rather than building a new sub-message and 19 2022-09-13 version 3.20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 24 2022-04-05 version 3.20.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 28 * Fixed composer.json to only advertise compatibility with PHP 7.0+. (#9819) 36 2022-03-04 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 47 * JSON will now output shorter strings for double and float fields when possible [all …]
|
| /external/protobuf/ |
| D | CHANGES.txt | 1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 * Fix round-trip bug (#10158) 6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960) 12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.… 16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721) 42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 44 * Refactoring java full runtime to reuse sub-message builders and prepare to [all …]
|
| /external/nanopb-c/ |
| D | CHANGELOG.txt | 1 nanopb-0.3.9.8 (2021-03-22) 2 Fix invalid free() with oneof (#647, GHSA-7mv5-5mxh-qg88) 6 nanopb-0.3.9.7 (2020-11-25) 7 Fix memory leak with oneofs and PB_ENABLE_MALLOC (#615, GHSA-85rr-4rh9-hhwh) 9 Add '--version' option to nanopb_generator.py (#607) 12 nanopb-0.3.9.6 (2020-06-23) 13 Fix buffer overflow when encoding bytes with size set to 65535 (#547, GHSA-3p39-mfxg-hrq4) 18 nanopb-0.3.9.5 (2020-02-02) 19 Fix invalid free() after failed realloc() (GHSA-gcx3-7m76-287p) 20 Add workaround for avr-libc realloc() bug (#475) [all …]
|
| /external/libwebsockets/ |
| D | changelog | 2 --------- 7 - Add full CBOR stream parsing and writing support, with huge 9 See ./READMEs/README.cbor-lecp.md 10 - Add COSE key and signing / validation support with huge amount of 14 See ./READMEs/README.cbor-cose.md 15 - JIT Trust: for constrained devices, provides a way to determine the 19 See ./READMEs/README.jit-trust.md 20 - Add support for client Netscape cookie jar with caching 21 - Secure Streams: issue LWSSSCS_EVENT_WAIT_CANCELLED state() when 22 lws_cancel_service() called, so cross-thread events can be handled [all …]
|
| /external/perfetto/ui/ |
| D | pnpm-lock.yaml | 23 '@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/grpc-grpc/src/proto/grpc/testing/xds/v3/ |
| D | route.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 syntax = "proto3"; 32 // [#protodoc-title: HTTP route components] 53 // [#next-free-field: 21] 64 // 2. Suffix domain wildcards: ``*.foo.com`` or ``*-bar.foo.com``. 65 // 3. Prefix domain wildcards: ``foo.*`` or ``foo-*``. 71 // e.g. ``*-bar.foo.com`` will match ``baz-bar.foo.com`` but not ``-bar.foo.com``. 83 // The per_filter_config field can be used to provide virtual host-specific 100 // [#next-free-field: 18] 119 // without forwarding to an upstream host. This will be used in non-proxy [all …]
|
| /external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
| D | route.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 syntax = "proto3"; 32 // [#protodoc-title: HTTP route components] 53 // [#next-free-field: 21] 64 // 2. Suffix domain wildcards: ``*.foo.com`` or ``*-bar.foo.com``. 65 // 3. Prefix domain wildcards: ``foo.*`` or ``foo-*``. 71 // e.g. ``*-bar.foo.com`` will match ``baz-bar.foo.com`` but not ``-bar.foo.com``. 83 // The per_filter_config field can be used to provide virtual host-specific 100 // [#next-free-field: 18] 119 // without forwarding to an upstream host. This will be used in non-proxy [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
| D | package-lock.json | 7 "@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/golang-protobuf/cmd/protoc-gen-go/internal_gengo/ |
| D | main.go | 2 // Use of this source code is governed by a BSD-style 15 "strings" 42 stringsPackage = protogen.GoImportPath("strings") 68 func GenerateFile(gen *protogen.Plugin, file *protogen.File) *protogen.GeneratedFile { argument 84 g.P("// Verify that this generated code is sufficiently up-to-date.") 85 …g.P("_ = ", protoimplPackage.Ident("EnforceVersion"), "(", protoimpl.GenVersion, " - ", protoimplP… 86 g.P("// Verify that runtime/protoimpl is sufficiently up-to-date.") 87 …ckage.Ident("EnforceVersion"), "(", protoimplPackage.Ident("MaxVersion"), " - ", protoimpl.GenVers… 122 func genGeneratedHeader(gen *protogen.Plugin, g *protogen.GeneratedFile, f *fileInfo) { argument 123 g.P("// Code generated by protoc-gen-go. DO NOT EDIT.") [all …]
|
| /external/nos/host/generic/nugget/proto/google/protobuf/ |
| D | descriptor.proto | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 40 syntax = "proto2"; 43 option go_package = "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor"; 49 // descriptor.proto must be optimized for speed because reflection-based 69 // For Google-internal migration only. Do not use. 72 // All top-level definitions in this file. 82 // functionality of the descriptors -- the information is needed only by 86 // The syntax of the proto file. 88 optional string syntax = 12; field [all …]
|
| /external/bazelbuild-rules_go/third_party/ |
| D | org_golang_x_tools-deletegopls.patch | 1 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/rust/crates/grpcio-sys/grpc/ |
| D | config.w32 | 118 "src\\core\\ext\\upb-generated\\envoy\\admin\\v3\\certs.upb.c " + 119 "src\\core\\ext\\upb-generated\\envoy\\admin\\v3\\clusters.upb.c " + 120 "src\\core\\ext\\upb-generated\\envoy\\admin\\v3\\config_dump.upb.c " + 121 "src\\core\\ext\\upb-generated\\envoy\\admin\\v3\\config_dump_shared.upb.c " + 122 "src\\core\\ext\\upb-generated\\envoy\\admin\\v3\\init_dump.upb.c " + 123 "src\\core\\ext\\upb-generated\\envoy\\admin\\v3\\listeners.upb.c " + 124 "src\\core\\ext\\upb-generated\\envoy\\admin\\v3\\memory.upb.c " + 125 "src\\core\\ext\\upb-generated\\envoy\\admin\\v3\\metrics.upb.c " + 126 "src\\core\\ext\\upb-generated\\envoy\\admin\\v3\\mutex_stats.upb.c " + 127 "src\\core\\ext\\upb-generated\\envoy\\admin\\v3\\server_info.upb.c " + [all …]
|
| D | config.m4 | 2 [ --enable-grpc Enable grpc support]) 7 dnl # --with-grpc -> add include path 9 PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/src/core/ext/upb-generated) 10 PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/src/core/ext/upbdefs-generated) 12 PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/third_party/abseil-cpp) 14 PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/third_party/boringssl-with-bazel/src/include) 20 LIBS="-lpthread $LIBS" 22 CFLAGS="-std=c11 -g -O2" 23 CXXFLAGS="-std=c++14 -fno-exceptions -fno-rtti -g -O2" 24 GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" [all …]
|
| /external/grpc-grpc/ |
| D | config.w32 | 81 "src\\core\\ext\\upb-gen\\envoy\\admin\\v3\\certs.upb_minitable.c " + 82 "src\\core\\ext\\upb-gen\\envoy\\admin\\v3\\clusters.upb_minitable.c " + 83 "src\\core\\ext\\upb-gen\\envoy\\admin\\v3\\config_dump.upb_minitable.c " + 84 "src\\core\\ext\\upb-gen\\envoy\\admin\\v3\\config_dump_shared.upb_minitable.c " + 85 "src\\core\\ext\\upb-gen\\envoy\\admin\\v3\\init_dump.upb_minitable.c " + 86 "src\\core\\ext\\upb-gen\\envoy\\admin\\v3\\listeners.upb_minitable.c " + 87 "src\\core\\ext\\upb-gen\\envoy\\admin\\v3\\memory.upb_minitable.c " + 88 "src\\core\\ext\\upb-gen\\envoy\\admin\\v3\\metrics.upb_minitable.c " + 89 "src\\core\\ext\\upb-gen\\envoy\\admin\\v3\\mutex_stats.upb_minitable.c " + 90 "src\\core\\ext\\upb-gen\\envoy\\admin\\v3\\server_info.upb_minitable.c " + [all …]
|
| D | config.m4 | 2 [ --enable-grpc Enable grpc support]) 7 dnl # --with-grpc -> add include path 9 PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/src/core/ext/upb-gen) 10 PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/src/core/ext/upbdefs-gen) 12 PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/third_party/abseil-cpp) 14 PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/third_party/boringssl-with-bazel/src/include) 20 LIBS="-lpthread $LIBS" 22 CFLAGS="-std=c11 -g -O2" 23 CXXFLAGS="-std=c++14 -fno-exceptions -fno-rtti -g -O2" 24 GRPC_SHARED_LIBADD="-lpthread $GRPC_SHARED_LIBADD" [all …]
|
| /external/cronet/net/base/ |
| D | mime_util.cc | 2 // Use of this source code is governed by a BSD-style license that can be 19 #include "base/strings/string_number_conversions.h" 20 #include "base/strings/string_split.h" 21 #include "base/strings/string_util.h" 22 #include "base/strings/utf_string_conversions.h" 73 // Comma-separated list of possible extensions for the type. The first 79 // ------------------------ 89 // from file extension -> MIME type. Thus file extensions listed here will 109 // 1) MIME type -> file extension. Implemented as 114 // a) As a special case application/octet-stream is mapped to nothing. Web [all …]
|
| /external/nanopb-c/generator/proto/google/protobuf/ |
| D | descriptor.proto | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 40 syntax = "proto2"; 43 option go_package = "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor"; 50 // descriptor.proto must be optimized for speed because reflection-based 70 // For Google-internal migration only. Do not use. 73 // All top-level definitions in this file. 83 // functionality of the descriptors -- the information is needed only by 87 // The syntax of the proto file. 89 optional string syntax = 12; field [all …]
|
| /external/rust/crates/protobuf-parse/src/proto/google/protobuf/ |
| D | descriptor.proto | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 40 syntax = "proto2"; 51 // descriptor.proto must be optimized for speed because reflection-based 71 // For Google-internal migration only. Do not use. 74 // All top-level definitions in this file. 84 // functionality of the descriptors -- the information is needed only by 88 // The syntax of the proto file. 90 optional string syntax = 12; field 155 // Tag-delimited aggregate. [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
| D | descriptor.proto | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 39 syntax = "proto2"; 66 // For Google-internal migration only. Do not use. 69 // All top-level definitions in this file. 79 // functionality of the descriptors -- the information is needed only by 83 // The syntax of the proto file. 85 optional string syntax = 12; field 149 // Tag-delimited aggregate. 154 TYPE_MESSAGE = 11; // Length-delimited aggregate. [all …]
|
| D | descriptor_sv.proto | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 39 syntax = "proto2"; 68 // For Google-internal migration only. Do not use. 71 // All top-level definitions in this file. 81 // functionality of the descriptors -- the information is needed only by 85 // The syntax of the proto file. 87 optional string syntax = 12 [ctype = STRING_PIECE]; field 151 // Tag-delimited aggregate. 156 TYPE_MESSAGE = 11; // Length-delimited aggregate. [all …]
|
| /external/cronet/third_party/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 40 syntax = "proto2"; 51 // descriptor.proto must be optimized for speed because reflection-based 71 // For Google-internal migration only. Do not use. 74 // All top-level definitions in this file. 84 // functionality of the descriptors -- the information is needed only by 88 // The syntax of the proto file. 90 optional string syntax = 12; field 155 // Tag-delimited aggregate. [all …]
|