Searched refs:Dice (Results 1 – 5 of 5) sorted by relevance
/external/snakeyaml/src/test/java/examples/ |
D | DiceExampleTest.java | 37 Dice dice = new Dice(3, 6); in testRepresenter() 46 Dice dice = new Dice(3, 6); in testDiceRepresenter() 47 Map<String, Dice> data = new HashMap<String, Dice>(); in testDiceRepresenter() 56 this.representers.put(Dice.class, new RepresentDice()); in DiceRepresenter() 61 Dice dice = (Dice) data; in representData() 79 return new Dice(a, b); in construct() 88 Map<String, Dice> map = (Map<String, Dice>) data; in testConstructor() 89 assertEquals(new Dice(8, 4), map.get("initial hit points")); in testConstructor() 99 Map<String, Dice> treasure = new HashMap<String, Dice>(); in testImplicitResolver() 100 treasure.put("treasure", new Dice(10, 20)); in testImplicitResolver() [all …]
|
D | Dice.java | 18 public class Dice { class 22 public Dice(Integer a, Integer b) { in Dice() method in Dice 38 if (obj instanceof Dice) { in equals()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 491 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getOffset() local 492 Result = Dice.offset; in getOffset() 499 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getLength() local 500 Result = Dice.length; in getLength() 507 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); in getKind() local 508 Result = Dice.kind; in getKind()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6194 DiceTable Dice; in DisassembleMachO() local 6195 Dice.push_back(std::make_pair(PC, DiceRef())); in DisassembleMachO() 6197 std::search(Dices.begin(), Dices.end(), Dice.begin(), Dice.end(), in DisassembleMachO()
|
/external/icu/icu4c/source/data/unidata/ |
D | ppucd.txt | 11120 # Dice
|