Searched +full:- +full:ithird_party (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/grpc-grpc/ |
H A D | build_handwritten.yaml | 8 '#04': not listed in doc/g_stands_for.md - and update that document to list the 11 '#07': Master always has a "-dev" suffix 12 '#08': Use "-preN" suffixes to identify pre-release versions 13 '#09': Per-language overrides are possible with (eg) ruby_version tag here 23 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 24 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS 27 LDFLAGS: -fsanitize=address 33 asan-noleaks: 35 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 36 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS [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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | build_handwritten.yaml | 8 '#04': not listed in doc/g_stands_for.md - and update that document to list the 11 '#07': Master always has a "-dev" suffix 12 '#08': Use "-preN" suffixes to identify pre-release versions 13 '#09': Per-language overrides are possible with (eg) ruby_version tag here 23 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 24 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS 27 LDFLAGS: -fsanitize=address 33 asan-noleaks: 35 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 36 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS [all …]
|
D | grpc.gyp | 14 # http://www.apache.org/licenses/LICENSE-2.0 36 '-O0', 45 '-O2', 46 '-Wframe-larger-than=16384', 54 '-g', 55 '-Wall', 56 '-Wextra', 57 '-DOSATOMIC_USE_INLINED=1', 58 '-Ithird_party/abseil-cpp', 59 '-Ithird_party/re2', [all …]
|
/aosp_15_r20/external/webrtc/third_party/crc32c/src/ |
H A D | .clang_complete | 1 -Ibuild/include/ 2 -Ibuild/third_party/glog/ 3 -Iinclude/ 4 -Ithird_party/benchmark/include/ 5 -Ithird_party/googletest/googletest/include/ 6 -Ithird_party/googletest/googlemock/include/ 7 -Ithird_party/glog/src/ 8 -std=c++11
|
/aosp_15_r20/external/grpc-grpc/templates/ |
H A D | Makefile.template | 2 --- | 16 # http://www.apache.org/licenses/LICENSE-2.0 137 for dep in set(grpc_lib.transitive_deps) - set(sys_libs): 157 HOST_SYSTEM = $(shell uname | cut -f 1 -d_) 234 # https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html 235 # https://www.gnu.org/software/make/manual/html_node/Flavors.html#index-_003f_003d 236 # https://www.gnu.org/software/make/manual/html_node/Origin-Function.html 252 STRIP ?= strip --strip-unneeded 257 ARFLAGS = -no_warning_for_no_symbols -o 259 STRIP ?= strip -x [all …]
|