Searched +full:- +full:dpb_field_32bit (Results 1 – 6 of 6) sorted by relevance
/external/nanopb-c/ |
D | Android.bp | 7 // http://www.apache.org/licenses/LICENSE-2.0 18 name: "libprotobuf-c-nano-defaults", 20 "-Wall", 21 "-Werror", 22 "-Wno-sign-compare", 23 "-Wno-unused-parameter", 36 name: "libprotobuf-c-nano", 37 defaults: ["libprotobuf-c-nano-defaults"], 41 name: "libprotobuf-c-nano-enable_malloc", 42 defaults: ["libprotobuf-c-nano-defaults"], [all …]
|
/external/grpc-grpc/templates/ |
D | config.w32.template | 2 --- | 26 "/DPB_FIELD_32BIT "+ 43 if (idx == -1): 64 if (build_dirs[i].indexOf('grpc') == -1) {
|
/external/grpc-grpc/ |
D | config.w32 | 441 "third_party\\boringssl\\crypto\\cpu-aarch64-fuchsia.c " + 442 "third_party\\boringssl\\crypto\\cpu-aarch64-linux.c " + 443 "third_party\\boringssl\\crypto\\cpu-arm-linux.c " + 444 "third_party\\boringssl\\crypto\\cpu-arm.c " + 445 "third_party\\boringssl\\crypto\\cpu-intel.c " + 446 "third_party\\boringssl\\crypto\\cpu-ppc64le.c " + 654 "/DPB_FIELD_32BIT "+ 797 if (build_dirs[i].indexOf('grpc') == -1) {
|
D | grpc.gyp | 14 # http://www.apache.org/licenses/LICENSE-2.0 36 '-O2', 37 '-Wframe-larger-than=16384', 45 '-O0', 54 '-g', 55 '-Wall', 56 '-Wextra', 57 '-Werror', 58 '-Wno-long-long', 59 '-Wno-unused-parameter', [all …]
|
D | build.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 15 core_version: 6.0.0-dev 17 version: 1.16.0-dev 19 - name: alts_proto 21 - src/core/tsi/alts/handshaker/altscontext.pb.h 22 - src/core/tsi/alts/handshaker/handshaker.pb.h 23 - src/core/tsi/alts/handshaker/transport_security_common.pb.h [all …]
|
D | Makefile | 14 # http://www.apache.org/licenses/LICENSE-2.0 28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_) 80 CPPFLAGS_opt = -O2 -Wframe-larger-than=16384 83 VALID_CONFIG_asan-trace-cmp = 1 84 REQUIRE_CUSTOM_LIBRARIES_asan-trace-cmp = 1 85 CC_asan-trace-cmp = clang 86 CXX_asan-trace-cmp = clang++ 87 LD_asan-trace-cmp = clang++ 88 LDXX_asan-trace-cmp = clang++ 89 …-trace-cmp = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize-coverage=trace-cmp -fsanitize=… [all …]
|