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

1 2 3

  /external/droiddriver/src/io/appium/droiddriver/finders/
By.java 48 return new MatchFinder(Predicates.attributeTrue(attribute));
55 return new MatchFinder(Predicates.attributeFalse(attribute));
71 return new MatchFinder(Predicates.attributeEquals(Attribute.RESOURCE_ID, resourceId));
78 return new MatchFinder(Predicates.attributeEquals(Attribute.PACKAGE, name));
85 return new MatchFinder(Predicates.attributeEquals(Attribute.TEXT, text));
92 return new MatchFinder(Predicates.attributeMatches(Attribute.TEXT, regex));
99 return new MatchFinder(Predicates.attributeContains(Attribute.TEXT, substring));
106 return new MatchFinder(Predicates.attributeEquals(Attribute.CONTENT_DESC, contentDescription));
113 return new MatchFinder(Predicates.attributeContains(Attribute.CONTENT_DESC, substring));
120 return new MatchFinder(Predicates.attributeEquals(Attribute.CLASS, className))
186 ArrayList<Predicate<? super UiElement>> predicates = new ArrayList<>(finders.length); local
    [all...]
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 40 * and predicates that must be satisfied.
50 private final Set<Predicate<TestMethod>> predicates = new HashSet<Predicate<TestMethod>>(); field in class:TestSuiteBuilder
120 * Exclude tests that fail to satisfy all of the given predicates.
122 * @param predicates Predicates to add to the list of requirements.
125 public TestSuiteBuilder addRequirements(List<Predicate<TestMethod>> predicates) {
126 this.predicates.addAll(predicates);
215 * Exclude tests that fail to satisfy all of the given predicates. If you call this method, you
218 * @param predicates Predicates to add to the list of requirements
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_inspect.py 46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in class:IsTestBase
55 for other in self.predicates - set([predicate]):
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 908 // list, from where predicates are counted.
939 * Compile a zero or more predicates for a given match pattern.
955 Expression[] predicates = new Expression[count]; local
957 compilePredicates(opPos, predicates);
959 return predicates;
966 * Count the number of predicates in the step.
970 * @return The number of predicates for this step.
990 * Compiles predicates in the step.
993 * @param predicates An empty pre-determined array of
998 private void compilePredicates(int opPos, Expression[] predicates)
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
BugreportCollectorTest.java 121 * A test to verify that invalid predicates are rejected
124 SubPredicate[][] predicates = new SubPredicate[][] { local
139 for (SubPredicate[] pred : predicates) {
  /external/libunwind/src/ia64/
Gparser.c 961 unw_word_t predicates = c->pr;
972 sr->pr_val = predicates;
959 unw_word_t predicates = c->pr; local
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_inspect.py 46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in class:IsTestBase
55 for other in self.predicates - set([predicate]):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_inspect.py 46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in class:IsTestBase
55 for other in self.predicates - set([predicate]):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in class:IsTestBase
55 for other in self.predicates - set([predicate]):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in class:IsTestBase
55 for other in self.predicates - set([predicate]):
    [all...]
  /prebuilts/tools/common/m2/repository/org/reflections/reflections/0.9.10/
reflections-0.9.10.jar 
  /prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/
geb-core-0.9.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.0.18/
error_prone_check_api-2.0.18.jar 
  /external/guice/extensions/persist/lib/
commons-collections.jar 
jaxen-1.1-beta-7.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-waf/1.11.18/
aws-java-sdk-waf-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 

Completed in 521 milliseconds

1 2 3