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

  /external/snakeyaml/src/test/java/examples/
Dice.java 18 public class Dice {
22 public Dice(Integer a, Integer b) {
38 if (obj instanceof Dice) {
51 return "Dice " + a + "d" + b;
  /external/llvm/include/llvm/Object/
MachO.h 491 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
492 Result = Dice.offset;
499 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
500 Result = Dice.length;
507 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
508 Result = Dice.kind;
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 891 milliseconds