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

  /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
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-asmtab.c 419 static const unsigned short dep1[] = { variable
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 1959 IRTemp dep1 = newTemp(Ity_I64); local
    [all...]
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...]

Completed in 2977 milliseconds