Searched defs:include_paths (Results 1 – 13 of 13) sorted by relevance
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/ |
D | main.cc | 141 const std::vector<std::string>* include_paths, in generate_code() 170 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_protos() 180 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_services()
|
D | _protoc_compiler.pyx | 115 def get_protos(bytes protobuf_path, list include_paths): 125 def get_services(bytes protobuf_path, list include_paths):
|
/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/ |
D | main.cc | 149 const std::vector<std::string>* include_paths, in generate_code() 178 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_protos() 189 const std::vector<std::string>* include_paths, in protoc_get_services()
|
D | _protoc_compiler.pyx | 119 def get_protos(bytes protobuf_path, list include_paths): 129 def get_services(bytes protobuf_path, list include_paths):
|
/external/rust/crabbyavif/sys/aom-sys/ |
D | build.rs | 48 let mut include_paths: Vec<String> = Vec::new(); in main() localVariable
|
/external/rust/crabbyavif/sys/dav1d-sys/ |
D | build.rs | 48 let mut include_paths: Vec<String> = Vec::new(); in main() localVariable
|
/external/rust/android-crates-io/crates/grpcio-sys/android/ |
D | build_cmake.rs | 181 let mut include_paths: Vec<PathBuf> = Vec::new(); in main() localVariable
|
/external/crosvm/proto_build_tools/src/ |
D | lib.rs | 59 let mut include_paths = HashSet::new(); in to_includes() localVariable
|
/external/skia/tools/ |
D | rewrite_includes.py | 114 include_paths = headers[os.path.basename(parts[1])] variable
|
/external/linux-kselftest/tools/testing/selftests/kvm/ |
D | Makefile | 250 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. macro
|
/external/pytorch/torch/utils/ |
D | cpp_extension.py | 1147 def include_paths(cuda: bool = False) -> List[str]: function
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 3463 bool Parser::Parse(const char *source, const char **include_paths, in Parse() 3504 CheckedError Parser::ParseRoot(const char *source, const char **include_paths, in ParseRoot() 3646 CheckedError Parser::DoParse(const char *source, const char **include_paths, in DoParse()
|
/external/mesa3d/src/mesa/main/ |
D | shaderapi.c | 3222 struct sh_incl_path_entry **include_paths; member
|