HomeSort by relevance Sort by last modified time
    Searched refs:SetFeature (Results 1 - 6 of 6) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
SetFeature.java 35 public enum SetFeature implements Feature<Set> {
42 SetFeature(Feature<? super Set> ... implied) {
55 public abstract SetFeature[] value() default {};
56 public abstract SetFeature[] absent() default {};
  /external/opencv/cvaux/src/
_cvfacedetection.h 63 inline void SetFeature(bool bIsFeature);
70 inline void FaceFeature::SetFeature(bool bIsFeature)
171 m_lpFeaturesList[0].SetFeature(false);
178 m_lpFeaturesList[1].SetFeature(true);
184 m_lpFeaturesList[2].SetFeature(true);
191 // m_lpFeaturesList[3].SetFeature(true);
197 m_lpFeaturesList[4].SetFeature(false);
256 m_lppFoundedFaceFeatures[i][m_lplFaceFeaturesCount[i]].SetFeature(bIsFeature);
396 m_lpFeaturesList[0].SetFeature(true);
402 m_lpFeaturesList[1].SetFeature(true)
    [all...]
cvface.cpp 108 m_lpIdealFace[j].SetFeature( lpTmp[j].isFaceFeature() );
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForSetsInJavaUtil.java 21 import com.google.common.collect.testing.features.SetFeature;
144 SetFeature.GENERAL_PURPOSE,
160 SetFeature.GENERAL_PURPOSE,
179 SetFeature.GENERAL_PURPOSE,
196 SetFeature.GENERAL_PURPOSE,
215 SetFeature.GENERAL_PURPOSE,
233 SetFeature.GENERAL_PURPOSE,
270 SetFeature.GENERAL_PURPOSE,
313 SetFeature.GENERAL_PURPOSE,
  /external/guava/guava-tests/test/com/google/common/collect/
TransformedSetTest.java 26 import com.google.common.collect.testing.features.SetFeature;
62 SetFeature.GENERAL_PURPOSE,
SetsTest.java 43 import com.google.common.collect.testing.features.SetFeature;
194 SetFeature.GENERAL_PURPOSE,
215 SetFeature.GENERAL_PURPOSE,
239 SetFeature.GENERAL_PURPOSE,
    [all...]

Completed in 413 milliseconds