| /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
| D | remove_if.pass.cpp | 32 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 45 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 57 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 70 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 81 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 95 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 108 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 120 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 133 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 144 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 516 CondARM32::Cond Predicate) in InstARM32Pred() 558 CondARM32::Cond Predicate) { in create() 582 CondARM32::Cond Predicate) in InstARM32UnaryopGPR() 599 CondARM32::Cond Predicate) { in create() 623 CondARM32::Cond Predicate) in InstARM32UnaryopFP() 641 create(Cfg *Func, Variable *Dest, Variable *Src, CondARM32::Cond Predicate) { in create() 650 CondARM32::Cond Predicate) in InstARM32UnaryopSignAwareFP() 664 CondARM32::Cond Predicate) { in create() 688 CondARM32::Cond Predicate) in InstARM32TwoAddrGPR() 706 CondARM32::Cond Predicate) { in create() [all …]
|
| D | IceInstARM32.cpp | 1492 CondARM32::Cond Predicate) in InstARM32Str() 1499 OperandARM32Mem *Mem, CondARM32::Cond Predicate) in InstARM32Strex() 1506 CondARM32::Cond Predicate, SizeT Size) in InstARM32Vstr1() 1524 CondARM32::Cond Predicate) in InstARM32Umull() 1533 VcvtVariant Variant, CondARM32::Cond Predicate) in InstARM32Vcvt() 1540 CondARM32::Cond Predicate) in InstARM32Mov() 1802 CondARM32::Cond Predicate) in InstARM32Vcmp() 1809 InstARM32Vmrs::InstARM32Vmrs(Cfg *Func, CondARM32::Cond Predicate) in InstARM32Vmrs() 1815 CondARM32::Cond Predicate) in InstARM32Vabs()
|
| /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/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCPredicates.h | 20 enum Predicate { enum
|
| /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/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/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/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCPredicates.h | 27 enum Predicate { enum
|
| /external/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsELFObjectWriter.cpp | 72 UnaryPredicate Predicate) { in copy_if_else() 104 InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
|
| /external/llvm/unittests/ProfileData/ |
| D | SampleProfTest.cpp | 123 auto Predicate = [&Cutoff](const ProfileSummaryEntry &PE) { in testRoundTrip() local
|
| /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 | 178 getX86ConditionCode(CmpInst::Predicate Predicate) { in getX86ConditionCode() 216 getX86SSEConditionCode(CmpInst::Predicate Predicate) { in getX86SSEConditionCode() 1419 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectCmp() local 1571 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectBranch() local 1955 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitCMoveSelect() local 2071 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86FastEmitSSESelect() local 2231 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); in X86SelectSelect() local
|
| /external/swiftshader/third_party/LLVM/lib/Analysis/ |
| D | InstructionSimplify.cpp | 1421 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst() 2108 Value *llvm::SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst() 2115 static Value *SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst() 2203 Value *llvm::SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst() 2406 static Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst() 2414 Value *llvm::SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst()
|
| /external/v8/src/ |
| D | unicode.h | 30 inline Predicate() { } in Predicate() function
|
| /external/llvm/lib/Transforms/Utils/ |
| D | FlattenCFG.cpp | 247 CmpInst::Predicate Predicate = CI->getPredicate(); in FlattenParallelAndOr() local
|
| /external/mesa3d/src/gallium/auxiliary/tgsi/ |
| D | tgsi_parse.h | 91 struct tgsi_instruction_predicate Predicate; member
|
| /external/swiftshader/third_party/LLVM/include/llvm/MC/ |
| D | MCInstrDesc.h | 38 Predicate, enumerator
|
| /external/llvm/include/llvm/MC/ |
| D | MCInstrDesc.h | 41 enum OperandFlags { LookupPtrRegClass = 0, Predicate, OptionalDef }; enumerator
|
| /external/clang/lib/Analysis/ |
| D | BodyFarm.cpp | 177 const ParmVarDecl *Predicate = D->getParamDecl(0); in create_dispatch_once() local
|
| /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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
| D | XCldrStub.java | 403 public interface Predicate<T> { interface in XCldrStub
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
| D | XCldrStub.java | 405 public interface Predicate<T> { interface in XCldrStub
|
| /external/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 2155 static Value *SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst() 3151 Value *llvm::SimplifyICmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyICmpInst() 3162 static Value *SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst() 3283 Value *llvm::SimplifyFCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyFCmpInst() 3860 static Value *SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst() 3867 Value *llvm::SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, in SimplifyCmpInst()
|