Home
last modified time | relevance | path

Searched defs:Predicate (Results 1 – 25 of 45) sorted by relevance

12

/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
Dremove_if.pass.cpp31 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
44 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
56 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
69 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
80 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
94 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
107 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
119 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
132 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
143 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DPredicate.java18 public interface Predicate { interface
/external/lldb/include/lldb/Host/
DPredicate.h55 Predicate () : in Predicate() function
71 Predicate (T initial_value) : in Predicate() function
/external/droiddriver/src/io/appium/droiddriver/finders/
DPredicate.java33 public interface Predicate<T> { interface
/external/guava/guava/src/com/google/common/base/
DPredicate.java36 public interface Predicate<T> { interface
/external/libcxx/test/std/containers/sequences/list/list.ops/
Dremove_if.pass.cpp31 typedef unary_counting_predicate<bool(*)(int), int> Predicate; typedef
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java87 public static class Predicate extends SemanticContext { class in SemanticContext
115 public Predicate(int constantValue) { in Predicate() method in SemanticContext.Predicate
120 public Predicate(GrammarAST predicate) { in Predicate() method in SemanticContext.Predicate
130 public Predicate(Predicate p) { in Predicate() method in SemanticContext.Predicate
/external/clang/test/Sema/
Dwarn-documentation.cpp1085 class Predicate class
1096 template<> class Predicate<int, char> class
1107 template<class T> class Predicate<T, int> class
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h27 enum Predicate { enum
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DPredicate.java25 public interface Predicate<T> { interface
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp181 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp177 getX86ConditionCode(CmpInst::Predicate Predicate) { in getX86ConditionCode()
215 getX86SSEConditionCode(CmpInst::Predicate Predicate) { in getX86SSEConditionCode()
1246 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectCmp() local
1398 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectBranch() local
1782 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitCMoveSelect() local
1898 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitSSESelect() local
2058 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectSelect() local
/external/v8/src/
Dunicode.h30 inline Predicate() { } in Predicate() function
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h96 struct tgsi_instruction_predicate Predicate; member
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp247 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
/external/clang/lib/Analysis/
DBodyFarm.cpp177 const ParmVarDecl *Predicate = D->getParamDecl(0); in create_dispatch_once() local
/external/llvm/include/llvm/MC/
DMCInstrDesc.h41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef }; enumerator
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DIteratorsTest.java1194 new Predicate<String>() { in testRemoveIf() method
1203 new Predicate<String>() { in testRemoveIf() method
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2132 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst()
3096 Value *llvm::SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst()
3107 static Value *SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst()
3221 Value *llvm::SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst()
3804 static Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst()
3811 Value *llvm::SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst()
/external/guava/guava-tests/test/com/google/common/collect/
DIteratorsTest.java1460 new Predicate<String>() { in testRemoveIf() method
1469 new Predicate<String>() { in testRemoveIf() method
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp189 CmpInst::Predicate Predicate = C->getPredicate(); in create_expression() local
205 CmpInst::Predicate Predicate, in create_cmp_expression()
480 CmpInst::Predicate Predicate, in lookup_or_add_cmp()
DLoopDistribute.cpp512 void mergeAdjacentPartitionsIf(UnaryPredicate Predicate) { in mergeAdjacentPartitionsIf()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h159 bool removeBindings(const ExcludePredicate &Predicate) { in removeBindings()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp208 FilterPredicate Predicate; member in __anon2190840e0111::SectionFilterIterator
227 FilterPredicate Predicate; member in __anon2190840e0111::SectionFilter
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DXPathParser.java1930 protected void Predicate() throws javax.xml.transform.TransformerException in Predicate() method in XPathParser

12