Searched refs:quantity (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DShipmentData.java25 private int quantity; field in class:ShipmentData
27 public ShipmentData(int quantity) { argument
29 this.quantity = quantity;
34 return quantity;
39 return "[ShipmentData: quantity=" + quantity + ']';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DShipmentData.java26 private int quantity; field in class:ShipmentData
28 public ShipmentData(int quantity) { argument
30 this.quantity = quantity;
35 return quantity;
40 return "[ShipmentData: quantity=" + quantity + ']';
H A DShipment.java25 private int quantity; field in class:Shipment
27 public Shipment(String partNumber, String supplierNumber, int quantity) { argument
31 this.quantity = quantity;
46 return quantity;
53 " quantity=" + quantity + ']';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DShipmentData.java25 private int quantity; field in class:ShipmentData
27 public ShipmentData(int quantity) { argument
29 this.quantity = quantity;
34 return quantity;
39 return "[ShipmentData: quantity=" + quantity + ']';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DShipmentData.java26 private int quantity; field in class:ShipmentData
28 public ShipmentData(int quantity) { argument
30 this.quantity = quantity;
35 return quantity;
40 return "[ShipmentData: quantity=" + quantity + ']';
H A DShipment.java25 private int quantity; field in class:Shipment
27 public Shipment(String partNumber, String supplierNumber, int quantity) { argument
31 this.quantity = quantity;
46 return quantity;
53 " quantity=" + quantity + ']';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DShipment.java35 private int quantity; field in class:Shipment
37 public Shipment(String partNumber, String supplierNumber, int quantity) { argument
41 this.quantity = quantity;
66 return quantity;
73 " quantity=" + quantity + ']';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DShipment.java40 private int quantity; field in class:Shipment
42 public Shipment(String partNumber, String supplierNumber, int quantity) { argument
46 this.quantity = quantity;
61 return quantity;
68 " quantity=" + quantity + ']';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DShipment.java40 private int quantity; field in class:Shipment
42 public Shipment(String partNumber, String supplierNumber, int quantity) { argument
46 this.quantity = quantity;
71 return quantity;
78 " quantity=" + quantity + ']';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/getting_started/
H A Dexample_database_read.c195 int quantity; local
203 quantity = *((int *)(buf + buf_pos));
221 printf("\tQuantity: %i\n", quantity);
H A Dexample_database_load.c212 int quantity; local
231 name, sku, &price, &quantity, category, vendor);
246 memcpy(databuf + bufLen, &quantity, dataLen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A DgettingStartedCommon.hpp10 inline void setQuantity(long quantity) {quantity_ = quantity;} argument
161 * first string in the buffer after the price (a double) and the quantity
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex214 Vendor string length (32 bit unsigned quantity specifying number of octets)
220 Number of comment fields (32 bit unsigned quantity specifying number of fields)
223 Comment field 0 length (if [Number of comment fields] $>0$; 32 bit unsigned quantity specifying number of octets)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExampleDPL.java38 * quantity. Some of those other attributes are indexed.
74 private int quantity; field in class:EventExampleDPL.Event
H A DEventExample.java43 * attributes, such as price, account reps, customer name and quantity.
76 private int quantity; field in class:EventExample.Event
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgauge.tex3 A gauge is a horizontal or vertical bar which shows a quantity (often time).
H A Dcategory.tex103 \twocolitem{\helpref{wxGauge}{wxgauge}}{A control to represent a varying quantity, such as time remaining}
H A Dtsamples.tex119 \twocolitem{\helpref{wxGauge}{wxgauge}}{A control to represent a varying quantity, such as time remaining}

Completed in 215 milliseconds