/aosp_15_r20/external/tflite-support/third_party/flatbuffers/ |
H A 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 …]
|
/aosp_15_r20/external/tensorflow/third_party/flatbuffers/ |
H A 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 302 for s in include_paths: 351 "include_paths": attr.string_list( 419 include_paths = []): [all …]
|
/aosp_15_r20/external/rust/crabbyavif/sys/dav1d-sys/ |
D | build.rs | 48 let mut include_paths: Vec<String> = Vec::new(); in main() localVariable 56 include_paths.push(format!("-I{}", version_dir.display())); in main() 58 include_paths.push(format!("-I{}", include_dir.display())); in main() 73 for include_path in &library.include_paths { in main() 74 include_paths.push(format!("-I{}", include_path.display())); in main() 84 .clang_args(&include_paths) in main()
|
/aosp_15_r20/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/ |
H A D | generate_protos.py | 132 args: argparse.Namespace, include_paths: list[str] 138 *[f'--custom_opt=-I{include_path}' for include_path in include_paths], 268 include_paths: list[str] = [] 270 include_paths.extend(line.strip() for line in args.include_file) 272 include_paths.extend(str(path) for path in args.proto_path) 294 *[f'-I{include_path}' for include_path in include_paths], 296 *DEFAULT_PROTOC_ARGS[args.language](args, include_paths),
|
H A D | python_protos.py | 70 include_paths: Set[Path] = set(Path(d).resolve() for d in includes) 73 if not any(include in path.parents for include in include_paths): 74 include_paths.add(path.parent) 81 *(f'-I{d}' for d in include_paths),
|
/aosp_15_r20/external/pigweed/pw_build_mcuxpresso/py/tests/ |
H A D | components_test.py | 186 include_paths = components.parse_include_paths(root, 'test') 189 include_paths, [pathlib.Path('example'), pathlib.Path('asm')] 206 include_paths = components.parse_include_paths(root, 'test') 209 include_paths, 226 include_paths = components.parse_include_paths(root, 'test') 228 self.assertEqual(include_paths, []) 240 include_paths = components.parse_include_paths(root, 'test') 242 self.assertEqual(include_paths, []) 261 include_paths = components.parse_include_paths( 266 include_paths,
|
/aosp_15_r20/external/pigweed/pw_protobuf/py/pw_protobuf/ |
H A D | options.py | 57 include_paths: list[Path], 74 for include_path in include_paths: 83 include_paths: list[Path], 90 include_paths, proto_file_name, options_files, ".pwpb_options" 94 include_paths, proto_file_name, options_files, ".options"
|
/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() argument 156 for (const auto& include_path : *include_paths) { in generate_code() 178 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_protos() argument 183 return generate_code(&python_generator, protobuf_path, include_paths, in protoc_get_protos() 189 const std::vector<std::string>* include_paths, in protoc_get_services() argument 197 return generate_code(&grpc_py_generator, protobuf_path, include_paths, in protoc_get_services()
|
H A D | _protoc_compiler.pyx | 119 def get_protos(bytes protobuf_path, list include_paths): argument 120 cdef vector[string] c_include_paths = include_paths 129 def get_services(bytes protobuf_path, list include_paths): argument 130 cdef vector[string] c_include_paths = include_paths
|
H A D | main.h | 38 char* protobuf_path, const std::vector<std::string>* include_paths, 44 const std::vector<std::string>* include_paths,
|
/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() argument 148 for (const auto& include_path : *include_paths) { in generate_code() 170 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_protos() argument 175 return generate_code(&python_generator, protobuf_path, include_paths, in protoc_get_protos() 180 char* protobuf_path, const std::vector<std::string>* include_paths, in protoc_get_services() argument 186 return generate_code(&grpc_py_generator, protobuf_path, include_paths, in protoc_get_services()
|
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
|
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,
|
/aosp_15_r20/external/flatbuffers/ |
H A D | build_defs.bzl | 35 include_paths = DEFAULT_INCLUDE_PATHS, 53 include_paths: Optional, list of paths the includes files can be found in. 72 include_paths_cmd = ["-I %s" % (s) for s in include_paths] 148 include_paths = DEFAULT_INCLUDE_PATHS, 171 include_paths: Optional, list of paths the includes files can be found in. 216 include_paths = include_paths,
|
H A D | typescript.bzl | 24 include_paths = DEFAULT_INCLUDE_PATHS, 38 include_paths: Optional, list of paths the includes files can be found in. 73 include_paths = include_paths,
|
/aosp_15_r20/tools/asuite/atest/integration_tests/ |
H A D | snapshot.py | 82 include_paths: list[str], 103 name, root_path, include_paths, exclude_paths, env 369 include_paths: list[str], 387 include_paths = ( 388 self._expand_wildcard_paths(root_path, include_paths, env) 389 if include_paths 471 for path in include_paths:
|
/aosp_15_r20/external/pigweed/pw_sensor/py/pw_sensor/ |
H A D | sensor_desc.py | 42 include_paths: Sequence[Path] 98 include_paths=args.include_path, 120 include_paths=args.include_paths, log_level=args.log_level
|
/aosp_15_r20/external/pigweed/docs/ |
H A D | run_doxygen.py | 63 include_paths: list[Path], 74 if include_paths: 76 str((root_build_dir / path).resolve()) for path in include_paths
|
/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 62 include_paths.insert( in to_includes() 70 include_paths.drain().collect::<Vec<PathBuf>>() in to_includes()
|
/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 186 include_paths.push(include_path.unwrap().into()); in main() 187 for inc_path in include_paths { in main()
|
/aosp_15_r20/build/bazel/rules/cc/ |
H A D | static_libc.bzl | 64 include_paths = [path for path in include_dirs.keys()] 67 include_dirs = include_paths, 77 includes = include_paths,
|
/aosp_15_r20/external/bazelbuild-rules_cc/cc/toolchains/features/legacy/ |
H A D | BUILD | 45 name = "include_paths", 46 feature_name = "include_paths", 245 ":include_paths",
|
/aosp_15_r20/external/rust/crates/libusb1-sys/ |
D | build.rs | 71 assert!(l.include_paths.len() <= 1); // Cannot have multiple env vars with same name in find_libusb_pkg() 72 for path in l.include_paths { in find_libusb_pkg() 165 for path in lib.include_paths { in make_source()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libusb1-sys/ |
D | build.rs | 71 assert!(l.include_paths.len() <= 1); // Cannot have multiple env vars with same name in find_libusb_pkg() 72 for path in l.include_paths { in find_libusb_pkg() 165 for path in lib.include_paths { in make_source()
|
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/tests/ |
D | test.rs | 103 .include_paths in output_ok() 105 assert!(lib.include_paths.contains(&PathBuf::from("/usr/foo"))); in output_ok() 114 .include_paths in escapes()
|