/aosp_15_r20/external/grpc-grpc/ |
H A D | gRPC-C++.podspec | 2 # Please make modifications to `templates/gRPC-C++.podspec.template` 14 # http://www.apache.org/licenses/LICENSE-2.0 23 s.name = 'gRPC-C++' 30 s.authors = { 'The gRPC contributors' => 'grpc-[email protected]' } 56 ' "$(PODS_TARGET_SRCROOT)/src/core/ext/upb-gen"'\ 57 ' "$(PODS_TARGET_SRCROOT)/src/core/ext/upbdefs-gen"'\ 59 ' "$(PODS_TARGET_SRCROOT)/third_party/upb"'\ 74 s.compiler_flags = '-Wno-comma -Wno-unreachable-code -Wno-shorten-64-to-32' 79 s.resource_bundles = { 'gRPCCertificates-Cpp' => ['etc/roots.pem'] } 84 # non-interface files. [all …]
|
H A D | gRPC-Core.podspec | 2 # Please make modifications to `templates/gRPC-Core.podspec.template` 14 # http://www.apache.org/licenses/LICENSE-2.0 23 s.name = 'gRPC-Core' 26 s.summary = 'Core cross-platform gRPC library, written in C' 29 s.authors = { 'The gRPC contributors' => 'grpc-[email protected]' } 51 # When creating a dynamic framework, name it grpc.framework instead of gRPC-Core.framework. 53 # <gRPC-Core/grpc.h>`. 63 # includes like `#include <gRPC-Core/grpc.h>`. `s.header_dir` adds a path prefix to that, and 68 # The module map created automatically by Cocoapods doesn't work for C libraries like gRPC-Core. 72 # root of the repo, third_party/** and two upb generated directories, and the system headers [all …]
|
H A D | Package.swift | 1 // swift-tools-version:5.5 2 // The swift-tools-version declares the minimum version of Swift required to build this package. 12 name: "gRPC-Core", 14 "gRPC-Core", 18 name: "gRPC-cpp", 20 "gRPC-cpp", 26 ….package(url: "https://github.com/firebase/abseil-cpp-SwiftPM.git", "0.20230802.0"..<"0.20230803.0… 27 .package(url: "https://github.com/firebase/boringssl-SwiftPM.git", "0.9.0"..<"0.10.0"), 32 name: "gRPC-Core", 34 .product(name:"abseil", package: "abseil-cpp-SwiftPM"), [all …]
|
H A 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 …]
|
H A 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) 16 PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/third_party/upb) 20 LIBS="-lpthread $LIBS" 22 CFLAGS="-std=c11 -g -O2" 23 CXXFLAGS="-std=c++14 -fno-exceptions -fno-rtti -g -O2" [all …]
|
H A D | grpc.gemspec | 1 # -*- ruby -*- 2 # encoding: utf-8 10 s.email = 'grpc-[email protected]' 14 s.license = 'Apache-2.0' 33 s.add_dependency 'google-protobuf', '~> 3.25' 34 s.add_dependency 'googleapis-common-protos-types', '~> 1.0' 41 s.add_development_dependency 'rake-compiler', '~> 1.2.1' 42 s.add_development_dependency 'rake-compiler-dock', '~> 1.4' 271 s.files += %w( src/core/ext/upb-gen/envoy/admin/v3/certs.upb.h ) 272 s.files += %w( src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c ) [all …]
|
H A D | package.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 …-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-… 10 <email>grpc-[email protected]</email> 13 <date>2019-09-24</date> 25 - gRPC Core 1.63.1 update 253 <file baseinstalldir="/" name="src/core/ext/upb-gen/envoy/admin/v3/certs.upb.h" role="src" /> 254 …<file baseinstalldir="/" name="src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c" role="sr… 255 …<file baseinstalldir="/" name="src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.h" role="sr… 256 <file baseinstalldir="/" name="src/core/ext/upb-gen/envoy/admin/v3/clusters.upb.h" role="src" /> 257 …<file baseinstalldir="/" name="src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c" role=… [all …]
|
H A D | Makefile | 14 # http://www.apache.org/licenses/LICENSE-2.0 28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_) 80 …PPFLAGS_asan = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-poin… 81 LDFLAGS_asan = -fsanitize=address 83 VALID_CONFIG_asan-noleaks = 1 84 REQUIRE_CUSTOM_LIBRARIES_asan-noleaks = 1 85 CC_asan-noleaks = clang 86 CXX_asan-noleaks = clang++ 87 LD_asan-noleaks = clang++ 88 LDXX_asan-noleaks = clang++ [all …]
|
H A D | build_autogenerated.yaml | 3 - name: address_sorting 8 - third_party/address_sorting/address_sorting_internal.h 9 - third_party/address_sorting/include/address_sorting/address_sorting.h 11 - third_party/address_sorting/address_sorting.c 12 - third_party/address_sorting/address_sorting_posix.c 13 - third_party/address_sorting/address_sorting_windows.c 15 - name: gpr 19 - include/grpc/impl/call.h 20 - include/grpc/impl/codegen/atm.h 21 - include/grpc/impl/codegen/atm_gcc_atomic.h [all …]
|
H A D | CMakeLists.txt | 14 # http://www.apache.org/licenses/LICENSE-2.0 34 set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") 70 # Providers for third-party dependencies (gRPC_*_PROVIDER properties): 72 # "package": use cmake's find_package functionality to locate a pre-installed dependency 77 set(gRPC_CARES_PROVIDER "module" CACHE STRING "Provider of c-ares library") 255 set(gRPC_USE_PROTO_LITE OFF CACHE BOOL "Use the protobuf-lite library") 262 set(_gRPC_C_CXX_FLAGS "${_gRPC_C_CXX_FLAGS} -msse2") 291 …add_definitions(-D_WIN32_WINNT=0x600 -D_SCL_SECURE_NO_WARNINGS -D_CRT_SECURE_NO_WARNINGS -D_WINSOC… 308 # Tell MSVC to build grpc using utf-8 309 set(_gRPC_C_CXX_FLAGS "${_gRPC_C_CXX_FLAGS} /utf-8") [all …]
|
/aosp_15_r20/external/perfetto/buildtools/grpc/ |
H A D | BUILD.gn | 13 # BoringSSL has assembly code which is tied to platform-specific. For now, we 18 sources = [ "src/third_party/abseil-cpp/absl/algorithm/algorithm.h" ] 21 configs -= [ "//gn/standalone:extra_warnings" ] 26 sources = [ "src/third_party/abseil-cpp/absl/algorithm/container.h" ] 34 configs -= [ "//gn/standalone:extra_warnings" ] 39 sources = [ "src/third_party/abseil-cpp/absl/base/internal/atomic_hook.h" ] 45 configs -= [ "//gn/standalone:extra_warnings" ] 51 "src/third_party/abseil-cpp/absl/base/call_once.h", 52 "src/third_party/abseil-cpp/absl/base/casts.h", 53 "src/third_party/abseil-cpp/absl/base/internal/cycleclock.cc", [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/doxygen/ |
H A D | Doxyfile.core.internal | 18 #--------------------------------------------------------------------------- 20 #--------------------------------------------------------------------------- 23 # that follow. The default is UTF-8 which is also the encoding used for all text 27 # The default value is: UTF-8. 29 DOXYFILE_ENCODING = UTF-8 32 # double-quotes, unless you are using Doxywizard) that should identify the 65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 76 # characters to appear in the names of generated files. If set to NO, non-ASCII 87 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), [all …]
|
H A D | Doxyfile.c++.internal | 18 #--------------------------------------------------------------------------- 20 #--------------------------------------------------------------------------- 23 # that follow. The default is UTF-8 which is also the encoding used for all text 27 # The default value is: UTF-8. 29 DOXYFILE_ENCODING = UTF-8 32 # double-quotes, unless you are using Doxywizard) that should identify the 65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 76 # characters to appear in the names of generated files. If set to NO, non-ASCII 87 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), [all …]
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/ |
H A D | grpc_core_dependencies.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_core_dependencies.py.template`!!! 90 'src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c', 91 'src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c', 92 'src/core/ext/upb-gen/envoy/admin/v3/config_dump.upb_minitable.c', 93 'src/core/ext/upb-gen/envoy/admin/v3/config_dump_shared.upb_minitable.c', 94 'src/core/ext/upb-gen/envoy/admin/v3/init_dump.upb_minitable.c', 95 'src/core/ext/upb-gen/envoy/admin/v3/listeners.upb_minitable.c', 96 'src/core/ext/upb-gen/envoy/admin/v3/memory.upb_minitable.c', 97 'src/core/ext/upb-gen/envoy/admin/v3/metrics.upb_minitable.c', [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/ |
D | .cargo-checksum.json | 1 …-OF-CONDUCT.md":"4fcdab8c8ca45051e248fe4ce3dbd9ea9155cc8f406cf9ec9770b6e5818fbc45","grpc/CONCEPTS.…
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/docs/ |
D | wrapping-upb.md | 2 <!--- 6 $ ./render.py wrapping-upb.in.md 8 You can also live-preview this document with all diagrams using Markdown Preview Enhanced 10 https://marketplace.visualstudio.com/items?itemName=shd101wyy.markdown-preview-enhanced 11 ---> 13 # Building a protobuf library on upb 15 This is a guide for creating a new protobuf implementation based on upb. It 35 "foo.proto" -> protoc; 38 protoc -> "protoc-gen-zlang"; 39 "protoc-gen-zlang" -> "foo.z"; [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/ |
H A D | gen_upb_api_from_bazel_xml.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 # This script generates upb source files (e.g. *.upb.c) from all upb targets 18 # in Bazel BUILD file. These generate upb files are for non-Bazel build such 21 # As an example, for the following upb target 28 # this will generate these upb source files at src/core/ext/upb-gen. 30 # src/proto/grpc/health/v1/health.upb.h 42 # Rule object representing the UPB rule of Bazel BUILD. 95 """Runs bazel query on given package file and returns all upb rules.""" 96 # Use a wrapper version of bazel in gRPC not to use system-wide bazel 99 [BAZEL_BIN, "query", "--output", "xml", "--noimplicit_deps", "//:all"] [all …]
|
H A D | gen_upb_api.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 set -ex 22 if [ $# -eq 0 ]; then 23 UPB_OUTPUT_DIR=$PWD/src/core/ext/upb-gen 24 UPBDEFS_OUTPUT_DIR=$PWD/src/core/ext/upbdefs-gen 25 rm -rf $UPB_OUTPUT_DIR 26 rm -rf $UPBDEFS_OUTPUT_DIR 27 mkdir -p $UPB_OUTPUT_DIR 28 mkdir -p $UPBDEFS_OUTPUT_DIR 30 UPB_OUTPUT_DIR=$1/upb-gen [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | bootstrap_compiler.bzl | 1 """Macros that implement bootstrapping for the upb code generator.""" 14 _upbc_base = "//upbc:protoc-gen-upb" 23 _extra_proto_path = "-Iexternal/com_google_protobuf/src " 48 return [prefix + "/" + src[:-len(".proto")] + suffix for src in srcs] 51 …turn _generated_srcs_for_suffix(prefix, srcs, ".upb.h") + _generated_srcs_for_suffix(prefix, srcs,… 61 "-I$(GENDIR)/" + strip_prefix + " " + _extra_proto_path + 62 "--plugin=protoc-gen-upb=$(location " + _upbc(0) + ") " + 63 "--upb_out=bootstrap_upb:$(@D)/bootstrap_generated_sources/" + base_dir + "stage0 " + 73 # GitHub repos. It's not critical that the checked-in protos are up to 112 # stage0 uses checked-in protos. [all …]
|
D | BUILD | 1 # Copyright (c) 2009-2021, Google LLC 148 "//:upb", 236 name = "protoc-gen-upb", 237 srcs = ["protoc-gen-upb.cc"], 264 name = "protoc-gen-upbdefs", 266 "protoc-gen-upbdefs.cc", 270 …# /usr/bin/x86_64-linux-gnu-ld: bazel-out/k8-opt-exec-2B5CBBC6-ST-c1776f9924ec/bin/external/com_go… 271 …# /usr/bin/x86_64-linux-gnu-ld: /opt/manylinux/2014/x86_64/lib64/libm.so.6: error adding symbols: … 272 # clang-14: error: linker command failed with exit code 1 (use -v to see invocation) 273 linkopts = ["-lm"], [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/ |
D | DESIGN.md | 2 # upb Design 4 upb aims to be a minimal C protobuf kernel. It has a C API, but its primary 5 goal is to be the core runtime for a higher-level API. 9 - Full protobuf conformance 10 - Small code size 11 - Fast performance (without compromising code size) 12 - Easy to wrap in language runtimes 13 - Easy to adapt to different memory management schemes (refcounting, GC, etc) 17 - C99 18 - 32 or 64-bit CPU (assumes 4 or 8 byte pointers) [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/bazel/ |
D | grpc_deps.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Load dependencies needed to compile and test the grpc library as a 3rd-party consumer.""" 19 # buildifier: disable=unnamed-macro 25 actual = "@upb//:upb", 30 actual = "@upb//:collections", 35 actual = "@upb//:reflection", 40 actual = "@upb//:descriptor_upb_proto", 45 actual = "@upb//:descriptor_upb_proto_reflection", 50 actual = "@upb//:textformat", 55 actual = "@upb//:json", [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/buildgen/ |
H A D | extract_metadata_from_bazel_xml.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 30 # format entirely or simplify it to a point where it becomes self-explanatory 54 - destination(int): The relative path of this proto library should be. 56 - proto_prefix(str): The prefix to remove in order to insure the proto import 59 - urls(List[str]): Following 3 fields should be filled by build metadata from 61 - hash(str): The hash of the downloaded archive 62 - strip_prefix(str): The path to be stripped from the extracted directory, see 81 destination="third_party/envoy-api", 82 proto_prefix="third_party/envoy-api/", 92 destination="third_party/opencensus-proto/src", [all …]
|
/aosp_15_r20/external/grpc-grpc/templates/ |
H A D | Package.swift.template | 2 --- | 3 // swift-tools-version:5.5 4 // The swift-tools-version declares the minimum version of Swift required to build this package. 14 name: "gRPC-Core", 16 "gRPC-Core", 20 name: "gRPC-cpp", 22 "gRPC-cpp", 28 ….package(url: "https://github.com/firebase/abseil-cpp-SwiftPM.git", "0.20230802.0"..<"0.20230803.0… 29 .package(url: "https://github.com/firebase/boringssl-SwiftPM.git", "0.9.0"..<"0.10.0"), 34 name: "gRPC-Core", [all …]
|
/aosp_15_r20/external/grpc-grpc/bazel/ |
H A D | grpc_deps.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 14 """Load dependencies needed to compile and test the grpc library as a 3rd-party consumer.""" 19 # buildifier: disable=unnamed-macro 25 actual = "@com_google_protobuf//upb:amalgamation", 30 actual = "@com_google_protobuf//upb/base", 35 actual = "@com_google_protobuf//upb:message", 40 actual = "@com_google_protobuf//upb/mem", 45 actual = "@com_google_protobuf//upb:reflection", 50 actual = "@com_google_protobuf//upb:descriptor_upb_proto", 55 actual = "@com_google_protobuf//upb:descriptor_upb_proto_reflection", [all …]
|