/external/ltp/testcases/realtime/scripts/ |
D | run_c_files.sh | 19 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/toolchain-utils/pgo_tools/ |
D | create_chroot_and_generate_pgo_profile.py | 129 repo_root: Path, profile_path: Path 146 profile_path, 221 profile_path = translate_chroot_path_to_out_of_chroot( 225 shutil.copyfile(profile_path, opts.output) 227 compressed_profile_path = compress_pgo_profile(profile_path)
|
/external/harfbuzz_ng/test/subset/ |
D | subset_test_suite.py | 8 def __init__(self, font_path, profile_path, subset, instance, iup_optimize, options): argument 10 self.profile_path = profile_path 38 with open (self.profile_path, mode="r", encoding="utf-8") as f: 50 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0]
|
D | run-tests.py | 43 print (' test.profile_path %s' % os.path.abspath (test.profile_path))
|
/external/rust/android-crates-io/crates/criterion/src/ |
D | routine.rs | 39 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/ |
D | colorman.c | 122 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/ |
D | hermes_proxy.py | 202 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/perfetto/src/traceconv/ |
D | trace_to_pprof_integrationtest.cc | 57 std::string profile_path = out_dirname + "/" + filenames[0]; in ConvertTraceToPprof() local 60 pprof::PprofProfileReader pprof_reader(profile_path); in ConvertTraceToPprof() 61 unlink(profile_path.c_str()); in ConvertTraceToPprof()
|
/external/perfetto/python/tools/ |
D | heap_profile.py | 547 profile_path = None 550 profile_path = word 551 if profile_path is None: 555 profile_files = os.listdir(profile_path) 561 shutil.copy(os.path.join(profile_path, profile_file), profile_target)
|
D | cpu_profile.py | 484 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/cronet/stable/components/metrics/structured/test/ |
D | test_key_data_provider.cc | 129 void TestKeyDataProvider::OnProfileAdded(const base::FilePath& profile_path) { in OnProfileAdded() argument 132 profile_key_path_ = profile_path; in OnProfileAdded()
|
D | test_key_data_provider.h | 46 void OnProfileAdded(const base::FilePath& profile_path);
|
/external/cronet/tot/components/metrics/structured/test/ |
D | test_key_data_provider.cc | 129 void TestKeyDataProvider::OnProfileAdded(const base::FilePath& profile_path) { in OnProfileAdded() argument 132 profile_key_path_ = profile_path; in OnProfileAdded()
|
D | test_key_data_provider.h | 46 void OnProfileAdded(const base::FilePath& profile_path);
|
/external/autotest/client/cros/cellular/ |
D | hermes_utils.py | 497 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/ |
D | heap_profile | 813 profile_path = None 816 profile_path = word 817 if profile_path is None: 821 profile_files = os.listdir(profile_path) 827 shutil.copy(os.path.join(profile_path, profile_file), profile_target)
|
D | cpu_profile | 750 def copy_profiles_to_destination(profile_target, profile_path): argument 752 profile_files = os.listdir(profile_path) 758 shutil.copy(os.path.join(profile_path, profile_file), profile_target)
|
/external/pytorch/torch/_dynamo/ |
D | convert_frame.py | 353 profile_path = Path( 370 prof.dump_stats(profile_path) 372 log.exception("Cannot write to %s", profile_path) 373 log.warning("Raw profile at %s", profile_path) 374 svg_path = profile_path.with_suffix(".svg") 384 str(profile_path), 402 str(profile_path)
|
/external/cronet/stable/testing/merge_scripts/code_coverage/ |
D | merge_lib.py | 113 def _call_profdata_show(profile_path, argument 132 profile_path,
|
/external/cronet/tot/testing/merge_scripts/code_coverage/ |
D | merge_lib.py | 113 def _call_profdata_show(profile_path, argument 132 profile_path,
|
/external/pytorch/torch/ |
D | _utils_internal.py | 350 def maybe_upload_prof_stats_to_manifold(profile_path: str) -> Optional[str]:
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | command_line.md | 19 <b>--profile_path:</b> A ProfileProto binary proto file. 81 --profile_path=profile_xxx
|
/external/executorch/examples/models/llama/ |
D | export_llama_lib.py | 492 if args.profile_path is not None: 496 with CProfilerFlameGraph(args.profile_path):
|
/external/pytorch/test/inductor/ |
D | test_padding.py | 155 profile_path = "/tmp/chrome.json" 156 p.export_chrome_trace(profile_path)
|
/external/cronet/stable/components/metrics/structured/ |
D | structured_metrics_recorder_unittest.cc | 127 void OnProfileAdded(const base::FilePath& profile_path) { in OnProfileAdded() argument 128 test_key_data_provider_->OnProfileAdded(profile_path); in OnProfileAdded()
|