Home
last modified time | relevance | path

Searched defs:relative_paths (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/third_party/gpus/
H A Dfind_cuda_config.py197 def _not_found_error(base_paths, relative_paths, filepattern): argument
205 def _find_file(base_paths, relative_paths, filepattern): argument
225 def _find_versioned_file(base_paths, relative_paths, filepatterns, argument
/aosp_15_r20/external/angle/build/toolchain/apple/
H A Dcompile_xcassets.py41 def FixAbsolutePathInLine(line, relative_paths): argument
50 def FilterCompilerOutput(compiler_output, relative_paths): argument
H A Dcompile_xcassets_unittests.py11 relative_paths = { variable in TestFilterCompilerOutput
/aosp_15_r20/external/cronet/build/toolchain/ios/
H A Dcompile_xcassets.py41 def FixAbsolutePathInLine(line, relative_paths): argument
50 def FilterCompilerOutput(compiler_output, relative_paths): argument
/aosp_15_r20/external/zlib/google/
H A Dzip_writer.cc196 const Paths relative_paths = paths.subspan(0, n); in AddMixedEntries() local
236 const Paths relative_paths = paths.subspan(0, n); in AddFileEntries() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/protoc/
Dparse_and_typecheck.rs19 let relative_paths: Vec<ProtoPathBuf> = parser in parse_and_typecheck() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dparse_and_typecheck.rs7 pub relative_paths: Vec<ProtoPathBuf>, field
Dparser.rs114 let relative_paths: HashSet<_> = generated in file_descriptor_set() localVariable
/aosp_15_r20/external/cronet/build/config/ios/
H A Dcompile_xcassets_unittests.py11 relative_paths = { variable in TestFilterCompilerOutput
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dtools.py123 def relative_paths(paths: Iterable[Path], start: Path) -> Iterable[Path]: function
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/libarchive/examples/
H A Dsapi_minitar.cc33 std::vector<std::string> relative_paths = absolute_paths; in CreateArchive() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparse_and_typecheck.rs258 let relative_paths = parser in parse_and_typecheck() localVariable