Home
last modified time | relevance | path

Searched refs:inventory (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dcompound-sizes.c17 struct inventory { struct
27 static struct inventory *get_inv(uint64_t stocknum) in get_inv() argument
34 struct inventory inv;
42 static struct inventory inven[100];
45 typedef struct inventory inventory_t;
48 static struct inventory *invptr;
65 struct inventory inv[10]; in main()
68 static struct inventory invtop; in main()
/third_party/jerryscript/tests/jerry/es2015/
Darray-prototype-find.js47 var inventory = [ variable
57 assert (JSON.stringify (inventory.find (isCherries)) === '{"name":"cherries","quantity":5}');
60 assert (eval ("inventory.find (fruit => fruit.name === 'bananas')") === inventory[1]);
Darray-prototype-find-index.js47 var inventory = [ variable
57 assert (JSON.stringify (inventory.findIndex (isCherries)) === "2");
/third_party/icu/icu4c/source/data/translit/
Dzu_zu_FONIPA.txt13 # These rules transcribe isiZulu into the phoneme inventory used within the
28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
Dxh_xh_FONIPA.txt13 # These rules transcribe isiXhosa into the phoneme inventory used within the
28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dxh_xh_FONIPA.txt12 # These rules transcribe isiXhosa into the phoneme inventory used within the
27 # avoid ambiguity and make the phoneme inventory uniquely decodable.
Dzu_zu_FONIPA.txt12 # These rules transcribe isiZulu into the phoneme inventory used within the
27 # avoid ambiguity and make the phoneme inventory uniquely decodable.
/third_party/skia/third_party/externals/icu/source/data/translit/
Dzu_zu_FONIPA.txt13 # These rules transcribe isiZulu into the phoneme inventory used within the
28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
Dxh_xh_FONIPA.txt13 # These rules transcribe isiXhosa into the phoneme inventory used within the
28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
/third_party/python/Doc/library/
Doperator.rst335 >>> inventory = [('apple', 3), ('banana', 2), ('pear', 5), ('orange', 1)]
337 >>> list(map(getcount, inventory))
339 >>> sorted(inventory, key=getcount)
Dcollections.rst970 >>> for partnum, record in inventory.items():
971 ... inventory[partnum] = record._replace(price=newprices[partnum], timestamp=time.now())
Ddataclasses.rst26 """Class for keeping track of an item in inventory."""
/third_party/python/Lib/test/
Dtest_operator.py412 inventory = [('apple', 3), ('banana', 2), ('pear', 5), ('orange', 1)]
414 self.assertEqual(list(map(getcount, inventory)), [3, 2, 5, 1])
415 self.assertEqual(sorted(inventory, key=getcount),
/third_party/mesa3d/docs/relnotes/
D21.1.4.rst36 - Factorio: GPU hang when opening machine inventory
D21.2.0.rst137 - Factorio: GPU hang when opening machine inventory