/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
D | remove_if.pass.cpp | 31 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/ |
D | Predicate.java | 18 public interface Predicate { interface
|
/external/lldb/include/lldb/Host/ |
D | Predicate.h | 55 Predicate () : in Predicate() function 71 Predicate (T initial_value) : in Predicate() function
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
D | Predicate.java | 33 public interface Predicate<T> { interface
|
/external/guava/guava/src/com/google/common/base/ |
D | Predicate.java | 36 public interface Predicate<T> { interface
|
/external/libcxx/test/std/containers/sequences/list/list.ops/ |
D | remove_if.pass.cpp | 31 typedef unary_counting_predicate<bool(*)(int), int> Predicate; typedef
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | SemanticContext.java | 87 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/ |
D | warn-documentation.cpp | 1085 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/ |
D | PPCPredicates.h | 27 enum Predicate { enum
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | Predicate.java | 25 public interface Predicate<T> { interface
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCompound.cpp | 181 const MCOperand &Predicate = HMCI.getOperand(0); in getCompoundOp() local
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 177 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/ |
D | unicode.h | 30 inline Predicate() { } in Predicate() function
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.h | 96 struct tgsi_instruction_predicate Predicate; member
|
/external/llvm/lib/Transforms/Utils/ |
D | FlattenCFG.cpp | 247 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 177 const ParmVarDecl *Predicate = D->getParamDecl(0); in create_dispatch_once() local
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef }; enumerator
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | IteratorsTest.java | 1194 new Predicate<String>() { in testRemoveIf() method 1203 new Predicate<String>() { in testRemoveIf() method
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2132 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/ |
D | IteratorsTest.java | 1460 new Predicate<String>() { in testRemoveIf() method 1469 new Predicate<String>() { in testRemoveIf() method
|
/external/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 189 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()
|
D | LoopDistribute.cpp | 512 void mergeAdjacentPartitionsIf(UnaryPredicate Predicate) { in mergeAdjacentPartitionsIf()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 159 bool removeBindings(const ExcludePredicate &Predicate) { in removeBindings()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 208 FilterPredicate Predicate; member in __anon2190840e0111::SectionFilterIterator 227 FilterPredicate Predicate; member in __anon2190840e0111::SectionFilter
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | XPathParser.java | 1930 protected void Predicate() throws javax.xml.transform.TransformerException in Predicate() method in XPathParser
|