/external/snakeyaml/src/test/java/examples/ |
D | DiceExampleTest.java | 99 Map<String, Dice> treasure = new HashMap<String, Dice>(); in testImplicitResolver() local 100 treasure.put("treasure", new Dice(10, 20)); in testImplicitResolver() 101 String output = yaml.dump(treasure); in testImplicitResolver() 116 Map<String, Dice> treasure = new HashMap<String, Dice>(); in testImplicitResolverWithNull() local 117 treasure.put("treasure", new Dice(10, 20)); in testImplicitResolverWithNull() 118 String output = yaml.dump(treasure); in testImplicitResolverWithNull() 127 public Dice treasure; field in DiceExampleTest.DiceBean 137 if (treasure != null ? !treasure.equals(diceBean.treasure) : diceBean.treasure != null) in equals() 144 return treasure != null ? treasure.hashCode() : 0; in hashCode() 154 bean.treasure = new Dice(10, 20); in testImplicitResolverJavaBean()
|
/external/flatbuffers/samples/ |
D | SampleBinary.java | 47 byte[] treasure = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() 48 int inv = Monster.createInventoryVector(builder, treasure); in main()
|
D | samplebinary.js | 44 var treasure = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; 45 var inv = MyGame.Sample.Monster.createInventoryVector(builder, treasure);
|
D | SampleBinary.php | 48 $treasure = array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); 49 $inv = \MyGame\Sample\Monster::CreateInventoryVector($builder, $treasure);
|
D | SampleBinary.cs | 43 var treasure = new byte[] {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in Main() 44 var inv = Monster.CreateInventoryVector(builder, treasure); in Main()
|
/external/flatbuffers/dart/example/ |
D | example.dart | 52 final List<int> treasure = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; 53 final inventory = builder.writeListUint8(treasure);
|
/external/flatbuffers/docs/source/ |
D | CUsage.md | 91 uint8_t treasure[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; 92 size_t treasure_count = c_vec_len(treasure); 103 ns(Monster_inventory_create(B, treasure, treasure_count));
|
D | Tutorial.md | 861 unsigned char treasure[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; 862 auto inventory = builder.CreateVector(treasure, 10); 872 byte[] treasure = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; 873 int inv = Monster.createInventoryVector(builder, treasure); 928 var treasure = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; 929 var inv = MyGame.Sample.Monster.createInventoryVector(builder, treasure); 939 let treasure = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; 940 let inv = MyGame.Sample.Monster.createInventoryVector(builder, treasure); 950 $treasure = array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); 951 $inv = \MyGame\Sample\Monster::CreateInventoryVector($builder, $treasure); [all …]
|
/external/flatbuffers/dart/test/ |
D | flat_buffers_test.dart | 78 final List<int> treasure = [0, 1, 2, 3, 4]; 79 final inventory = fbBuilder.writeListUint8(treasure);
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 1185 宝>'[treasure]'; 1228 寳>'[treasure]'; 1230 寶>'[treasure]';
|
/external/curl/ |
D | CMakeLists.txt | 40 … command line use neither -g nor any -O options. As a developer, I also treasure our configure scr…
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 8529 寶庫 < treasure\-house; 8792 钰 < rare\-treasure; 14218 宝 < treasure; 28175 寶庫 > treasure\-house; 31463 寶物 > treasure; 41966 钰 > rare\-treasure; 42078 鈺 > rare\-treasure; 45814 宝 > treasure; 46081 琛 > treasure; 46381 鉆 > treasure; [all …]
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 10807 $x{treasure}$x → trɛʃər ; # trizur
|
D | internal_raw_IPA.txt | 166665 treasure %40147 trˈɛʃər, trˈɛʒər
|
D | internal_raw_IPA-old.txt | 199293 treasure %31239 trˈɛʃər, trˈɛʒər
|