Searched refs:inventory (Results 1 - 7 of 7) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DPlayerComponent.java229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
230 if (inventory.coinCount >= mDifficultyConstants.getCoinsPerPowerup()) {
231 inventory.coinCount = 0;
253 if (inventory.rubyCount >= MAX_GEMS_PER_LEVEL) {
351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
352 if (inventory.rubyCount == 1) {
354 } else if (inventory.rubyCount == 2) {
544 public final void setInventory(InventoryComponent inventory) { argument
545 mInventory = inventory;
H A DAnimationComponent.java175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord();
176 final int rubyCount = inventory.rubyCount;
379 public void setInventory(InventoryComponent inventory) { argument
380 mInventory = inventory;
H A DGameObjectFactory.java913 InventoryComponent inventory = (InventoryComponent)allocateComponent(InventoryComponent.class);
915 player.setInventory(inventory);
916 animation.setInventory(inventory);
960 object.add(inventory);
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl.vanilla157 (?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore)$|
H A Dlicensecheck.pl160 (?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore)$|
/external/libnfc-nci/src/nfa/include/
H A Dnfa_api.h402 tNFA_I93_INVENTORY inventory; /* inventory response */ member in union:__anon23991::__anon23992
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c1275 conn_evt_data.i93_cmd_cplt.params.inventory.dsfid = p_rw_data->i93_inventory.dsfid;
1276 memcpy (conn_evt_data.i93_cmd_cplt.params.inventory.uid,

Completed in 236 milliseconds