Home
last modified time | relevance | path

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

/external/cronet/tot/build/toolchain/apple/
Dcompile_xcassets.py41 def FixAbsolutePathInLine(line, relative_paths): argument
50 def FilterCompilerOutput(compiler_output, relative_paths): argument
Dcompile_xcassets_unittests.py11 relative_paths = { variable in TestFilterCompilerOutput
/external/cronet/stable/build/toolchain/apple/
Dcompile_xcassets.py41 def FixAbsolutePathInLine(line, relative_paths): argument
50 def FilterCompilerOutput(compiler_output, relative_paths): argument
Dcompile_xcassets_unittests.py11 relative_paths = { variable in TestFilterCompilerOutput
/external/angle/build/toolchain/apple/
Dcompile_xcassets.py43 def FixAbsolutePathInLine(line, relative_paths): argument
52 def FilterCompilerOutput(compiler_output, relative_paths): argument
Dcompile_xcassets_unittests.py11 relative_paths = { variable in TestFilterCompilerOutput
/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
/external/tensorflow/third_party/gpus/
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
/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
/external/zlib/google/
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
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dtools.py58 def relative_paths(paths: Iterable[Path], start: Path) -> Iterable[Path]: function
/external/sandboxed-api/oss-internship-2020/libarchive/examples/
Dsapi_minitar.cc33 std::vector<std::string> relative_paths = absolute_paths; in CreateArchive() local
/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparse_and_typecheck.rs258 let relative_paths = parser in parse_and_typecheck() localVariable