Searched
full:profile (Results
1676 -
1700 of
3371) sorted by null
<<61626364656667686970>>
/external/chromium/chrome/browser/ui/webui/chromeos/ |
choose_mobile_network_ui.cc | 16 #include "chrome/browser/profiles/profile.h" 231 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
system_info_ui.cc | 19 #include "chrome/browser/profiles/profile.h" 184 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
/external/chromium/chrome/browser/ui/webui/ |
crashes_ui.cc | 14 #include "chrome/browser/profiles/profile.h" 217 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
flags_ui.cc | 14 #include "chrome/browser/profiles/profile.h" 216 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
|
new_tab_page_sync_handler.cc | 15 #include "chrome/browser/profiles/profile.h" 55 Profile::GetDefaultRequestContext()->DONTUSEME_GetCookieStore();
|
/external/chromium/chrome/browser/ui/webui/options/ |
content_settings_handler.h | 90 // Gets the HostContentSettingsMap for the normal profile. 93 // Gets the HostContentSettingsMap for the incognito profile, or NULL if there
|
password_manager_handler.cc | 13 #include "chrome/browser/profiles/profile.h" 100 return web_ui_->GetProfile()->GetPasswordStore(Profile::EXPLICIT_ACCESS);
|
/external/e2fsprogs/e2fsck/ |
e2fsck.c | 177 if (ctx->profile) 178 profile_release(ctx->profile);
|
/external/linux-tools-perf/Documentation/ |
perf-report.txt | 6 perf-report - Read perf.data (created by perf record) and display the profile 15 This command displays the performance counter profile information recorded
|
/external/llvm/docs/CommandGuide/ |
opt.pod | 100 =item B<-profile-info-file> I<filename> 102 Specify the name of the file loaded by the -profile-loader option.
|
/external/llvm/lib/Target/ARM/ |
ARMBuildAttrs.h | 96 Not_Applicable = 0, // pre v7, or cross-profile code 100 SystemProfile = (0x53) // 'S' Application or real-time profile
|
/external/oprofile/libpp/ |
op_header.cpp | 108 "the profile was taken. Results may be inaccurate.\n"; 112 "the profile was taken. Results may be inaccurate.\n";
|
profile_spec.h | 3 * Contains a PP profile specification 23 * Holds a parsed profile spec composed of tag:value pairs, as given in
|
/external/v8/test/cctest/ |
SConscript | 42 '../../../tools/profile.js', 89 'test-profile-generator.cc',
|
cctest.gyp | 84 'test-profile-generator.cc', 173 '../../tools/profile.js',
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8ConsoleCustom.cpp | 89 INC_STATS("DOM.Console.profile"); 95 imp->profile(title, ScriptState::current(), callStack);
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
LeaksViewer.js | 112 _didParseLeaksFile: function(profile) { 115 ProfilerAgent.profileReady(profile);
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
mozilla | 120 color-profile 490 profile
|
/frameworks/base/core/java/android/server/ |
BluetoothInputProfileHandler.java | 36 * This handles all the operations on the HID profile. 38 * is the Service handler for the HID profile.
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 237 AudioOutputDescriptor(const IOProfile *profile); 264 const IOProfile *mProfile; // I/O profile this output derives from 274 AudioInputDescriptor(const IOProfile *profile); 284 const IOProfile *mProfile; // I/O profile this output derives from 486 void loadSamplingRates(char *name, IOProfile *profile); 487 void loadFormats(char *name, IOProfile *profile); 488 void loadOutChannels(char *name, IOProfile *profile); 489 void loadInChannels(char *name, IOProfile *profile);
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgrDbgPrint.c | 82 WLAN_OS_REPORT(("PS enabled: %s, desired power mode profile: %s, last power mode profile: %s\n",
|
/ndk/build/tools/toolchain-patches/gcc/ |
0004-Enable-x86-gcc-defaults.patch | 69 +#define OVERRIDE_LINUX_TARGET_CC1_SPEC "%(cc1_cpu) %{profile:-p}" 71 -#define CC1_SPEC "%(cc1_cpu) %{profile:-p}"
|
0007-gcc-mips.patch | 51 -#define SUBTARGET_CC1_SPEC "%{profile:-p}" 53 +#define LINUX_SUBTARGET_CC1_SPEC "%{profile:-p}"
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
EntityDelta.java | 36 import android.provider.ContactsContract.Profile; 73 * It can be set to query the profile's raw contact(s). 437 // Use the profile data URI if the contact is the profile. 438 if (mContactsQueryUri.equals(Profile.CONTENT_RAW_CONTACTS_URI)) { 439 builder = child.buildDiff(Uri.withAppendedPath(Profile.CONTENT_URI, 522 * Used to set the query URI to the profile URI to store profiles. 525 mContactsQueryUri = Profile.CONTENT_RAW_CONTACTS_URI; [all...] |
/packages/apps/Gallery2/tests/src/com/android/gallery3d/util/ |
ProfileTest.java | 19 import com.android.gallery3d.util.Profile; 49 // Empty profile
|
Completed in 923 milliseconds
<<61626364656667686970>>