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

  /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...]
  /external/tensorflow/tensorflow/compiler/jit/
node_matchers.cc 224 std::vector<string> predicates; variable
227 predicates.push_back(absl::StrCat("name: ", *name));
231 predicates.push_back(absl::StrCat("op: ", *op));
235 predicates.push_back(absl::StrCat("assigned device: ", *assigned_device));
238 bool printed_something = !predicates.empty();
240 *os << absl::StrJoin(predicates, ", ");
  /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...]
  /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
  /external/python/cpython2/Lib/test/
test_inspect.py 50 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in class:IsTestBase
59 for other in self.predicates - set([predicate]):
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
GlobalISelEmitter.cpp 781 /// A list of actions that need to be taken when all predicates in this rule
960 iterator_range<typename PredicatesTy::iterator> predicates() { function in class:__anon43523::PredicateListMatcher
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
function_optimizer.cc 1448 const auto predicates = DfsPredicates::Enter( local
    [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 86 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, variable in class:IsTestBase
97 for other in self.predicates - set([predicate]):
    [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /external/antlr/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 

Completed in 1461 milliseconds