/external/e2fsprogs/e2fsck/ |
Android.mk | 4 # Build the libext2 profile library 8 profile.c
|
/external/icu4c/common/ |
sprpimpl.h | 74 _SPREP_OPTIONS = 7, /* Bit set of options to turn on in the profile */ 110 * Swap StringPrep .spp profile data. See udataswp.h.
|
/external/oprofile/libutil++/ |
bfd_spu_support.cpp | 3 * Special BFD functions for processing a Cell BE SPU profile 102 os << "Attempt to process a Cell Broadband Engine SPU profile without"
|
/external/valgrind/main/docs/internals/ |
howto_oprofile.txt | 18 # produce a flat profile 23 # produce a profile w/ callgraph
|
/external/webkit/Source/JavaScriptCore/profiler/ |
Profiler.h | 32 #include "Profile.h" 60 PassRefPtr<Profile> stopProfiling(ExecState*, const UString& title);
|
/external/webkit/Source/WebCore/bindings/js/ |
JSConsoleCustom.cpp | 58 JSValue JSConsole::profile(ExecState* exec) function in class:WebCore::JSConsole 65 impl()->profile(title, exec, callStack);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevicePicker.java | 68 * Personal Area Networking User (PANU) profile*/ 70 /** Ask device picker to show BT devices that support Network Access Point (NAP) profile */
|
BluetoothHeadset.java | 52 * profile. 56 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 57 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile. </li> 69 "android.bluetooth.headset.profile.action.CONNECTION_STATE_CHANGED"; 73 * A2DP profile. 77 * <li> {@link #EXTRA_STATE} - The current state of the profile. </li> 78 * <li> {@link #EXTRA_PREVIOUS_STATE}- The previous state of the profile. </li> 89 "android.bluetooth.headset.profile.action.AUDIO_STATE_CHANGED"; 252 * Initiate connection to a profile of the remote bluetooth device. 255 * headset/handsfree profile. The API will automatically disconnect connecte [all...] |
/frameworks/compile/libbcc/runtime/make/platform/ |
darwin_fat.mk | 26 Configs := Debug Release Profile 45 CFLAGS.Profile := $(CFLAGS) -pg -g
|
/external/chromium/chrome/browser/chromeos/login/ |
login_performer.cc | 23 #include "chrome/browser/profiles/profile.h" 141 // It is not guaranted, that profile creation has been finished yet. So use 148 void LoginPerformer::OnProfileCreated(Profile* profile) { 149 CHECK(profile); 151 LoginUtils::Get()->FetchCookies(profile, credentials_); 152 LoginUtils::Get()->FetchTokens(profile, credentials_); 466 Profile* profile = g_browser_process->profile_manager()->GetDefaultProfile(); local 473 profile, [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_menu_manager_unittest.cc | 334 Source<Profile>(NULL), 345 explicit MockExtensionEventRouter(Profile* profile) : 346 ExtensionEventRouter(profile) {} 351 Profile* source_profile, 358 // A mock profile for tests of ExtensionMenuManager::ExecuteCommand. 419 MockTestingProfile profile; local 422 new MockExtensionEventRouter(&profile)); 436 EXPECT_CALL(profile, GetExtensionEventRouter()) 448 &profile, [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.cc | 19 #include "chrome/browser/profiles/profile.h" 89 Profile* profile, 95 profile_(profile), 110 Profile* profile) { 111 if (!profile->HasProfileSyncService()) { 112 NOTREACHED() << "Profile has never signed into sync."; 115 return new ProfileSyncServiceHarness(profile, "", "", 0); 139 // Initialize the sync client's profile sync service object [all...] |
sync_setup_flow.cc | 16 #include "chrome/browser/profiles/profile.h" 113 service->profile()->GetPrefs()->GetBoolean(prefs::kKeepEverythingSynced)); 132 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncBookmarks)); 134 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncPreferences)); 136 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncThemes)); 138 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncPasswords)); 140 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncAutofill)); 142 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncExtensions)); 144 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncSessions)); 146 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncTypedUrls)) [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_base_controller.mm | 13 #include "chrome/browser/profiles/profile.h" 58 Profile* profile, 66 profile:profile 72 profile:profile 161 profile:(Profile*)profile [all...] |
/external/chromium/chrome/browser/ui/toolbar/ |
back_forward_menu_model.cc | 12 #include "chrome/browser/profiles/profile.h" 88 GetTabContents()->profile()->GetPrefs()-> 161 Profile* profile = browser_->profile(); local 168 profile); 176 BuildActionName("HistoryClick", index), profile); 180 profile); 192 browser_->profile()); 230 browser_->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS) [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
content_settings_handler.cc | 17 #include "chrome/browser/profiles/profile.h" 296 Profile* profile = static_cast<Source<Profile> >(source).ptr(); local 297 if (profile->IsOffTheRecord()) { 640 // The settings map could be null if the mode was OTR but the OTR profile 674 // The settings map could be null if the mode was OTR but the OTR profile 726 Profile* profile = web_ui_->GetProfile(); local 727 if (profile->HasOffTheRecordProfile() [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaProperties.java | 151 * The H264 profile, the values are same as the one in OMX_Video.h 154 public static final int H264ProfileBaseline = 0x01; /**< Baseline profile */ 155 public static final int H264ProfileMain = 0x02; /**< Main profile */ 156 public static final int H264ProfileExtended = 0x04; /**< Extended profile */ 157 public static final int H264ProfileHigh = 0x08; /**< High profile */ 158 public static final int H264ProfileHigh10 = 0x10; /**< High 10 profile */ 159 public static final int H264ProfileHigh422 = 0x20; /**< High 4:2:2 profile */ 160 public static final int H264ProfileHigh444 = 0x40; /**< High 4:4:4 profile */ 186 * The H263 profile, the values are same as the one in OMX_Video.h 215 * The mpeg4 profile, the values are same as the one in OMX_Video. [all...] |
/external/chromium/chrome/browser/ |
browser_browsertest.cc | 16 #include "chrome/browser/profiles/profile.h" 170 browser()->profile()->GetExtensionService()->extensions(); 406 ASSERT_EQ(1u, BrowserList::GetBrowserCount(browser()->profile())); 416 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile())); 493 Browser::TabContentsFactory(browser()->profile(), NULL, 505 ExtensionService* service = browser()->profile()->GetExtensionService(); 529 ASSERT_TRUE(launch.OpenApplicationWindow(browser()->profile())); 533 ASSERT_EQ(2u, BrowserList::GetBrowserCount(browser()->profile())); 616 Browser::TabContentsFactory(browser()->profile(), NULL, 632 PinnedTabCodec::WritePinnedTabs(browser()->profile()); [all...] |
/external/chromium/chrome/browser/ui/webui/ |
app_launcher_handler.cc | 20 #include "chrome/browser/profiles/profile.h" 121 bool AppLauncherHandler::HandlePing(Profile* profile, const std::string& path) { 130 profile, params.at(1), ParseLaunchSource(params.at(2))); 147 DCHECK(profile->GetExtensionService()); 148 profile->GetExtensionService()->apps_promo()->ExpireDefaultApps(); 358 Profile* profile = extensions_service_->profile(); local 375 profile, extension, extension_misc::LAUNCH_TAB, NULL) [all...] |
/external/v8/tools/ |
tickprocessor.js | 35 Profile.call(this); 40 inherits(V8Profile, Profile); 65 case "": return Profile.CodeState.COMPILED; 66 case "~": return Profile.CodeState.OPTIMIZABLE; 67 case "*": return Profile.CodeState.OPTIMIZED; 90 var op = Profile.Operation; 199 var op = Profile.Operation; 431 // while profile only knows about the filtered ticks. 461 // To show the same percentages as in the flat profile. 491 print('\n [Bottom up (heavy) profile]:') [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
hw_irq_32.h | 21 #include <linux/profile.h>
|
/development/ndk/platforms/android-3/include/linux/ |
capi.h | 73 capi_profile profile; member in union:capi_ioctl_struct
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
hw_irq_32.h | 21 #include <linux/profile.h>
|
/development/samples/BluetoothHDP/ |
_index.html | 1 <p>A sample application that demonstrates how to communicate with a Bluetooth Health Device Profile (HDP) device. This feature is available on Android 4.0 (API level 14) or above platforms. The Android Bluetooth Health API lets you create
|
/development/samples/SampleSyncAdapter/res/xml/ |
contacts.xml | 25 android:mimeType="vnd.android.cursor.item/vnd.samplesyncadapter.profile"
|