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

1 2 3 4 5 67 8 91011>>

  /packages/apps/Mms/src/com/android/mms/data/
RecipientIdCache.java 45 public String number; field in class:RecipientIdCache.Entry
47 public Entry(long id, String number) {
49 this.number = number;
88 String number = c.getString(1); local
89 sInstance.mCache.put(id, number);
116 String number = sInstance.mCache.get(longId); local
118 if (number == null) {
125 number = sInstance.mCache.get(longId);
128 if (TextUtils.isEmpty(number)) {
226 String number = c.getString(1); local
252 String number = c.getString(0); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
choicfmt.h 46 * the real number line <code>-Inf</code> to <code>+Inf</code> into two
70 * <p>The pattern consists of a number or <em>range specifiers</em>
75 * \htmlonly<blockquote><em>Number Separator String</em></blockquote>\endhtmlonly
77 * <p><em>Number</em> is a floating point number that can be parsed by a
94 * indicates that the lower limit given by <em>Number</em> is
96 * This means that the limit value <em>Number</em> belongs to this
101 * <em>Number</em> is exclusive. This means that the value
102 * <em>Number</em> belongs to the prior range.</li> Another way of
133 * <p>During formatting, a number is converted to
    [all...]
  /external/elfutils/backends/
ppc64_retval.c 47 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 8 },
48 { .atom = DW_OP_regx, .number = 34 }, { .atom = DW_OP_piece, .number = 8 },
49 { .atom = DW_OP_regx, .number = 35 }, { .atom = DW_OP_piece, .number = 8 },
50 { .atom = DW_OP_regx, .number = 36 }, { .atom = DW_OP_piece, .number = 8 },
61 { .atom = DW_OP_breg3, .number = 0 }
x86_64_retval.c 40 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 8 },
41 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 8 },
49 { .atom = DW_OP_regx, .number = 33 },
50 { .atom = DW_OP_piece, .number = 10 },
51 { .atom = DW_OP_regx, .number = 34 },
52 { .atom = DW_OP_piece, .number = 10 },
60 { .atom = DW_OP_reg17 }, { .atom = DW_OP_piece, .number = 16 },
61 { .atom = DW_OP_reg18 }, { .atom = DW_OP_piece, .number = 16 },
71 { .atom = DW_OP_breg0, .number = 0 }
  /packages/services/Telephony/src/com/android/phone/
OutgoingCallBroadcaster.java 59 * Emergency calls and calls where no number is present (like for a CDMA
60 * "empty flash" or a nonexistent voicemail number) are exempt from being
134 * a modified phone number and optional provider info (uri + package name + remote views.)
168 String number; local
179 // is used as the actual number to call. (If null, no call will be
182 number = getResultData();
183 if (VDBG) Log.v(TAG, "- got number from resultData: '" + number + "'");
228 if (number == null) {
229 if (DBG) Log.v(TAG, "CALL cancelled (null number), returning...")
438 String number = PhoneNumberUtils.getNumberFromIntent(intent, this); local
    [all...]
CallLogger.java 57 final String number = c.getAddress(); local
67 ", number set to: " + PhoneUtils.toLogSafePhoneNumber(number));
78 && phone.isOtaSpNumber(number);
109 public void logCall(CallerInfo ci, String number, int presentation, int callType, long start,
111 final boolean isEmergencyNumber = PhoneNumberUtils.isLocalEmergencyNumber(number,
127 log("sending Calllog entry: " + ci + ", " + PhoneUtils.toLogSafePhoneNumber(number)
131 CallLogAsync.AddCallArgs args = new CallLogAsync.AddCallArgs(mApplication, ci, number,
158 * Retrieve the phone number from the caller info or the connection.
160 * For incoming call the number is in the Connection object. Fo
172 String number = null; local
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 61 // The minimum and maximum length of the national significant number.
95 // The prefix that needs to be inserted in front of a Colombian landline number when dialed from
110 // characters in this map must not be removed from a number when dialling, otherwise the call
121 // includes digits, ASCII letters and number grouping symbols such as "-" and " ".
234 // Regular expression of acceptable characters that may start a phone number for the purposes of
237 // does not contain alpha characters, although they may be used later in the number. It also does
239 // information value when parsing a number.
243 // Regular expression of characters typically used to start a second phone number for the purposes
244 // of parsing. This allows us to strip off parts of the number that are actually the start of
245 // another number, such as for: (530) 583-6985 x302/x2303 -> the second extension here makes thi
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.cc 90 // number when dialed from a mobile phone in Colombia.
109 // any extension component of the number, after the main national number is
182 // Returns true when one national number is the suffix of the other or both are
212 VLOG(4) << "Number type unknown - doesn't match general national number"
218 VLOG(4) << "Number is a premium number.";
223 VLOG(4) << "Number is a toll-free number."
    [all...]
  /external/chromium_org/rlz/lib/
string_utils.cc 51 int number = 0; local
61 return number;
63 number = (number << 4) | digit;
66 return number;
  /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);
41 // "dbname" and the specified incarnation number. The result will be
44 uint64_t number);
57 extern std::string TempFileName(const std::string& dbname, uint64_t number);
66 // The number encoded in the filename is stored in *number. If the
69 uint64_t* number,
    [all...]
  /external/icu4c/common/
ucmndata.c 13 * ICU Common Data Files are a grouping of a number of individual
225 int32_t number, count=(int32_t)toc->count; local
230 for(number=0; number<count; ++number) {
231 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]);
234 number=offsetTOCPrefixBinarySearch(tocEntryName, base, toc->entry, count);
235 if(number>=0) {
237 const UDataOffsetTOCEntry *entry=toc->entry+number;
275 int32_t number, count=(int32_t)toc->count; local
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatchTest.java 31 * corresponding phone number. Range and number correctness are tested by
35 PhoneNumber number = new PhoneNumber(); local
36 PhoneNumberMatch match1 = new PhoneNumberMatch(10, "1 800 234 45 67", number);
37 PhoneNumberMatch match2 = new PhoneNumberMatch(10, "1 800 234 45 67", number);
43 assertEquals(match1.number(), match2.number());
49 * Tests the value type semantics for matches with a null number.
  /external/v8/src/
utils.cc 64 uint32_t number = static_cast<uint32_t>(value); local
67 number = static_cast<uint32_t>(-value);
71 if (factor > number) break;
75 buffer_[position_ - i] = '0' + static_cast<char>(number % 10);
76 number /= 10;
  /cts/tools/dasm/src/java_cup/
parse_action_row.java 13 /** Simple constructor. Note: this should not be used until the number of
19 if (_size <= 0 ) _size = terminal.number();
33 /** Number of columns (terminals) in every row. */
36 /** Number of columns (terminals) in every row. */
76 reduction_count = new int[production.number()];
79 for (i = 0; i < production.number(); i++)
  /external/chromium_org/chrome/installer/test/
pe_image_resources.h 27 explicit EntryId(WORD number) : number_(number) { }
32 WORD number() const { return number_; } function in class:upgrade_test::EntryId
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGNumberList.cpp 34 float number = 0; local
35 if (!parseNumber(ptr, end, number))
37 append(number);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentLengthParser.java 58 String number = this.lexer.number(); local
59 contentLength.setContentLength(Integer.parseInt(number));
81 * Issue number:
88 * CVS: Issue number:
90 * CVS: then enter the issue number(s) here.
121 * Issue number:
129 * CVS: Issue number:
131 * CVS: then enter the issue number(s) here.
MaxForwardsParser.java 57 String number = this.lexer.number(); local
58 contentLength.setMaxForwards(Integer.parseInt(number));
80 * Issue number:
87 * CVS: Issue number:
89 * CVS: then enter the issue number(s) here.
118 * Issue number:
126 * CVS: Issue number:
128 * CVS: then enter the issue number(s) here.
MinExpiresParser.java 76 String number = this.lexer.number(); local
78 minExpires.setExpires(Integer.parseInt(number));
101 * Issue number:
108 * CVS: Issue number:
110 * CVS: then enter the issue number(s) here.
139 * Issue number:
147 * CVS: Issue number:
149 * CVS: then enter the issue number(s) here.
RSeqParser.java 75 String number = this.lexer.number(); local
77 rseq.setSeqNumber(Long.parseLong(number));
114 * Issue number:
120 * CVS: Issue number:
122 * CVS: then enter the issue number(s) here.
136 * Issue number:
143 * CVS: Issue number:
145 * CVS: then enter the issue number(s) here.
173 * Issue number
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
phonenumber_offline_geocoder.h 43 // phone number.
65 // Returns a text description for the given phone number, in the language
67 // the phone number is from, or the name of the geographical area the phone
68 // number is from if more detailed information is available.
70 // This method assumes the validity of the number passed in has already been
72 string GetDescriptionForValidNumber(const PhoneNumber& number,
76 // the region of the user. If the phone number is from the same region as the
78 // Otherwise, the phone number's region will be returned, with optionally some
82 // "Mountain View, CA" for a particular number, omitting the United States
84 // the same number we may show "Mountain View, CA, United States" or even jus
    [all...]
  /frameworks/base/core/java/android/text/format/
Formatter.java 32 * @param number size value to be formatted
33 * @return formatted string with the number
35 public static String formatFileSize(Context context, long number) {
36 return formatFileSize(context, number, false);
43 public static String formatShortFileSize(Context context, long number) {
44 return formatFileSize(context, number, true);
47 private static String formatFileSize(Context context, long number, boolean shorter) {
52 float result = number;
  /external/chromium_org/third_party/WebKit/Source/core/html/
DateTimeFieldsState.cpp 95 state.append(hasYear() ? String::number(m_year) : emptyString());
96 state.append(hasMonth() ? String::number(m_month) : emptyString());
97 state.append(hasDayOfMonth() ? String::number(m_dayOfMonth) : emptyString());
98 state.append(hasHour() ? String::number(m_hour) : emptyString());
99 state.append(hasMinute() ? String::number(m_minute) : emptyString());
100 state.append(hasSecond() ? String::number(m_second) : emptyString());
101 state.append(hasMillisecond() ? String::number(m_millisecond) : emptyString());
102 state.append(hasWeekOfYear() ? String::number(m_weekOfYear) : emptyString());
  /external/chromium_org/third_party/icu/source/common/
ucmndata.c 13 * ICU Common Data Files are a grouping of a number of individual
107 uint32_t start, limit, number, lastNumber; local
120 limit=toc->count; /* number of names in this table of contents */
124 number = (start+limit)/2;
125 if (lastNumber == number) { /* Have we moved? */
129 lastNumber = number;
130 strResult = uprv_strcmp(tocEntryName, base+entry[number].nameOffset);
132 limit=number;
134 start=number;
141 entry += number; /* Alias the entry to the current entry. *
176 uint32_t start, limit, number, lastNumber; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
xmlreader.cpp 46 char number[16]; local
57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
58 number[len] = '\0';
61 sscanf(number, "%x", &array[count++]);
75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
76 number[len] = '\0';
77 sscanf(number, "%x", &array[count]);
92 char number[32] local
    [all...]

Completed in 505 milliseconds

1 2 3 4 5 67 8 91011>>