/external/compiler-rt/test/profile/ |
CMakeLists.txt | 6 list(APPEND PROFILE_TEST_DEPS profile llvm-profdata) 13 add_lit_testsuite(check-profile "Running the profile tests" 16 set_target_properties(check-profile PROPERTIES FOLDER "Profile tests")
|
/external/compiler-rt/lib/profile/ |
CMakeLists.txt | 1 add_custom_target(profile) 16 add_dependencies(profile clang_rt.profile_osx) 19 add_compiler_rt_runtime(clang_rt.profile-${arch} ${arch} STATIC 22 add_dependencies(profile clang_rt.profile-${arch}) 26 add_dependencies(compiler-rt profile)
|
/external/javasqlite/src/main/java/SQLite/ |
Profile.java | 4 * Callback interface for SQLite's profile function. 7 public interface Profile { 10 * Callback to profile (ie log) one SQL statement 17 public void profile(String stmt, long est); method in interface:Profile
|
/external/e2fsprogs/e2fsck/ |
prof_err.et | 3 error_code PROF_VERSION, "Profile version 0.0" 9 error_code PROF_NO_SECTION, "Profile section not found" 10 error_code PROF_NO_RELATION, "Profile relation not found" 14 "A profile section header has a non-zero value" 15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures" 16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures" 18 "Bad parent pointer in profile structures" 19 error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator" 21 error_code PROF_EINVAL, "Invalid argument passed to profile library" 22 error_code PROF_READ_ONLY, "Attempt to modify read-only profile" [all...] |
prof_err.c | 11 N_("Profile version 0.0"), 13 N_("Profile section not found"), 14 N_("Profile relation not found"), 16 N_( "A profile section header has a non-zero value"), 17 N_("Bad linked list in profile structures"), 18 N_("Bad group level in profile structures"), 19 N_( "Bad parent pointer in profile structures"), 20 N_("Bad magic value in profile iterator"), 22 N_("Invalid argument passed to profile library"), 23 N_("Attempt to modify read-only profile"), [all...] |
profile_helpers.h | 2 * profile_helpers.h -- Function prototypes for profile helper functions 13 (profile_t profile, const char *const *names, char ***ret_values); 19 (profile_t profile, const char **names, char ***ret_names); 22 (profile_t profile, const char **names, char ***ret_names);
|
/system/media/alsa_utils/include/ |
alsa_device_profile.h | 61 void profile_init(alsa_device_profile* profile, int direction); 62 bool profile_is_initialized(alsa_device_profile* profile); 63 bool profile_is_valid(alsa_device_profile* profile); 64 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device); 65 void profile_decache(alsa_device_profile* profile); 67 bool profile_read_device_info(alsa_device_profile* profile); 70 char * profile_get_sample_rate_strs(alsa_device_profile* profile); 71 char * profile_get_format_strs(alsa_device_profile* profile); 72 char * profile_get_channel_count_strs(alsa_device_profile* profile); 75 unsigned profile_get_default_sample_rate(alsa_device_profile* profile); [all...] |
/external/fio/ |
profile.c | 2 #include "profile.h" 9 struct profile_ops *find_profile(const char *profile) 16 if (!strcmp(profile, ops->name)) 25 int load_profile(const char *profile) 29 dprint(FD_PROFILE, "loading profile '%s'\n", profile); 31 ops = find_profile(profile); 34 log_err("fio: profile %s prep failed\n", profile); 41 log_err("fio: profile '%s' not found\n", profile) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
CamcorderProfileTest.java | 65 LAST_QUALITY + 1, // Unknown normal profile quality 66 LAST_TIMELAPSE_QUALITY + 1, // Unknown timelapse profile quality 67 LAST_HIGH_SPEED_QUALITY + 1 // Unknown high speed timelapse profile quality 79 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) { 80 Log.v(TAG, String.format("profile: duration=%d, quality=%d, " + 84 profile.duration, 85 profile.quality, 86 profile.fileFormat, 87 profile.videoCodec, 88 profile.videoBitRate 217 CamcorderProfile profile = getWithOptionalId(quality, cameraId); local 263 CamcorderProfile profile = getWithOptionalId(quality, cameraId); local [all...] |
/hardware/intel/common/libva/test/basic/ |
test_common.c | 88 #define PROFILE(profile) case VAProfile##profile: return("VAProfile" #profile); 90 const char *profile2string(VAProfile profile) 92 switch(profile) 94 PROFILE(None) 95 PROFILE(MPEG2Simple) 96 PROFILE(MPEG2Main) 97 PROFILE(MPEG4Simple [all...] |
/system/media/alsa_utils/ |
alsa_device_profile.c | 61 static void profile_reset(alsa_device_profile* profile) 63 profile->card = profile->device = -1; 66 profile->formats[0] = PCM_FORMAT_INVALID; 67 profile->sample_rates[0] = 0; 68 profile->channel_counts[0] = 0; 70 profile->min_period_size = profile->max_period_size = 0; 71 profile->min_channel_count = profile->max_channel_count = DEFAULT_CHANNEL_COUNT [all...] |
/system/bt/embdrv/sbc/decoder/include/ |
oi_modules.h | 59 OI_MODULE_A2DP, /**< 01 Advanced Audio Distribution Profile */ 60 OI_MODULE_AVCTP, /**< 02 Audio-Visual Control Transport Profile */ 62 OI_MODULE_AVRCP, /**< 04 Audio-Visual Remote Control Profile */ 63 OI_MODULE_BIP_CLI, /**< 05 Basic Imaging Profile protocol client */ 64 OI_MODULE_BIP_SRV, /**< 06 Basic Imaging Profile protocol server */ 66 OI_MODULE_BPP_SENDER, /**< 08 Basic Printing Profile */ 67 OI_MODULE_BPP_PRINTER, /**< 09 Basic Printing Profile */ 68 OI_MODULE_CTP, /**< 10 Cordless Telephony Profile */ 69 OI_MODULE_DUN, /**< 11 Dial-Up Networking Profile */ 70 OI_MODULE_FAX, /**< 12 Fax Profile */ [all...] |
/development/samples/browseable/BasicManagedProfile/ |
_index.jd | 8 This sample demonstrates how to create a managed profile. You can also learn how to 10 configured to be forwarded between primary account and managed profile. Finally, you can 11 wipe all the data associated with the profile. 12 Note that there can only be one managed profile on a device.
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
mlinclude.h | 14 #ifdef PROFILE 15 #include "profile.h" 30 #ifdef PROFILE 34 #endif // PROFILE
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
mlinclude.h | 14 #ifdef PROFILE 15 #include "profile.h" 30 #ifdef PROFILE 34 #endif // PROFILE
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 29 * to get the Profile Proxy. Each public profile implements this 37 * This extra represents the current connection state of the profile of the 40 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE"; 45 * This extra represents the previous connection state of the profile of the 49 "android.bluetooth.profile.extra.PREVIOUS_STATE"; 51 /** The profile is in disconnected state */ 53 /** The profile is in connecting state */ 55 /** The profile is in connected state */ 57 /** The profile is in disconnecting state * [all...] |
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
HwModule.cpp | 51 sp<IOProfile> profile = new IOProfile(String8(root->name), AUDIO_PORT_ROLE_SINK); local 55 profile->loadSamplingRates((char *)node->value); 57 profile->loadFormats((char *)node->value); 59 profile->loadInChannels((char *)node->value); 61 profile->mSupportedDevices.loadDevicesFromTag((char *)node->value, 64 profile->mFlags = ConfigParsingUtils::parseInputFlagNames((char *)node->value); 66 profile->loadGains(node); 70 ALOGW_IF(profile->mSupportedDevices.isEmpty(), 72 ALOGW_IF(profile->mChannelMasks.size() == 0, 74 ALOGW_IF(profile->mSamplingRates.size() == 0 98 sp<IOProfile> profile = new IOProfile(String8(root->name), AUDIO_PORT_ROLE_SOURCE); local 187 sp<IOProfile> profile = new IOProfile(name, AUDIO_PORT_ROLE_SOURCE); local 218 sp<IOProfile> profile = new IOProfile(name, AUDIO_PORT_ROLE_SINK); local [all...] |
/external/llvm/test/Transforms/SampleProfile/ |
syntax.ll | 1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck -check-prefix=NO-DEBUG %s 2 ; RUN: not opt < %s -sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefix=MISSING-FILE %s 3 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 | FileCheck -check-prefix=BAD-FN-HEADER %s 4 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLE-LINE %s 5 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_line_values.prof 2>&1 | FileCheck -check-prefix=BAD-LINE-VALUES % [all...] |
/packages/services/Telephony/src/com/android/phone/ |
Profiler.java | 33 // TODO: Instead of doing all these "if (PROFILE)" checks here, every 35 // Profiler.PROFILE first, so the method calls will get optimized out 37 private static final boolean PROFILE = false; 60 //((ViewRoot)p).profile(); 66 if (PROFILE) { 72 if (PROFILE) { 78 if (PROFILE) { 85 if (PROFILE) { 95 if (PROFILE) { 101 if (PROFILE) { [all...] |
/system/bt/stack/include/ |
sdpdefs.h | 65 #define ATTR_ID_IP_SUBNET 0x0200 /* PAN Profile (***) */ 89 #define ATTR_ID_IMG_SUPPORTED_CAPABILITIES 0x0310 /* Imaging Profile */ 91 #define ATTR_ID_IMG_SUPPORTED_FUNCTIONS 0x0312 /* Imaging Profile */ 92 #define ATTR_ID_IMG_TOT_DATA_CAPABILITY 0x0313 /* Imaging Profile */ 93 #define ATTR_ID_SUPPORTED_REPOSITORIES 0x0314 /* Phone book access Profile */ 94 #define ATTR_ID_MAS_INSTANCE_ID 0x0315 /* MAP profile */ 95 #define ATTR_ID_SUPPORTED_MSG_TYPE 0x0316 /* MAP profile */ 96 #define ATTR_ID_MAP_SUPPORTED_FEATURES 0x0317 /* MAP profile */ 97 #define ATTR_ID_PBAP_SUPPORTED_FEATURES 0x0317 /* PBAP profile */ 100 /* These values are for the BPP profile */ [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DeviceProfilesSettings.java | 175 for (LocalBluetoothProfile profile : mCachedDevice.getConnectableProfiles()) { 176 CheckBox pref = createProfilePreference(profile); 212 * Creates a checkbox preference for the particular profile. The key will be 213 * the profile's name. 215 * @param profile The profile for which the preference controls. 216 * @return A preference that allows the user to choose whether this profile 219 private CheckBox createProfilePreference(LocalBluetoothProfile profile) { 221 pref.setTag(profile.toString()); 222 pref.setText(profile.getNameResource(mCachedDevice.getDevice())) 253 askDisconnect(mManager.getForegroundActivity(), profile); local [all...] |
/development/samples/browseable/BluetoothLeGatt/ |
_index.jd | 8 This sample demonstrates how to use the Bluetooth LE Generic Attribute Profile (GATT)
|
/external/mockftpserver/MockFtpServer/.settings/ |
org.eclipse.jdt.ui.prefs | 3 formatter_profile=_Chris Profile
|
/external/mockftpserver/branches/1.x_Branch/.settings/ |
org.eclipse.jdt.ui.prefs | 3 formatter_profile=_Chris Profile
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
LoggingProfiler.java | 31 public Profile create(String name) { 32 LoggingProfile profile = new LoggingProfile(mWriter, name); local 33 profile.start(); 34 return profile;
|