Searched +full:- +full:ithird_party (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/ |
D | .clang_complete | 1 -Wall 2 -Wc++-compat 3 -Ithird_party/googletest/include 4 -Ithird_party/googletest 5 -Iinclude 6 -Igens 7 -I. 8 -Ithird_party/boringssl/include 9 -Ithird_party/benchmark/include 10 -Ithird_party/zlib [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 …]
|
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 | 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 …]
|
/external/skqp/tools/ |
D | check-headers-self-sufficient | 5 # Use of this source code is governed by a BSD-style license that can be 16 self-sufficient and idempotent. 18 Otherwise, test all checked-in headers except for those in the ignore list. 22 '-Iinclude/core', 23 '-Iinclude/config', 24 '-Iinclude/android', 25 '-Iinclude/codec', 26 '-Iinclude/effects', 27 '-Iinclude/gpu', 28 '-Iinclude/gpu/gl', [all …]
|
/external/skia/tools/ |
D | check-headers-self-sufficient | 5 # Use of this source code is governed by a BSD-style license that can be 16 self-sufficient and idempotent. 18 Otherwise, test all checked-in headers except for those in the ignore list. 22 '-Iinclude/core', 23 '-Iinclude/config', 24 '-Iinclude/android', 25 '-Iinclude/codec', 26 '-Iinclude/effects', 27 '-Iinclude/gpu', 28 '-Iinclude/gpu/gl', [all …]
|
/external/grpc-grpc/templates/ |
D | Makefile.template | 2 --- | 16 # http://www.apache.org/licenses/LICENSE-2.0 39 PREFERRED_WARNINGS=['shadow', 'extra-semi'] 40 …CHECK_WARNINGS=PREFERRED_WARNINGS + ['no-shift-negative-value', 'no-unused-but-set-variable', 'no-… 43 return fmt % warning.replace('-', '_').replace('+', 'X').upper() 46 if warning[0:3] == 'no-': 49 return 'no-' + warning 63 HOST_SYSTEM = $(shell uname | cut -f 1 -d_) 142 # https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html 143 # https://www.gnu.org/software/make/manual/html_node/Flavors.html#index-_003f_003d [all …]
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/CMSIS/ |
D | Makefile.inc | 4 -isystem$(MAKEFILE_DIR)/downloads/cmsis/CMSIS/Core/Include/ \ 5 -isystem$(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Include/ \ 6 -I$(MAKEFILE_DIR)/downloads/CMSIS_ext/ 9 -isystemthird_party/cmsis/CMSIS/Core/Include/ \ 10 -isystemthird_party/cmsis/CMSIS/DSP/Include/ \ 11 -Ithird_party/CMSIS_ext/
|
/external/skia/experimental/wasm-skp-debugger/ |
D | compile.sh | 3 # Use of this source code is governed by a BSD-style license that can be 7 set -ex 11 if [[ ! -d $EMSDK ]]; then 24 mkdir -p $BUILD_DIR 26 BUILTIN_FONT="$BASE_DIR/fonts/NotoMono-Regular.ttf.cpp" 29 --name SK_EMBEDDED_FONTS \ 30 --input $BASE_DIR/fonts/NotoMono-Regular.ttf \ 31 --output $BASE_DIR/fonts/NotoMono-Regular.ttf.cpp \ 32 --align 4 36 ./bin/fetch-gn [all …]
|
/external/v8/tools/gcmole/ |
D | gcmole.lua | 1 -- Copyright 2011 the V8 project authors. All rights reserved. 2 -- Redistribution and use in source and binary forms, with or without 3 -- modification, are permitted provided that the following conditions are 4 -- met: 5 -- 6 -- * Redistributions of source code must retain the above copyright 7 -- notice, this list of conditions and the following disclaimer. 8 -- * Redistributions in binary form must reproduce the above 9 -- copyright notice, this list of conditions and the following 10 -- disclaimer in the documentation and/or other materials provided [all …]
|
/external/skia/modules/canvaskit/ |
D | compile.sh | 4 # Use of this source code is governed by a BSD-style license that can be 7 set -ex 11 if [[ ! -d $EMSDK ]]; then 23 RELEASE_CONF="-Oz --closure 1 --llvm-lto 3 -DSK_RELEASE --pre-js $BASE_DIR/release.js \ 24 -DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0" 25 EXTRA_CFLAGS="\"-DSK_RELEASE\", \"-DGR_GL_CHECK_ALLOC_WITH_GET_ERROR=0\"," 28 EXTRA_CFLAGS="\"-DSK_DEBUG\"" 29 RELEASE_CONF="-O0 --js-opts 0 -s DEMANGLE_SUPPORT=1 -s ASSERTIONS=1 -s GL_ASSERTIONS=1 -g4 \ 30 … --source-map-base /node_modules/canvaskit/bin/ -DSK_DEBUG --pre-js $BASE_DIR/debug.js" 34 RELEASE_CONF="-O3 --source-map-base /node_modules/canvaskit/bin/ --profiling -g4 -DSK_RELEASE \ [all …]
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | build_config.bzl | 1 # Platform-specific build configurations. 26 tf_dep += ":" + dep_pieces[len(dep_pieces) - 1] 62 src[:-3] + ".pxd" in srcs): 79 …cmd = "PYTHONHASHSEED=0 $(location @cython//:cython_binary) --cplus $(SRCS) --output-file $(OUTS)", 109 ret = [s[:-len(".proto")] + ".pb.h" for s in srcs] 111 ret += [s[:-len(".proto")] + ".grpc.pb.h" for s in srcs] 115 ret = [s[:-len(".proto")] + ".pb.cc" for s in srcs] 117 ret += [s[:-len(".proto")] + ".grpc.pb.cc" for s in srcs] 121 ret = [s[:-len(".proto")] + "_pb2.py" for s in srcs] 123 ret += [s[:-len(".proto")] + "_pb2_grpc.py" for s in srcs] [all …]
|