Searched defs:inventory (Results 1 – 10 of 10) sorted by relevance
/external/autotest/site_utils/ |
D | lab_inventory.py | 621 def _generate_repair_recommendation(inventory, num_recommend): argument 698 def _generate_board_inventory_message(inventory): argument 781 def _generate_pool_inventory_message(inventory): argument 835 def _generate_idle_inventory_message(inventory): argument 1061 def _populate_board_counts(inventory): argument
|
D | balance_pools.py | 413 def _too_many_broken_boards(inventory, pool, arguments): argument
|
/external/flatbuffers/samples/ |
D | sample_binary.cpp | 50 auto inventory = builder.CreateVector(inv_data, 10); in main() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | AnimationComponent.java | 175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update() local 379 public void setInventory(InventoryComponent inventory) { in setInventory()
|
D | PlayerComponent.java | 229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update() local 351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in stateMove() local 544 public final void setInventory(InventoryComponent inventory) { in setInventory()
|
/external/flatbuffers/tests/ |
D | test.cpp | 92 auto inventory = builder.CreateVector(inv_data, 10); in CreateFlatBufferTest() local 206 auto inventory = monster->inventory(); in AccessFlatBufferTest() local 301 auto inventory = monster->mutable_inventory(); in MutateFlatBuffersTest() local 370 auto &inventory = monster2->inventory; in ObjectFlatBuffersTest() local
|
D | monster_test_generated.js | 678 MyGame.Example.Monster.prototype.inventory = function(index) { method in MyGame.Example.Monster
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.php | 395 …ion createMonster(FlatBufferBuilder $builder, $pos, $mana, $hp, $name, $inventory, $color, $test_t… 476 public static function addInventory(FlatBufferBuilder $builder, $inventory)
|
D | Monster.java | 29 …public int inventory(int j) { int o = __offset(14); return o != 0 ? bb.get(__vector(o) + j * 1) & … in inventory() method in Monster 32 …public boolean mutateInventory(int j, int inventory) { int o = __offset(14); if (o != 0) { bb.put(… in mutateInventory()
|
D | Monster.py | 305 def MonsterAddInventory(builder, inventory): builder.PrependUOffsetTRelativeSlot(5, flatbuffers.num… argument
|