Home
last modified time | relevance | path

Searched defs:profile_path (Results 1 – 13 of 13) sorted by relevance

/external/cronet/components/metrics/debug/structured/
Dstructured_metrics_watcher.cc31 const base::FilePath& profile_path) { in OnProfileAdded()
/external/autotest/client/cros/networking/
Dhermes_proxy.py202 def get_profile_iccid(self, profile_path): argument
401 def install_pending_profile(self, profile_path, conf_code): argument
409 def uninstall_profile(self, profile_path): argument
/external/cronet/components/metrics/structured/
Dkey_data_provider_file.cc62 void KeyDataProviderFile::OnProfileAdded(const base::FilePath& profile_path) {} in OnProfileAdded()
Drecorder.cc59 void Recorder::ProfileAdded(const base::FilePath& profile_path) { in ProfileAdded()
Dstructured_metrics_recorder.cc123 const base::FilePath& profile_path) { in OnProfileAdded()
/external/cronet/components/metrics/structured/test/
Dtest_key_data_provider.cc131 void TestKeyDataProvider::OnProfileAdded(const base::FilePath& profile_path) { in OnProfileAdded()
Dtest_structured_metrics_provider.cc102 const base::FilePath& profile_path) { in OnProfileAdded()
/external/libcups/scheduler/
Dcolorman.c902 const char *profile_path; /* Profile path */ in colord_create_device() local
1020 const char *profile_path; /* Device object path */ in colord_create_profile() local
1172 const char *profile_path, /* I - Profile object path */ in colord_device_add_profile()
/external/harfbuzz_ng/test/subset/
Dsubset_test_suite.py8 def __init__(self, font_path, profile_path, subset, instance, options): argument
/external/perfetto/python/tools/
Dcpu_profile.py484 def copy_profiles_to_destination(profile_target, profile_path): argument
/external/perfetto/tools/
Dcpu_profile750 def copy_profiles_to_destination(profile_target, profile_path): argument
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/bootstrap/v3/
Dbootstrap.proto384 string profile_path = 2; field
/external/rust/crates/criterion/src/
Droutine.rs39 let mut profile_path = report_context.output_directory.clone(); in profile() localVariable