Home
last modified time | relevance | path

Searched defs:relative_path (Results 1 – 25 of 58) sorted by relevance

123

/external/python/asn1crypto/tests/
Dtest_x509.py29 def _load_cert(self, relative_path): argument
555 def signature_algo(self, relative_path, signature_algo, hash_algo): argument
630 def critical_extensions(self, relative_path, critical_extensions): argument
710 def subject_directory_attributes_value(self, relative_path, sda_value): argument
785 def key_identifier_value(self, relative_path, key_identifier_value): argument
860 def key_usage_value(self, relative_path, key_usage_value): argument
939 def subject_alt_name_value(self, relative_path, subject_alt_name_value): argument
1014 def basic_constraints_value(self, relative_path, basic_constraints_value): argument
1128 def name_constraints_value(self, relative_path, name_constraints_value): argument
1237 def crl_distribution_points_value(self, relative_path, crl_distribution_points_value): argument
[all …]
Dtest_pem.py60 def detect(self, relative_path, is_pem): argument
110 def unarmor(self, relative_path, expected_bytes_filename, expected_type_name, expected_headers): argument
139 def armor(self, expected_bytes_filename, relative_path, type_name, headers): argument
Dtest_keys.py406 def sha1(self, relative_path, sha1): argument
434 def sha256(self, relative_path, sha256): argument
/external/perfetto/src/base/test/
Dtmp_dir_tree.cc40 void TmpDirTree::AddDir(const std::string& relative_path) { in AddDir()
45 void TmpDirTree::AddFile(const std::string& relative_path, in AddFile()
54 void TmpDirTree::TrackFile(const std::string& relative_path) { in TrackFile()
/external/libchrome/mojo/core/test/
Dtest_support_impl.cc28 base::FilePath ResolveSourceRootRelativePath(const char* relative_path) { in ResolveSourceRootRelativePath()
61 FILE* TestSupportImpl::OpenSourceRootRelativeFile(const char* relative_path) { in OpenSourceRootRelativeFile()
66 const char* relative_path) { in EnumerateSourceRootRelativeDirectory()
/external/libtextclassifier/native/utils/
Dtest-data-test-utils.h28 inline std::string GetTestDataPath(const std::string& relative_path) { in GetTestDataPath()
32 inline std::string GetTestFileContent(const std::string& relative_path) { in GetTestFileContent()
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dresource.py21 def relative_path(self): member in Resource
35 def name_from_relative_path(relative_path): argument
Dhtml_module_unittest.py66 def FindResourceGivenRelativePath(self, relative_path): argument
Dresource_loader.py66 def FindResourceGivenRelativePath(self, relative_path, binary=False): argument
/external/libchrome/mojo/public/tests/
Dtest_support_private.cc31 FILE* MojoTestSupportOpenSourceRootRelativeFile(const char* relative_path) { in MojoTestSupportOpenSourceRootRelativeFile()
39 const char* relative_path) { in MojoTestSupportEnumerateSourceRootRelativeDirectory()
/external/cronet/third_party/boringssl/src/third_party/googletest/scripts/
Dfuse_gtest_files.py89 def VerifyFileExists(directory, relative_path): argument
113 def VerifyOutputFile(output_dir, relative_path): argument
/external/googletest/googletest/scripts/
Dfuse_gtest_files.py89 def VerifyFileExists(directory, relative_path): argument
113 def VerifyOutputFile(output_dir, relative_path): argument
/external/tensorflow/tensorflow/tsl/platform/default/
Dresource_loader.cc26 std::string GetDataDependencyFilepath(const std::string& relative_path) { in GetDataDependencyFilepath()
/external/libchrome/mojo/public/cpp/test_support/lib/
Dtest_support.cc13 const std::string& relative_path) { in EnumerateSourceRootRelativeDirectory()
/external/libchrome/mojo/public/cpp/test_support/
Dtest_support.h24 inline FILE* OpenSourceRootRelativeFile(const std::string& relative_path) { in OpenSourceRootRelativeFile()
/external/zlib/google/
Dzip_writer.cc204 const base::FilePath& relative_path = relative_paths[i]; in AddMixedEntries() local
246 const base::FilePath& relative_path = relative_paths[i]; in AddFileEntries() local
/external/cronet/base/files/
Dfile_path_fuzzer.cc95 FilePath relative_path; in LLVMFuzzerTestOneInput() local
/external/tensorflow/tensorflow/python/platform/
Dtest.py79 def test_src_dir_path(relative_path): argument
Dgoogletest.py93 def test_src_dir_path(relative_path): argument
/external/python/apitools/apitools/base/py/
Dutil.py105 def ExpandRelativePath(method_config, params, relative_path=None): argument
Dutil_test.py27 def __init__(self, relative_path, path_params): argument
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp72 std::string relative_path; member
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp72 std::string relative_path; member
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dcore-extensions.rb187 def self.relative_path( target, reference = Dir.pwd ) singletonMethod in String.File
/external/autotest/client/bin/
Dsite_sysinfo_unittest.py175 def _destination_path(self, relative_path, from_dir=None): argument

123