HomeSort by relevance Sort by last modified time
    Searched defs:features (Results 126 - 150 of 265) sorted by null

1 2 3 4 56 7 8 91011

  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 493 int features = mCallTypeVideo.isChecked() ? Calls.FEATURES_VIDEO : 0; local
501 getManualCallType(), features, getManualAccount(),
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm/
kvm.h 69 __u32 features[7]; member in struct:kvm_vcpu_init
  /bionic/libc/kernel/uapi/asm-arm/asm/
kvm.h 81 __u32 features[7]; member in struct:kvm_vcpu_init
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 168 tBTA_AG_FEAT features; member in struct:__anon5033
262 tBTA_AG_FEAT features; /* features registered by application */ member in struct:__anon5043
263 tBTA_AG_PEER_FEAT peer_features; /* peer device features */
366 tBTA_AG_FEAT features, UINT32 sdp_handle);
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 441 /* on locally initiated connection we will get remote features as part of connect */
478 tBTA_AV_FEAT features; local
487 features = btif_rc_cb.rc_features;
500 if (features & BTA_AV_FEAT_RCTG) {
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc 106 // Send UMA histograms about the enabled features and GPU properties.
410 // We only need to block GPU process if more features are disallowed other
413 std::set<int> features = preliminary_blacklisted_features_; local
414 gpu::MergeFeatureSets(&features, blacklisted_features_);
415 if (features.size() > preliminary_blacklisted_features_.size()) {
417 *reason = "Features are disabled upon full but not preliminary GPU info.";
425 // strings even if all features are blacklisted. If all GPU features are
430 *reason = "All GPU features are blacklisted.";
601 std::set<int> features = gpu_blacklist_->MakeDecision local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 475 // Merge the additional features into the WebWindowFeatures struct before we
483 blink::WebWindowFeatures features = params.features; local
484 features.additionalFeatures.swap(additional_features);
495 features,
    [all...]
  /external/chromium_org/third_party/libwebp/demux/
demux.c 237 // Extract the bitstream features, tolerating failures when the data
239 WebPBitstreamFeatures features; local
242 &features);
253 frame->width_ = features.width;
254 frame->height_ = features.height;
255 frame->has_alpha_ |= features.has_alpha;
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 144 log_out(ctx, "\nFilesystem features:");
368 reason = _(" primary superblock features different from backup");
1179 __u32 features[3]; local
    [all...]
  /external/kernel-headers/original/uapi/asm-arm/asm/
kvm.h 89 __u32 features[7]; member in struct:kvm_vcpu_init
  /external/qemu/target-i386/
helper.c 62 static void add_flagname_to_bitmaps(char *flagname, uint32_t *features,
72 *features |= 1 << i;
95 static void kvm_trim_features(uint32_t *features, uint32_t supported,
103 if ((*features & mask) && !(supported & mask)) {
104 *features &= ~mask;
116 uint32_t features, ext_features, ext2_features, ext3_features; member in struct:x86_def_t
144 .features = PPRO_FEATURES |
145 /* these features are needed for Win64 and aren't fully implemented */
167 .features = PPRO_FEATURES |
191 /* The original CPU also implements these features
    [all...]
  /external/qemu/ui/
vnc.h 125 uint32_t features; member in struct:VncState
249 * Features
  /external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java 375 * Get our own caps version. The version depends on the enabled features. A
430 * features)
461 List<String> features = sdm.getFeaturesList();
472 return features;
514 // step 3.4 check for duplicate features
604 // 4. Sort the supported service discovery features.
605 SortedSet<String> features = new TreeSet<String>(); local
607 features.add(it.next().getVar());
611 for (String f : features) {
  /external/webp/src/demux/
demux.c 237 // Extract the bitstream features, tolerating failures when the data
239 WebPBitstreamFeatures features; local
242 &features);
253 frame->width_ = features.width;
254 frame->height_ = features.height;
255 frame->has_alpha_ |= features.has_alpha;
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 674 uint64_t features = WebRtc_GetCPUFeaturesARM(); local
675 if ((features & kCPUFeatureNEON) != 0)
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 207 List<String> features = local
209 // Disable agent if no features are enabled.
210 if (features == null || features.isEmpty()) continue;
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 93 if ((mOpts.features & ExtendedOptions.FEATURE_STATE_CHANGES) != 0) {
566 * This class contains the features a client can specify, and arguments to those features.
665 * Non-changeable bit field describing the features you want the
671 * opts.features = FEATURE_ORDERED_DISPLAY | FEATURE_PARALLAX | FEATURE_STATE_CHANGES;
674 public final int features; field in class:ExtendedBitmapDrawable.ExtendedOptions
746 public ExtendedOptions(final int features) {
747 this(features, null, null);
753 public ExtendedOptions(final int features, final Drawable placeholder,
755 this.features = features
    [all...]
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 399 Set<String> features = mTts.getFeatures(mCurrentDefaultLocale); local
400 if (features == null) {
403 return features.contains(TextToSpeech.Engine.KEY_FEATURE_NETWORK_SYNTHESIS) &&
404 !features.contains(TextToSpeech.Engine.KEY_FEATURE_EMBEDDED_SYNTHESIS);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-metadata-model/0.20.0/
tycho-metadata-model-0.20.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
  /art/dex2oat/
dex2oat.cc 154 UsageError(" --instruction-set-features=...,: Specify instruction set features");
155 UsageError(" Example: --instruction-set-features=div");
721 // Given a set of instruction features from the build, parse it. The
727 FeatureList features; local
728 Split(str, ',', features);
729 for (FeatureList::iterator i = features.begin(); i != features.end(); i++) {
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 519 ** sec_level - bit mask of the security features
564 ** sec_level - bit mask of the security features
603 ** sec_level - bit mask of the security features
3328 BD_FEATURES features; local
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser.cc 2275 unsigned int features = FEATURE_INFOBAR | FEATURE_DOWNLOADSHELF; local
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list.cc 765 if (value->GetList("features", &feature_value)) {
1349 const std::set<int>& GpuControlList::GpuControlListEntry::features() const { function in class:gpu::GpuControlList::GpuControlListEntry
1451 std::set<int> features; local
1512 base::ListValue* features = new base::ListValue(); local
    [all...]

Completed in 736 milliseconds

1 2 3 4 56 7 8 91011