Searched refs:profile_path (Results 1 – 9 of 9) sorted by relevance
/external/autotest/client/cros/scripts/ |
D | profile | 31 def print_profile_path(profile_path, active_path): argument 33 if profile_path == active_path: 34 print 'Profile: %s <== active' % profile_path 36 print 'Profile: %s' % profile_path 64 profile_path = None 66 profile_path = sys.argv[3] 73 if profile_path and path != profile_path:
|
/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/perfetto/tools/ |
D | heap_profile | 284 profile_path = None 287 profile_path = word 288 if profile_path is None: 292 profile_files = os.listdir(profile_path) 297 subprocess.check_call(['gzip'] + [os.path.join(profile_path, x) for x in 298 os.listdir(profile_path)]) 300 symlink_path = os.path.join(os.path.dirname(profile_path), 304 os.symlink(profile_path, symlink_path) 306 print("Wrote profiles to {} (symlink {})".format(profile_path, symlink_path))
|
/external/adhd/cras/src/server/ |
D | cras_bt_profile.c | 52 const char *profile_path; in cras_bt_profile_handle_release() local 55 profile_path = dbus_message_get_path(message); in cras_bt_profile_handle_release() 57 profile = cras_bt_profile_get(profile_path); in cras_bt_profile_handle_release() 83 const char *profile_path, *object_path; in cras_bt_profile_handle_new_connection() local 89 profile_path = dbus_message_get_path(message); in cras_bt_profile_handle_new_connection() 106 profile = cras_bt_profile_get(profile_path); in cras_bt_profile_handle_new_connection() 113 object_path, profile_path); in cras_bt_profile_handle_new_connection() 197 const char *profile_path; in cras_bt_profile_handle_cancel() local 200 profile_path = dbus_message_get_path(message); in cras_bt_profile_handle_cancel() 202 profile = cras_bt_profile_get(profile_path); in cras_bt_profile_handle_cancel()
|
/external/harfbuzz_ng/test/subset/ |
D | subset_test_suite.py | 9 def __init__(self, font_path, profile_path, subset): argument 11 self.profile_path = profile_path 18 with io.open(self.profile_path, mode="r", encoding="utf-8") as f: 24 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0] 37 return self.profile_path.find("desubroutinize") < 0 or self.get_font_extension() == "otf"
|
D | run-tests.py | 57 print (' test.profile_path %s' % os.path.abspath (test.profile_path))
|
/external/webrtc/webrtc/base/ |
D | proxydetect.cc | 420 bool GetDefaultFirefoxProfile(Pathname* profile_path) { in GetDefaultFirefoxProfile() argument 421 ASSERT(NULL != profile_path); in GetDefaultFirefoxProfile() 476 profile_path->SetPathname(candidate.pathname()); in GetDefaultFirefoxProfile() 489 profile_path->SetPathname(path); in GetDefaultFirefoxProfile()
|
/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/tensorflow/tensorflow/core/profiler/ |
D | README.md | 35 --profile_path=/tmp/train_dir/profile_xx
|