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

  /external/guava/src/com/google/common/base/
Predicate.java 25 * {@code RegexPredicate} might implement {@code Predicate<String>}, and return
35 public interface Predicate<T> {
43 * Applies this predicate to the given object.
45 * @param input the input that the predicate should act on
46 * @return the value of this predicate when applied to the input {@code t}
51 * Indicates whether some other object is equal to this {@code Predicate}.
53 * also a {@code Predicate} and, for every input object {@code input}, it
  /frameworks/base/core/java/com/android/internal/util/
Predicate.java 20 * A Predicate can determine a true or false value for any input of its
22 * {@code Predicate<String>}, and return true for any String that matches its
26 * Implementors of Predicate which may cause side effects upon evaluation are
29 public interface Predicate<T> {
  /external/webkit/WebCore/xml/
XPathPredicate.cpp 256 Predicate::Predicate(Expression* expr)
261 Predicate::~Predicate()
266 bool Predicate::evaluate() const
XPathGrammar.y 67 Vector<Predicate*>* predList;
98 %type <expr> Predicate
294 Predicate
296 $$ = new Vector<Predicate*>;
297 $$->append(new Predicate($1));
302 PredicateList Predicate
304 $$->append(new Predicate($2));
309 Predicate:
XPathPredicate.h 108 class Predicate : public Noncopyable {
110 Predicate(Expression*);
111 ~Predicate();
  /external/gtest/scripts/
gen_gtest_pred_impl.py 34 Generates the implementation of Google Test predicate assertions and
44 predicate assertions, and writes it to file gtest_pred_impl.h in the
69 n: the maximum arity of the predicate macros to be generated.
113 // Implements a family of generic predicate assertion macros.
123 // This header implements a family of generic predicate assertion
206 """Returns the implementation of n-ary predicate assertions."""
280 // %(Arity)s predicate assertion macros.
319 the predicate assertions."""
376 // This is intended as a regression test for the Google Test predicate
414 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /external/v8/src/
unicode.h 50 class Predicate {
52 inline Predicate() { }
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 242 milliseconds