Searched refs:amount (Results 1 - 25 of 229) sorted by relevance

12345678910

/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DWeight.java14 * Weight represents a weight amount and unit of measure.
26 private double amount; field in class:Weight
29 public Weight(double amount, String units) { argument
31 this.amount = amount;
37 return amount;
47 return "[" + amount + ' ' + units + ']';
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DWeight.java14 * Weight represents a weight amount and unit of measure.
26 private double amount; field in class:Weight
29 public Weight(double amount, String units) { argument
31 this.amount = amount;
37 return amount;
47 return "[" + amount + ' ' + units + ']';
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DWeight.java14 * Weight represents a weight amount and unit of measure.
26 private double amount; field in class:Weight
29 public Weight(double amount, String units) { argument
31 this.amount = amount;
37 return amount;
47 return "[" + amount + ' ' + units + ']';
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DWeight.java14 * Weight represents a weight amount and unit of measure.
26 private double amount; field in class:Weight
29 public Weight(double amount, String units) { argument
31 this.amount = amount;
37 return amount;
47 return "[" + amount + ' ' + units + ']';
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DWeight.java14 * Weight represents a weight amount and unit of measure.
26 private double amount; field in class:Weight
29 public Weight(double amount, String units) { argument
31 this.amount = amount;
37 return amount;
47 return "[" + amount + ' ' + units + ']';
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/sentity/
H A DWeight.java14 * Weight represents a weight amount and unit of measure.
26 private double amount; field in class:Weight
29 public Weight(double amount, String units) { argument
31 this.amount = amount;
37 return amount;
47 return "[" + amount + ' ' + units + ']';
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DWeight.java14 * Weight represents a weight amount and unit of measure.
26 private double amount; field in class:Weight
29 public Weight(double amount, String units) { argument
31 this.amount = amount;
37 return amount;
47 return "[" + amount + ' ' + units + ']';
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Ddoalloc.c45 _nc_doalloc(void *oldp, size_t amount) argument
50 if ((newp = realloc(oldp, amount)) == 0) {
55 newp = malloc(amount);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/
H A Doo-apache.pl14 my $invoice = bless {name => 'My invoice', amount => 41} => 'Invoice';
24 print ' amount: ', $a->{amount}, "\n";
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/
H A Doo-apache.pl14 my $invoice = bless {name => 'My invoice', amount => 41} => 'Invoice';
24 print ' amount: ', $a->{amount}, "\n";
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/
H A Doo-apache.pl14 my $invoice = bless {name => 'My invoice', amount => 41} => 'Invoice';
24 print ' amount: ', $a->{amount}, "\n";
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcurramt.cpp20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode, argument
22 Measure(amount, new CurrencyUnit(isoCode, ec), ec) {
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode, argument
27 Measure(Formattable(amount), new CurrencyUnit(isoCode, ec), ec) {
H A Dtmutamt.cpp24 TimeUnitAmount::TimeUnitAmount(double amount, argument
27 : Measure(Formattable(amount),
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSIPDT03Emulator.cpp201 UInt8 amount = min ( *senseBufferLen, sizeof ( SCSI_Sense_Data ) ); local
204 bcopy ( &gInvalidCDBFieldSenseData, senseBuffer, amount );
206 *senseBufferLen = amount;
223 UInt8 amount = min ( *senseBufferLen, sizeof ( SCSI_Sense_Data ) ); local
226 bcopy ( &gInvalidCDBFieldSenseData, senseBuffer, amount );
228 *senseBufferLen = amount;
260 UInt8 amount = min ( *senseBufferLen, sizeof ( SCSI_Sense_Data ) ); local
263 bcopy ( &gInvalidCommandSenseData, senseBuffer, amount );
265 *senseBufferLen = amount;
283 UInt8 amount local
[all...]
H A DAppleSCSIPDT00Emulator.cpp320 UInt64 amount; local
331 amount = fInquiryPage00DataSize;
341 amount = fInquiryPage80DataSize;
351 amount = fInquiryPage83DataSize;
359 COMMAND_LOG ( ( "Amount = %llu\n", amount ) );
361 *dataLen = min ( amount, *dataLen );
378 UInt8 amount = min ( *senseBufferLen, sizeof ( SCSI_Sense_Data ) ); local
381 bcopy ( &gInvalidCDBFieldSenseData, senseBuffer, amount );
383 *senseBufferLen = amount;
402 UInt8 amount local
519 UInt8 amount = min ( *senseBufferLen, sizeof ( SCSI_Sense_Data ) ); local
602 UInt8 amount = min ( *senseBufferLen, sizeof ( SCSI_Sense_Data ) ); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCAFiltersMac.mm133 [filter setValue:[NSNumber numberWithFloat:op->amount()] forKey:@"inputAmount"];
149 [filter setValue:[NSNumber numberWithFloat:op->amount()] forKey:@"inputAmount"];
157 [filter setValue:[NSNumber numberWithFloat:deg2rad(op->amount())] forKey:@"inputAngle"];
208 [filter setValue:[NSNumber numberWithFloat:op->amount()] forKey:@"inputIntensity"];
219 double t = op->amount();
239 [filter setValue:[NSNumber numberWithFloat:op->amount()] forKey:@"inputSaturation"];
249 [filter setValue:[NSNumber numberWithFloat:deg2rad(op->amount())] forKey:@"inputAngle"];
259 double multiplier = 1 - op->amount() * 2;
266 [filter setValue:[CIVector vectorWithX:op->amount() Y:op->amount()
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dtprogressbar.rb31 def step(amount=None)
32 tk_send_without_enc('step', amount).to_f
34 #def step=(amount)
35 # tk_send_without_enc('step', amount)
46 def stop(amount=None)
50 tk_send_without_enc('stop', amount)
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dhost_statistics.h51 #define VM_STAT_INCR_BY(event, amount) \
53 OSAddAtomic64((amount), (SInt64 *) (&(PROCESSOR_DATA(current_processor(), vm_stat).event))); \
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dcurramt.h30 * A currency together with a numeric amount, such as 200 USD.
38 * Construct an object with the given numeric amount and the given
40 * @param amount a numeric object; amount.isNumeric() must be TRUE
43 * @param ec input-output error code. If the amount or the isoCode
47 CurrencyAmount(const Formattable& amount, const UChar* isoCode,
51 * Construct an object with the given numeric amount and the given
53 * @param amount the amount of the given currency
60 CurrencyAmount(double amount, cons
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-fin.el142 (defun calcFunc-pv (rate num amount &optional lump)
146 (math-add (math-mul amount
152 (defun calcFunc-pvl (rate num amount)
153 (calcFunc-pv rate num 0 amount))
156 (defun calcFunc-pvb (rate num amount &optional lump)
160 (math-add (math-mul amount
193 (defun calcFunc-fv (rate num amount &optional initial)
197 (math-add (math-mul amount
203 (defun calcFunc-fvl (rate num amount)
204 (calcFunc-fv rate num 0 amount))
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dgopher.c89 ssize_t amount, k; local
123 result = Curl_write(conn, sockfd, sel, k, &amount);
125 result = Curl_client_write(conn, CLIENTWRITE_HEADER, sel, amount);
130 k -= amount;
131 sel += amount;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dsquare27 def size(amount=nil)
28 if amount
29 tk_send 'size', amount
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dsquare27 def size(amount=nil)
28 if amount
29 tk_send 'size', amount
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DInputBuffer.cpp16 void InputBuffer::fill(unsigned int amount) argument
20 while (queue.entries() < amount + markerOffset)
H A DTokenBuffer.cpp43 void TokenBuffer::fill(unsigned int amount) argument
47 while (queue.entries() < (amount + markerOffset))

Completed in 217 milliseconds

12345678910