/external/chromium/chrome/browser/translate/ |
translate_manager.cc | 16 #include "chrome/browser/profiles/profile.h" 273 Profile* profile = Source<Profile>(source).ptr(); local 276 size_t count = accept_languages_.erase(profile->GetPrefs()); 277 // We should know about this profile since we are listening for 370 PrefService* prefs = tab->profile()->GetOriginalProfile()->GetPrefs(); 414 if (!tab->profile()->IsOffTheRecord() && 580 PrefService* pref_service = tab->profile()->GetOriginalProfile()->GetPrefs(); 585 // Listen for this profile going away, in which case we would need to clea [all...] |
/frameworks/base/docs/html/guide/topics/connectivity/ |
sip.jd | 95 <td>Defines a SIP profile, including a SIP account, domain and server information. 216 <p>A {@link android.net.sip.SipProfile} defines a SIP profile, including a SIP 217 account, and domain and server information. The profile associated with the SIP 219 profile</em>. The profile that the session is connected to is called the 220 <em>peer profile</em>. When your SIP application logs into the SIP server with 236 <p>The following code excerpt opens the local profile for making calls and/or 270 <p>When your application is done using a profile, it should close it to free 283 Log.d("WalkieTalkieActivity/onDestroy", "Failed to close local profile.", ee); 292 "local profile"), and a valid SIP address to receive the call (th [all...] |
/external/chromium/chrome/browser/webdata/ |
web_data_service.cc | 396 void WebDataService::AddAutofillProfile(const AutofillProfile& profile) { 399 this, GetNextRequestHandle(), NULL, profile); 406 void WebDataService::UpdateAutofillProfile(const AutofillProfile& profile) { 409 this, GetNextRequestHandle(), NULL, profile); 1016 const AutofillProfile& profile = request->GetArgument(); local 1038 const AutofillProfile& profile = request->GetArgument(); local 1074 AutofillProfile* profile = NULL; local [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDeviceProfileState.java | 37 * This class is the Profile connection state machine associated with a remote 47 * {@link OutgoingHandsfree}: Handsfree profile connection is in a transition 50 * {@link IncomingHandsfree}: Handsfree profile connection is in a transition 53 * {@link IncomingA2dp}: A2dp profile connection is in a transition 56 * {@link OutgoingA2dp}: A2dp profile connection is in a transition 257 // TODO(): Convert PBAP to the new Profile APIs. 275 public void onServiceConnected(int profile, BluetoothProfile proxy) { 284 public void onServiceDisconnected(int profile) { [all...] |
/external/v8/src/ |
stub-cache.cc | 128 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *cache_name)); 147 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); 167 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); 187 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); 205 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); 230 PROFILE(isolate_, CodeCreateEvent(Logger::LOAD_IC_TAG, *code, *name)); 249 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); 269 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); 287 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)); 308 PROFILE(isolate_, CodeCreateEvent(Logger::KEYED_LOAD_IC_TAG, *code, *name)) [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/ |
gprof.info | 41 * Executing:: Executing your program to generate profile data 70 profile data. If you don't use some feature of your program while it 71 is being profiled, no profile information will be generated for that 79 * You must execute your program to generate a profile data file. 82 * You must run `gprof' to analyze the profile data. *Note `gprof' 89 The "flat profile" shows how much time your program spent in each 92 concisely here. *Note The Flat Profile: Flat Profile. 115 The first step in generating profile information for your program is to 145 Flat profile [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/ |
gprof.info | 41 * Executing:: Executing your program to generate profile data 70 profile data. If you don't use some feature of your program while it 71 is being profiled, no profile information will be generated for that 79 * You must execute your program to generate a profile data file. 82 * You must run `gprof' to analyze the profile data. *Note `gprof' 89 The "flat profile" shows how much time your program spent in each 92 concisely here. *Note The Flat Profile: Flat Profile. 115 The first step in generating profile information for your program is to 145 Flat profile [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
gprof.info | 43 * Executing:: Executing your program to generate profile data 72 profile data. If you don't use some feature of your program while it 73 is being profiled, no profile information will be generated for that 81 * You must execute your program to generate a profile data file. 84 * You must run `gprof' to analyze the profile data. *Note `gprof' 91 The "flat profile" shows how much time your program spent in each 94 concisely here. *Note The Flat Profile: Flat Profile. 117 The first step in generating profile information for your program is to 147 Flat profile [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
gprof.info | 43 * Executing:: Executing your program to generate profile data 72 profile data. If you don't use some feature of your program while it 73 is being profiled, no profile information will be generated for that 81 * You must execute your program to generate a profile data file. 84 * You must run `gprof' to analyze the profile data. *Note `gprof' 91 The "flat profile" shows how much time your program spent in each 94 concisely here. *Note The Flat Profile: Flat Profile. 117 The first step in generating profile information for your program is to 147 Flat profile [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
gprof.info | 43 * Executing:: Executing your program to generate profile data 72 profile data. If you don't use some feature of your program while it 73 is being profiled, no profile information will be generated for that 81 * You must execute your program to generate a profile data file. 84 * You must run `gprof' to analyze the profile data. *Note `gprof' 91 The "flat profile" shows how much time your program spent in each 94 concisely here. *Note The Flat Profile: Flat Profile. 117 The first step in generating profile information for your program is to 147 Flat profile [all...] |
/development/testrunner/ |
adb_interface.py | 180 profile=False, instrumentation_args={}): 196 profile: If True, profiling will be turned on for the instrumentation. 219 profile=profile, raw_mode=True, 272 self, package, runner_name, no_window_animation=False, profile=False, 278 profile=profile, raw_mode=raw_mode, 282 self, instrumentation_path, no_window_animation=False, profile=False, 287 if profile:
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_html_writer.cc | 19 #include "chrome/browser/profiles/profile.h" 368 Profile* profile, 371 : profile_(profile), 377 Source<Profile>(profile_)); 441 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS); 473 void WriteBookmarks(Profile* profile, 480 fetcher = new BookmarkFaviconFetcher(profile, path, observer);
|
/external/chromium/chrome/browser/chromeos/status/ |
network_menu_button.cc | 23 #include "chrome/browser/profiles/profile.h" 45 if (!browser || !browser->profile()) 48 PrefService* prefs = browser->profile()->GetPrefs(); 55 if (!browser || !browser->profile()) 58 PrefService* prefs = browser->profile()->GetPrefs(); 64 if (!browser || !browser->profile()) 67 PrefService* prefs = browser->profile()->GetPrefs(); 73 if (!browser || !browser->profile()) 76 PrefService* prefs = browser->profile()->GetPrefs();
|
/external/chromium/chrome/browser/importer/ |
profile_writer.cc | 13 #include "chrome/browser/profiles/profile.h" 25 ProfileWriter::ProfileWriter(Profile* profile) : profile_(profile) {} 36 profile_->GetPasswordStore(Profile::EXPLICIT_ACCESS)->AddLogin(form); 41 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS)->AddIE7Login(info); 47 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)-> 152 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS)-> 281 Source<Profile> source(profile_);
|
/external/chromium/chrome/browser/sync/ |
sync_setup_wizard_unittest.cc | 37 ProfileSyncServiceForWizardTest(ProfileSyncFactory* factory, Profile* profile) 38 : ProfileSyncService(factory, profile, ""), 172 profile()->CreateBookmarkModel(false); 174 profile()->BlockUntilBookmarkModelLoaded(); 175 set_browser(new Browser(Browser::TYPE_NORMAL, profile())); 181 profile()->GetProfileSyncService()); 435 EXPECT_TRUE(service_->profile()->GetPrefs()->GetBoolean( 447 EXPECT_TRUE(service_->profile()->GetPrefs()->GetBoolean(
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_unittest.cc | 19 #include "chrome/browser/profiles/profile.h" 106 Profile* profile, 148 return Browser::TabContentsFactory(profile(), NULL, 0, NULL, NULL); 153 TabContentsWrapper* retval = Browser::TabContentsFactory(profile(), 401 TabStripModel tabstrip(&delegate, profile()); 597 TabStripModel tabstrip(&delegate, profile()); 678 TabStripModel tabstrip(&delegate, profile()); 701 TabStripModel tabstrip(&delegate, profile()); 723 TabStripModel tabstrip(&delegate, profile()); [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_editor_gtk.cc | 17 #include "chrome/browser/profiles/profile.h" 187 Profile* profile, 191 DCHECK(profile); 193 new BookmarkEditorGtk(parent_hwnd, profile, parent, details, 200 Profile* profile, 204 : profile_(profile), 210 DCHECK(profile);
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view.cc | 16 #include "chrome/browser/profiles/profile.h" 53 Profile* profile, 57 DCHECK(profile); 59 new BookmarkEditorView(profile, parent, details, configuration); 64 Profile* profile, 68 : profile_(profile), 77 DCHECK(profile);
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.h | 41 class Profile; 110 LocationBarView(Profile* profile, 133 void SetProfile(Profile* profile); 134 Profile* profile() const { return profile_; } function in class:LocationBarView 326 // Current profile. Not owned by us. 327 Profile* profile_;
|
/external/kernel-headers/original/linux/ |
msm_vidc_enc.h | 95 /*Video codec profile types.*/ 96 #define VEN_PROFILE_MPEG4_SP 1/* 1 - MPEG4 SP profile */ 97 #define VEN_PROFILE_MPEG4_ASP 2/* 2 - MPEG4 ASP profile */ 98 #define VEN_PROFILE_H264_BASELINE 3/* 3 - H264 Baseline profile */ 99 #define VEN_PROFILE_H264_MAIN 4/* 4 - H264 Main profile*/ 100 #define VEN_PROFILE_H264_HIGH 5/* 5 - H264 High profile*/ 101 #define VEN_PROFILE_H263_BASELINE 6/* 6 - H263 Baseline profile */ 103 /*Video codec profile level types.*/ 498 unsigned long profile; member in struct:venc_profile
|
/external/oprofile/pp/ |
opreport.cpp | 25 #include "profile.h" 95 count_type add_profile(profile_set const & profile, size_t pclass); 124 count_type app_summary::add_profile(profile_set const & profile, 130 summary & summ = find_summary(profile.image); 131 count_type app_count = summ.add_files(profile.files, pclass); 136 list<profile_dep_set>::const_iterator it = profile.deps.begin(); 137 list<profile_dep_set>::const_iterator const end = profile.deps.end(); 429 // With diff profile we output only filename coming from the first 430 // profile session, internally we use only name derived from the sample
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
console.jd | 22 <h3 id="profile">Your Developer Profile</h3> 26 <img src="{@docRoot}images/gp-dc-profile.png" style="width:400px;padding:4px;margin-bottom:0em;"> 29 style="font-weight:500;">Developer profile</span>: Specifies your developer 33 <p>Your developer profile identifies you to Google Play and to your customers. 34 During registration you can provide information for your profile, but you can go 37 <p>Your developer profile contains:</p> 59 Checkout Merchant account to your developer profile. Google Play uses the linked 102 <h3 id="profile">Selling and pricing your Products</h3>
|
/frameworks/base/media/jni/ |
android_media_MediaProfiles.cpp | 177 jniThrowException(env, "java/lang/RuntimeException", "Unknown camcorder profile quality"); 199 jniThrowException(env, "java/lang/RuntimeException", "Error retrieving camcorder profile params"); 312 "Error retrieving videoeditor profile params"); 336 int profile =0; local 337 profile = sProfiles->getVideoEditorExportParamByName("videoeditor.export.profile", codec); 339 if (profile == -1) { 341 "Error retrieving videoeditor export profile params"); 344 return static_cast<jint>(profile);
|
/frameworks/base/voip/java/android/net/sip/ |
SipSession.java | 124 * @param caller the SIP profile of the caller 270 * Gets the SIP profile that this session is associated with. 272 * @return the SIP profile that this session is associated with 284 * Gets the SIP profile that this session is connected to. Only available 287 * @return the SIP profile that this session is connected to 356 * profile. The session listener is called back upon success or failure of 373 * profile. Unregistration is technically the same as registration with zero 389 * Initiates a call to the specified profile. The session listener is called 393 * @param callee the SIP profile to make the call to
|
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 23 #if PROFILE 377 #if PROFILE 386 #if PROFILE 391 # if PROFILE 399 #if PROFILE 411 # if PROFILE 433 #if PROFILE 441 # if PROFILE 467 #if PROFILE
|