/external/clang/lib/StaticAnalyzer/Core/ |
SymbolManager.cpp | 169 llvm::FoldingSetNodeID profile; local 170 SymbolRegionValue::Profile(profile, R); 172 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); 188 llvm::FoldingSetNodeID profile; local 189 SymbolConjured::Profile(profile, E, T, Count, LCtx, SymbolTag); 191 SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos); 206 llvm::FoldingSetNodeID profile; local 207 SymbolDerived::Profile(profile, parentSymbol, R) 222 llvm::FoldingSetNodeID profile; local 240 llvm::FoldingSetNodeID profile; local [all...] |
/external/llvm/utils/ |
profile.pl | 3 # Program: profile.pl 6 # then print out a profile report. 8 # Syntax: profile.pl [OPTIONS] bitcodefile <arguments> 43 print "OVERVIEW: profile.pl - Instrumentation and profile printer.\n\n"; 44 print "USAGE: profile.pl [options] program.bc <program args>\n\n";
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnDialog.java | 68 VpnProfile profile, boolean editing) { 71 mProfile = profile; 101 // Second, copy values from the profile. 157 // Create a button to save the profile. 336 VpnProfile profile = new VpnProfile(mProfile.key); local 337 profile.name = mName.getText().toString(); 338 profile.type = mType.getSelectedItemPosition(); 339 profile.server = mServer.getText().toString().trim(); 340 profile.username = mUsername.getText().toString(); 341 profile.password = mPassword.getText().toString() [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/ |
gnu-user.h | 46 "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \ 50 "%{!shared: %{pg|p|profile:gcrt1.o%s;:crt1.o%s}} \ 67 /* This is for -profile to use -lc_p instead of -lc. */ 68 #define GNU_USER_TARGET_CC1_SPEC "%{profile:-p}" 80 %{!shared:%{mieee-fp:-lieee} %{profile:-lc_p}%{!profile:-lc}}"
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/ |
gnu-user.h | 46 "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \ 50 "%{!shared: %{pg|p|profile:gcrt1.o%s;:crt1.o%s}} \ 67 /* This is for -profile to use -lc_p instead of -lc. */ 68 #define GNU_USER_TARGET_CC1_SPEC "%{profile:-p}" 80 %{!shared:%{mieee-fp:-lieee} %{profile:-lc_p}%{!profile:-lc}}"
|
/device/samsung/tuna/audio/ |
audio_policy.conf | 16 # Each module descriptor contains one or more output profile descriptors and zero or more 17 # input profile descriptors. Each profile lists all the parameters supported by a given output
|
/external/chromium/chrome/browser/autocomplete/ |
builtin_provider.cc | 16 Profile* profile) 17 : AutocompleteProvider(listener, profile, "Builtin") {
|
/external/chromium/chrome/browser/ |
background_application_list_model.cc | 18 #include "chrome/browser/profiles/profile.h" 144 BackgroundApplicationListModel::BackgroundApplicationListModel(Profile* profile) 145 : profile_(profile) { 149 Source<Profile>(profile)); 152 Source<Profile>(profile)); 155 Source<Profile>(profile)); [all...] |
mock_browsing_data_indexed_db_helper.cc | 11 Profile* profile) 12 : profile_(profile) {
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_editor.h | 17 class Profile; 68 Profile* profile,
|
/external/chromium/chrome/browser/chromeos/ |
network_message_observer.h | 16 class Profile; 27 explicit NetworkMessageObserver(Profile* profile);
|
/external/chromium/chrome/browser/extensions/ |
extension_devtools_manager.cc | 13 ExtensionDevToolsManager::ExtensionDevToolsManager(Profile* profile) 14 : profile_(profile),
|
extension_install_ui.cc | 18 #include "chrome/browser/profiles/profile.h" 92 ExtensionInstallUI::ExtensionInstallUI(Profile* profile) 93 : profile_(profile), 159 Profile* profile = profile_->GetOriginalProfile(); local 160 Browser* browser = Browser::GetOrCreateTabbedBrowser(profile); 170 browser::ShowExtensionInstalledBubble(extension, browser, icon_, profile); 221 Profile* profile) { [all...] |
/external/chromium/chrome/browser/geolocation/ |
geolocation_settings_state.h | 21 explicit GeolocationSettingsState(Profile* profile); 61 Profile* profile_;
|
/external/chromium/chrome/browser/net/ |
chrome_network_delegate.h | 11 #include "chrome/browser/profiles/profile.h" 24 // If |profile_id| is the invalid profile, events will be broadcasted to all 25 // profiles, otherwise, they will only be sent to the specified profile.
|
/external/chromium/chrome/browser/notifications/ |
balloon.cc | 14 Balloon::Balloon(const Notification& notification, Profile* profile, 16 : profile_(profile),
|
balloon_collection_linux.cc | 17 Profile* profile) { 18 Balloon* balloon = new Balloon(notification, profile, this);
|
balloon_collection_mac.mm | 12 Profile* profile) { 13 Balloon* balloon = new Balloon(notification, profile, this);
|
balloon_collection_win.cc | 12 Profile* profile) { 13 Balloon* balloon = new Balloon(notification, profile, this);
|
/external/chromium/chrome/browser/policy/ |
profile_policy_connector_unittest.cc | 19 // First, test settings from profile and no proxy settings from browser. 20 // Only the profile policies should be forwarded. 43 // If the profile includes any proxy policy, no proxy policies should be
|
/external/chromium/chrome/browser/remoting/ |
setup_flow_register_step.cc | 8 #include "chrome/browser/profiles/profile.h" 33 flow()->profile()->GetRequestContext())); 40 flow()->profile()->GetPrefs()->SetBoolean(
|
/external/chromium/chrome/browser/sessions/ |
tab_restore_service_delegate.h | 13 class Profile; 57 static TabRestoreServiceDelegate* Create(Profile* profile);
|
/external/chromium/chrome/browser/tab_contents/ |
tab_specific_content_settings.cc | 218 Delegate* delegate, Profile* profile) 219 : allowed_local_shared_objects_(profile), 220 blocked_local_shared_objects_(profile), 221 geolocation_settings_state_(profile), 278 LocalSharedObjectsContainer(Profile* profile) 280 appcaches_(new CannedBrowsingDataAppCacheHelper(profile)), 281 databases_(new CannedBrowsingDataDatabaseHelper(profile)), 282 indexed_dbs_(new CannedBrowsingDataIndexedDBHelper(profile)), [all...] |
/external/chromium/chrome/browser/ui/ |
browser_tab_restore_service_delegate.cc | 72 TabRestoreServiceDelegate* TabRestoreServiceDelegate::Create(Profile* profile) { 73 Browser* browser = Browser::Create(profile);
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
window_applescript.mm | 13 #include "chrome/browser/profiles/profile.h" 40 Profile* defaultProfile = [appDelegate defaultProfile]; 47 Profile* profile; 49 profile = defaultProfile->GetOffTheRecordProfile(); 52 profile = defaultProfile; 61 return [self initWithProfile:profile]; 64 - (id)initWithProfile:(Profile*)aProfile { 125 Profile* profile = browser_->profile() [all...] |