Searched refs:getFeatures (Results 1 - 25 of 56) sorted by relevance

123

/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DDerivedIteratorTestSuiteBuilder.java49 .withFeatures(getFeatures())
H A DSortedSetTestSuiteBuilder.java52 if (!getFeatures().contains(CollectionFeature.KNOWN_ORDER)) {
53 List<Feature<?>> features = Helpers.copyToList(getFeatures());
65 if (!parentBuilder.getFeatures().contains(CollectionFeature.SUBSET_VIEW)) {
88 features.addAll(parentBuilder.getFeatures());
H A DSortedMapTestSuiteBuilder.java53 if (!getFeatures().contains(CollectionFeature.KNOWN_ORDER)) {
54 List<Feature<?>> features = Helpers.copyToList(getFeatures());
66 if (!parentBuilder.getFeatures().contains(NoRecurse.SUBMAP)) {
111 features.addAll(parentBuilder.getFeatures());
H A DCollectionTestSuiteBuilder.java56 if (parentBuilder.getFeatures().contains(CollectionFeature.SERIALIZABLE)) {
60 .withFeatures(computeReserializedCollectionFeatures(parentBuilder.getFeatures()))
H A DMapTestSuiteBuilder.java100 if (parentBuilder.getFeatures().contains(CollectionFeature.SERIALIZABLE)) {
103 .withFeatures(computeReserializedMapFeatures(parentBuilder.getFeatures()))
111 .withFeatures(computeEntrySetFeatures(parentBuilder.getFeatures()))
118 .withFeatures(computeKeySetFeatures(parentBuilder.getFeatures()))
128 parentBuilder.getFeatures()))
H A DSetTestSuiteBuilder.java77 if (parentBuilder.getFeatures().contains(CollectionFeature.SERIALIZABLE)) {
81 .withFeatures(computeReserializedCollectionFeatures(parentBuilder.getFeatures()))
H A DNavigableMapTestSuiteBuilder.java59 if (!parentBuilder.getFeatures().contains(NoRecurse.DESCENDING)) {
63 if (!parentBuilder.getFeatures().contains(NoRecurse.SUBMAP)) {
122 features.addAll(parentBuilder.getFeatures());
H A DNavigableSetTestSuiteBuilder.java55 if (!parentBuilder.getFeatures().contains(CollectionFeature.SUBSET_VIEW)) {
63 if (!parentBuilder.getFeatures().contains(CollectionFeature.DESCENDING_VIEW)) {
111 features.addAll(parentBuilder.getFeatures());
H A DAbstractCollectionTestSuiteBuilder.java83 .withFeatures(parentBuilder.getFeatures());
H A DListTestSuiteBuilder.java107 if (parentBuilder.getFeatures().contains(CollectionFeature.SERIALIZABLE)) {
111 .withFeatures(computeReserializedCollectionFeatures(parentBuilder.getFeatures()))
H A DPerCollectionSizeTestSuiteBuilder.java67 Set<Feature<?>> features = Helpers.copyToSet(getFeatures());
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp20 static FeatureBitset getFeatures(StringRef CPU, StringRef FS, function
28 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures);
36 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures);
/external/deqp/scripts/opengl/
H A Dsrc_util.py87 glFeatures = registry.getFeatures('gl')
88 esFeatures = registry.getFeatures('gles2')
91 for feature in registry.getFeatures('gl'):
94 for feature in registry.getFeatures('gles2'):
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DSortedSetMultimapTestSuiteBuilder.java71 .withFeatures(computeMultimapGetFeatures(parentBuilder.getFeatures()))
81 Set<Feature<?>> features = computeMultimapAsMapGetFeatures(parentBuilder.getFeatures());
H A DBiMapTestSuiteBuilder.java88 .withFeatures(parentBuilder.getFeatures())
100 .withFeatures(computeValuesSetFeatures(parentBuilder.getFeatures()))
106 if (!parentBuilder.getFeatures().contains(NoRecurse.INVERSE)) {
109 .withFeatures(computeInverseFeatures(parentBuilder.getFeatures()))
H A DSortedMultisetTestSuiteBuilder.java88 .withFeatures(computeElementSetFeatures(parentBuilder.getFeatures()))
117 if (!parentBuilder.getFeatures().contains(NoRecurse.DESCENDING)) {
121 if (parentBuilder.getFeatures().contains(CollectionFeature.SERIALIZABLE)) {
125 if (!parentBuilder.getFeatures().contains(NoRecurse.SUBMULTISET)) {
156 features.addAll(parentBuilder.getFeatures());
254 features.addAll(parentBuilder.getFeatures());
284 features.addAll(parentBuilder.getFeatures());
H A DListMultimapTestSuiteBuilder.java72 .withFeatures(computeMultimapGetFeatures(parentBuilder.getFeatures()))
82 Set<Feature<?>> features = computeMultimapAsMapGetFeatures(parentBuilder.getFeatures());
H A DSetMultimapTestSuiteBuilder.java70 .withFeatures(computeMultimapGetFeatures(parentBuilder.getFeatures()))
80 Set<Feature<?>> features = computeMultimapAsMapGetFeatures(parentBuilder.getFeatures());
99 .withFeatures(computeEntriesFeatures(parentBuilder.getFeatures()))
H A DMultisetTestSuiteBuilder.java134 if (!parentBuilder.getFeatures().contains(NoRecurse.NO_ENTRY_SET)) {
138 .withFeatures(computeEntrySetFeatures(parentBuilder.getFeatures()))
143 if (parentBuilder.getFeatures().contains(CollectionFeature.SERIALIZABLE)) {
147 .withFeatures(computeReserializedMultisetFeatures(parentBuilder.getFeatures()))
159 .withFeatures(computeElementSetFeatures(parentBuilder.getFeatures()))
H A DMultimapTestSuiteBuilder.java114 if (parentBuilder.getFeatures().contains(CollectionFeature.SERIALIZABLE)) {
117 .withFeatures(computeReserializedMultimapFeatures(parentBuilder.getFeatures()))
125 .withFeatures(computeAsMapFeatures(parentBuilder.getFeatures()))
144 .withFeatures(computeValuesFeatures(parentBuilder.getFeatures()))
155 .withFeatures(computeEntriesFeatures(parentBuilder.getFeatures()))
166 .withFeatures(computeMultimapGetFeatures(parentBuilder.getFeatures()))
175 Set<Feature<?>> features = computeMultimapAsMapGetFeatures(parentBuilder.getFeatures());
193 .withFeatures(computeKeysFeatures(parentBuilder.getFeatures()))
/external/deqp/scripts/egl/
H A Dproc_address_tests.py107 for feature in registry.getFeatures(api, check):
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DElementParser.java36 public Vector getFeatures(){return features;} method in class:ElementParser
H A DFetchValidator.java99 features = parser.getFeatures();
/external/llvm/lib/Object/
H A DELFObjectFile.cpp58 SubtargetFeatures ELFObjectFileBase::getFeatures() const { function in class:llvm::ELFObjectFileBase
/external/deqp/scripts/khr_util/
H A Dregistry.py198 def getFeatures(self, api, checkVersion=None): member in class:Registry
397 for eFeature in registry.getFeatures(api, check):

Completed in 294 milliseconds

123