HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 976 - 1000 of 1948) sorted by null

<<31323334353637383940>>

  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
panoramiXproto.h 57 CARD16 sequenceNumber B16; /* last sequence number */
175 CARD32 number B32;
  /external/v8/src/
bignum.cc 258 // Assert that this number + 1 (for the carry) fits into double chunk.
357 // Assert that the additional number of bits in a DoubleChunk are enough to
403 // Since the result was guaranteed to lie inside the number the
504 // number of digits.
552 static int SizeInHexChars(S number) {
553 ASSERT(number > 0);
555 while (number != 0) {
556 number >>= 4;
preparse-data.h 218 // Write a non-negative number to the symbol store.
219 void WriteNumber(int number);
  /external/v8/test/mjsunit/compiler/
expression-trees.js 81 // Set it back to a number for the next iteration.
104 // Set it back to a number for the next iteration.
  /external/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/valgrind/main/memcheck/tests/
sigkill.stderr.exp 186 setting signal 65: Warning: bad signal number 65 in sigaction()
188 getting signal 65: Warning: bad signal number 65 in sigaction()
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument07.js 92 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMLocator-line-number
93 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMLocator-column-number
  /external/webkit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/
label-control.js 8 document.write("<label id='test2' for='inputId2'></label><input id='inputId2' type='number'>");
10 shouldBe("document.getElementById('test2').control.type", "'number'");
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 606 static String formatNumber(double number)
608 DecimalNumber decimal(number);
722 text += String::number(m_value.num);
776 append(result, String::number(color.alpha() / 256.0f));
  /external/webkit/Source/WebCore/editing/
BreakBlockquoteCommand.cpp 152 setNodeAttribute(static_cast<Element*>(clonedChild.get()), startAttr, String::number(toRenderListItem(listChildNode->renderer())->value()));
  /external/webkit/Source/WebCore/html/
InputType.h 228 // In addition, it stores the number of digits after the decimal point
269 const AtomicString& number();
NumberInputType.cpp 63 return InputTypeNames::number();
138 // ... that number subtracted from the step base is not an integral multiple
  /external/webkit/Source/WebCore/platform/network/
CredentialStorage.cpp 63 return makeString(url.protocol(), "://", url.host(), ':', String::number(url.port()), '/');
  /external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp 327 // FIXME: If this file gets localized, this should really be localized as one string with a wildcard for the number.
328 return String::number(numberOfFiles) + String(" files");
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 145 * extension, to represent an address range the number of address
220 * extension, to represent an address range the number of address
270 * extension, to represent an address range the number of address
397 * extension, to represent an address range the number of
618 int number = 0; // the number of OID's components local
630 // the number was not read
633 result[number++] = value;
642 if (number < 2) {
645 return Arrays.copyOfRange(result, 0, number);
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseVoicemailProviderTest.java 190 public String getGeocodedLocationFor(String number, String countryIso) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
telephony.h 69 * returns an integer value indicating the number of capabilities the
108 char number[11]; member in struct:__anon26663
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
telephony.h 69 * returns an integer value indicating the number of capabilities the
108 char number[11]; member in struct:__anon28254
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 34 int number; /* The channel number */ member in struct:snd_midi_channel
46 unsigned char midi_program; /* Instrument number */
70 int port; /* The port number */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
telephony.h 69 * returns an integer value indicating the number of capabilities the
108 char number[11]; member in struct:__anon29768

Completed in 2287 milliseconds

<<31323334353637383940>>