Searched
full:profiles (Results
301 -
325 of
1170) sorted by null
<<11121314151617181920>>
/external/oprofile/libpp/ |
callgraph_container.h | 102 * Store all callgraph information for the given profiles
|
/external/oprofile/pp/ |
opannotate_options.cpp | 94 cerr << "differential profiles not allowed" << endl;
|
opreport.cpp | 169 = pclasses[i].profiles.begin(); 171 = pclasses[i].profiles.end(); 514 if (classes.v[i].profiles.size() > 1) 531 if (classes2.v[i].profiles.size() > 1)
|
/external/webkit/Source/WebCore/page/ |
Console.h | 104 const ProfilesArray& profiles() const { return m_profiles; } function in class:WebCore::Console
|
/external/webkit/Source/WebKit/chromium/public/ |
WebAutoFillClient.h | 44 // a WebNode. |uniqueID| is used as a key into the set of AutoFill profiles,
|
/frameworks/base/docs/html/guide/appendix/ |
media-formats.jd | 31 <p>As an application developer, you are free to make use of any media codec that is available on any Android-powered device, including those provided by the Android platform and those that are device-specific. <strong>However, it is a best practice to use media encoding profiles that are device-agnostic</strong>.</p> 263 <p>Table 2, below, lists examples of video encoding profiles and parameters that the Android media framework supports for playback. In addition to these encoding parameter recommendations, a device's available <em>video recording</em> profiles can be used as a proxy for media playback capabilities. These profiles can be inspected using the {@link android.media.CamcorderProfile CamcorderProfile} class, which is available since API level 8.</p>
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
ti_m4v_config_parser.h | 55 /*Some H264 profiles*/
|
/packages/apps/Phone/src/com/android/phone/sip/ |
SipProfileDb.java | 41 private static final String PROFILES_DIR = "/profiles/";
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
A2dpProfile.java | 46 // Order of this profile in device profiles list
|
HidProfile.java | 38 // Order of this profile in device profiles list
|
PanProfile.java | 43 // Order of this profile in device profiles list
|
BluetoothDevicePreference.java | 289 List<LocalBluetoothProfile> profiles = mCachedDevice.getProfiles(); local 290 for (LocalBluetoothProfile profile : profiles) {
|
DockService.java | 91 * as one time so it's only 3 times for both profiles on the car dock. 485 // Profiles 517 // Called when the individual bt profiles are clicked. 581 // TODO Avoid hardcoding dock and profiles. Read from system properties 747 List<LocalBluetoothProfile> profiles = cachedDevice.getConnectableProfiles(); local 748 for (LocalBluetoothProfile profile : profiles) { [all...] |
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnProfile.java | 22 * Parcel-like entity class for VPN profiles. To keep things simple, all
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/ |
libfunction_reordering_plugin.so | |
libfunction_reordering_plugin.so.0 | |
libfunction_reordering_plugin.so.0.0.0 | |
/external/antlr/antlr-3.4/gunit-maven-plugin/ |
pom.xml | 89 <profiles> 117 </profiles>
|
/external/chromium/chrome/browser/ |
browser_process.h | 184 // Returns a reference to the user-data-dir based profiles vector. 230 // User-data-dir based profiles.
|
/external/chromium/chrome/browser/profiles/ |
profile_impl.h | 16 #include "chrome/browser/profiles/profile.h" 17 #include "chrome/browser/profiles/profile_impl_io_data.h"
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_bridge.mm | 12 #include "chrome/browser/profiles/profile.h" 13 #include "chrome/browser/profiles/profile_manager.h"
|
/external/chromium/chrome/browser/webdata/ |
web_database.cc | 268 // step when migrating profiles. The original migration from 35 to 36 did 269 // not merge profiles with identical addresses, but the migration from 36 to
|
autofill_table.cc | 955 std::vector<AutofillProfile*>* profiles) { 956 DCHECK(profiles); 957 profiles->clear(); 972 profiles->push_back(profile); 990 // Preserve appropriate modification dates by not updating unchanged profiles. 1029 // Preserve appropriate modification dates by not updating unchanged profiles. [all...] |
/external/openssl/include/openssl/ |
srtp.h | 133 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); 134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
|
/external/openssl/ssl/ |
srtp.h | 133 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); 134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
|
Completed in 295 milliseconds
<<11121314151617181920>>