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

1 2 3 4 56 7 8 91011>>

  /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...]
ia64_retval.c 40 { .atom = DW_OP_reg8 }, { .atom = DW_OP_piece, .number = 8 },
41 { .atom = DW_OP_reg9 }, { .atom = DW_OP_piece, .number = 8 },
42 { .atom = DW_OP_reg10 }, { .atom = DW_OP_piece, .number = 8 },
43 { .atom = DW_OP_reg11 }, { .atom = DW_OP_piece, .number = 8 },
52 { .atom = DW_OP_regx, .number = 128 + 8 }, \
53 { .atom = DW_OP_piece, .number = size }, \
54 { .atom = DW_OP_regx, .number = 128 + 9 }, \
55 { .atom = DW_OP_piece, .number = size }, \
56 { .atom = DW_OP_regx, .number = 128 + 10 }, \
57 { .atom = DW_OP_piece, .number = size },
    [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/libvpx/libvpx/third_party/googletest/src/xcode/Samples/FrameworkSample/
widget.cc 40 Widget::Widget(int number, const std::string& name)
41 : number_(number),
  /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::__anon6154::__anon6155
34 UTF16ToUTF8(FormatNumber(cases[i].number)));
38 UTF16ToUTF8(FormatNumber(cases[i].number)));
44 double number; member in struct:base::__anon6154::__anon6156
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/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. */
63 /** Create the details for a call with a number not associated with a contact. */
64 public PhoneCallDetails(CharSequence number, int numberPresentation,
67 this(number, numberPresentation, formattedNumber, countryIso, geocode
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java 40 * Utility class to look up the contact information for a given number.
55 * Returns the contact information for the given number.
57 * If the number does not match any contact, returns a contact info containing only the number
58 * and the formatted number.
62 * @param number the number to look up
63 * @param countryIso the country associated with this number
65 public ContactInfo lookupNumber(String number, String countryIso) {
69 if (PhoneNumberUtils.isUriNumber(number)) {
    [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...]
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 60 mNumber = (EditText) findViewById(R.id.number);
113 // Get a phone number or SIP address from the EditText widget
114 String number = mNumber.getText().toString(); local
115 log("==> number: '" + number + "'");
117 // Based on the number, fire off a CALL or DIAL intent:
120 // - if it's just a number, prepend tel: automatically
124 if (!TextUtils.isEmpty(number)) {
125 if (number.contains(":")) {
126 uri = Uri.parse(number);
154 String number = mNumber.getText().toString(); local
161 phone.call(getPackageName(), number); local
172 String number = mNumber.getText().toString(); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsnmfmt.cpp 79 name = "Number test";
274 Formattable number[DEPTH]; local
287 number[i].setDouble(aNumber);
289 fFormat->parse(string[i-1], number[i], status);
291 number[i].setDouble(1234.5); // "parse failed" value
298 if (number[i].getType() == Formattable::kLong)
299 number[i].setDouble(number[i].getLong());
300 else if (number[i].getType() == Formattable::kInt64)
301 number[i].setDouble((double)number[i].getInt64())
    [all...]
  /external/icu4c/i18n/unicode/
compactdecimalformat.h 44 * fixed number of digits are set (with setMaximumIntegerDigits or
111 * Format a double or long number using base-10 representation.
113 * @param number The value to be formatted.
121 virtual UnicodeString& format(double number,
126 * Format a double or long number using base-10 representation.
129 * @param number The value to be formatted.
139 virtual UnicodeString& format(double number,
145 * Format an int64 number using base-10 representation.
147 * @param number The value to be formatted.
155 virtual UnicodeString& format(int64_t number,
    [all...]
  /external/icu4c/test/intltest/
tsnmfmt.cpp 80 name = "Number test";
285 Formattable number[DEPTH]; local
298 number[i].setDouble(aNumber);
300 fFormat->parse(string[i-1], number[i], status);
302 number[i].setDouble(1234.5); // "parse failed" value
309 if (number[i].getType() == Formattable::kLong)
310 number[i].setDouble(number[i].getLong());
311 else if (number[i].getType() == Formattable::kInt64)
312 number[i].setDouble((double)number[i].getInt64())
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java 33 * An offline geocoder which provides geographical information related to a phone number.
113 * Gets a {@link PhoneNumberOfflineGeocoder} instance to carry out international phone number
130 * number is from.
132 private String getCountryNameForNumber(PhoneNumber number, Locale language) {
133 String regionCode = phoneUtil.getRegionCodeForNumber(number);
147 * Returns a text description for the given phone number, in the language provided. The
148 * description might consist of the name of the country where the phone number is from, or the
149 * name of the geographical area the phone number is from if more detailed information is
152 * <p>This method assumes the validity of the number passed in has already been checked, and that
153 * the number is suitable for geocoding. We consider fixed-line and mobile numbers possibl
    [all...]

Completed in 1025 milliseconds

1 2 3 4 56 7 8 91011>>