Home
last modified time | relevance | path

Searched refs:profile_path (Results 1 – 19 of 19) sorted by relevance

/external/ltp/testcases/realtime/scripts/
Drun_c_files.sh19 profile_path=$PROFILES_DIR/$profile
21 [ ! -f "$profile_path" ] && { echo >&2 "$0: Could not find profile ($profile_path)" ; exit 1 ; }
34 sed 's/#.*//' < $profile_path | while read line ; do
/external/harfbuzz_ng/test/subset/
Dsubset_test_suite.py8 def __init__(self, font_path, profile_path, subset, instance): argument
10 self.profile_path = profile_path
32 with open (self.profile_path, mode="r", encoding="utf-8") as f:
44 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0]
Drun-tests.py43 print (' test.profile_path %s' % os.path.abspath (test.profile_path))
/external/rust/crates/criterion/src/
Droutine.rs39 let mut profile_path = report_context.output_directory.clone(); in profile() localVariable
43 profile_path.push("profile"); in profile()
44 profile_path.push(id.as_directory_name()); in profile()
46 profile_path.push(id.as_directory_name()); in profile()
47 profile_path.push("profile"); in profile()
52 .start_profiling(id.id(), &profile_path); in profile()
77 .stop_profiling(id.id(), &profile_path); in profile()
/external/libcups/scheduler/
Dcolorman.c122 const char *profile_path,
902 const char *profile_path; /* Profile path */ in colord_create_device() local
978 for (profile_path = cupsArrayFirst(profiles); in colord_create_device()
979 profile_path; in colord_create_device()
980 profile_path = cupsArrayNext(profiles)) in colord_create_device()
982 colord_device_add_profile(device_path, profile_path, relation); in colord_create_device()
1020 const char *profile_path; /* Device object path */ in colord_create_profile() local
1084 dbus_message_iter_get_basic(&args, &profile_path); in colord_create_profile()
1085 cupsdLogMessage(CUPSD_LOG_DEBUG, "Created profile \"%s\".", profile_path); in colord_create_profile()
1086 cupsArrayAdd(profiles, strdup(profile_path)); in colord_create_profile()
[all …]
/external/autotest/client/cros/networking/
Dhermes_proxy.py202 def get_profile_iccid(self, profile_path): argument
203 profile_proxy = ProfileProxy(self._bus, profile_path)
401 def install_pending_profile(self, profile_path, conf_code): argument
404 profile_path,
409 def uninstall_profile(self, profile_path): argument
412 profile_path,
/external/cronet/components/metrics/structured/
Drecorder.h47 virtual void OnProfileAdded(const base::FilePath& profile_path) = 0;
72 void ProfileAdded(const base::FilePath& profile_path);
Drecorder.cc59 void Recorder::ProfileAdded(const base::FilePath& profile_path) { in ProfileAdded() argument
66 observer.OnProfileAdded(profile_path); in ProfileAdded()
Dstructured_metrics_provider.cc152 const base::FilePath& profile_path) { in OnProfileAdded() argument
165 profile_path.Append(kProfileKeyDataPath), write_delay_, in OnProfileAdded()
175 profile_path.Append(kUnsentLogsPath), write_delay_, in OnProfileAdded()
Dstructured_metrics_provider.h100 void OnProfileAdded(const base::FilePath& profile_path) override;
/external/cronet/components/metrics/structured/test/
Dtest_structured_metrics_provider.cc76 const base::FilePath& profile_path) { in OnProfileAdded() argument
77 structured_metrics_provider_->OnProfileAdded(profile_path); in OnProfileAdded()
Dtest_structured_metrics_provider.h53 void OnProfileAdded(const base::FilePath& profile_path) override;
/external/perfetto/python/tools/
Dheap_profile.py544 profile_path = None
547 profile_path = word
548 if profile_path is None:
552 profile_files = os.listdir(profile_path)
558 shutil.copy(os.path.join(profile_path, profile_file), profile_target)
Dcpu_profile.py484 def copy_profiles_to_destination(profile_target, profile_path): argument
486 profile_files = os.listdir(profile_path)
492 shutil.copy(os.path.join(profile_path, profile_file), profile_target)
/external/toolchain-utils/pgo_tools/
Dmerge_profdata_and_upload.py152 profile_path = _get_gs_profdata(url, arch)
155 if not profile_path or not profdata_url:
164 return metadata, profile_path
/external/autotest/client/cros/cellular/
Dhermes_utils.py497 profile_path = profile_to_uninstall.path
503 logging.info('profile to uninstall is:%s', profile_path)
504 euicc.uninstall_profile(profile_path)
505 uninstalled_profile = profile_path
/external/perfetto/tools/
Dheap_profile807 profile_path = None
810 profile_path = word
811 if profile_path is None:
815 profile_files = os.listdir(profile_path)
821 shutil.copy(os.path.join(profile_path, profile_file), profile_target)
Dcpu_profile747 def copy_profiles_to_destination(profile_target, profile_path): argument
749 profile_files = os.listdir(profile_path)
755 shutil.copy(os.path.join(profile_path, profile_file), profile_target)
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dcommand_line.md19 <b>--profile_path:</b> A ProfileProto binary proto file.
81 --profile_path=profile_xxx