HomeSort by relevance Sort by last modified time
    Searched refs:profile_path (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/realtime/scripts/
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/autotest/client/cros/scripts/
profile 31 def print_profile_path(profile_path, active_path):
32 """ Print profile_path and indicate if it is the active profile. """
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/adhd/cras/src/server/
cras_bt_profile.c 52 const char *profile_path; local
55 profile_path = dbus_message_get_path(message);
57 profile = cras_bt_profile_get(profile_path);
83 const char *profile_path, *object_path; local
89 profile_path = dbus_message_get_path(message);
106 profile = cras_bt_profile_get(profile_path);
113 object_path, profile_path);
197 const char *profile_path; local
200 profile_path = dbus_message_get_path(message);
202 profile = cras_bt_profile_get(profile_path);
    [all...]
  /art/runtime/jit/
profile_saver_options.h 57 const std::string& profile_path,
69 profile_path_(profile_path),
  /external/webrtc/webrtc/base/
proxydetect.cc 420 bool GetDefaultFirefoxProfile(Pathname* profile_path) {
421 ASSERT(NULL != profile_path);
476 profile_path->SetPathname(candidate.pathname());
489 profile_path->SetPathname(path);
    [all...]
  /external/tensorflow/tensorflow/core/profiler/g3doc/
command_line.md 19 <b>--profile_path:</b> A ProfileProto binary proto file.
81 --profile_path=profile_xxx

Completed in 747 milliseconds