HomeSort by relevance Sort by last modified time
    Searched refs:dep1 (Results 1 - 16 of 16) sorted by null

  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
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...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
CommandFileWatcherTest.java 120 final File dep1 = new ModFile("/those/are/my/lines", 1, 2, 2); local
122 mWatcher.addCmdFile(cmdFile1, EMPTY_ARGS, Arrays.asList(dep1, dep2));
133 final File dep1 = new ModFile("/those/are/my/lines", 1, 2, 3, 4); local
138 mWatcher.addCmdFile(cmdFile1, EMPTY_ARGS, Arrays.asList(dep1));
141 // don't expect a second notify here, because dependent file has changed from dep1 to dep2
  /external/toybox/kconfig/
expr.h 48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2))
49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2))
  /external/valgrind/VEX/priv/
guest_s390_defs.h 245 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
guest_s390_toIR.c 539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep)
549 stmt(IRStmt_Put(dep1_off, dep1));
585 IRExpr *op, *dep1, *dep2, *ndep; local
588 dep1 = s390_cc_widen(d1, sign_extend);
592 s390_cc_thunk_fill(op, dep1, dep2, ndep);
599 IRExpr *op, *dep1, *dep2, *ndep; local
602 dep1 = s390_cc_widen(d1, sign_extend);
606 s390_cc_thunk_fill(op, dep1, dep2, ndep);
624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
627 dep1 = s390_cc_widen(d1, sign_extend)
641 IRExpr *op, *dep1, *dep2, *ndep; local
665 IRExpr *op, *dep1, *dep2, *ndep; local
764 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
787 IRExpr **args, *call, *op, *dep1, *dep2, *mask; local
823 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
    [all...]
guest_s390_helpers.c 223 /* Flags thunk: OP and NDEP are always defined, whereas DEP1
    [all...]
guest_x86_toIR.c 799 interested in DEP1 and DEP2. */
823 checking. We're only interested in DEP1 and DEP2. */
845 interested in DEP1 and DEP2. */
910 /* Set the flags thunk OP, DEP1 and DEP2 fields. The supplied op is
914 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty )
927 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
935 /* Set the OP and DEP1 fields only, and write zero to DEP2. */
938 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty )
952 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
989 /* DEP1 contains the result, DEP2 contains the undershifted value. *
    [all...]
guest_arm64_toIR.c 1954 IRTemp dep1 = newTemp(Ity_I64); local
    [all...]
guest_amd64_toIR.c     [all...]
  /bionic/tests/math_data/
cbrtf_intel_data.h 228 0x1.0323dep1
232 -0x1.0323dep1
    [all...]
ldexpf_intel_data.h 1619 0x1.1745dep1,
    [all...]
scalbnf_intel_data.h 1619 0x1.1745dep1,
    [all...]
scalbf_intel_data.h 1629 0x1.1745dep1,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
pkg.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
pkg.go     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-asmtab.c 419 static const unsigned short dep1[] = { variable
    [all...]

Completed in 926 milliseconds