HomeSort by relevance Sort by last modified time
    Searched refs:criteria (Results 51 - 75 of 156) sorted by null

1 23 4 5 6 7

  /compatibility/cdd/2_device-types/
2_3_television-reqs.md 9 the following criteria:
2_4_watch-reqs.md 7 following criteria:
2_2_handheld-reqs.md 8 following criteria:
  /external/parameter-framework/support/android/
build_pfw_settings.mk 47 --criteria "$(MY_CRITERIA_FILE)" \
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java     [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 5 """Validators to verify if events conform to specified criteria."""
95 msg_criteria = ' criteria_str: %s' % vlog.criteria
185 def __init__(self, criteria, mf=None, device=None, name=None):
186 self.criteria_str = criteria() if isfunction(criteria) else criteria
192 self.vlog.criteria = self.criteria_str
252 @param criteria_str: the criteria string to search
486 """Check if the packets conforms to specified criteria."""
661 """Check if the packets conforms to specified criteria.""
    [all...]
test_flow.py 434 criteria = int(details[position + 2].split()[-1])
435 if number_tracking_ids < criteria:
438 print ' criteria: ', criteria
441 return msg % (criteria, number_tracking_ids)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 117 List<BluetoothDeviceCriteria> criteria) {
121 sReceiver.startListening(listener, criteria);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
trim.go 95 // subject to the following criteria:
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
trim.go 95 // subject to the following criteria:
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 66 import android.location.Criteria;
    [all...]
  /external/openssh/
readconf.c 552 char *arg, *oattrib, *attrib, *cmd, *cp = *condition, *host, *criteria; local
576 criteria = NULL;
580 /* criteria "all" and "canonical" have no argument */
604 /* All other criteria require an argument */
606 error("Missing Match criteria for %s", attrib);
611 criteria = xstrdup(host);
616 criteria = xstrdup(original_host);
621 criteria = xstrdup(ruser);
626 criteria = xstrdup(pw->pw_name);
660 criteria = xstrdup(cmd)
    [all...]
  /external/opencv/cv/src/
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/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 56 def _get_range_middle(self, criteria):
57 """Get the middle range of the criteria."""
58 fc = fuzzy.FuzzyCriteria(criteria)
  /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/guice/extensions/persist/lib/
hibernate3.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
imaplib.py 629 def search(self, charset, *criteria):
638 typ, dat = self._simple_command(name, 'CHARSET', charset, *criteria)
640 typ, dat = self._simple_command(name, *criteria)
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 59 criteria=(cv2.TERM_CRITERIA_EPS | cv2.TERM_CRITERIA_COUNT, variable
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /prebuilts/misc/common/robolectric/lib/
commons-codec-1.3.jar 

Completed in 705 milliseconds

1 23 4 5 6 7