/external/tflite-support/third_party/flatbuffers/ |
D | build_defs.bzl | 26 include_paths = [], 46 include_paths: Optional, list of paths the includes files can be found in. 55 include_paths_cmd = ["-I %s" % (s) for s in include_paths] 128 include_paths = [], 184 include_paths: Optional, list of paths the includes files can be found in. 209 include_paths = include_paths, 276 include_paths = ctx.attr.include_paths 297 for s in include_paths: 344 "include_paths": attr.string_list( 393 include_paths = []): [all …]
|
/external/tensorflow/third_party/flatbuffers/ |
D | build_defs.bzl | 26 include_paths = [], 46 include_paths: Optional, list of paths the includes files can be found in. 55 include_paths_cmd = ["-I %s" % (s) for s in include_paths] 128 include_paths = [], 184 include_paths: Optional, list of paths the includes files can be found in. 209 include_paths = include_paths, 276 include_paths = ctx.attr.include_paths 297 for s in include_paths: 345 "include_paths": attr.string_list( 412 include_paths = []): [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/ |
D | main.cc | 136 const std::vector<std::string>* include_paths, in generate_code() argument 143 for (const auto& include_path : *include_paths) { in generate_code() 165 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_protos() argument 170 return generate_code(&python_generator, protobuf_path, include_paths, in protoc_get_protos() 175 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_services() argument 181 return generate_code(&grpc_py_generator, protobuf_path, include_paths, in protoc_get_services()
|
D | main.h | 38 char* protobuf_path, const std::vector<std::string>* include_paths, 43 char* protobuf_path, const std::vector<std::string>* include_paths,
|
D | _protoc_compiler.pyx | 115 def get_protos(bytes protobuf_path, list include_paths): argument 116 cdef vector[string] c_include_paths = include_paths 125 def get_services(bytes protobuf_path, list include_paths): argument 126 cdef vector[string] c_include_paths = include_paths
|
/external/tensorflow/tensorflow/lite/micro/tools/make/ |
D | generate_keil_project.py | 74 include_paths = re.sub(' ', ';', six.ensure_str(flags.include_paths)) 75 template_file_text = re.sub(r'%{INCLUDE_PATHS}%', include_paths,
|
D | generate_keil_project_test.sh | 31 --include_paths=". include"
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tools/ |
D | amalgamate.py | 15 self.include_paths = ["."] 29 self.include_paths.append(path) 37 for path in self.include_paths:
|
/external/flatbuffers/ |
D | build_defs.bzl | 34 include_paths = DEFAULT_INCLUDE_PATHS, 51 include_paths: Optional, list of paths the includes files can be found in. 68 include_paths_cmd = ["-I %s" % (s) for s in include_paths] 140 include_paths = DEFAULT_INCLUDE_PATHS, 159 include_paths: Optional, list of paths the includes files can be found in. 225 include_paths = include_paths,
|
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/ |
D | python_protos.py | 43 include_paths: Set[Path] = set(Path(d).resolve() for d in includes) 46 if not any(include in path.parents for include in include_paths): 47 include_paths.add(path.parent) 54 *(f'-I{d}' for d in include_paths),
|
D | generate_protos.py | 154 include_paths = [f'-I{line.strip()}' for line in args.include_file] 175 *include_paths,
|
/external/linux-kselftest/tools/testing/selftests/kvm/ |
D | Makefile | 80 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. macro 83 (find $(include_paths) -name '*.h' \
|
/external/rust/crates/libsqlite3-sys/ |
D | build.rs | 276 if let Some(mut header) = lib.include_paths.pop() { in find_sqlite() 298 if let Some(mut header) = lib.include_paths.pop() { in try_vcpkg()
|
/external/flatbuffers/tests/ |
D | BUILD | 76 include_paths = ["tests/include_test"],
|
/external/tensorflow/third_party/gpus/crosstool/ |
D | cc_toolchain_config.bzl.tpl | 340 flags = ["-I%{include_paths}"], 341 iterate_over = "include_paths", 656 flags = ["/I%{include_paths}"], 657 iterate_over = "include_paths",
|
D | hipcc_cc_toolchain_config.bzl.tpl | 562 name = "include_paths", 583 flags = ["-I%{include_paths}"], 584 iterate_over = "include_paths",
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.py | 312 include_paths = ['../../../include', '../include'],
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc5-rocm/ |
D | cc_toolchain_config.bzl | 562 name = "include_paths", 583 flags = ["-I%{include_paths}"], 584 iterate_over = "include_paths",
|
/external/tensorflow/third_party/toolchains/preconfig/win/bazel_211/ |
D | windows_cc_toolchain_config.bzl | 804 name = "include_paths", 822 flags = ["/I%{include_paths}"], 823 iterate_over = "include_paths",
|
/external/tensorflow/third_party/toolchains/preconfig/win/tf_win_08062020/ |
D | windows_cc_toolchain_config.bzl | 804 name = "include_paths", 822 flags = ["/I%{include_paths}"], 823 iterate_over = "include_paths",
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 801 bool Parse(const char *_source, const char **include_paths = nullptr, 919 const char **include_paths, 922 const char **include_paths,
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 2806 bool Parser::Parse(const char *source, const char **include_paths, in Parse() argument 2814 r = !ParseRoot(source, include_paths, source_filename).Check(); in Parse() 2832 CheckedError Parser::ParseRoot(const char *source, const char **include_paths, in ParseRoot() argument 2834 ECHECK(DoParse(source, include_paths, source_filename, nullptr)); in ParseRoot() 2913 CheckedError Parser::DoParse(const char *source, const char **include_paths, in DoParse() argument 2925 if (!include_paths) { in DoParse() 2927 include_paths = current_directory; in DoParse() 2954 for (auto paths = include_paths; paths && *paths; paths++) { in DoParse() 2968 ECHECK(DoParse(contents.c_str(), include_paths, filepath.c_str(), in DoParse() 2985 return DoParse(source, include_paths, source_filename, in DoParse()
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda11/ |
D | cc_toolchain_config.bzl | 972 name = "include_paths", 990 flags = ["/I%{include_paths}"], 991 iterate_over = "include_paths",
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/clang_manylinux2010-cuda10.0/ |
D | cc_toolchain_config.bzl | 972 name = "include_paths", 990 flags = ["/I%{include_paths}"], 991 iterate_over = "include_paths",
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0/ |
D | cc_toolchain_config.bzl | 972 name = "include_paths", 990 flags = ["/I%{include_paths}"], 991 iterate_over = "include_paths",
|