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/ |
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):
|
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/ |
H A 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()
|
H A D | _protoc_compiler.pyx | 119 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/ |
D | build.rs | 48 let mut include_paths: Vec<String> = Vec::new(); in main() localVariable
|
/aosp_15_r20/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
|
/aosp_15_r20/external/crosvm/proto_build_tools/src/ |
H A D | lib.rs | 59 let mut include_paths = HashSet::new(); in to_includes() localVariable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/ |
H A D | Makefile | 250 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. macro
|
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/ |
H A D | Link.h | 47 std::vector<std::string> include_paths; member
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_parser.cpp | 3244 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/ |
D | lib.rs | 101 pub include_paths: Vec<PathBuf>, field
|
/aosp_15_r20/external/pytorch/torch/utils/ |
H A D | cpp_extension.py | 1147 def include_paths(cuda: bool = False) -> List[str]: function
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | shaderapi.c | 3234 struct sh_incl_path_entry **include_paths; member
|