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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /system/core/sh/
mystring.h 41 int number(const char *);
  /external/elfutils/backends/
sparc_retval.c 28 { .atom = DW_OP_reg8 }, { .atom = DW_OP_piece, .number = 4 },
29 { .atom = DW_OP_reg9 }, { .atom = DW_OP_piece, .number = 4 },
37 { .atom = DW_OP_regx, .number = 32 }, { .atom = DW_OP_piece, .number = 4 },
38 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 4 },
39 { .atom = DW_OP_regx, .number = 34 }, { .atom = DW_OP_piece, .number = 4 },
40 { .atom = DW_OP_regx, .number = 35 }, { .atom = DW_OP_piece, .number = 4 }
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_DecimalFormat.java 44 Number number = new Double(10000000.76); local
47 t_FormatWithField(0, format, number, text, NumberFormat.Field.CURRENCY,
49 t_FormatWithField(1, format, number, text, NumberFormat.Field.INTEGER,
51 t_FormatWithField(2, format, number, text,
53 t_FormatWithField(3, format, number, text,
55 t_FormatWithField(4, format, number, text, NumberFormat.Field.FRACTION,
59 t_FormatWithField(5, format, number, text, NumberFormat.Field.SIGN, 0,
61 t_FormatWithField(6, format, number, text, NumberFormat.Field.EXPONENT,
63 t_FormatWithField(7, format, number, text
134 Number number = new Double(350.76); local
    [all...]
  /packages/apps/PhoneCommon/src/com/android/phone/common/
CallLogAsync.java 41 * this, ci, number, presentation, type, timestamp, duration);
47 * public void lastOutgoingCall(String number) { mLastNumber = number; }
63 * @param number To be logged.
64 * @param presentation Of the number.
72 String number,
96 this.number = number;
106 public final String number; field in class:CallLogAsync.AddCallArgs
135 /** Interface to retrieve the last dialed number asynchronously. *
211 String number = ""; local
    [all...]
  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 40 Widget::Widget(int number, const std::string& name)
41 : number_(number),
  /external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
widget.cc 40 Widget::Widget(int number, const std::string& name)
41 : number_(number),
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
IdentifiersFactory.cpp 43 return addProcessIdPrefixTo(String::number(++s_lastUsedIdentifier));
50 return addProcessIdPrefixTo(String::number(identifier));
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.cpp 85 "FFT size (" + String::number(size)
87 + String::number(RealtimeAnalyser::MinFFTSize) + " and "
88 + String::number(RealtimeAnalyser::MaxFFTSize) + ", inclusive"));
102 "minDecibels (" + String::number(k)
103 + ") must be less than or equal maxDecibels (" + String::number(maxDecibels())
118 "maxDecibels (" + String::number(k)
119 + ") must be greater than or equal minDecibels (" + String::number(minDecibels())
134 "smoothing value (" + String::number(k)
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget.cc 40 Widget::Widget(int number, const std::string& name)
41 : number_(number),
  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIcon.java 29 public int number; field in class:StatusBarIcon
32 public StatusBarIcon(String iconPackage, UserHandle user, int iconId, int iconLevel, int number,
38 this.number = number;
47 + " num=" + this.number + " )";
53 this.iconLevel, this.number, this.contentDescription);
71 this.number = in.readInt();
81 out.writeInt(this.number);
  /external/chromium_org/base/i18n/
number_formatting.cc 48 string16 FormatNumber(int64 number) {
53 // As a fallback, just return the raw number in a string.
54 return UTF8ToUTF16(StringPrintf("%" PRId64, number));
57 number_format->format(number, ustr);
62 string16 FormatDouble(double number, int fractional_digits) {
67 // As a fallback, just return the raw number in a string.
68 return UTF8ToUTF16(StringPrintf("%f", number));
73 number_format->format(number, ustr);
number_formatting_unittest.cc 17 int64 number; member in struct:base::__anon3475::__anon3476
34 UTF16ToUTF8(FormatNumber(cases[i].number)));
38 UTF16ToUTF8(FormatNumber(cases[i].number)));
44 double number; member in struct:base::__anon3475::__anon3477
79 UTF16ToUTF8(FormatDouble(cases[i].number, cases[i].frac_digits)));
83 UTF16ToUTF8(FormatDouble(cases[i].number, cases[i].frac_digits)));
  /external/chromium_org/third_party/leveldatabase/src/db/
filename.h 30 // Return the name of the log file with the specified number
33 extern std::string LogFileName(const std::string& dbname, uint64_t number);
35 // Return the name of the sstable with the specified number
38 extern std::string TableFileName(const std::string& dbname, uint64_t number);
40 // Return the legacy file name for an sstable with the specified number
43 extern std::string SSTTableFileName(const std::string& dbname, uint64_t number);
46 // "dbname" and the specified incarnation number. The result will be
49 uint64_t number);
62 extern std::string TempFileName(const std::string& dbname, uint64_t number);
71 // The number encoded in the filename is stored in *number. If th
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatch.cc 17 // Implementation of a mutable match of a phone number within a piece of
33 const PhoneNumber& number)
34 : start_(start), raw_string_(raw_string), number_(number) {
41 const PhoneNumber& PhoneNumberMatch::number() const { function in class:i18n::phonenumbers::PhoneNumberMatch
69 void PhoneNumberMatch::set_number(const PhoneNumber& number) {
70 number_.CopyFrom(number);
87 number_ = match.number();
  /external/nist-sip/java/gov/nist/javax/sip/parser/
RAckParser.java 79 String number = this.lexer.number(); local
80 rack.setRSequenceNumber(Long.parseLong(number));
82 number = this.lexer.number();
83 rack.setCSequenceNumber(Long.parseLong(number));
123 * Issue number:
129 * CVS: Issue number:
131 * CVS: then enter the issue number(s) here.
145 * Issue number
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 27 /** The number of the other party involved in the call. */
28 public final CharSequence number; field in class:PhoneCallDetails
29 /** The number presenting rules set by the network, e.g., {@link Calls#PRESENTATION_ALLOWED} */
31 /** The formatted version of {@link #number}. */
33 /** The country corresponding with the phone number. */
35 /** The geocoded location for the phone number. */
51 /** The custom label associated with the phone number in the contact, or the empty string. */
67 /** Create the details for a call with a number not associated with a contact. */
68 public PhoneCallDetails(CharSequence number, int numberPresentation,
71 this(number, numberPresentation, formattedNumber, countryIso, geocode
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
ParseProperties.cpp 47 UInt64 number = ConvertStringToUInt64(start, &end); local
53 if (number >= kLogarithmicSizeLimit)
55 dicSize = (UInt32)1 << (int)number;
61 if (number >= ((UInt64)1 << kLogarithmicSizeLimit))
63 dicSize = (UInt32)number;
66 if (number >= ((UInt64)1 << (kLogarithmicSizeLimit - 10)))
68 dicSize = (UInt32)(number << 10);
71 if (number >= ((UInt64)1 << (kLogarithmicSizeLimit - 20)))
73 dicSize = (UInt32)(number << 20);
136 int ParseStringToUInt32(const UString &srcString, UInt32 &number)
170 UInt32 number; local
    [all...]

Completed in 1446 milliseconds

1 2 3 4 56 7 8 91011>>