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

12

/macosx-10.10/BerkeleyDB-21/db/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 + ']';
/macosx-10.10/BerkeleyDB-21/db/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 + ']';
/macosx-10.10/BerkeleyDB-21/db/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 + ']';
/macosx-10.10/BerkeleyDB-21/db/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 + ']';
/macosx-10.10/BerkeleyDB-21/db/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 + ']';
/macosx-10.10/BerkeleyDB-21/db/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 + ']';
/macosx-10.10/BerkeleyDB-21/db/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 + ']';
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dzfparse.c122 char quantity; local
125 quantity = 'd';
126 sscanf (s, "%ld%c", &lval, &quantity);
127 quantity = tolower (quantity);
128 if ( quantity == 'm' )
130 else if ( quantity == 'h' )
132 else if ( quantity == 'd' )
134 else if ( quantity == 'w' )
136 else if ( quantity
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dquantityformatter.cpp118 const Formattable& quantity,
130 FixedDecimal fd = decFmt->getFixedDecimal(quantity, status);
136 if (quantity.getType() == Formattable::kDouble) {
137 count = rules.select(quantity.getDouble());
138 } else if (quantity.getType() == Formattable::kLong) {
139 count = rules.select(quantity.getLong());
140 } else if (quantity.getType() == Formattable::kInt64) {
141 count = rules.select((double) quantity.getInt64());
166 fmt.format(quantity, formattedNumber, fpos, status);
117 format( const Formattable& quantity, const NumberFormat &fmt, const PluralRules &rules, UnicodeString &appendTo, FieldPosition &pos, UErrorCode &status) const argument
H A Dquantityformatter.h25 * A plural aware formatter that is good for expressing a single quantity and
84 * Formats a quantity with this object appending the result to appendTo.
88 * @param quantity the single quantity.
89 * @param fmt formats the quantity
96 const Formattable &quantity,
H A Dreldatefmt.cpp579 double quantity, UDateDirection direction, UDateRelativeUnit unit,
591 quantity,
578 format( double quantity, UDateDirection direction, UDateRelativeUnit unit, UnicodeString& appendTo, UErrorCode& status) const argument
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A Dmetakit.py71 s = db.getas('serves[bar,beer,quantity:I]')
78 s.append(bar='cheers', beer='bud', quantity=500)
79 s.append(bar='cheers', beer='samaddams', quantity=255)
80 s.append(bar='lolas', beer='mickies', quantity=1515)
/macosx-10.10/BerkeleyDB-21/db/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);
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dreldatefmt.h233 * <li>relative dates with a quantity e.g "in 5 days"</li>
234 * <li>relative dates without a quantity e.g "next Tuesday"</li>
347 * Formats a relative date with a quantity such as "in 5 days" or
349 * @param quantity The numerical amount e.g 5. This value is formatted
362 double quantity,
369 * Formats a relative date without a quantity.
/macosx-10.10/BerkeleyDB-21/db/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
/macosx-10.10/misc_cmds-33/units/
H A Dunits.c57 int quantity; member in struct:unittype
83 int addunit(struct unittype *theunit, char *toadd, int flip, int quantity);
215 theunit->quantity = 0;
293 Quantity is 1 if this is a quantity to be converted rather than a pure unit.
299 addunit(struct unittype * theunit, char *toadd, int flip, int quantity) argument
325 if (quantity)
326 theunit->quantity = 1;
644 if (want->quantity)
647 if (have->quantity)
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReportStructs.h81 #define __IOR_MAKEUNIT(quantity, scale) \
82 (((IOReportUnits)quantity << 56) | (uint64_t)scale)
88 // 8b quantity + 32b const + 8b * 2^10 + 8b * 2^n + 8b cardinal + 8b unused
89 typedef uint8_t IOReportQuantity; // SI "quantity" is what's measured
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dquotavfs.tcl12 Quotas can be set on any quantity returned by "file stat" or "file attributes",
16 a running total of a certain quantity. Each quota is defined by a set of switches composing
38 -<quantity> <rule> -[quota|ruletotal] <quota number>
40 -<quantity> -total <quota number>
44 -<quantity>
45 Where <quantity> is any item returned by the "file stat" or "file attributes" commands, with the dash
47 is assumed to exist as well, defined as the file's full pathname. The quantity need not exist, so the
53 list of glob patterns as used by the "string match" command: if the quantity value matches all the
54 patterns, the quota is applied. The rule may be Tcl code, to which the quantity value will be
67 quantity o
[all...]
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_yaml.rb299 [ { 'item' => 'Super Hoop', 'quantity' => 1 },
300 { 'item' => 'Basketball', 'quantity' => 4 },
301 { 'item' => 'Big Shoes', 'quantity' => 1 } ] }, <<EOY
307 quantity: 1
309 quantity: 4
311 quantity: 1
470 [ { 'sku' => 'BL394D', 'quantity' => 4,
472 { 'sku' => 'BL4438H', 'quantity' => 1,
492 quantity : 4
496 quantity
[all...]
/macosx-10.10/BerkeleyDB-21/db/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
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dclock.tcl4435 foreach { quantity unit } $offsets {
4441 [AddMonths [expr { 12 * $quantity }] \
4445 set clockval [AddMonths $quantity $clockval $timezone \
4450 set clockval [AddDays [expr { 7 * $quantity }] \
4454 set clockval [AddDays $quantity $clockval $timezone \
4459 set clockval [expr { 3600 * $quantity + $clockval }]
4462 set clockval [expr { 60 * $quantity + $clockval }]
4465 set clockval [expr { $quantity + $clockval }]

Completed in 192 milliseconds

12