Home
last modified time | relevance | path

Searched refs:include_paths (Results 1 – 25 of 35) sorted by relevance

12

/external/tflite-support/third_party/flatbuffers/
Dbuild_defs.bzl26 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/
Dbuild_defs.bzl26 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/
Dmain.cc136 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()
Dmain.h38 char* protobuf_path, const std::vector<std::string>* include_paths,
43 char* protobuf_path, const std::vector<std::string>* include_paths,
D_protoc_compiler.pyx115 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/
Dgenerate_keil_project.py74 include_paths = re.sub(' ', ';', six.ensure_str(flags.include_paths))
75 template_file_text = re.sub(r'%{INCLUDE_PATHS}%', include_paths,
Dgenerate_keil_project_test.sh31 --include_paths=". include"
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tools/
Damalgamate.py15 self.include_paths = ["."]
29 self.include_paths.append(path)
37 for path in self.include_paths:
/external/flatbuffers/
Dbuild_defs.bzl34 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/
Dpython_protos.py43 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),
Dgenerate_protos.py154 include_paths = [f'-I{line.strip()}' for line in args.include_file]
175 *include_paths,
/external/linux-kselftest/tools/testing/selftests/kvm/
DMakefile80 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. macro
83 (find $(include_paths) -name '*.h' \
/external/rust/crates/libsqlite3-sys/
Dbuild.rs276 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/
DBUILD76 include_paths = ["tests/include_test"],
/external/tensorflow/third_party/gpus/crosstool/
Dcc_toolchain_config.bzl.tpl340 flags = ["-I%{include_paths}"],
341 iterate_over = "include_paths",
656 flags = ["/I%{include_paths}"],
657 iterate_over = "include_paths",
Dhipcc_cc_toolchain_config.bzl.tpl562 name = "include_paths",
583 flags = ["-I%{include_paths}"],
584 iterate_over = "include_paths",
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py312 include_paths = ['../../../include', '../include'],
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc5-rocm/
Dcc_toolchain_config.bzl562 name = "include_paths",
583 flags = ["-I%{include_paths}"],
584 iterate_over = "include_paths",
/external/tensorflow/third_party/toolchains/preconfig/win/bazel_211/
Dwindows_cc_toolchain_config.bzl804 name = "include_paths",
822 flags = ["/I%{include_paths}"],
823 iterate_over = "include_paths",
/external/tensorflow/third_party/toolchains/preconfig/win/tf_win_08062020/
Dwindows_cc_toolchain_config.bzl804 name = "include_paths",
822 flags = ["/I%{include_paths}"],
823 iterate_over = "include_paths",
/external/flatbuffers/include/flatbuffers/
Didl.h801 bool Parse(const char *_source, const char **include_paths = nullptr,
919 const char **include_paths,
922 const char **include_paths,
/external/flatbuffers/src/
Didl_parser.cpp2806 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/
Dcc_toolchain_config.bzl972 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/
Dcc_toolchain_config.bzl972 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/
Dcc_toolchain_config.bzl972 name = "include_paths",
990 flags = ["/I%{include_paths}"],
991 iterate_over = "include_paths",

12