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

  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
profile_types.py 21 def GetProfileDir(profile_type):
22 """Given a |profile_type| (as returned by GetProfileTypes()), return the
26 if profile_type in BASE_PROFILE_TYPES:
browser_options.py 221 self.profile_type = None
282 dest='profile_type',
322 'profile_type',
344 if self.profile_type == 'default':
347 if self.profile_dir and self.profile_type != 'clean':
361 self.profile_dir = profile_types.GetProfileDir(self.profile_type)
browser_unittest.py 147 options.profile_type = 'small_profile'
  /external/autotest/client/profilers/cros_perf/
cros_perf.py 23 def initialize(self, options='-e cycles', profile_type='record'):
24 # The two supported options for profile_type are 'record' and 'stat'.
27 self.profile_type = profile_type
31 if self.profile_type == 'record':
37 if self.profile_type == 'stat':
45 (self.perf_bin, self.profile_type, self.options, outfile))
  /art/runtime/
profiler_options.h 64 ProfileDataType profile_type,
74 profile_type_(profile_type),
127 << ", profile_type=" << po.profile_type_
  /external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal.h 110 phNxpNciProfile_t profile_type; member in struct:phNxpNciProfile_Control
phNxpNciHal_ext.c 116 nxpprofile_ctrl.profile_type == EMV_CO_PROFILE)
142 nxpprofile_ctrl.profile_type == NFC_FORUM_PROFILE)
634 nxpprofile_ctrl.profile_type = EMV_CO_PROFILE;
648 nxpprofile_ctrl.profile_type = NFC_FORUM_PROFILE;
652 if (nxpprofile_ctrl.profile_type == EMV_CO_PROFILE)
  /device/google/marlin/location/loc_api/ds_api/
ds_client.c 388 wds_profile_type_enum_v01 profile_type)
404 req_union.p_get_profile_list_req->profile_type = profile_type;
618 profile_identifier.profile_type =
619 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_type;
  /device/huawei/angler/location/loc_api/ds_api/
ds_client.c 379 wds_profile_type_enum_v01 profile_type)
395 req_union.p_get_profile_list_req->profile_type = profile_type;
574 profile_identifier.profile_type =
575 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_type;
  /device/lge/bullhead/location/loc_api/ds_api/
ds_client.c 379 wds_profile_type_enum_v01 profile_type)
395 req_union.p_get_profile_list_req->profile_type = profile_type;
574 profile_identifier.profile_type =
575 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_type;
  /device/moto/shamu/location/loc_api/ds_api/
ds_client.c 383 wds_profile_type_enum_v01 profile_type)
399 req_union.p_get_profile_list_req->profile_type = profile_type;
578 profile_identifier.profile_type =
579 profile_list_resp_msg.p_get_profile_list_resp->profile_list[i].profile_type;
  /external/jemalloc/bin/
jeprof.in 380 $main::profile_type = ''; # Empty type means "unknown"
    [all...]
  /system/connectivity/shill/wifi/
wifi_provider.cc 380 Metrics::ServiceFixupProfileType profile_type = local
387 profile_type,
  /external/e2fsprogs/misc/
mke2fs.c 1058 char *profile_type = 0; local
1097 "ext2", &profile_type);
1098 ext_type = profile_type;
1136 free(profile_type);
1165 free(profile_type);
    [all...]
  /external/ImageMagick/coders/
png.c     [all...]

Completed in 673 milliseconds