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

1 2 3 4

  /external/chromium_org/chrome/browser/history/
page_usage_data.cc 18 bool PageUsageData::Predicate(const PageUsageData* lhs,
  /external/chromium/chrome/browser/history/
page_usage_data.cc 43 bool PageUsageData::Predicate(const PageUsageData* lhs,
  /external/guava/guava/src/com/google/common/base/
Predicate.java 30 public interface Predicate<T> {
32 * Returns the result of applying this predicate to {@code input}. This method is <i>generally
38 * Objects.equal}{@code (a, b)} implies that {@code predicate.apply(a) ==
39 * predicate.apply(b))}.
42 * @throws NullPointerException if {@code input} is null and this predicate does not accept null
48 * Indicates whether another object is equal to this predicate.
52 * {@link Predicate} that it considers <i>interchangeable</i> with this one. "Interchangeable"
  /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> {
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Predicate.java 22 * {@code RegexPredicate} might implement {@code Predicate<String>}, and return
31 public interface Predicate<T> {
39 * Applies this predicate to the given object.
41 * @param input the input that the predicate should act on
42 * @return the value of this predicate when applied to the input {@code t}
47 * Indicates whether some other object is equal to this {@code Predicate}.
49 * also a {@code Predicate} and, for every input object {@code input}, it
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Predicate.java 22 * {@code RegexPredicate} might implement {@code Predicate<String>}, and return
31 public interface Predicate<T> {
39 * Applies this predicate to the given object.
41 * @param input the input that the predicate should act on
42 * @return the value of this predicate when applied to the input {@code t}
47 * Indicates whether some other object is equal to this {@code Predicate}.
49 * also a {@code Predicate} and, for every input object {@code input}, it
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPredicate.cpp 252 Predicate::Predicate(Expression* expr)
257 Predicate::~Predicate()
262 bool Predicate::evaluate() const
XPathGrammar.y 65 Vector<Predicate*>* predList;
96 %type <expr> Predicate
292 Predicate
294 $$ = new Vector<Predicate*>;
295 $$->append(new Predicate($1));
300 PredicateList Predicate
302 $$->append(new Predicate($2));
307 Predicate:
XPathPredicate.h 106 class Predicate {
107 WTF_MAKE_NONCOPYABLE(Predicate); WTF_MAKE_FAST_ALLOCATED;
109 explicit Predicate(Expression*);
110 ~Predicate();
  /external/chromium/testing/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."""
278 // %(Arity)s predicate assertion macros.
317 the predicate assertions."""
374 // This is intended as a regression test for the Google Test predicate
412 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /external/chromium_org/testing/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."""
278 // %(Arity)s predicate assertion macros.
317 the predicate assertions."""
374 // This is intended as a regression test for the Google Test predicate
412 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /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."""
278 // %(Arity)s predicate assertion macros.
317 the predicate assertions."""
374 // This is intended as a regression test for the Google Test predicate
412 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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."""
278 // %(Arity)s predicate assertion macros.
317 the predicate assertions."""
374 // This is intended as a regression test for the Google Test predicate
412 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /external/protobuf/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/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.h 1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===//
26 /// Predicate - These are "(BI << 5) | BO" for various predicates.
27 enum Predicate {
54 /// Invert the specified predicate. != -> ==, < -> >=.
55 Predicate InvertPredicate(Predicate Opcode);
57 /// Assume the condition register is set by MI(a,b), return the predicate if
59 Predicate getSwappedPredicate(Predicate Opcode);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 40 * an NFA configuration is valid. It's either a single predicate or
52 * I have scoped the AND, NOT, OR, and Predicate subclasses of
65 public static final SemanticContext EMPTY_SEMANTIC_CONTEXT = new Predicate(Predicate.INVALID_PRED_VALUE);
87 public static class Predicate extends SemanticContext {
88 /** The AST node in tree created from the grammar holding the predicate */
91 /** Is this a {...}?=> gating predicate or a normal disambiguating {..}?
92 * If any predicate in expression is gated, then expression is considered
95 * The simple Predicate object's predicate AST's type is used to se
309 CommutativePredicate predicate = (CommutativePredicate)a; local
316 CommutativePredicate predicate = (CommutativePredicate)b; local
328 CommutativePredicate predicate = (CommutativePredicate)context; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.h 96 struct tgsi_instruction_predicate Predicate;
tgsi_ureg.h 78 unsigned Predicate : 1;
510 boolean predicate,
636 dst.Predicate, \
658 dst.Predicate, \
681 dst.Predicate, \
707 dst.Predicate, \
733 dst.Predicate, \
762 dst.Predicate, \
792 dst.Predicate, \
    [all...]
  /external/chromium_org/v8/src/
unicode.h 50 class Predicate {
52 inline Predicate() { }
  /external/clang/lib/Analysis/
BodyFarm.cpp 167 const ParmVarDecl *Predicate = D->getParamDecl(0);
168 QualType PredicateQPtrTy = Predicate->getType();
182 // Everything checks out. Create a fakse body that checks the predicate,
185 // void dispatch_once(dispatch_once_t *predicate, dispatch_block_t block) {
186 // if (!*predicate) {
187 // *predicate = 1;
200 // (2) Create the assignment to the predicate.
208 M.makeDeclRefExpr(Predicate), PredicateQPtrTy),
224 M.makeDeclRefExpr(Predicate),
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 242 CmpInst::Predicate Predicate = CI->getPredicate();
244 if ((Predicate == CmpInst::ICMP_NE) || (Predicate == CmpInst::FCMP_ONE)) {
245 CI->setPredicate(ICmpInst::getInversePredicate(Predicate));
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 96 struct tgsi_instruction_predicate Predicate;
tgsi_ureg.h 78 unsigned Predicate : 1;
510 boolean predicate,
636 dst.Predicate, \
658 dst.Predicate, \
681 dst.Predicate, \
707 dst.Predicate, \
733 dst.Predicate, \
762 dst.Predicate, \
792 dst.Predicate, \
    [all...]
  /external/clang/test/Sema/
warn-documentation.cpp 987 /// @class Predicate Predicate.h "lldb/Host/Predicate.h"
995 class Predicate
1000 /// @class Predicate<int, char> Predicate.h "lldb/Host/Predicate.h"
1006 template<> class Predicate<int, char>
1011 /// @class Predicate<T, int> Predicate.h "lldb/Host/Predicate.h
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 650 /// predicate values are not overlapping between the classes.
651 enum Predicate {
691 /// Construct a compare instruction, given the opcode, the predicate and
697 unsigned short predicate, Value *S1,
701 /// Construct a compare instruction, given the opcode, the predicate and the
705 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1,
713 /// @brief Return the predicate for this instruction.
714 Predicate getPredicate() const {
715 return Predicate(getSubclassDataFromInstruction());
718 /// @brief Set the predicate for this instruction to the specified value
    [all...]

Completed in 989 milliseconds

1 2 3 4