Home
last modified time | relevance | path

Searched defs:include_paths (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc141 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.pyx115 def get_protos(bytes protobuf_path, list include_paths):
125 def get_services(bytes protobuf_path, list include_paths):
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
H A Dmain.cc149 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()
H A D_protoc_compiler.pyx119 def get_protos(bytes protobuf_path, list include_paths):
129 def get_services(bytes protobuf_path, list include_paths):
/aosp_15_r20/external/rust/crabbyavif/sys/dav1d-sys/
Dbuild.rs48 let mut include_paths: Vec<String> = Vec::new(); in main() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dbuild_cmake.rs181 let mut include_paths: Vec<PathBuf> = Vec::new(); in main() localVariable
/aosp_15_r20/external/crosvm/proto_build_tools/src/
H A Dlib.rs59 let mut include_paths = HashSet::new(); in to_includes() localVariable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/
H A DMakefile250 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. macro
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DLink.h47 std::vector<std::string> include_paths; member
/aosp_15_r20/external/flatbuffers/src/
H A Didl_parser.cpp3244 bool Parser::Parse(const char *source, const char **include_paths, in Parse()
3281 CheckedError Parser::ParseRoot(const char *source, const char **include_paths, in ParseRoot()
3424 CheckedError Parser::DoParse(const char *source, const char **include_paths, in DoParse()
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/
Dlib.rs101 pub include_paths: Vec<PathBuf>, field
/aosp_15_r20/external/pytorch/torch/utils/
H A Dcpp_extension.py1147 def include_paths(cuda: bool = False) -> List[str]: function
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshaderapi.c3234 struct sh_incl_path_entry **include_paths; member