HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 1376 - 1400 of 2876) sorted by null

<<51525354555657585960>>

  /external/v8/tools/
splaytree.js 64 * @param {number} key Key to insert into the tree.
97 * @param {number} key Key to find and remove from the tree.
128 * @param {number} key Key to find in the tree.
221 * @param {number} key Key to splay the tree on.
309 * @param {number} key Key.
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 265 # define png_warning_parameter(p,number,string) ((void)0)
266 # define png_warning_parameter_unsigned(p,number,format,value) ((void)0)
267 # define png_warning_parameter_signed(p,number,format,value) ((void)0)
319 * DBL_DIG Maximum number of decimal digits (can be set to any constant)
320 * DBL_MIN Smallest normalized fp number (can be set to an arbitrary value)
321 * DBL_MAX Maximum floating point number (can be set to an arbitrary value)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 530 assertEquals(typeof strict.call(7), "number");
537 assertEquals(typeof strict.apply(7), "number");
594 install(Number);
642 assertEquals((10 + i).strict(), "number");
644 assertEquals((10 + i)[strict_name](), "number");
646 assertEquals((10 + i)[strict_number](), "number");
670 assertEquals(callStrict(17 + i), "number");
672 assertEquals(callKeyedStrict(17 + i), "number");
674 assertEquals(callIndexedStrict(17 + i), "number");
699 assertEquals((10 + i).strictget(), "number");
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 530 assertEquals(typeof strict.call(7), "number");
537 assertEquals(typeof strict.apply(7), "number");
594 install(Number);
642 assertEquals((10 + i).strict(), "number");
644 assertEquals((10 + i)[strict_name](), "number");
646 assertEquals((10 + i)[strict_number](), "number");
670 assertEquals(callStrict(17 + i), "number");
672 assertEquals(callKeyedStrict(17 + i), "number");
674 assertEquals(callIndexedStrict(17 + i), "number");
699 assertEquals((10 + i).strictget(), "number");
    [all...]
  /external/chromium/net/base/
net_util_unittest.cc 463 // Helper to strignize an IP number (used to define expectations).
2158 IPAddressNumber number; local
2170 IPAddressNumber number; local
2177 IPAddressNumber number; local
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 38 * @enum {number}
429 /** @enum {number} */
474 * @param {number} page The page we want to view.
518 * @return {number} The number of visits in the model.
526 * @param {number} start The start index.
527 * @param {number} end The end index.
688 * @param {number} page The page number.
698 * @param {number} page The page number
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 144 * @return {boolean} true if the number of copies is valid else returns false.
152 return (numericExp.test(copiesFieldText) && Number(copiesFieldText) > 0);
156 * Checks the value of the copies field. If it is a valid number it does
225 * Returns the number of copies currently indicated in the copies textfield. If
226 * the contents of the textfield can not be converted to a number or if <1 it
229 * @return {number} number of copies.
290 * @param {number} defaultPrinterIndex The index of the default printer.
340 * @param {number} pageCount The expected total pages count.
517 * reset to "all pages selected". After the change the number of pages will b
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.js 20 * @param {number} index The index of menu item to activate in menu model.
24 * to pass number to C++.
203 * @type {number}
210 * @type {number}
229 * @type {number}
317 * @return {number} The index of the {@code item}.
580 * @param {number} incr Specifies the direction to search, 1 to
616 * @param {number} tick The number of pixels to scroll.
  /external/chromium_org/v8/src/
runtime.js 47 var $Number = global.Number;
172 // Fast case: Check for number operands and do the addition.
275 // Make sure to convert the right operand to a number before
281 // that doesn't convert to a number. This is common in
313 // Make sure to convert the right operand to a number before
319 // that doesn't convert to a number. This is common in
447 // We can handle any number of apply arguments if the stack is
464 // Return the length which is the number of arguments to copy to the
481 // Convert the receiver to a number - forward to ToNumber
    [all...]
  /external/v8/src/
runtime.js 47 var $Number = global.Number;
164 // Fast case: Check for number operands and do the addition.
267 // Make sure to convert the right operand to a number before
273 // that doesn't convert to a number. This is common in
319 // Make sure to convert the right operand to a number before
325 // that doesn't convert to a number. This is common in
453 // We can handle any number of apply arguments if the stack is
470 // Return the length which is the number of arguments to copy to the
487 // Convert the receiver to a number - forward to ToNumber
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_editor.js 603 * @param {number} x X coordinate of the event.
604 * @param {number} y Y coordinate of the event.
775 * @param {number} x X coordinate of the event.
776 * @param {number} y Y coordinate of the event.
783 * @param {function(number, number)} callback New double tap callback.
968 * @param {number} min Min value of the option.
969 * @param {number} value Default value of the option.
970 * @param {number} max Max value of the options.
971 * @param {number} scale A number to multiply by when settin
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
utilities.js 57 * @return {!Array.<number>}
71 * @return {!Array.<number>}
142 * @param {number} maxLength
155 * @param {number} maxLength
187 * @return {number}
237 * @return {number}
279 * @param {number} num
280 * @param {number} min
281 * @param {number} max
282 * @return {number}
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 205 * @param tag the field's tag number
414 final int number = entry.getKey(); local
416 printUnknownField(number, WireFormat.WIRETYPE_VARINT,
418 printUnknownField(number, WireFormat.WIRETYPE_FIXED32,
420 printUnknownField(number, WireFormat.WIRETYPE_FIXED64,
422 printUnknownField(number, WireFormat.WIRETYPE_LENGTH_DELIMITED,
443 private void printUnknownField(final int number,
449 generator.print(String.valueOf(number));
472 // the number is negative, then set it again using setBit().
596 "[.]?[0-9+-][0-9a-zA-Z_.+-]*+|" + // a number
1211 final int number = tokenizer.consumeInt32(); local
    [all...]
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 58 #define CC(number,target,v,maxlen) \
60 if (number != target) { \
62 _("Invalid number of components (%i, " \
63 "expected %i)."), (int) number, (int) target); \
68 #define CC2(number,t1,t2,v,maxlen) \
70 if ((number < t1) || (number > t2)) { \
72 _("Invalid number of components (%i, " \
73 "expected %i or %i)."), (int) number, \
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 205 // We still return true because we did, in fact, parse a number.
463 DO(Consume("=", "Missing field number."));
465 // Parse field number.
466 RecordLocation(field, DescriptorPool::ErrorCollector::NUMBER);
467 int number; local
468 DO(ConsumeInteger(&number, "Expected field number."));
469 field->set_number(number);
599 DO(ConsumeNumber(&value, "Expected number."));
694 // of a single '-' symbol, followed by a positive number
879 int number; local
    [all...]
  /external/chromium_org/chrome_frame/
CFInstance.js 70 /** @type {number} */
72 /** @type {number} */
74 /** @type {number} */
76 /** @type {number} */
82 /** @type {number} */
90 /** @type {number} */
95 /** @type {number} */
100 /** @type {number} */
173 * @param {number} opt_offset An index to being copying from in the source.
187 * @param {number} opt_offset An index to being copying from in the source
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 227 IntlTest::appendHex(uint32_t number,
239 target += digitString[(number >> 28) & 0xF];
241 target += digitString[(number >> 24) & 0xF];
243 target += digitString[(number >> 20) & 0xF];
245 target += digitString[(number >> 16) & 0xF];
247 target += digitString[(number >> 12) & 0xF];
249 target += digitString[(number >> 8) & 0xF];
251 target += digitString[(number >> 4) & 0xF];
253 target += digitString[(number >> 0) & 0xF];
318 // If we are preceded by an odd number of backslashes
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 136 * The number of events that this notification represents. For example, in a new mail
137 * notification, this could be the number of unread messages.
140 * example, before {@link android.os.Build.VERSION_CODES#HONEYCOMB}, this number was
143 * {@link Notification.Builder} has displayed the number in the expanded notification view.
145 * If the number is 0 or negative, it is never shown.
147 public int number; field in class:Notification
252 * The number of milliseconds for the LED to be on while it's flashing.
261 * The number of milliseconds for the LED to be off while it's flashing.
286 * <li>To flash the LED, pass the number of milliseconds that it should
715 number = parcel.readInt()
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 100 // Key used to read/write voice mail number
125 // Create Cfu (Call forward unconditional) so that dialling number &
817 private void storeVoiceMailNumber(String number) {
820 editor.putString(VM_NUMBER, number);
829 String number = (r != null) ? r.getVoiceMailNumber() : ""; local
830 if (TextUtils.isEmpty(number)) {
832 number = sp.getString(VM_NUMBER, null);
834 return number;
922 public void setLine1Number(String alphaTag, String number, Message onComplete) {
925 r.setMsisdnNumber(alphaTag, number, onComplete)
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 562 // Phone number (via getAddress()) is stored in the message to remember which
563 // number is actually used for the look up.
964 final String number = c.getAddress(); local
1043 final String number = c.getAddress(); local
1709 String number = ci.phoneNumber; local
    [all...]
  /cts/tools/dasm/src/java_cup/
emit.java 30 * <dd> lists the LHS non terminal number, and the length of the RHS of
37 * popped back a number of elements corresponding to the RHS of the
47 * and other output is to be produced, and counting things such as number of
69 Finally, this class uses a number of public instance variables to communicate
71 as well as to report counts of various things (such as number of conflicts
89 num_conflicts - number of conflicts detected.
91 not_reduced - count of number of productions that never reduce.
165 /** Number of conflict found while building tables. */
175 /** Count of the number on non-reduced productions found. */
348 out.println(" /* select the action based on the action number */");
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 33 var TYPE_number = 'number';
120 * @param {number} start The start of the slice.
121 * @param {number} opt_end The end of the slice (optional).
139 * @param {string} s string repersentation of a number.
141 * @return {number} The integer contained in s, converted on base 10.
283 * @param {string|number} value Set attribute to this value.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 33 var TYPE_number = 'number';
120 * @param {number} start The start of the slice.
121 * @param {number} opt_end The end of the slice (optional).
139 * @param {string} s string repersentation of a number.
141 * @return {number} The integer contained in s, converted on base 10.
283 * @param {string|number} value Set attribute to this value.
  /external/chromium/net/server/
http_server.cc 64 int64 number = 0;
65 if (!base::StringToInt64(result, &number))
67 return htonl(static_cast<uint32>(number / spaces));
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 33 var TYPE_number = 'number';
120 * @param {number} start The start of the slice.
121 * @param {number} opt_end The end of the slice (optional).
139 * @param {string} s string repersentation of a number.
141 * @return {number} The integer contained in s, converted on base 10.
283 * @param {string|number} value Set attribute to this value.

Completed in 1770 milliseconds

<<51525354555657585960>>