HomeSort by relevance Sort by last modified time
    Searched defs:Criterion (Results 1 - 7 of 7) sorted by null

  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
Criterion.py 30 class Criterion:
40 criterion can take.
55 """ Exception raised in case of problem with a criterion """
61 return "Invalid Criterion Error : " + self.__msg
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
Criterion.java 7 * A criterion for locating a program element in an AST. A Criterion does
11 public interface Criterion {
14 * Types of criterion.
62 * Determines if the given tree path is satisfied by this criterion.
65 * @return true if this criterion is satisfied by the given path,
71 * Determines if the given tree path is satisfied by this criterion.
74 * @return true if this criterion is satisfied by the given path,
80 * Gets the type of this criterion.
82 * @return this criterion's kin
    [all...]
  /external/parameter-framework/upstream/bindings/c/
ParameterFramework.cpp 50 typedef ISelectionCriterionInterface Criterion;
51 typedef std::map<string, Criterion *> Criteria;
182 const PfwCriterion &criterion = criteriaArray[criterionIndex]; local
183 if (criterion.name == NULL) {
184 return status.failure("Criterion name is NULL");
186 if (criterion.values == NULL) {
187 return status.failure("Criterion values is NULL");
189 // Check that the criterion does not exist
190 if (criteria.find(criterion.name) != criteria.end()) {
191 return status.failure("Criterion \"" + string(criterion.name) + "\" already exist")
263 pfw::Criterion *criterion = getCriterion(handle->criteria, name); local
277 pfw::Criterion *criterion = getCriterion(handle->criteria, name); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckTestActivity.java 74 private static class Criterion {
305 Criterion.roll_rms_error);
307 Criterion.roll_max_error);
320 Criterion.pitch_rms_error);
322 Criterion.pitch_max_error);
335 Criterion.yaw_rms_error);
337 Criterion.yaw_max_error);
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 39 - criterion
399 "Includes" : lambda criterion, value: criterion.stateIncludes(value),
400 "Excludes" : lambda criterion, value: not criterion.stateIncludes(value),
401 "Is" : lambda criterion, value: criterion.stateIs(value),
402 "IsNot" : lambda criterion, value: not criterion.stateIs(value)
412 self.isApplicableOperation = lambda criterion: applicableOperationWithoutValue(criterion, self.value
    [all...]
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 85 milliseconds