HomeSort by relevance Sort by last modified time
    Searched refs:Dice (Results 1 - 12 of 12) 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;
DiceExampleTest.java 37 Dice dice = new Dice(3, 6); local
41 String output = yaml.dump(dice);
42 assertEquals("!!examples.Dice {a: 3, b: 6}\n", output);
46 Dice dice = new Dice(3, 6); local
47 Map<String, Dice> data = new HashMap<String, Dice>();
61 Dice dice = (Dice) data; local
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 495 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
496 Result = Dice.offset;
503 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
504 Result = Dice.length;
511 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
512 Result = Dice.kind;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 653 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
654 Result = Dice.offset;
661 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
662 Result = Dice.length;
669 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
670 Result = Dice.kind;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 653 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
654 Result = Dice.offset;
661 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
662 Result = Dice.length;
669 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
670 Result = Dice.kind;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 653 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
654 Result = Dice.offset;
661 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
662 Result = Dice.length;
669 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
670 Result = Dice.kind;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 653 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
654 Result = Dice.offset;
661 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
662 Result = Dice.length;
669 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
670 Result = Dice.kind;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 653 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
654 Result = Dice.offset;
661 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
662 Result = Dice.length;
669 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
670 Result = Dice.kind;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 653 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
654 Result = Dice.offset;
661 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
662 Result = Dice.length;
669 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
670 Result = Dice.kind;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 653 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
654 Result = Dice.offset;
661 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
662 Result = Dice.length;
669 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
670 Result = Dice.kind;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 653 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
654 Result = Dice.offset;
661 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
662 Result = Dice.length;
669 MachO::data_in_code_entry Dice = MachOOF->getDice(DicePimpl);
670 Result = Dice.kind;
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 519 milliseconds