/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.kt | 48 val treasure = byteArrayOf(0, 1, 2, 3, 4, 5, 6, 7, 8, 9) in main() constant 49 val inv = Monster.createInventoryVector(builder, treasure) in main()
|
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.php | 48 $treasure = array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); 49 $inv = \MyGame\Sample\Monster::CreateInventoryVector($builder, $treasure);
|
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.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 | 950 unsigned char treasure[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; 951 auto inventory = builder.CreateVector(treasure, 10); 961 byte[] treasure = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; 962 int inv = Monster.createInventoryVector(builder, treasure); 972 val treasure = byteArrayOf(0, 1, 2, 3, 4, 5, 6, 7, 8, 9) 973 val inv = Monster.createInventoryVector(builder, treasure) 1028 var treasure = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; 1029 var inv = MyGame.Sample.Monster.createInventoryVector(builder, treasure); 1039 let treasure = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; 1040 let 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 | 39 … 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/one-true-awk/testdir/ |
D | bib | 1314 … to you, fear not: your God, and the God of your father, hath given you treasure in your sacks: I … 1544 …kmasters to afflict them with their burdens. And they built for Pharaoh treasure cities, Pithom an… 2032 …obey my voice indeed, and keep my covenant, then ye shall be a peculiar treasure unto me above all… 5624 The LORD shall open unto thee his good treasure, the heaven to give the rain unto thy land in his s… 11173 And they with whom precious stones were found gave them to the treasure of the house of the LORD, b… 12097 They gave after their ability unto the treasure of the work threescore and one thousand drams of go… 12152 Now therefore, if it seem good to the king, let there be search made in the king's treasure house, … 12194 …e of thy God, which thou shalt have occasion to bestow, bestow it out of the king's treasure house. 12491 And some of the chief of the fathers gave unto the work. The Tirshatha gave to the treasure a thous… 12492 And some of the chief of the fathers gave to the treasure of the work twenty thousand drams of gold… [all …]
|
D | funstack.in | 3409 … success, attempting tode code them; vast armies of fortune hunters and treasure seekers have devo… 3412 …otext; results analysis; signature; simulation; Thomas Jefferson Beale; treasure site identificati…
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 8814 treasure
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz |
|
D | ospd.txt.gz |
|
/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
|