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

<<51525354555657585960>>

  /external/chromium_org/v8/src/
json-parser.h 162 // A JSON number (production JSONNumber) is a subset of the valid JavaScript
163 // decimal number literals.
171 // A JSON value is either a (double-quoted) string literal, a number literal,
542 double number; local
545 number = StringToDouble(isolate()->unicode_cache(),
554 number = StringToDouble(isolate()->unicode_cache(),
562 return factory()->NewNumber(number, pretenure_);
preparse-data.h 218 // Write a non-negative number to the symbol store.
219 void WriteNumber(int number);
  /external/chromium_org/v8/test/mjsunit/compiler/
expression-trees.js 80 // Set it back to a number for the next iteration.
101 // Set it back to a number for the next iteration.
  /external/chromium_org/v8/test/mjsunit/
constant-folding.js 219 // Answer is non-smi and lhs of << is a temporary heap number that we can
224 // Answer is non-smi and lhs of << is a temporary heap number that we think
debug-compile-event.js 36 var source_count = 0; // Total number of scources compiled.
37 var host_compilations = 0; // Number of scources compiled through the API.
38 var eval_compilations = 0; // Number of scources compiled through eval.
111 // Number of before and after compile events should be the same.
114 // Check the actual number of events (no compilation through the API as all
toint32.js 38 assertEquals(0, toInt32(Number.MIN_VALUE));
39 assertEquals(0, toInt32(-Number.MIN_VALUE));
117 // bignum is (2^53 - 1) * 2^31 - highest number with bit 31 set.
126 // max_fraction is largest number below 1.
  /external/chromium_org/v8/test/mjsunit/harmony/
string-contains.js 70 msg: "Number 1234.34", val: 1234.34
72 msg: "Integer number 0", val: 0
74 msg: "Negative number -1", val: -1
string-endswith.js 59 msg: "Number 1234.34", val: 1234.34
61 msg: "Integer number 0", val: 0
63 msg: "Negative number -1", val: -1
string-startswith.js 59 msg: "Number 1234.34", val: 1234.34
61 msg: "Integer number 0", val: 0
63 msg: "Negative number -1", val: -1
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2443.js 28 // Number.prototype methods on non-Numbers.
30 assertThrows(function() { Number.prototype.toExponential.call({}) },
33 assertThrows(function() { Number.prototype.toPrecision.call({}) },
36 assertThrows(function() { Number.prototype.toFixed.call({}) },
39 assertThrows(function() { Number.prototype.toString.call({}) },
42 assertThrows(function() { Number.prototype.toLocaleString.call({}) },
45 assertThrows(function() { Number.prototype.ValueOf.call({}) },
49 // Call on Number objects with custom valueOf method.
51 var x_obj = new Number(1);
55 Number.prototype.toExponential.call(x_obj, 2))
    [all...]
  /external/chromium_org/v8/test/webkit/resources/
standalone-pre.js 83 if (typeof(_expected) == "number" && isNaN(_expected))
84 return typeof(_actual) == "number" && isNaN(_actual);
  /external/flac/libFLAC/
stream_encoder_framing.c 155 if(!FLAC__bitwriter_write_raw_uint32(bw, track->number, FLAC__STREAM_METADATA_CUESHEET_TRACK_NUMBER_LEN))
173 if(!FLAC__bitwriter_write_raw_uint32(bw, index->number, FLAC__STREAM_METADATA_CUESHEET_INDEX_NUMBER_LEN))
330 if(!FLAC__bitwriter_write_utf8_uint32(bw, header->number.frame_number))
334 if(!FLAC__bitwriter_write_utf8_uint64(bw, header->number.sample_number))
  /external/gcc-demangle/
demangle.h 224 /* A template parameter. This holds a number, which is the template
227 /* A function parameter. This holds a number, which is the index. */
329 /* A vector type. The left subtree is the number of elements,
342 /* An extended operator. This holds the number of arguments, and
373 number which involves neither modifying the mangled string nor
384 /* A number. */
438 /* Number of arguments. */
493 long number; member in struct:demangle_component::__anon18377::__anon18386
552 operator and the number of arguments which it takes (the latter is
562 number of arguments and the name. Returns non-zero on success
    [all...]
  /external/icu4c/i18n/
digitlst.cpp 206 * Formats a int64_t number into a base 10 string representation, and NULL terminates it.
207 * @param number The number to format
210 * @return the number of digits written, not including the sign.
213 formatBase10(int64_t number, char *outputStr) {
214 // The number is output backwards, starting with the LSD.
215 // Fill the buffer from the far end. After the number is complete,
222 int64_t n = number;
223 if (number < 0) { // Negative numbers are slightly larger than a postive
232 if (number < 0)
    [all...]
  /external/icu4c/i18n/unicode/
fmtable.h 92 * Creates a Formattable object with a double number.
93 * @param d the double number.
99 * Creates a Formattable object with a long number.
100 * @param l the long number.
106 * Creates a Formattable object with an int64_t number
107 * @param ll the int64_t number.
124 * a decimal number in string form. The Formattable will retain the
128 * @param number the unformatted (not localized) string representation
129 * of the Decimal number.
132 * decimal number
    [all...]
  /external/kernel-headers/original/linux/
pm.h 70 #define PM_PCI_ID(dev) ((dev)->bus->number << 16 | (dev)->devfn)
telephony.h 69 * returns an integer value indicating the number of capabilities the
108 char number[11]; member in struct:__anon20254
  /external/kernel-headers/original/linux/raid/
md_p.h 88 __u32 number; /* 0 Device number in the entire set */ member in struct:mdp_device_descriptor_s
89 __u32 major; /* 1 Device major number */
90 __u32 minor; /* 2 Device minor number */
109 * the number of active devices in the array, 'raid_disks' will be
125 __u32 gvalid_words; /* 4 Number of used words in this section */
132 __u32 md_minor; /* 11 preferred MD minor device number */
144 __u32 active_disks; /* 2 Number of currently active disks */
145 __u32 working_disks; /* 3 Number of working disks */
146 __u32 failed_disks; /* 4 Number of failed disks *
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 56 vqadd.s16 q3, q3, q2 ;modify since sinpi8sqrt2 > 65536/2 (negtive number)
88 vqadd.s16 q3, q3, q2 ;modify since sinpi8sqrt2 > 65536/2 (negtive number)
  /external/libxml2/
xmlmemory.c 139 * number reaches the specified value this function is called. One need to add a breakpoint
153 * @line: the line number
222 * @line: the line number
306 * @line: the line number
317 unsigned long number; local
329 number = p->mh_number;
330 if (xmlMemStopAtBlock == number) xmlMallocBreakpoint();
359 p->mh_number = number;
475 * @line: the line number
564 * Provides the number of memory areas currently allocate
    [all...]
  /external/llvm/test/MC/Mips/
mips64-register-names.s 4 # Second byte of addiu with $zero at rt contains the number of the source
  /external/nist-sip/java/gov/nist/core/
HostNameParser.java 213 * an IPv6 address by counting the number of colons that appear in it.
276 if (allowWS) lexer.SPorHT(); // white space before port number should be accepted
278 String port = lexer.number();
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_field.cc 59 (*variables)["number"] = SimpleItoa(descriptor->number());
155 "input.readGroup($number$, subBuilder, extensionRegistry);\n");
169 " output.write$group_or_message$($number$, get$capitalized_name$());\n"
178 " .compute$group_or_message$Size($number$, get$capitalized_name$());\n"
301 "input.readGroup($number$, subBuilder, extensionRegistry);\n");
315 " output.write$group_or_message$($number$, element);\n"
324 " .compute$group_or_message$Size($number$, element);\n"
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message_field.cc 59 (*variables)["number"] = SimpleItoa(descriptor->number());
120 "input.readGroup(value, $number$);\n");
134 " output.write$group_or_message$($number$, get$capitalized_name$());\n"
143 " .compute$group_or_message$Size($number$, get$capitalized_name$());\n"
253 "input.readGroup(value, $number$);\n");
268 " output.write$group_or_message$($number$, get$capitalized_name$(i));\n"
273 " output.write$group_or_message$($number$, element);\n"
284 " .compute$group_or_message$Size($number$, get$capitalized_name$(i));\n"
290 " .compute$group_or_message$Size($number$, element);\n
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format.h 178 // This is different from MakeTag(field->number(), field->type()) in the case
281 return WireFormatLite::MakeTag(field->number(), WireTypeForField(field));

Completed in 1017 milliseconds

<<51525354555657585960>>