/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 90 * If disconnected unexpectedly, reconnect up to 6 times. Each profile counts 717 LocalBluetoothProfile profile, int startId) { 735 cachedDevice.connectProfile(profile); 748 for (LocalBluetoothProfile profile : profiles) { 749 if (profile.getPreferred(device) == BluetoothProfile.PRIORITY_AUTO_CONNECT) { 796 LocalBluetoothProfile profile = mProfiles[i]; local 797 if (DEBUG) Log.d(TAG, profile.toString() + " = " + mCheckedItems[i]); 804 int status = profile.getConnectionStatus(cachedDevice.getDevice()); 810 profile.setPreferred(device, mCheckedItems[i]); 812 if (mCheckedItems[i] != profile.isPreferred(device)) [all...] |
/external/chromium/chrome/browser/ |
process_singleton_linux.cc | 6 // for a socket in the user's profile directory. If the socket file is open we 13 // in the profile. This temporary directory is no longer bound to the profile, 15 // them, we store a unique cookie in the profile directory, which must also be 25 // a different instance on a different host may then use the profile directory. 83 #include "chrome/browser/profiles/profile.h" 389 // Returns a random string for uniquifying profile connections. 412 // Now we know the directory was (at that point) created by the profile 629 Profile* profile = ProfileManager::GetDefaultProfile() local [all...] |
favicon_helper.cc | 14 #include "chrome/browser/profiles/profile.h" 115 return tab_contents()->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS); 262 if (!tab_contents()->profile()->IsOffTheRecord()) 266 BookmarkModel* bookmark_model = tab_contents()->profile()->GetBookmarkModel(); 369 if (tab_contents()->profile()->IsOffTheRecord()) {
|
/external/e2fsprogs/misc/ |
Makefile.in | 41 MKE2FS_OBJS= mke2fs.o util.o profile.o prof_err.o default_profile.o 57 PROFILED_MKE2FS_OBJS= profiled/mke2fs.o profiled/util.o profiled/profile.o \ 80 $(srcdir)/ismounted.c $(srcdir)/../e2fsck/profile.c \ 117 default_profile.c: $(srcdir)/mke2fs.conf $(srcdir)/profile-to-c.awk 119 $(Q) $(AWK) -f $(srcdir)/profile-to-c.awk < $(srcdir)/mke2fs.conf \ 121 profile.o: 123 $(Q) $(CC) -c $(ALL_CFLAGS) $(srcdir)/../e2fsck/profile.c -o $@ 124 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/profile.o -c \ 125 @PROFILE_CMT@ $(srcdir)/../e2fsck/profile.c 584 $(srcdir)/util.h $(srcdir)/../e2fsck/profile.h prof_err.h [all...] |
/frameworks/av/media/libstagefright/codecs/aacdec/ |
get_adts_header.cpp | 31 (3) use (profile + 1) when calling set_mc_info 99 \ Profile / \ UNUSED 203 pVars->prog_config.profile = (lower_16 >> 10) AND 0x3; 420 * Profile consists of 2 bits, which indicate 421 * the profile used. 423 * '00' AAC_MAIN profile 424 * '01' AAC_LC (Low Complexity) profile 425 * '10' AAC_SSR (Scaleable Sampling Rate) profile 426 * '11' AAC_LTP (Long Term Prediction) profile 428 pVars->prog_config.profile = (lower_16 >> 10) & 0x3 [all...] |
/external/clang/lib/AST/ |
Type.cpp | 114 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID, 123 E->Profile(ID, Context, true); 143 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, 147 SizeExpr->Profile(ID, Context, true); [all...] |
TemplateBase.cpp | 215 void TemplateArgument::Profile(llvm::FoldingSetNodeID &ID, 223 getAsType().Profile(ID); 249 getAsIntegral()->Profile(ID); 250 getIntegralType().Profile(ID); 254 getAsExpr()->Profile(ID, Context, true); 260 Args.Args[I].Profile(ID, Context);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4enc_api.cpp | 63 /* Simple profile(level 0-3) and Core profile (level 1-2) */ 64 /* {SPL0, SPL1, SPL2, SPL3, CPL1, CPL2, CPL2, CPL2} , SPL0: Simple Profile@Level0, CPL1: Core Profile@Level1, the last two are redundant for easy table manipulation */ 91 /* Simple scalable profile (level 0-2) and Core scalable profile (level 1-3) */ 92 /* {SSPL0, SSPL1, SSPL2, SSPL2, CSPL1, CSPL2, CSPL3, CSPL3} , SSPL0: Simple Scalable Profile@Level0, CSPL1: Core Scalable Profile@Level1, the fourth is redundant for easy table manipulation */ 121 /* H263 profile 0 @ level 10-70 */ 239 if ((Int)profile_level < (Int)(SIMPLE_SCALABLE_PROFILE_LEVEL0)) /* non-scalable profile */ [all...] |
/external/bluetooth/bluez/lib/bluetooth/ |
sdp.h | 153 * Standard profile descriptor identifiers; note these 460 * Profile descriptor is the Bluetooth profile metadata. If a 461 * service conforms to a well-known profile, then its profile 463 * if the profile has a version number it is specified here.
|
/external/chromium/base/allocator/ |
allocator.gyp | 103 '<(tcmalloc_dir)/src/heap-profile-table.cc', 104 '<(tcmalloc_dir)/src/heap-profile-table.h', 122 '<(tcmalloc_dir)/src/profile-handler.cc', 123 '<(tcmalloc_dir)/src/profile-handler.h', 304 '<(tcmalloc_dir)/src/profile-handler.cc', 305 '<(tcmalloc_dir)/src/profile-handler.h',
|
/external/chromium/chrome/browser/autofill/ |
autofill_browsertest.cc | 16 #include "chrome/browser/profiles/profile.h" 77 autofill_test::DisableSystemServices(browser()->profile()); 79 AutofillProfile profile; local 81 &profile, "Milton", "C.", "Waddams", 87 browser()->profile()->GetPersonalDataManager(); 90 std::vector<AutofillProfile> profiles(1, profile);
|
/external/chromium/chrome/browser/chromeos/login/ |
google_authenticator.cc | 25 #include "chrome/browser/profiles/profile.h" 122 Profile* profile, 137 profile->GetRequestContext())); 384 void GoogleAuthenticator::RetryAuth(Profile* profile,
|
/external/chromium/chrome/browser/download/ |
download_file_manager.cc | 18 #include "chrome/browser/profiles/profile.h" 40 Profile* profile = contents->profile(); local 41 if (profile) 42 return profile->GetDownloadManager();
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details_unittest.cc | 9 #include "chrome/browser/profiles/profile.h" 494 profile()->CreateRequestContext(); 497 , profile()->GetRequestContext()); 499 FillCache(profile()->GetRequestContext()->GetURLRequestContext()); 561 profile()->CreateRequestContext(); 564 profile()->GetRequestContext());
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.mm | 24 #include "chrome/browser/profiles/profile.h" 73 Profile* profile, 75 : edit_view_(new AutocompleteEditViewMac(this, toolbar_model, profile, 90 profile_(profile), 137 [FirstRunBubbleController showForView:field_ offset:kOffset profile:profile_];
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_window_gtk.h | 95 Profile* profile); 113 virtual void ShowPageInfo(Profile* profile, 123 virtual void ShowCreateChromeAppShortcutsDialog(Profile* profile,
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_menu_controller_views.cc | 14 #include "chrome/browser/profiles/profile.h" 35 Profile* profile, 41 profile_(profile), 148 // Dragging a folder from another profile, always accept. 152 // Drag originated from same profile and is not a URL. Only accept it if
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |
/external/oprofile/libpp/ |
profile_spec.cpp | 3 * Contains a PP profile specification 203 /// return true if the value from the profile spec may match the comma 208 // if the profile spec is "all" we match the sample file 212 // an "all" sample file should never match specified profile 217 // now match each profile spec value against the sample file 230 // sample filename. This allow to specify profile spec based on the
|
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 98 JOCTET* profile; local 101 if (!read_icc_profile(info, &profile, &profileLength)) 105 colorProfile.append(reinterpret_cast<char*>(profile), profileLength); 106 free(profile); 151 // Enable these markers for the ICC color profile. 213 // their color profile, CoreGraphics will "upsample" them
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
SoftAACEncoder2.cpp | 290 static AUDIO_OBJECT_TYPE getAOTFromProfile(OMX_U32 profile) { 291 if (profile == OMX_AUDIO_AACObjectLC) { 293 } else if (profile == OMX_AUDIO_AACObjectHE) { 295 } else if (profile == OMX_AUDIO_AACObjectELD) { 298 ALOGW("Unsupported AAC profile - defaulting to AAC-LC"); 355 ALOGE("Unable to initialize encoder for profile / sample-rate / bit-rate / channels");
|
/frameworks/base/core/java/android/server/ |
BluetoothBondState.java | 327 public void onServiceConnected(int profile, BluetoothProfile proxy) { 328 if (profile == BluetoothProfile.A2DP) { 330 } else if (profile == BluetoothProfile.HEADSET) { 335 public void onServiceDisconnected(int profile) { 336 if (profile == BluetoothProfile.A2DP) { 338 } else if (profile == BluetoothProfile.HEADSET) {
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/ |
arm-eabi-gcov | |
/external/aac/libMpegTPEnc/src/ |
tpenc_asc.h | 110 * \param profile the MPEG Audio profile to be used 121 int profile,
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit.cc | 28 #include "chrome/browser/profiles/profile.h" 67 Profile* profile) 69 autocomplete_controller_(new AutocompleteController(profile, this))), 81 profile_(profile), 90 void AutocompleteEditModel::SetProfile(Profile* profile) { 91 DCHECK(profile); 92 profile_ = profile; 93 autocomplete_controller_->SetProfile(profile); [all...] |