HomeSort by relevance Sort by last modified time
    Searched defs:FEATURES (Results 1 - 25 of 45) sorted by null

1 2

  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
MainPage.xaml.h 31 static const int FEATURES = 4;
  /external/opencv3/apps/traincascade/
traincascade_features.h 7 #define FEATURES "features"
33 void _writeFeatures( const std::vector<Feature> features, cv::FileStorage &fs, const cv::Mat& featureMap )
35 fs << FEATURES << "[";
41 features[fi].write( fs );
71 int maxCatCount; // 0 in case of numerical features
72 int featSize; // 1 in case of simple features (HAAR, LBP) and N_BINS(9)*N_CELLS(4) in case of Dalal's HOG features
HOGfeatures.cpp 44 // _writeFeatures( features, fs, featureMap );
52 fs << FEATURES << "[";
59 features[featIdx].write( fs, componentIdx );
80 features.push_back(Feature(offset, x, y, t, t));
89 features.push_back(Feature(offset, x, y, t, 2*t));
98 features.push_back(Feature(offset, x, y, 2*t, t));
103 numFeatures = (int)features.size();
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogQuery.java 55 Calls.FEATURES, // 20
80 public static final int FEATURES = 20;
CallLogAsyncTaskUtil.java 76 CallLog.Calls.FEATURES,
91 static final int FEATURES = 9;
236 details.features = cursor.getInt(CallDetailQuery.FEATURES);
  /packages/apps/Dialer/src/com/android/dialer/database/
VoicemailArchiveContract.java 166 * @see android.provider.CallLog.Calls#FEATURES
169 public static final String FEATURES = CallLog.Calls.FEATURES;
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 35 public static final String FEATURES = "features";
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
ParserAdapterTest.java 49 private final static String FEATURES = "http://xml.org/sax/features/";
51 private final static String NAMESPACES = FEATURES + "namespaces";
53 private final static String NAMESPACE_PREFIXES = FEATURES
56 private final static String XMLNS_URIs = FEATURES + "xmlns-uris";
111 String[] features = new String[] { NAMESPACES, NAMESPACE_PREFIXES, local
114 for (String s: features) {
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 156 private static final String FEATURES = "http://xml.org/sax/features/";
157 private static final String NAMESPACES = FEATURES + "namespaces";
158 private static final String NAMESPACE_PREFIXES = FEATURES + "namespace-prefixes";
159 private static final String XMLNS_URIs = FEATURES + "xmlns-uris";
165 * <p>The only features recognized are namespaces and
203 * <p>The only features recognized are namespaces and
827 // Features
  /frameworks/base/core/java/android/provider/
CallLog.java 208 * Bit-mask describing features of the call (e.g. video).
212 public static final String FEATURES = "features";
499 * @param features features of the call (e.g. Video).
510 int presentation, int callType, int features, PhoneAccountHandle accountHandle,
513 presentation, callType, features, accountHandle, start, duration,
532 * @param features features of the call (e.g. Video).
549 int features, PhoneAccountHandle accountHandle, long start, int duration
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-core/0.20.0/
tycho-core-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 

Completed in 475 milliseconds

1 2