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

/external/openssh/contrib/aix/
H A Dbuildbff.sh28 # Path to inventory.sh: same place as buildbff.sh
31 inventory=`dirname $0`/inventory.sh # absolute path
33 inventory=`pwd`/`dirname $0`/inventory.sh # relative path
167 $inventory >../openssh.inventory
306 for i in openssh.al openssh.copyright openssh.inventory openssh.post_i openssh.size LICENCE README*
/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.h403 tNFA_I93_INVENTORY inventory; /* inventory response */ member in union:__anon19914::__anon19915
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c1260 conn_evt_data.i93_cmd_cplt.params.inventory.dsfid = p_rw_data->i93_inventory.dsfid;
1261 memcpy (conn_evt_data.i93_cmd_cplt.params.inventory.uid,

Completed in 173 milliseconds