/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help_3.5.0.v20100524.jar | |
org.eclipse.help.base_3.5.2.v201011171123.jar | |
org.apache.commons.codec_1.3.0.v20100518-1140.jar | |
/frameworks/base/location/java/android/location/ |
LocationRequest.java | 198 public static LocationRequest createFromDeprecatedCriteria(Criteria criteria, long minTime, 204 switch (criteria.getAccuracy()) { 205 case Criteria.ACCURACY_COARSE: 208 case Criteria.ACCURACY_FINE: 212 switch (criteria.getPowerRequirement()) { 213 case Criteria.POWER_HIGH:
|
/cts/tests/tests/location/src/android/location/cts/ |
LocationManagerTest.java | 27 import android.location.Criteria; 102 Criteria.POWER_MEDIUM, // powerRequirement 103 Criteria.ACCURACY_FINE); // accuracy 135 Criteria.POWER_MEDIUM, // powerRequirement 136 Criteria.ACCURACY_FINE); // accuracy 234 Criteria criteria = new Criteria(); local 235 List<String> providers = mManager.getProviders(criteria, true); 239 criteria = new Criteria() [all...] |
/external/opencv/cv/include/ |
cv.hpp | 373 CvLevMarq( int nparams, int nerrs, CvTermCriteria criteria= 377 void init( int nparams, int nerrs, CvTermCriteria criteria= 399 CvTermCriteria criteria; member in struct:CvLevMarq
|
cv.h | 476 double lambda, CvTermCriteria criteria ); 497 CvTermCriteria criteria, 510 CvTermCriteria criteria, int flags ); 577 CvTermCriteria criteria, CvConnectedComp* comp, 583 CvTermCriteria criteria, CvConnectedComp* comp ); [all...] |
/external/deqp/modules/egl/ |
teglChooseConfigReference.cpp | 37 enum Criteria 60 Criteria criteria; member in struct:deqp::egl::AttribRule 66 , criteria (CRITERIA_LAST) 71 AttribRule (EGLenum name_, EGLint value_, Criteria criteria_, SortOrder sortOrder_) 74 , criteria (criteria_) 207 // Attribute Default Selection Criteria Sort Order Sort Priority 314 switch (rule.criteria) 319 default: TCU_FAIL("Unknown criteria");
|
/external/opencv/cv/src/ |
cvlkpyramid.cpp | 76 int level, CvTermCriteria * criteria, 107 switch( criteria->type ) 110 criteria->epsilon = 0.f; 113 criteria->max_iter = max_iters; 119 CV_ERROR( CV_StsBadArg, "Invalid termination criteria" ); 123 criteria->epsilon *= criteria->epsilon; 270 CvTermCriteria criteria, int flags ) 370 level, &criteria, MAX_ITERS, flags, 406 winSize.width*2 + 1, level, criteria.max_iter [all...] |
cvcontourtree.cpp | 673 // criteria - criteria for the definition threshold value 679 CvTermCriteria criteria ) 709 criteria = cvCheckTermCriteria( criteria, 0., 100 ); 716 log_iter = (char) (criteria.type == CV_TERMCRIT_ITER || 717 (criteria.type == CV_TERMCRIT_ITER + CV_TERMCRIT_EPS)); 718 log_eps = (char) (criteria.type == CV_TERMCRIT_EPS || 719 (criteria.type == CV_TERMCRIT_ITER + CV_TERMCRIT_EPS)); 752 threshold = criteria.epsilon * area_all [all...] |
cvcalibration.cpp | 57 criteria = cvTermCriteria(0,0,0); 107 criteria = criteria0; 108 if( criteria.type & CV_TERMCRIT_ITER ) 109 criteria.max_iter = MIN(MAX(criteria.max_iter,1),1000); 111 criteria.max_iter = 30; 112 if( criteria.type & CV_TERMCRIT_EPS ) 113 criteria.epsilon = MAX(criteria.epsilon, 0); 115 criteria.epsilon = DBL_EPSILON [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 90 _EGLConfig criteria; member in struct:egl_g3d_choose_config_data 100 const _EGLConfig *criteria = &data->criteria;; local 103 return _eglCompareConfigs(conf1, conf2, criteria, EGL_TRUE); 117 return _eglMatchConfig(conf, &data->criteria); 126 if (!_eglParseConfigAttribList(&data.criteria, dpy, attribs)) 130 if (data.criteria.MatchNativePixmap != EGL_NONE && 131 data.criteria.MatchNativePixmap != EGL_DONT_CARE) { 135 (EGLNativePixmapType) data.criteria.MatchNativePixmap,
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 90 _EGLConfig criteria; member in struct:egl_g3d_choose_config_data 100 const _EGLConfig *criteria = &data->criteria;; local 103 return _eglCompareConfigs(conf1, conf2, criteria, EGL_TRUE); 117 return _eglMatchConfig(conf, &data->criteria); 126 if (!_eglParseConfigAttribList(&data.criteria, dpy, attribs)) 130 if (data.criteria.MatchNativePixmap != EGL_NONE && 131 data.criteria.MatchNativePixmap != EGL_DONT_CARE) { 135 (EGLNativePixmapType) data.criteria.MatchNativePixmap,
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglconfig.h | 192 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria); 202 const _EGLConfig *criteria, EGLBoolean compare_id);
|
/external/mesa3d/src/egl/main/ |
eglconfig.h | 192 _eglMatchConfig(const _EGLConfig *conf, const _EGLConfig *criteria); 202 const _EGLConfig *criteria, EGLBoolean compare_id);
|
/external/apache-http/src/org/apache/commons/codec/language/ |
DoubleMetaphone.java | [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/ |
BluetoothScanner.java | 144 BluetoothDeviceCriteria criteria) { 148 sReceiver.startListening(listener, criteria);
|
/frameworks/base/services/core/java/com/android/server/ |
LocationManagerService.java | 60 import android.location.Criteria; 685 && properties.mPowerRequirement == Criteria.POWER_HIGH [all...] |
/external/opencv/cvaux/src/ |
cvhmm1d.cpp | 329 CvTermCriteria criteria = cvTermCriteria( CV_TERMCRIT_EPS|CV_TERMCRIT_ITER, 407 obs_info_array[0]->obs_size, criteria, a_class[i] ); [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
egl_dri2.c | 101 dri2_match_config(const _EGLConfig *conf, const _EGLConfig *criteria) 103 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) 106 if (!_eglMatchConfig(conf, criteria)) [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.c | 101 dri2_match_config(const _EGLConfig *conf, const _EGLConfig *criteria) 103 if (_eglCompareConfigs(conf, criteria, NULL, EGL_FALSE) != 0) 106 if (!_eglMatchConfig(conf, criteria)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
imaplib.py | 616 def search(self, charset, *criteria): 625 typ, dat = self._simple_command(name, 'CHARSET', charset, *criteria) 627 typ, dat = self._simple_command(name, *criteria) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
imaplib.py | 616 def search(self, charset, *criteria): 625 typ, dat = self._simple_command(name, 'CHARSET', charset, *criteria) 627 typ, dat = self._simple_command(name, *criteria) [all...] |
/external/opencv/cxcore/src/ |
cxarray.cpp | [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
math_semantic_tree.js | [all...] |