HomeSort by relevance Sort by last modified time
    Searched full:inventory (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/autotest/contrib/
run-board-inventory 4 # share with run-pool-inventory.
run-pool-inventory 4 # share with run-board-inventory.
haveservo 2 # A utility script used by servo-inventory. Arguments on the
inventory_options 12 # that invokes the inventory scripts is installed and enabled on
  /external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/
control 14 Take inventory of process and shared lib unique RSS on a Brillo device.
brillo_ProcLibMemoryInventory.py 13 # Take inventory of these processes:
156 """Run the Brillo memory size inventory test.
  /external/autotest/site_utils/
lab_inventory.py 6 """Create e-mail reports of the Lab's DUT inventory.
110 _LOGFILE = 'lab-inventory.log'
357 """Collection of `HostJobHistory` objects for the Lab's inventory.
363 boards in the inventory, in unspecified order.
369 """Return a Lab inventory with specified parameters.
371 By default, gathers inventory from `HostJobHistory` objects
373 is supplied, the inventory will be restricted to only the
428 the board's inventory then lab techs will be asked to fix
449 """Return the total number of DUTs in the inventory."""
454 """Return the total number of boards in the inventory.""
    [all...]
lab_inventory_unittest.py 440 """Parent class for tests relating to full Lab inventory.
465 self.inventory = None
471 @param data Representation of Lab inventory data, as
489 self.inventory = lab_inventory._LabInventory(histories)
495 Contains basic coverage to show that after an inventory is
496 created and DUTs with known status are added, the inventory
499 Test inventory objects are created using the `create_inventory()`
519 """Create a test inventory, and confirm that it's correct.
524 * That the set of returned boards in the inventory matches
531 @param data Inventory data as for `self.create_inventory()`
    [all...]
  /frameworks/base/docs/html/training/in-app-billing/
list-iab-products.jd 69 <p>If the query is successful, the query results are stored in an {@code Inventory} object that is passed back to the listener.</p>
75 public void onQueryInventoryFinished(IabResult result, Inventory inventory)
83 inventory.getSkuDetails(SKU_APPLE).getPrice();
85 inventory.getSkuDetails(SKU_BANANA).getPrice();
purchase-iab-products.jd 86 <p>If the query is successful, the query results are stored in an {@code Inventory} object that is passed back to the listener. The In-app Billing service returns only the purchases made by the user account that is currently logged in to the device.</p>
92 Inventory inventory) {
99 mIsPremium = inventory.hasPurchase(SKU_PREMIUM);
108 <p>It's your responsibility to control and track how the in-app product is provisioned to the user. For example, if the user purchased in-game currency, you should update the player's inventory with the amount of currency purchased.</p>
114 mHelper.consumeAsync(inventory.getPurchase(SKU_GAS),
136 <p>It?s important to check for consumable items when the user starts up your application. Typically, you would first query the In-app Billing service for the items purchased by the user (via {@code queryInventoryAsync}), then get the consumable {@code Purchase} objects from the Inventory. If your application detects that are any consumable items that are owned by the user, you should send a consumption request to Google Play immediately and provision the item to the user. See the {@code TrivialDrive} sample for an example of how to implement this checking at startup.</p>
  /external/replicaisland/src/com/replica/replicaisland/
PlayerComponent.java 229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); local
230 if (inventory.coinCount >= mDifficultyConstants.getCoinsPerPowerup()) {
231 inventory.coinCount = 0;
253 if (inventory.rubyCount >= MAX_GEMS_PER_LEVEL) {
351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); local
352 if (inventory.rubyCount == 1) {
354 } else if (inventory.rubyCount == 2) {
544 public final void setInventory(InventoryComponent inventory) {
545 mInventory = inventory;
AnimationComponent.java 175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); local
176 final int rubyCount = inventory.rubyCount;
379 public void setInventory(InventoryComponent inventory) {
380 mInventory = inventory;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
layer1.py 172 and their total size are as of the last inventory generation.
176 retrieve the latest inventory of the vault, use InitiateJob.
179 Inventory in Amazon Glacier`_.
239 last inventory and there have been no writes to the vault
240 since the last inventory. If either of these conditions is not
245 inventory retrieval for a vault. The inventory contains the
322 that was initiated for an inventory retrieval is completed
406 To retrieve an archive or retrieve a vault inventory from
409 the output is the archive data, and for an inventory
    [all...]
layer2.py 57 last inventory and there have been no writes to the vault
58 since the last inventory. If either of these conditions is not
job.py 67 inventory.
vault.py 306 Initiate a inventory retrieval job to list the items in the
334 job_data = {'Type': 'inventory-retrieval'}
  /external/libnfc-nci/src/nfc/include/
tags_defs.h 420 /* Request flags 5 to 6 definition when inventory flag is not set */
431 /* Request flags 5 to 6 definition when inventory flag is set */
440 /* Request flags 6 to 8 definition when inventory flag is set or not set */
469 #define I93_CMD_INVENTORY 0x01 /* Inventory */
506 #define I93_ICODE_CC_IPREAD_MASK 0x02 /* inventory page read supported in CC[3] */
    [all...]
rw_api.h 117 RW_I93_INVENTORY_EVT, /* Response of Inventory */
209 tNFC_STATUS status; /* status of Inventory command */
256 tRW_I93_INVENTORY i93_inventory; /* ISO 15693 Inventory response */
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
connection.py 44 'Inventory': ('2010-10-01', 'SellerId',
616 @api_action('Inventory', 30, 0.5)
619 inventory.
624 @api_action('Inventory', 30, 0.5)
627 of a seller's inventory using the NextToken parameter.
631 @api_action('Inventory', 2, 300, 'GetServiceStatus')
633 """Returns the operational status of the Fulfillment Inventory
662 """Requests that Amazon ship items from the seller's inventory
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Format.c 68 /* Inventory command support mask for the CC byte 4 */
408 /* For SLI tags : Inventory Page read not supported */
  /external/tcpdump/
print-lldp.c 202 { LLDP_PRIVATE_TIA_SUBTYPE_INVENTORY_HARDWARE_REV, "Inventory - hardware revision" },
203 { LLDP_PRIVATE_TIA_SUBTYPE_INVENTORY_FIRMWARE_REV, "Inventory - firmware revision" },
204 { LLDP_PRIVATE_TIA_SUBTYPE_INVENTORY_SOFTWARE_REV, "Inventory - software revision" },
205 { LLDP_PRIVATE_TIA_SUBTYPE_INVENTORY_SERIAL_NUMBER, "Inventory - serial number" },
206 { LLDP_PRIVATE_TIA_SUBTYPE_INVENTORY_MANUFACTURER_NAME, "Inventory - manufacturer name" },
207 { LLDP_PRIVATE_TIA_SUBTYPE_INVENTORY_MODEL_NAME, "Inventory - model name" },
208 { LLDP_PRIVATE_TIA_SUBTYPE_INVENTORY_ASSET_ID, "Inventory - asset ID" },
358 { LLDP_TIA_CAPABILITY_INVENTORY, "Inventory"},
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/mws/
test_connection.py 176 self.assertTrue('inventory' in str(err.exception))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_operator.py 436 inventory = [('apple', 3), ('banana', 2), ('pear', 5), ('orange', 1)]
438 self.assertEqual(map(getcount, inventory), [3, 2, 5, 1])
439 self.assertEqual(sorted(inventory, key=getcount),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_operator.py 436 inventory = [('apple', 3), ('banana', 2), ('pear', 5), ('orange', 1)]
438 self.assertEqual(map(getcount, inventory), [3, 2, 5, 1])
439 self.assertEqual(sorted(inventory, key=getcount),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_operator.py 436 inventory = [('apple', 3), ('banana', 2), ('pear', 5), ('orange', 1)]
438 self.assertEqual(map(getcount, inventory), [3, 2, 5, 1])
439 self.assertEqual(sorted(inventory, key=getcount),

Completed in 1064 milliseconds

1 2 3