/external/chromium/chrome/browser/ui/ |
profile_error_dialog.h | 10 // the profile. |message_id| is a string id corresponding to the message to
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
selected_keyword_view.cc | 10 #include "chrome/browser/profiles/profile.h" 19 Profile* profile) 21 profile_(profile) {
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
keyboard_overlay_ui.h | 14 class Profile;
|
/external/llvm/docs/CommandGuide/ |
llvm-prof.pod | 5 llvm-prof - print execution profile of LLVM program 18 This program is often used in conjunction with the F<utils/profile.pl> 21 F<utils/profile.pl>, execute it with the B<-help> option. 50 B<llvm-prof> returns 1 if it cannot load the bitcode file or the profile
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PProfileKeyHeader.java | 36 * P-Profile-Key = "P-Profile-Key" HCOLON {name-addr / addr-spec} 39 * Eg: P-Profile-Key: <sip:chatroom-!.*!@example.com> 44 public final static String NAME = "P-Profile-Key";
|
/external/v8/test/mjsunit/tools/ |
tickprocessor-test.gc-state | 16 [Bottom up (heavy) profile]:
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptProfile.h | 47 static PassRefPtr<ScriptProfile> create(const v8::CpuProfile* profile) 49 return adoptRef(new ScriptProfile(profile)); 60 ScriptProfile(const v8::CpuProfile* profile) 61 : m_profile(profile)
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ProfileDatabaseHelper.java | 24 import android.provider.ContactsContract.Profile; 27 * A separate version of the contacts database helper for storing the user's profile data. 32 private static final String DATABASE_NAME = "profile.db"; 71 values.put(SEQUENCE_SEQ, Profile.MIN_ID);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/ |
map | 30 /** @file profile/map 31 * This file is a GNU profile extension to the Standard C++ Library. 38 #include <profile/map.h> 39 #include <profile/multimap.h>
|
set | 30 /** @file profile/set 31 * This file is a GNU profile extension to the Standard C++ Library. 38 #include <profile/set.h> 39 #include <profile/multiset.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/ |
map | 30 /** @file profile/map 31 * This file is a GNU profile extension to the Standard C++ Library. 38 #include <profile/map.h> 39 #include <profile/multimap.h>
|
set | 30 /** @file profile/set 31 * This file is a GNU profile extension to the Standard C++ Library. 38 #include <profile/set.h> 39 #include <profile/multiset.h>
|
/device/asus/grouper/ |
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
|
/device/moto/wingray/libaudio/ |
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
|
/device/samsung/crespo/libaudio/ |
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
|
/device/ti/panda/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/ |
autocomplete_classifier.cc | 12 AutocompleteClassifier::AutocompleteClassifier(Profile* profile) 13 : controller_(new AutocompleteController(profile, NULL)),
|
autocomplete_classifier.h | 18 class Profile; 22 explicit AutocompleteClassifier(Profile* profile);
|
/external/chromium/chrome/browser/autofill/ |
select_control_handler_unittest.cc | 99 AutofillProfile profile; local 100 profile.SetInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("CA")); 101 autofill::FillSelectControl(profile, ADDRESS_HOME_COUNTRY, &field); 117 AutofillProfile profile; local 118 profile.SetInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("Canada")); 119 autofill::FillSelectControl(profile, ADDRESS_HOME_COUNTRY, &field); 135 AutofillProfile profile; local 136 profile.SetInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("CA")); 137 autofill::FillSelectControl(profile, ADDRESS_HOME_STATE, &field); 153 AutofillProfile profile; local [all...] |
/external/chromium/chrome/browser/automation/ |
chrome_frame_automation_provider.h | 18 class Profile; 24 explicit ChromeFrameAutomationProvider(Profile* profile);
|
/external/chromium/chrome/browser/ |
bug_report_data.cc | 25 void BugReportData::UpdateData(Profile* profile, 37 profile_ = profile;
|
/external/chromium/chrome/browser/chromeos/login/ |
account_creation_view.h | 14 class Profile; 40 virtual TabContents* CreateTabContents(Profile* profile,
|
login_utils.cc | 42 #include "chrome/browser/profiles/profile.h" 90 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext(); 138 Profile* profile, 143 Profile* profile, 153 virtual void OnProfileCreated(Profile* profile); 162 // Check user's profile for kApplicationLocale setting. 163 void RespectLocalePreference(Profile* pref) 591 profile, local [all...] |
online_attempt.h | 20 class Profile; 42 void Initiate(Profile* profile);
|
wizard_in_process_browser_test.h | 14 class Profile; 35 virtual Browser* CreateBrowser(Profile* profile);
|