/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_unittest.py | 88 dep1 = 'dependency1' 93 dep_info1.dependency = dep1 96 dep_info2.dependency = dep1 103 expected_lookup_dict = {dep1: {plat1: dep_info1, 115 dep1 = 'dependency1' 122 dep_info_a.dependency = dep1 125 dep_info_b.dependency = dep1 133 dep1: {plat1: dep_info_c}} 150 dep1: {plat1: dep_info_c}, 172 dep1: {plat1: dep_info_c}, [all …]
|
/external/toybox/kconfig/ |
D | expr.h | 48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2)) argument 49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2)) argument
|
/external/strace/tests/ |
D | gen_tests.sh | 107 dep1='$(abs_srcdir)/gen_tests.sh' 110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
|
/external/strace/tests-m32/ |
D | gen_tests.sh | 107 dep1='$(abs_srcdir)/gen_tests.sh' 110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
|
/external/strace/tests-mx32/ |
D | gen_tests.sh | 107 dep1='$(abs_srcdir)/gen_tests.sh' 110 printf "\\n$target: $dep1 $dep2\\n\\t$recipe\\n" $names
|
/external/valgrind/VEX/priv/ |
D | guest_s390_defs.h | 245 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
|
D | guest_s390_toIR.c | 539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) in s390_cc_thunk_fill() argument 549 stmt(IRStmt_Put(dep1_off, dep1)); in s390_cc_thunk_fill() 585 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put1() local 588 dep1 = s390_cc_widen(d1, sign_extend); in s390_cc_thunk_put1() 592 s390_cc_thunk_fill(op, dep1, dep2, ndep); in s390_cc_thunk_put1() 599 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put2() local 602 dep1 = s390_cc_widen(d1, sign_extend); in s390_cc_thunk_put2() 606 s390_cc_thunk_fill(op, dep1, dep2, ndep); in s390_cc_thunk_put2() 624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; in s390_cc_thunk_put3() local 627 dep1 = s390_cc_widen(d1, sign_extend); in s390_cc_thunk_put3() [all …]
|
D | guest_s390_helpers.c | 1795 s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2, ULong ndep) in s390_calculate_cond() argument 1797 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep); in s390_calculate_cond()
|
D | guest_x86_toIR.c | 914 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2() argument 927 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) ); in setFlags_DEP1_DEP2() 938 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) in setFlags_DEP1() argument 952 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) ); in setFlags_DEP1()
|
D | guest_arm64_toIR.c | 1959 IRTemp dep1 = newTemp(Ity_I64); in setFlags_ADD_SUB_conditionally() local 1964 assign(dep1, IRExpr_ITE(mkexpr(cond), mkexpr(t_dep1), mkexpr(f_dep1))); in setFlags_ADD_SUB_conditionally() 1969 stmt( IRStmt_Put( OFFB_CC_DEP1, mkexpr(dep1) )); in setFlags_ADD_SUB_conditionally()
|
D | guest_amd64_toIR.c | 1793 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2() argument 1810 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(dep1))) ); in setFlags_DEP1_DEP2() 1818 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) in setFlags_DEP1() argument 1836 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(dep1))) ); in setFlags_DEP1()
|
/external/libpng/ |
D | CMakeLists.txt | 273 # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 296 # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 319 # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]])
|