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

1 2

  /external/chromium_org/components/history/core/browser/
page_usage_data.cc 18 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"
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
Predicate.java 18 public interface Predicate {
  /external/droiddriver/src/com/google/android/droiddriver/finders/
Predicate.java 33 public interface Predicate<T> {
35 * Returns the result of applying this predicate to {@code input}.
44 * Predicate.
  /external/lldb/include/lldb/Host/
Predicate.h 1 //===-- Predicate.h ---------------------------------------------*- C++ -*-===//
35 /// @class Predicate Predicate.h "lldb/Host/Predicate.h"
45 class Predicate
55 Predicate () :
71 Predicate (T initial_value) :
83 ~Predicate ()
118 /// @see Predicate::Broadcast()
146 /// @see Predicate::Broadcast(
    [all...]
  /external/chromium_org/chrome/test/remoting/
waiter.h 47 typedef base::Callback<bool(void)> Predicate;
51 const Predicate& callback);
65 Predicate callback_;
  /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/chromium_org/third_party/WebKit/Source/core/xml/
XPathGrammar.y 65 WillBeHeapVector<OwnPtrWillBeMember<blink::XPath::Predicate> >* predList;
96 %type <expr> Predicate
292 Predicate
294 $$ = new WillBeHeapVector<OwnPtrWillBeMember<Predicate> >;
295 $$->append(adoptPtrWillBeNoop(new Predicate(adoptPtrWillBeNoop($1))));
300 PredicateList Predicate
302 $$->append(adoptPtrWillBeNoop(new Predicate(adoptPtrWillBeNoop($2))));
307 Predicate:
XPathPredicate.cpp 277 Predicate::Predicate(PassOwnPtrWillBeRawPtr<Expression> expr)
282 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(Predicate);
284 void Predicate::trace(Visitor* visitor)
289 bool Predicate::evaluate(EvaluationContext& context) const
  /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 {
59 /// Invert the specified predicate. != -> ==, < -> >=.
60 Predicate InvertPredicate(Predicate Opcode);
62 /// Assume the condition register is set by MI(a,b), return the predicate if
64 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 27 class Predicate {
29 inline Predicate() { }
  /external/clang/lib/Analysis/
BodyFarm.cpp 179 const ParmVarDecl *Predicate = D->getParamDecl(0);
180 QualType PredicateQPtrTy = Predicate->getType();
194 // Everything checks out. Create a fakse body that checks the predicate,
197 // void dispatch_once(dispatch_once_t *predicate, dispatch_block_t block) {
198 // if (!*predicate) {
199 // *predicate = 1;
212 // (2) Create the assignment to the predicate.
220 M.makeDeclRefExpr(Predicate), PredicateQPtrTy),
236 M.makeDeclRefExpr(Predicate),
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 244 CmpInst::Predicate Predicate = CI->getPredicate();
246 if ((Predicate == CmpInst::ICMP_NE) || (Predicate == CmpInst::FCMP_ONE)) {
247 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/llvm/include/llvm/IR/
InstrTypes.h 655 /// predicate values are not overlapping between the classes.
656 enum Predicate {
696 /// Construct a compare instruction, given the opcode, the predicate and
702 unsigned short predicate, Value *S1,
706 /// Construct a compare instruction, given the opcode, the predicate and the
710 static CmpInst *Create(OtherOps Op, unsigned short predicate, Value *S1,
718 /// @brief Return the predicate for this instruction.
719 Predicate getPredicate() const {
720 return Predicate(getSubclassDataFromInstruction());
723 /// @brief Set the predicate for this instruction to the specified value
    [all...]
PatternMatch.h 210 /// that satisfy a specified predicate.
211 template<typename Predicate>
212 struct cst_pred_ty : public Predicate {
227 /// that satisfy a specified predicate, and bind them to an APInt.
228 template<typename Predicate>
229 struct api_pred_ty : public Predicate {
662 PredicateTy &Predicate;
667 : Predicate(Pred), L(LHS), R(RHS) {}
673 Predicate = I->getPredicate();
681 inline CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>
    [all...]
  /external/clang/test/Sema/
warn-documentation.cpp 1071 /// @class Predicate Predicate.h "lldb/Host/Predicate.h"
1079 class Predicate
1084 /// @class Predicate<int, char> Predicate.h "lldb/Host/Predicate.h"
1090 template<> class Predicate<int, char>
1095 /// @class Predicate<T, int> Predicate.h "lldb/Host/Predicate.h
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 41 Predicate,
82 /// the predicate operand that controls an isPredicable() instruction.
83 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
96 /// implementation of the MCInstrDesc class. Clients should use the predicate
306 /// \brief Return true if this instruction has a predicate operand
309 /// control and modify the predicate in this instruction.
587 /// operand list that is used to represent the predicate. It returns -1 if
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java 32 import com.google.common.base.Predicate;
257 new Predicate<String>() {
273 final Predicate<Integer> isEven = new Predicate<Integer>() {
289 Predicate<String> predicate = Predicates.equalTo("pants"); local
291 assertFalse(Iterators.any(list.iterator(), predicate)); local
293 assertFalse(Iterators.any(list.iterator(), predicate)); local
295 assertTrue(Iterators.any(list.iterator(), predicate)); local
300 Predicate<String> predicate = Predicates.equalTo("cool") local
302 assertTrue(Iterators.all(list.iterator(), predicate)); local
304 assertTrue(Iterators.all(list.iterator(), predicate)); local
306 assertFalse(Iterators.all(list.iterator(), predicate)); local
    [all...]

Completed in 872 milliseconds

1 2