/aosp_15_r20/external/grpc-grpc/ |
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 | 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. 77 ' "$(PODS_TARGET_SRCROOT)/src/core/ext/upb-gen"'\ [all …]
|
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"'\ 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. 87 s.module_name => 'src/objective-c/PrivacyInfo.xcprivacy' [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) 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 …]
|
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 | 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 | 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/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/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/rust/android-crates-io/crates/grpcio-sys/ |
D | .cargo-checksum.json | 1 …-OF-CONDUCT.md":"4fcdab8c8ca45051e248fe4ce3dbd9ea9155cc8f406cf9ec9770b6e5818fbc45","grpc/CONCEPTS.…
|
/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 18 # in Bazel BUILD file. These generate upb files are for non-Bazel build such 28 # this will generate these upb source files at src/core/ext/upb-gen. 96 # Use a wrapper version of bazel in gRPC not to use system-wide bazel 99 [BAZEL_BIN, "query", "--output", "xml", "--noimplicit_deps", "//:all"] 118 "--output", 120 "--noimplicit_deps", 152 BAZEL_BIN_ROOT = "bazel-bin/" 154 name = re.search("google/protobuf/([a-z_]*)\.", file).group(1) 204 extensions = [".upbdefs.h", ".upbdefs.c"] [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/ |
D | DESIGN.md | 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) 19 - Uses pointer tagging, but avoids other implementation-defined behavior 20 - Aims to never invoke undefined behavior (tests with ASAN, UBSAN, etc) [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/distrib/ |
H A D | check_upb_output.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 18 readonly UPB_GENERATED_SRC=src/core/ext/upb-gen 19 readonly UPBDEFS_GENERATED_SRC=src/core/ext/upbdefs-gen 20 readonly UPB_TMP_OUTPUT="$(mktemp -d)" 24 diff -rq "$UPB_GENERATED_SRC" "$UPB_TMP_OUTPUT/upb-gen" 25 diff -rq "$UPBDEFS_GENERATED_SRC" "$UPB_TMP_OUTPUT/upbdefs-gen"
|
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.6.ninja | 10 …-target x86_64-linux-gnu -DANDROID_STRICT -fPIC ${g.android.soong.cc.config.CommonGlobalCppflags} … 11 …-header-filter=^packages/modules/Bluetooth/system/device/ -quiet -extra-arg-before=-fno-caret-diag… 17 ${ccCmd} || dedup-a1e6a9dc110657d 28 ${g.android.soong.cc.config.ClangBin}/clang-tidy.sh ${ccCmd} $ 29 ${tidyCmd} || dedup-a1e6a9dc110657d 30 …description = ${m.libbtdevice_linux_glibc_x86_64_static_asan.moduleDesc}clang-tidy src/device_iot_… 35 tidyCmd = ${g.android.soong.cc.config.ClangBin}/clang-tidy 43 | ${ccCmd} || dedup-a1e6a9dc110657d 54 | ${g.android.soong.cc.config.ClangBin}/clang-tidy.sh ${ccCmd} $ 55 ${tidyCmd} || dedup-a1e6a9dc110657d [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | BUILD | 1 # Copyright (c) 2009-2021, Google LLC 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"], 286 name = "protoc-gen-upbdev", [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/bazel/ |
D | upb_proto_library.bzl | 1 # Copyright (c) 2009-2021, Google LLC 27 - upb_proto_library() 28 - upb_proto_reflection_library() 74 root = file.path[:-len(real_short_path) - 1] 101 return out.path[:-len(short_path)] 154 # buildifier: disable=unused-variable 225 args.add("--" + generator + "_out=" + _get_real_root(ctx, srcs[0])) 226 args.add("--plugin=protoc-gen-" + generator + "=" + tool.path) 227 …args.add("--descriptor_set_in=" + ctx.configuration.host_path_separator.join([f.path for f in tran… 300 if generator == "upbdefs": [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/ |
D | gen_upb_api_from_bazel_xml.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 18 # in Bazel BUILD file. These generate upb files are for non-Bazel build such 28 # this will generate these upb source files at src/core/ext/upb-generated. 94 # Use a wrapper version of bazel in gRPC not to use system-wide bazel 97 [BAZEL_BIN, 'query', '--output', 'xml', '--noimplicit_deps', '//:all']) 110 BAZEL_BIN, 'query', '--output', 'xml', '--noimplicit_deps', 138 BAZEL_BIN_ROOT = 'bazel-bin/' 170 frag = '.upbdefs' 189 print(' -> {0}'.format(dst)) 194 parser = argparse.ArgumentParser(description='UPB code-gen from bazel') [all …]
|
/aosp_15_r20/external/grpc-grpc/cmake/ |
H A D | upb.cmake | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 …R "${CMAKE_CURRENT_SOURCE_DIR}/src/core/ext/upb-gen" "${CMAKE_CURRENT_SOURCE_DIR}/src/core/ext/upb…
|
/aosp_15_r20/external/grpc-grpc/tools/dockerfile/grpc_clang_tidy/ |
H A D | clang_tidy_all_the_things.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 19 CLANG_TIDY=${CLANG_TIDY:-clang-tidy} 24 cat compile_commands.json | jq -r '.[].file' \ 25 | grep -E "(^include/|^src/core/|^src/cpp/|^test/core/|^test/cpp/)" \ 26 | grep -v -E "src/core/lib/debug/stats_data" \ 27 | grep -v -E "/upb-gen/|/upbdefs-gen/" \
|