/external/libchrome/base/ |
feature_list_unittest.cc | 25 struct Feature kFeatureOnByDefault { 30 struct Feature kFeatureOffByDefault { 113 // structs with the same feature name are passed to it. 115 // Call it twice for each feature at the top of the file, since the first call 124 struct Feature kFeatureOnByDefault2 { 199 // Check the feature enabled state is its default. 205 // Check the feature enabled state is its default. 218 // The feature is explicitly enabled on the command-line. 221 // But the FieldTrial would set the feature to disabled. 230 // Since the feature is on due to the command-line, and not as a result of th [all...] |
/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...] |
/hardware/interfaces/power/1.0/default/ |
Power.cpp | 59 Return<void> Power::setFeature(Feature feature, bool activate) { 61 mModule->setFeature(mModule, static_cast<feature_t>(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;
|
/test/vts/utils/python/systrace/ |
systrace_utils.py | 26 class SystraceFeature(feature_utils.Feature): 27 """Feature object for systrace functionality. 31 web: (optional) WebFeature, object storing web feature util for test run 45 """Initializes the systrace feature. 49 web: (optional) WebFeature, object storing web feature util for test run 59 Requires the feature to be enabled; no-op otherwise. 90 Requires the feature to be enabled; no-op otherwise.
|
/prebuilts/tools/common/m2/repository/com/cocoahero/android/geojson/1.0.1/ |
geojson-1.0.1.jar | |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbUtility.c | 210 Set the root hub port feature.
214 @param Feature The port feature to set.
216 @retval EFI_SUCCESS The port feature is set.
217 @retval Others Failed to set port feature.
224 IN EFI_USB_PORT_FEATURE Feature
231 Status = UsbBus->Usb2Hc->SetRootHubPortFeature (UsbBus->Usb2Hc, PortIndex, Feature);
233 Status = UsbBus->UsbHc->SetRootHubPortFeature (UsbBus->UsbHc, PortIndex, Feature);
241 Clear the root hub port feature.
245 @param Feature The port feature to clear. [all...] |
UsbDesc.c | 936 Usb UsbIo interface to clear the feature. This is should
942 @param Feature The feature to clear.
945 @retval EFI_SUCCESS The device feature is cleared.
946 @retval Others Failed to clear the feature.
953 IN UINT16 Feature,
963 DevReq.Value = Feature;
|
/frameworks/base/tools/aapt/ |
Command.cpp | 486 * Represents a feature that has been automatically added due to 494 * Name of the implied feature. 504 * List of human-readable reasons for why this feature was implied. 509 struct Feature { 510 Feature() : required(false), version(-1) {} 511 explicit Feature(bool required, int32_t version = -1) : required(required), version(version) {} 514 * Whether the feature is required. 519 * What version of the feature is requested. 525 * Represents a <feature-group> tag in the AndroidManifest.xml 538 KeyedVector<String8, Feature> features 564 ImpliedFeature* feature = &impliedFeatures->editValueAt(idx); local 583 const Feature& feature = grp.features[i]; local [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 = {
|
/external/llvm/lib/Support/ |
TargetParser.cpp | 92 const char *Feature; 97 #define ARM_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ 98 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE }, 101 #define AARCH64_ARCH_EXT_NAME(NAME, ID, FEATURE, NEGFEATURE) \ 102 { NAME, sizeof(NAME) - 1, ID, FEATURE, NEGFEATURE }, 356 if (AE.Feature && ArchExt == AE.getName()) 357 return AE.Feature; 511 if (AE.Feature && ArchExt == AE.getName()) 512 return AE.Feature;
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCameraAgentImpl.java | 666 if (mCapabilities.supports(CameraCapabilities.Feature.ZOOM)) { 671 if (mCapabilities.supports(CameraCapabilities.Feature.AUTO_EXPOSURE_LOCK)) { 675 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/clang/lib/Lex/ |
PPMacroExpansion.cpp | [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
Atapi.c | 144 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x95);
149 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x31);
152 // Set Feature Command is sent
380 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x00);
481 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Reg1.Feature, 0x00);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/ |
AtapiPeim.h | 65 UINT16 Feature; /* when write */
|
/external/clang/include/clang/Basic/ |
Module.h | 140 /// \brief An individual requirement: a feature name and a flag indicating 141 /// the required state of that feature. 150 /// \brief Whether this module is missing a feature from \c Requirements. 431 /// \brief Add the given feature requirement to the list of features 434 /// \param Feature The feature that is required by this module (and 437 /// \param RequiredState The required state of this feature: \c true 441 /// evaluate the availability of this feature. 444 /// availability of this feature. 445 void addRequirement(StringRef Feature, bool RequiredState [all...] |
/external/libchrome/base/metrics/ |
persistent_histogram_allocator.h | 26 // Feature definition for enabling histogram persistence. 27 BASE_EXPORT extern const Feature kPersistentHistogramsFeature;
|
/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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
schema.py | 79 Feature = Table('Feature')
80 Feature.add_field(1,'Feature',11558)
81 Feature.add_field(2,'Feature_Parent',7462)
82 Feature.add_field(3,'Title',8000)
83 Feature.add_field(4,'Description',8191)
84 Feature.add_field(5,'Display',5378)
85 Feature.add_field(6,'Level',1282)
86 Feature.add_field(7,'Directory_',0x1DFF) [all...] |
/external/llvm/utils/TableGen/ |
SubtargetEmitter.cpp | 169 // Begin feature table 174 // For each feature 177 // Next feature 178 Record *Feature = FeatureList[i]; 180 const std::string &Name = Feature->getName(); 181 const std::string &CommandLineName = Feature->getValueAsString("Name"); 182 const std::string &Desc = Feature->getValueAsString("Desc"); 186 // Emit as { "feature", "description", { featureEnum }, { i1 , i2 , ... , in } } 193 Feature->getValueAsListOfDefs("Implies"); 211 // End feature tabl [all...] |
/external/neven/ |
Android.mk | 48 Embedded/common/src/b_BitFeatureEm/Feature.c \
|
/external/v8/src/debug/ |
debug.h | 384 enum Feature { 396 void Track(Feature feature); 680 // Used to collect histogram data on debugger feature usage.
|