/aosp_15_r20/external/python/asn1crypto/tests/ |
D | test_x509.py | 29 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 …]
|
D | test_pem.py | 60 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
|
D | test_keys.py | 406 def sha1(self, relative_path, sha1): argument 434 def sha256(self, relative_path, sha256): argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 112 int enable_controllers(const char *relative_path, const char *controllers) in enable_controllers() 152 int write_cgroup_file(const char *relative_path, const char *file, in write_cgroup_file() 173 int write_cgroup_file_parent(const char *relative_path, const char *file, in write_cgroup_file_parent() 271 int join_cgroup(const char *relative_path) in join_cgroup() 287 int join_parent_cgroup(const char *relative_path) in join_parent_cgroup() 345 int create_and_get_cgroup(const char *relative_path) in create_and_get_cgroup() 373 unsigned long long get_cgroup_id(const char *relative_path) in get_cgroup_id()
|
/aosp_15_r20/external/perfetto/src/base/test/ |
H A D | tmp_dir_tree.cc | 40 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()
|
/aosp_15_r20/external/libchrome/mojo/core/test/ |
H A D | test_support_impl.cc | 28 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()
|
/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A D | test-data-test-utils.h | 28 inline std::string GetTestDataPath(const std::string& relative_path) { in GetTestDataPath() 32 inline std::string GetTestFileContent(const std::string& relative_path) { in GetTestFileContent()
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/ |
H A D | runfiles_nobazel.cc | 26 std::string GetDataDependencyFilePath(absl::string_view relative_path) { in GetDataDependencyFilePath() 41 std::string GetSapiDataDependencyFilePath(absl::string_view relative_path) { in GetSapiDataDependencyFilePath()
|
H A D | runfiles_bazel.cc | 25 std::string GetDataDependencyFilePath(absl::string_view relative_path) { in GetDataDependencyFilePath() 44 std::string GetSapiDataDependencyFilePath(absl::string_view relative_path) { in GetSapiDataDependencyFilePath()
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
H A D | resource.py | 21 def relative_path(self): member in Resource 35 def name_from_relative_path(relative_path): argument
|
/aosp_15_r20/external/libchrome/mojo/public/tests/ |
H A D | test_support_private.cc | 31 FILE* MojoTestSupportOpenSourceRootRelativeFile(const char* relative_path) { in MojoTestSupportOpenSourceRootRelativeFile() 39 const char* relative_path) { in MojoTestSupportEnumerateSourceRootRelativeDirectory()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config_environment.cpp | 65 auto relative_path = (std::string(kLogDirName) + "/") + file_name; in PerEnvironmentLogPath() local 75 auto relative_path = (std::string(kGrpcSocketDirName) + "/") + file_name; in PerEnvironmentGrpcSocketPath() local
|
/aosp_15_r20/external/zlib/google/ |
H A D | zip_writer.cc | 204 const base::FilePath& relative_path = relative_paths[i]; in AddMixedEntries() local 246 const base::FilePath& relative_path = relative_paths[i]; in AddFileEntries() local
|
/aosp_15_r20/tools/acloud/public/actions/ |
H A D | remote_host_cf_device_factory.py | 133 def _GetInstancePath(self, relative_path=""): argument 148 def _GetArtifactPath(self, relative_path=""): argument
|
/aosp_15_r20/external/python/apitools/apitools/base/py/ |
D | base_api.py | 105 relative_path = messages.StringField(1) variable in ApiMethodInfo 169 def __init__(self, base_url, relative_path=None, query_params=None): argument 576 relative_path=None): argument
|
/aosp_15_r20/packages/modules/common/build/ |
D | mainline_modules_sdks_test.py | 552 def path_to_test_data(relative_path): argument 572 def read_test_data(relative_path): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | resource_loader.cc | 26 std::string GetDataDependencyFilepath(const std::string& relative_path) { in GetDataDependencyFilepath()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/a2dp/ |
D | test_util.cc | 30 std::string GetWavFilePath(const std::string& relative_path) { in GetWavFilePath()
|
/aosp_15_r20/external/googleapis/google/cloud/notebooks/v2/ |
H A D | diagnostic_config.proto | 51 string relative_path = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/test_support/lib/ |
H A D | test_support.cc | 13 const std::string& relative_path) { in EnumerateSourceRootRelativeDirectory()
|
/aosp_15_r20/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/proto/google/cloud/notebooks/v1/ |
H A D | diagnostic_config.proto | 49 string relative_path = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/googleapis/google/cloud/notebooks/v1/ |
H A D | diagnostic_config.proto | 49 string relative_path = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/test_support/ |
H A D | test_support.h | 24 inline FILE* OpenSourceRootRelativeFile(const std::string& relative_path) { in OpenSourceRootRelativeFile()
|
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v2/ |
H A D | file.proto | 38 string relative_path = 2; field
|
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v1/ |
H A D | file.proto | 38 string relative_path = 2; field
|