Searched refs:profile_type (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dprofile_types.py21 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('/'))
H A Dbrowser_options.py189 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)
H A Dbrowser_unittest.py139 options.profile_type = 'small_profile'
/external/chromium_org/tools/perf/benchmarks/
H A Dsession_restore.py21 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/oprofile/libpp/
H A Dpopulate_for_spu.h36 enum profile_type { enum
H A Dprofile.cpp60 enum profile_type profile_t::is_spu_sample_file(string const & filename)
62 profile_type retval;
H A Dprofile.h66 static enum profile_type is_spu_sample_file(std::string const & filename);
/external/chromium_org/components/crash/app/
H A Dcrash_keys_win.h37 // |profile_type| is a string describing the kind of the user's Windows
45 const std::wstring& profile_type,
H A Dbreakpad_win.cc152 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;
H A Dcrash_keys_win.cc81 const std::wstring& profile_type,
112 L"profile-type", profile_type.c_str()));
79 GetCustomInfo(const std::wstring& exe_path, const std::wstring& type, const std::wstring& profile_type, base::CommandLine* cmd_line, CrashReporterClient* crash_client) argument
/external/chromium_org/chromeos/network/
H A Dpolicy_util.cc147 NetworkProfile::Type profile_type,
179 if (profile_type == NetworkProfile::TYPE_USER)
181 else if(profile_type == NetworkProfile::TYPE_SHARED)
146 ApplyGlobalAutoconnectPolicy( NetworkProfile::Type profile_type, base::DictionaryValue* augmented_onc_network) argument
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.h109 explicit OffTheRecordProfileIOData(Profile::ProfileType profile_type);
H A Doff_the_record_profile_io_data.cc195 Profile::ProfileType profile_type)
196 : ProfileIOData(profile_type) {}
194 OffTheRecordProfileIOData( Profile::ProfileType profile_type) argument
H A Dprofile_io_data.cc585 ProfileIOData::ProfileIOData(Profile::ProfileType profile_type) argument
593 profile_type_(profile_type) {
826 return profile_type() == Profile::INCOGNITO_PROFILE
827 || profile_type() == Profile::GUEST_PROFILE;
1130 bool is_incognito = profile_type() == Profile::INCOGNITO_PROFILE;
H A Dprofile_io_data.h226 Profile::ProfileType profile_type() const { function in class:ProfileIOData
353 explicit ProfileIOData(Profile::ProfileType profile_type);
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper_unittest.cc85 TestProfileIOData(Profile::ProfileType profile_type, argument
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);
375 CreateTestProfileIOData( Profile::ProfileType profile_type) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof372 $main::profile_type = ''; # Empty type means "unknown"
2651 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2661 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
2690 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2700 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
2807 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2863 } elsif ($main::profile_type e
[all...]
/external/jemalloc/bin/
H A Dpprof372 $main::profile_type = ''; # Empty type means "unknown"
2651 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2661 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
2690 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2700 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
2807 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2868 } elsif ($main::profile_type e
[all...]
/external/chromium_org/components/metrics/profiler/
H A Dprofiler_metrics_provider_unittest.cc100 uma_proto.profiler_event(0).profile_type());
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof372 $main::profile_type = ''; # Empty type means "unknown"
2651 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2661 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
2690 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2700 } elsif ($main::profile_type eq 'contention' && !$main::opt_contentions) {
2807 if ($main::profile_type eq 'heap' || $main::profile_type eq 'growth') {
2863 } elsif ($main::profile_type e
[all...]
/external/e2fsprogs/misc/
H A Dmke2fs.c1058 char *profile_type = 0; local
1097 "ext2", &profile_type);
1098 ext_type = profile_type;
1136 free(profile_type);
1165 free(profile_type);
/external/chromium_org/tools/auto_bisect/
H A Dbisect_perf_regression.py752 profile_path, profile_type = os.path.split(arg_dict['--profile-dir'])
754 '--profile-type-to-generate', profile_type,

Completed in 9429 milliseconds