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

  /external/chromium_org/tools/telemetry/telemetry/core/
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:
30 util.GetChromiumSrcDir(), *PROFILE_TYPE_MAPPING[profile_type].split('/'))
browser_options.py 189 self.profile_type = None
226 dest='profile_type',
283 'profile_type',
306 if self.profile_type == 'default':
309 if self.profile_dir and self.profile_type != 'clean':
323 self.profile_dir = profile_types.GetProfileDir(self.profile_type)
browser_unittest.py 139 options.profile_type = 'small_profile'
  /external/oprofile/libpp/
populate_for_spu.h 36 enum profile_type { enum
profile.h 66 static enum profile_type is_spu_sample_file(std::string const & filename);
profile.cpp 60 enum profile_type profile_t::is_spu_sample_file(string const & filename)
62 profile_type retval;
  /external/chromium_org/tools/perf/benchmarks/
session_restore.py 21 profile_type = 'small_profile'
23 profile_dir = os.path.join(tempfile.gettempdir(), profile_type)
29 small_profile_creator.SmallProfileCreator, profile_type, new_args)
30 args.browser_options.profile_dir = os.path.join(profile_dir, profile_type)
  /external/chromium_org/components/crash/app/
crash_keys_win.h 37 // |profile_type| is a string describing the kind of the user's Windows
45 const std::wstring& profile_type,
breakpad_win.cc 152 std::wstring profile_type; local
166 profile_type.append(kBitNames[i].name);
169 profile_type.append(L", ");
174 base::SStringPrintf(&profile_type, L"error %u", last_error);
176 return profile_type;
crash_keys_win.cc 81 const std::wstring& profile_type,
112 L"profile-type", profile_type.c_str()));
  /art/runtime/
profiler_options.h 63 ProfileDataType profile_type,
73 profile_type_(profile_type),
126 << ", profile_type=" << po.profile_type_
  /external/chromium_org/chromeos/network/
policy_util.cc 147 NetworkProfile::Type profile_type,
179 if (profile_type == NetworkProfile::TYPE_USER)
181 else if(profile_type == NetworkProfile::TYPE_SHARED)
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.h 109 explicit OffTheRecordProfileIOData(Profile::ProfileType profile_type);
off_the_record_profile_io_data.cc 195 Profile::ProfileType profile_type)
196 : ProfileIOData(profile_type) {}
profile_io_data.h 226 Profile::ProfileType profile_type() const { function in class:ProfileIOData
353 explicit ProfileIOData(Profile::ProfileType profile_type);
profile_io_data.cc 585 ProfileIOData::ProfileIOData(Profile::ProfileType profile_type)
593 profile_type_(profile_type) {
826 return profile_type() == Profile::INCOGNITO_PROFILE
827 || profile_type() == Profile::GUEST_PROFILE;
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc 85 TestProfileIOData(Profile::ProfileType profile_type,
88 : ProfileIOData(profile_type) {
353 TestProfileIOData* CreateTestProfileIOData(Profile::ProfileType profile_type);
376 Profile::ProfileType profile_type) {
382 profile_type, pref_service, local_state, cookie_settings);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 372 $main::profile_type = ''; # Empty type means "unknown"
    [all...]
  /external/jemalloc/bin/
pprof 372 $main::profile_type = ''; # Empty type means "unknown"
    [all...]
  /external/chromium_org/components/metrics/profiler/
profiler_metrics_provider_unittest.cc 100 uma_proto.profiler_event(0).profile_type());
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 372 $main::profile_type = ''; # Empty type means "unknown"
    [all...]
  /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/chromium_org/tools/auto_bisect/
bisect_perf_regression.py 752 profile_path, profile_type = os.path.split(arg_dict['--profile-dir'])
754 '--profile-type-to-generate', profile_type,
    [all...]

Completed in 541 milliseconds