Searched refs:Dice (Results 1 - 4 of 4) sorted by last modified time

/external/snakeyaml/src/test/java/examples/
H A DDice.java18 public class Dice { class
22 public Dice(Integer a, Integer b) { method in class:Dice
38 if (obj instanceof Dice) {
51 return "Dice " + a + "d" + b;
H A DDiceExampleTest.java37 Dice dice = new Dice(3, 6);
42 assertEquals("!!examples.Dice {a: 3, b: 6}\n", output);
46 Dice dice = new Dice(3, 6);
47 Map<String, Dice> data = new HashMap<String, Dice>();
56 this.representers.put(Dice.class, new RepresentDice());
61 Dice dice = (Dice) dat
[all...]
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6782 DiceTable Dice; local
6783 Dice.push_back(std::make_pair(PC, DiceRef()));
6785 std::search(Dices.begin(), Dices.end(), Dice.begin(), Dice.end(),
/external/llvm/include/llvm/Object/
H A DMachO.h495 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); local
496 Result = Dice.offset;
503 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); local
504 Result = Dice.length;
511 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl); local
512 Result = Dice.kind;

Completed in 129 milliseconds