Searched defs:Predicate (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/history/
H A Dpage_usage_data.cc43 bool PageUsageData::Predicate(const PageUsageData* lhs, function in class:PageUsageData
/external/guava/guava/src/com/google/common/base/
H A DPredicate.java30 public interface Predicate<T> { interface
52 * {@link Predicate} that it considers <i>interchangeable</i> with this one. "Interchangeable"
/external/chromium/testing/gtest/scripts/
H A Dgen_gtest_pred_impl.py511 class Predicate%(n)sTest : public testing::Test { class in inherits:
556 bool Predicate%(n)sTest::expected_to_finish_;
557 bool Predicate%(n)sTest::finished_;
560 tests += Iter(n, """int Predicate%%(n)sTest::n%s_;
564 typedef Predicate%(n)sTest EXPECT_PRED_FORMAT%(n)sTest;
565 typedef Predicate%(n)sTest ASSERT_PRED_FORMAT%(n)sTest;
566 typedef Predicate%(n)sTest EXPECT_PRED%(n)sTest;
567 typedef Predicate%(n)sTest ASSERT_PRED%(n)sTest;
/external/gtest/scripts/
H A Dgen_gtest_pred_impl.py511 class Predicate%(n)sTest : public testing::Test { class in inherits:
556 bool Predicate%(n)sTest::expected_to_finish_;
557 bool Predicate%(n)sTest::finished_;
560 tests += Iter(n, """int Predicate%%(n)sTest::n%s_;
564 typedef Predicate%(n)sTest EXPECT_PRED_FORMAT%(n)sTest;
565 typedef Predicate%(n)sTest ASSERT_PRED_FORMAT%(n)sTest;
566 typedef Predicate%(n)sTest EXPECT_PRED%(n)sTest;
567 typedef Predicate%(n)sTest ASSERT_PRED%(n)sTest;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===//
19 /// Predicate - These are "(BI << 5) | BO" for various predicates.
20 enum Predicate { enum in namespace:llvm::PPC
33 Predicate InvertPredicate(Predicate Opcode);
/external/protobuf/gtest/scripts/
H A Dgen_gtest_pred_impl.py514 class Predicate%(n)sTest : public testing::Test { class in inherits:
559 bool Predicate%(n)sTest::expected_to_finish_;
560 bool Predicate%(n)sTest::finished_;
563 tests += Iter(n, """int Predicate%%(n)sTest::n%s_;
567 typedef Predicate%(n)sTest EXPECT_PRED_FORMAT%(n)sTest;
568 typedef Predicate%(n)sTest ASSERT_PRED_FORMAT%(n)sTest;
569 typedef Predicate%(n)sTest EXPECT_PRED%(n)sTest;
570 typedef Predicate%(n)sTest ASSERT_PRED%(n)sTest;
/external/webkit/Source/WebCore/xml/
H A DXPathPredicate.cpp256 Predicate::Predicate(Expression* expr) function in class:WebCore::XPath::Predicate
261 Predicate::~Predicate()
266 bool Predicate::evaluate() const
H A DXPathGrammar.y67 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: label
H A DXPathPredicate.h108 class Predicate { class in namespace:WebCore::XPath
109 WTF_MAKE_NONCOPYABLE(Predicate); WTF_MAKE_FAST_ALLOCATED;
111 Predicate(Expression*);
112 ~Predicate();
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java52 * 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 { class in class:SemanticContext
95 * The simple Predicate object's predicate AST's type is used to set
115 public Predicate(int constantValue) { method in class:SemanticContext.Predicate
120 public Predicate(GrammarAST predicate) { method in class:SemanticContext.Predicate
130 public Predicate(Predicate p) { method in class:SemanticContext.Predicate
143 if ( !(o instanceof Predicate) ) {
[all...]
/external/v8/src/
H A Dunicode.h50 class Predicate { class in namespace:unibrow
52 inline Predicate() { } function in class:unibrow::Predicate
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java1325 * | FilterExpr Predicate
1355 Predicate();
1375 * Predicate();
1648 * Step ::= Basis Predicate
1726 Predicate();
1925 * Predicate ::= '[' PredicateExpr ']'
1930 protected void Predicate() throws javax.xml.transform.TransformerException method in class:XPathParser
2282 * AbbreviatedNodeTestStep ::= '@'? NodeTest Predicate
2365 Predicate();
/external/llvm/include/llvm/
H A DInstrTypes.h647 enum Predicate { enum in class:llvm::CmpInst
710 Predicate getPredicate() const {
711 return Predicate(getSubclassDataFromInstruction());
715 void setPredicate(Predicate P) { setInstructionSubclassData(P); }
717 static bool isFPPredicate(Predicate P) {
721 static bool isIntPredicate(Predicate P) {
733 Predicate getInversePredicate() const {
741 static Predicate getInversePredicate(Predicate pred);
749 Predicate getSwappedPredicat
[all...]
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h38 Predicate, enumerator in enum:llvm::MCOI::OperandFlags
80 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
/external/llvm/include/llvm/Support/
H A DPatternMatch.h148 template<typename Predicate>
149 struct cst_pred_ty : public Predicate {
167 template<typename Predicate>
168 struct api_pred_ty : public Predicate {
491 PredicateTy &Predicate; member in struct:llvm::PatternMatch::CmpClass_match
496 : Predicate(Pred), L(LHS), R(RHS) {}
502 Predicate = I->getPredicate();
510 inline CmpClass_match<LHS, RHS, ICmpInst, ICmpInst::Predicate>
511 m_ICmp(ICmpInst::Predicate &Pred, const LHS &L, const RHS &R) {
513 ICmpInst, ICmpInst::Predicate>(Pre
[all...]
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp977 Constant *llvm::ConstantFoldCompareInstOperands(unsigned Predicate, argument
997 return ConstantFoldCompareInstOperands(Predicate, C, Null, TD, TLI);
1006 return ConstantFoldCompareInstOperands(Predicate, C, Null, TD, TLI);
1021 return ConstantFoldCompareInstOperands(Predicate, C0, C1, TD, TLI);
1029 return ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(0),
1036 if ((Predicate == ICmpInst::ICMP_EQ || Predicate == ICmpInst::ICMP_NE) &&
1039 ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(0), Ops1,
1042 ConstantFoldCompareInstOperands(Predicate, CE0->getOperand(1), Ops1,
1045 Predicate
[all...]
H A DInstructionSimplify.cpp79 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS,
84 CmpInst::Predicate CPred = Cmp->getPredicate();
430 static Value *ThreadCmpOverSelect(CmpInst::Predicate Pred, Value *LHS,
555 static Value *ThreadCmpOverPHI(CmpInst::Predicate Pred, Value *LHS, Value *RHS,
1577 static Value *ExtractEquivalentCondition(Value *V, CmpInst::Predicate Pred,
1595 CmpInst::Predicate Pred,
1636 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, argument
1638 CmpInst::Predicate Pred = (CmpInst::Predicate)Predicate;
2401 SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, const TargetData *TD, const TargetLibraryInfo *TLI, const DominatorTree *DT) argument
2411 SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, const Query &Q, unsigned MaxRecurse) argument
2498 SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, const TargetData *TD, const TargetLibraryInfo *TLI, const DominatorTree *DT) argument
2740 SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, const Query &Q, unsigned MaxRecurse) argument
2747 SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, const TargetData *TD, const TargetLibraryInfo *TLI, const DominatorTree *DT) argument
[all...]
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp102 /// Predicate - Predicate used in the BB.
120 SmallVector<MachineOperand, 4> Predicate; member in struct:__anon8664::IfConverter::BBInfo
632 bool AlreadyPredicated = !BBI.Predicate.empty();
687 // Predicate modification instruction should end the block (except for
694 // Predicate may have been modified, the subsequent (currently)
724 if (BBI.Predicate.size() && !TII->SubsumesPredicate(BBI.Predicate, Pred))
797 bool TNeedSub = !TrueBBI.Predicate.empty();
798 bool FNeedSub = !FalseBBI.Predicate
[all...]
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1225 static ARMCC::CondCodes getComparePred(CmpInst::Predicate Pred) {
1286 CmpInst::Predicate Predicate = CI->getPredicate(); local
1289 Predicate = CmpInst::getInversePredicate(Predicate);
1292 ARMCC::CondCodes ARMPred = getComparePred(Predicate);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1033 CmpInst::Predicate Predicate = CI->getPredicate(); local
1036 Predicate = CmpInst::getInversePredicate(Predicate);
1042 switch (Predicate) {
1045 Predicate = CmpInst::FCMP_UNE;
1086 if (Predicate == CmpInst::FCMP_UNE) {
/external/llvm/lib/VMCore/
H A DConstants.cpp1703 Constant *ConstantExpr::getCompare(unsigned short Predicate, argument
1707 switch (Predicate) {
1715 return getFCmp(Predicate, C1, C2);
1721 return getICmp(Predicate, C1, C2);
1770 pred <= ICmpInst::LAST_ICMP_PREDICATE && "Invalid ICmp Predicate");
1793 assert(pred <= FCmpInst::LAST_FCMP_PREDICATE && "Invalid FCmp Predicate");
H A DCore.cpp870 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, argument
872 return wrap(ConstantExpr::getICmp(Predicate,
877 LLVMValueRef LLVMConstFCmp(LLVMRealPredicate Predicate, argument
879 return wrap(ConstantExpr::getFCmp(Predicate,
2209 return wrap(unwrap(B)->CreateICmp(static_cast<ICmpInst::Predicate>(Op),
2216 return wrap(unwrap(B)->CreateFCmp(static_cast<FCmpInst::Predicate>(Op),
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h56 // Predicate checking.
401 std::string Predicate; member in class:llvm::CheckPatternPredicateMatcher
404 : Matcher(CheckPatternPredicate), Predicate(predicate) {}
406 StringRef getPredicate() const { return Predicate; }
417 return cast<CheckPatternPredicateMatcher>(M)->getPredicate() == Predicate;
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp113 CmpInst::Predicate Predicate,
121 uint32_t lookup_or_add_cmp(unsigned Opcode, CmpInst::Predicate Pred,
179 CmpInst::Predicate Predicate = C->getPredicate(); local
182 Predicate = CmpInst::getSwappedPredicate(Predicate);
184 e.opcode = (C->getOpcode() << 8) | Predicate;
195 CmpInst::Predicate Predicate,
194 create_cmp_expression(unsigned Opcode, CmpInst::Predicate Predicate, Value *LHS, Value *RHS) argument
466 lookup_or_add_cmp(unsigned Opcode, CmpInst::Predicate Predicate, Value *LHS, Value *RHS) argument
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 472 milliseconds

12