/frameworks/base/media/java/android/media/ |
MediaCodecInfo.java | 107 private static class Feature { 111 public Feature(String name, int value, boolean def) { 468 * Query codec feature capabilities. 479 * Query codec feature requirements. 488 private static final Feature[] decoderFeatures = { 489 new Feature(FEATURE_AdaptivePlayback, (1 << 0), true), 490 new Feature(FEATURE_SecurePlayback, (1 << 1), false), 491 new Feature(FEATURE_TunneledPlayback, (1 << 2), false), 494 private static final Feature[] encoderFeatures = { 495 new Feature(FEATURE_IntraRefresh, (1 << 0), false) [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SetMultimapTestSuiteBuilder.java | 27 import com.google.common.collect.testing.features.Feature; 80 Set<Feature<?>> features = computeMultimapAsMapGetFeatures(parentBuilder.getFeatures());
|
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/ |
gmaven-feature-support-1.5.jar | |
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
ttgsubtable.cpp | 110 &FeatureList.FeatureRecord[pair.second].Feature)) { 118 struct TFeature* Feature) { 119 for (int i = 0; i < Feature->LookupCount; i++) { 120 int index = Feature->LookupListIndex[i]; 253 ParseFeature(&raw[offset], &rec->FeatureRecord[i].Feature);
|
ttgsubtable.h | 114 struct TFeature Feature; 317 struct TFeature* Feature);
|
/external/fonttools/Lib/fontTools/ |
merge.py | 460 feature = [featureMap[v] for v in langsys.FeatureIndex if featureMap[v].FeatureTag == 'locl'] 461 assert len(feature) <= 1 462 if feature: 463 feature = feature[0] 468 f = synthFeature.Feature = otTables.Feature() 477 feature = synthFeature 490 feature.Feature.LookupListIndex[:0] = [id(synthLookup) [all...] |
/external/llvm/lib/Support/ |
TargetParser.cpp | 86 const char *Feature; 91 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ 92 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE }, 342 if (AE.Feature && ArchExt == AE.getName()) 343 return AE.Feature;
|
/external/harfbuzz_ng/src/ |
main.cc | 135 printf (" No required feature\n"); 137 printf (" Required feature index: %d\n", 141 printf (" %d feature(s) found in language system\n", num_features); 143 printf (" Feature index %2d of %2d: %d\n", n_feature, num_features, 150 printf (" %d feature(s) found in table\n", num_features); 152 const Feature &feature = g.get_feature (n_feature); local 153 int num_lookups = feature.get_lookup_count (); 154 printf (" Feature %2d of %2d: %c%c%c%c\n", n_feature, num_features, 157 printf (" %d lookup(s) found in feature\n", num_lookups) [all...] |
hb-ot-layout-common-private.hh | 66 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList 194 struct Feature; 225 USHORT reqFeatureIndex;/* Index of a feature required for this 288 * Feature implementation. But we still need to be able to tell junk from 295 * 'size' feature that is correct by the specification. 297 * The specification for this feature tag is in the "OpenType Layout Tag 301 * Here is one set of rules to determine if the 'size' feature is built 305 * Assume that the offset to the size feature is according to specification, 307 * feature is calculated as versions of MakeOTF before the AFDKO 2.0 built it. 308 * If this fails, reject the 'size' feature. The older makeOTF's calculated th [all...] |
/external/libnfc-nci/src/udrv/include/ |
ucodec.h | 191 /* Add here the audio feature structure */ 197 /* Add here the video feature structure */ 205 tUCODEC_FEATURE Feature;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mergemod.h | [all...] |
ntddmmc.h | 646 FEATURE_NUMBER Feature; 653 FEATURE_NUMBER Feature;
|
/external/opencv3/modules/cudaimgproc/src/ |
generalized_hough.cpp | 647 struct Feature 670 void buildFeatureList(const GpuMat& edges, const GpuMat& dx, const GpuMat& dy, Feature& features, 677 Feature templFeatures_; 678 Feature imageFeatures_; 796 void GeneralizedHoughGuilImpl::Feature::create(int levels, int maxCapacity, bool isTempl) 820 void GeneralizedHoughGuilImpl::buildFeatureList(const GpuMat& edges, const GpuMat& dx, const GpuMat& dy, Feature& features,
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
TableCollectionTest.java | 27 import com.google.common.collect.testing.features.Feature; 45 private static final Feature<?>[] COLLECTION_FEATURES = { 50 private static final Feature<?>[] COLLECTION_FEATURES_ORDER = { 56 private static final Feature<?>[] COLLECTION_FEATURES_REMOVE = { 62 private static final Feature<?>[] COLLECTION_FEATURES_REMOVE_ORDER = {
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCameraAgentImpl.java | 669 if (mCapabilities.supports(CameraCapabilities.Feature.ZOOM)) { 674 if (mCapabilities.supports(CameraCapabilities.Feature.AUTO_EXPOSURE_LOCK)) { 678 if (mCapabilities.supports(CameraCapabilities.Feature.AUTO_WHITE_BALANCE_LOCK)) { 681 if (mCapabilities.supports(CameraCapabilities.Feature.FOCUS_AREA)) { 688 if (mCapabilities.supports(CameraCapabilities.Feature.METERING_AREA)) { [all...] |
/external/opencv3/modules/objdetect/src/ |
cascadedetect.cpp | 573 bool HaarEvaluator::Feature :: read( const FileNode& node ) 617 features = makePtr<std::vector<Feature> >(); 625 std::vector<Feature>& ff = *features; 714 const std::vector<Feature>& ff = *features; 757 void HaarEvaluator::OptFeature::setOffsets( const Feature& _f, int step, int _tofs ) 788 bool LBPEvaluator::Feature :: read(const FileNode& node ) 798 features = makePtr<std::vector<Feature> >(); 816 features = makePtr<std::vector<Feature> >(); 825 std::vector<Feature>& ff = *features; 869 const std::vector<Feature>& ff = *features [all...] |
/frameworks/base/tools/aapt/ |
Command.cpp | 472 * Represents a feature that has been automatically added due to 480 * Name of the implied feature. 490 * List of human-readable reasons for why this feature was implied. 495 struct Feature { 496 Feature() : required(false), version(-1) {} 497 Feature(bool required, int32_t version = -1) : required(required), version(version) {} 500 * Whether the feature is required. 505 * What version of the feature is requested. 511 * Represents a <feature-group> tag in the AndroidManifest.xml 524 KeyedVector<String8, Feature> features 540 ImpliedFeature* feature = &impliedFeatures->editValueAt(idx); local 559 const Feature& feature = grp.features[i]; local [all...] |
/external/clang/include/clang/Basic/ |
Module.h | 142 /// \brief An individual requirement: a feature name and a flag indicating 143 /// the required state of that feature. 152 /// \brief Whether this module is missing a feature from \c Requirements. 433 /// \brief Add the given feature requirement to the list of features 436 /// \param Feature The feature that is required by this module (and 439 /// \param RequiredState The required state of this feature: \c true 443 /// evaluate the availability of this feature. 446 /// availability of this feature. 447 void addRequirement(StringRef Feature, bool RequiredState [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
PhotoModule.java | [all...] |
VideoModule.java | 406 if(!mCameraCapabilities.supports(CameraCapabilities.Feature.VIDEO_SNAPSHOT)) { 593 mFocusAreaSupported = mCameraCapabilities.supports(CameraCapabilities.Feature.FOCUS_AREA); 595 mCameraCapabilities.supports(CameraCapabilities.Feature.METERING_AREA); [all...] |
PhotoUI.java | 323 !capabilities.supports(CameraCapabilities.Feature.ZOOM)) {
|
/external/neven/ |
Android.mk | 48 Embedded/common/src/b_BitFeatureEm/Feature.c \
|
/external/v8/src/debug/ |
debug.h | 332 enum Feature { 344 void Track(Feature feature); 597 // Used to collect histogram data on debugger feature usage.
|
/external/llvm/ |
Makefile | 237 $(Verb)$(MAKE) check TESTSUITE=Feature RUNLLVM2CPP=1
|