/external/chromium/chrome/browser/ui/webui/ |
constrained_html_ui.h | 16 class Profile; 45 Profile* profile,
|
thumbnail_source.h | 16 class Profile; 26 explicit ThumbnailSource(Profile* profile);
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Environment.h | 44 /// Profile an EnvironmentEntry for inclusion in a FoldingSet. 45 static void Profile(llvm::FoldingSetNodeID &ID, 51 void Profile(llvm::FoldingSetNodeID &ID) const { 52 Profile(ID, *this); 83 /// Profile - Profile the contents of an Environment object for use 85 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { 86 env->ExprBindings.Profile(ID); 89 /// Profile - Used to profile the contents of this object for inclusio [all...] |
/external/linux-tools-perf/ |
common-cmds.h | 14 {"diff", "Read two perf.data files and display the differential profile"}, 22 {"record", "Run a command and record its profile into perf.data"}, 23 {"report", "Read perf.data (created by perf record) and display the profile"},
|
/external/oprofile/doc/ |
opgprof.1.in | 4 opgprof \- produce gprof-format profile data 11 [profile specification] 15 outputs gprof-format profile data for a given binary image, 16 from an OProfile session. See oprofile(1) for how to write profile specifications.
|
/external/v8/test/cctest/ |
log-eq-of-logging-and-traversal.js | 32 case "": return Profile.CodeState.COMPILED; 33 case "~": return Profile.CodeState.OPTIMIZABLE; 34 case "*": return Profile.CodeState.OPTIMIZED; 52 this.profile = new Profile(); 65 this.profile.addFuncCode(type, name, start, size, funcAddr, state); 67 this.profile.addCode(type, name, start, size); 72 this.profile.moveCode(from, to); 76 this.profile.moveFunc(from, to); 94 logging_processor.profile.cleanUpFuncEntries() [all...] |
/frameworks/base/voip/java/android/net/sip/ |
SipRegistrationListener.java | 26 * @param localProfileUri the URI string of the SIP profile to register with 33 * @param localProfileUri the URI string of the SIP profile to register with 41 * @param localProfileUri the URI string of the SIP profile to register with
|
/hardware/libhardware_legacy/audio/ |
audio_policy.conf | 20 # Each module descriptor contains one or more output profile descriptors and zero or more 21 # input profile descriptors. Each profile lists all the parameters supported by a given output
|
/frameworks/av/media/libmedia/ |
MediaProfiles.cpp | 326 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local 327 profile->mCameraId = cameraId; 331 profile->mFileFormat = static_cast<output_format>(fileFormat); 332 profile->mQuality = static_cast<camcorder_quality>(quality); 333 profile->mDuration = atoi(atts[5]); 334 return profile; 389 !strcmp("profile", atts[2]) && 397 MediaProfiles::ExportVideoProfile *profile = local 401 return profile; 516 // Check high and low from either camcorder profile or timelapse profil 573 CamcorderProfile *profile = local 671 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local 688 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local 723 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local 740 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local [all...] |
/external/chromium/chrome/browser/bookmarks/ |
bookmark_utils.cc | 20 #include "chrome/browser/profiles/profile.h" 61 explicit NewBrowserPageNavigator(Profile* profile) 62 : profile_(profile), 77 Profile* profile = (disposition == OFF_THE_RECORD) ? variable 79 browser_ = Browser::Create(profile); 87 Profile* profile_; 224 int BookmarkDragOperation(Profile* profile, const BookmarkNode* node) [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_form_manager_unittest.cc | 62 Profile* profile() { return profile_; } function in class:PasswordFormManagerTest 70 Profile* profile_; 75 profile(), NULL, *observed_form(), false); 130 profile(), NULL, *observed_form(), false); 166 profile(), NULL, *observed_form(), false); 184 profile(), NULL, *observed_form(), false)); 208 PasswordFormManager manager1(profile(), NULL, credentials, false); 214 PasswordFormManager manager2(profile(), NULL, credentials, false); 221 PasswordFormManager manager3(profile(), NULL, credentials, false) [all...] |
/external/llvm/lib/Analysis/ |
PathProfileVerifier.cpp | 10 // This verifier derives an edge profile file from current path profile 14 #define DEBUG_TYPE "path-profile-verifier" 45 // The verifier requires the path profile and edge profile. 51 EdgeProfileFilename("path-profile-verifier-file", 54 cl::desc("Edge profile file generated by -path-profile-verifier"), 58 INITIALIZE_PASS(PathProfileVerifier, "path-profile-verifier", 59 "Compare the path profile derived edge profile against the [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | 2 * profile.c -- A simple configuration file parsing "library in a file" 4 * The profile library was originally written by Theodore Ts'o in 1995 72 #include "profile.h" 85 * This is the structure which stores the profile information for a 104 * The profile flags 121 * Used by the profile iterator in prof_get.c 151 /* profile parser declarations */ 209 (prf_file_t profile); 211 static errcode_t profile_get_value(profile_t profile, const char *name, 302 profile_t profile; local 1264 profile_t profile; member in struct:profile_iterator 1827 profile_t profile; local [all...] |
/external/chromium/chrome/browser/webdata/ |
autofill_table.cc | 60 void BindAutofillProfileToStatement(const AutofillProfile& profile, 62 DCHECK(guid::IsValidGUID(profile.guid())); 63 s->BindString(0, profile.guid()); 65 string16 text = profile.GetInfo(COMPANY_NAME); 67 text = profile.GetInfo(ADDRESS_HOME_LINE1); 69 text = profile.GetInfo(ADDRESS_HOME_LINE2); 71 text = profile.GetInfo(ADDRESS_HOME_CITY); 73 text = profile.GetInfo(ADDRESS_HOME_STATE); 75 text = profile.GetInfo(ADDRESS_HOME_ZIP); 77 text = profile.GetInfo(ADDRESS_HOME_COUNTRY) 85 AutofillProfile* profile = new AutofillProfile; local 969 AutofillProfile* profile = NULL; local 1955 AutofillProfile profile; local 2105 AutofillProfile* profile = NULL; local [all...] |
/external/chromium/chrome/browser/ |
browser_about_handler.h | 20 class Profile; 28 bool WillHandleBrowserAboutURL(GURL* url, Profile* profile); 32 void InitializeAboutDataSource(Profile* profile);
|
language_combobox_model.h | 17 class Profile; 76 LanguageComboboxModel(Profile* profile, 94 // Profile. 95 Profile* profile_;
|
/external/chromium/chrome/browser/extensions/ |
extension_accessibility_api.h | 20 // Observes the profile and routes accessibility notifications as events 28 void ObserveProfile(Profile* profile); 66 void DispatchEvent(Profile* profile,
|
extensions_startup.cc | 11 #include "chrome/browser/profiles/profile.h" 70 Profile* profile) { 71 DCHECK(profile); 76 ExtensionService* extension_service = profile->GetExtensionService();
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_content_settings_map_unittest.cc | 67 TestingProfile profile; local 69 profile.GetGeolocationContentSettingsMap(); 78 TestingProfile profile; local 80 profile.GetGeolocationContentSettingsMap(); 106 TestingProfile profile; local 108 profile.GetGeolocationContentSettingsMap(); 155 TestingProfile profile; local 157 profile.GetGeolocationContentSettingsMap(); 168 TestingProfile profile; local 170 profile.GetGeolocationContentSettingsMap() 189 TestingProfile profile; local 221 TestingProfile profile; local 250 TestingProfile profile; local 285 TestingProfile profile; local [all...] |
/external/chromium/chrome/browser/renderer_host/ |
chrome_render_message_filter.h | 15 class Profile; 26 Profile* profile, 82 // The Profile associated with our renderer process. This should only be 84 Profile* profile_;
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_profile_change_processor.h | 51 static void WriteAutofillProfile(const AutofillProfile& profile, 56 virtual void StartImpl(Profile* profile) {} 76 const AutofillProfile& profile); 104 const sync_pb::AutofillProfileSpecifics& profile,
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_all_tabs_controller.mm | 21 profile:(Profile*)profile 27 profile:profile
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
infobar_container_gtk.h | 16 class Profile; 23 explicit InfoBarContainerGtk(Profile* profile); 73 // The profile for the browser that hosts this InfoBarContainer. 74 Profile* profile_;
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu.cc | 11 #include "chrome/browser/profiles/profile.h" 22 Profile* profile, 28 this, profile, page_navigator, parent, selection))), 69 controller_->profile()->GetBookmarkModel()->other_node() &&
|
/external/chromium/chrome/browser/ui/views/ |
content_setting_bubble_contents.h | 29 class Profile; 44 Profile* profile, TabContents* tab_contents); 78 // The active profile. 79 Profile* profile_;
|