HomeSort by relevance Sort by last modified time
    Searched refs:NUMBER (Results 201 - 225 of 301) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 116 TK(NUMBER, LITERAL) /* 34_be+ta */ \
170 /* Payload of a NUMBER, STRING, CHAR or COMMENT token. */
205 /* Argument number. */
234 /* A string, or number. */
433 literal number suffixes as user-defined literal number suffixes. */
806 /* A preprocessing number. Code assumes that any unused high bits of
873 /* Sign extend a number, with PRECISION significant bits and all
879 with a line number of zero. */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 76 def Number(n, prefix=None):
77 return Leaf(token.NUMBER, n, prefix=prefix)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 76 def Number(n, prefix=None):
77 return Leaf(token.NUMBER, n, prefix=prefix)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 81 * Copied from android.util.LocalLog with flush() adding flush and line number
262 String number = cursor.getString(cursor.getColumnIndexOrThrow( local
263 SubscriptionManager.NUMBER));
284 if (!TextUtils.isEmpty(line1Number) && !line1Number.equals(number)) {
286 number = line1Number;
289 nameSource, iconTint, number, dataRoaming, iconBitmap, mcc, mnc, countryIso);
559 * @return the maximum number of subscriptions this device will support at any one time.
763 * @return the number of records updated
783 * @return the number of records updated
806 * @return the number of records update
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqlite.h.in 30 ** the version number) and changes its name to "sqlite3.h" as
83 ** format "X.Y.Z" where X is the major version number (always 3 for
84 ** SQLite3) and Y is the minor version number and Z is the release number.)^
106 #define SQLITE_VERSION_NUMBER --VERSION-NUMBER--
330 ** number of columns in the result. ^The 3rd argument to the sqlite3_exec()
423 ** One may expect the number of extended result codes will be expand
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 65 * as a phone number or email addresses. The set of data kinds that can be
139 * A query parameter that limits the number of results returned. The
729 * Version number that is updated whenever this row or its related data
755 * The number of times a contact has been contacted
    [all...]
Contacts.java 259 * The display name. If name is not null name, else if number is not null number,
286 * The number of times a person has been contacted
328 * <P>Type: TEXT (the version number portion of the photo URI)</P>
414 * The ID of the persons preferred phone number.
680 public static final String DEFAULT_SORT_ORDER = "number ASC";
738 * The ID of the person this phone number is assigned to.
860 * The type of the the phone number.
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 49 * Various utilities for dealing with phone number strings.
56 * (See "What is a phone number?" doc)
83 * global-phone-number = ["+"] 1*( DIGIT / written-sep )
144 /** Extracts the phone number from an Intent.
146 * @param intent the intent to get the number of
149 * @return the phone number that would be called by the intent, or
150 * <code>null</code> if the number cannot be found.
153 String number = null; local
177 phoneColumn = Contacts.People.Phones.NUMBER;
179 phoneColumn = ContactsContract.CommonDataKinds.Phone.NUMBER;
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java     [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 177 /* Action number for EOF rule of a given start state. */
255 /* Number of characters read into yy_ch_buf, not including EOB
342 static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
348 static int yy_start = 0; /* start state number */
692 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
739 /* Number of entries by which start-condition stack grows. */
887 /* %% [10.0] code to find the action number goes here */
957 return token::NUMBER;
1248 /* Extend the array by 50%, plus the number we really need. */
    [all...]
  /external/chromium_org/v8/src/
scanner.cc 583 // . Number
787 DCHECK(IsDecimalDigit(c0_)); // the first digit of the number or the fraction
803 // either 0, 0exxx, 0Exxx, 0.xxx, a hex number, a binary number or
804 // an octal number.
806 // hex number
837 // (possible) octal number
866 DCHECK(kind != HEX); // 'e'/'E' must be scanned as part of the hex number
888 return Token::NUMBER;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabasePerformanceTests.java 113 public String numberName(int number) {
116 if (number >= 1000) {
117 result += numberName((number / 1000)) + " thousand";
118 number = (number % 1000);
120 if (number > 0) result += " ";
123 if (number >= 100) {
124 result += ONES[(number / 100)] + " hundred";
125 number = (number % 100)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 139 /** Whether we should show "edit number before call" in the options menu. */
203 CallLog.Calls.NUMBER,
414 // We know that all calls are from the same number and the same contact, so pick the
417 mNumber = firstDetails.number.toString();
423 // Cache the details about the phone number.
436 firstDetails.number,
487 firstDetails.number,
505 * Determines the location geocode text for a call, or the phone number type
509 * @return The phone number type or location.
533 final String number = callCursor.getString(NUMBER_COLUMN_INDEX) local
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/database/
SmartDialPrefixTest.java 123 Phone.NUMBER, // 3
138 MatrixCursor nameCursor, String number, int id, String displayName) {
139 return constructNewContact(contactCursor, nameCursor, id, number, id, String.valueOf(id),
144 int id, String number, int contactId, String lookupKey, String displayName, int photoId,
150 if (TextUtils.isEmpty(number)) {
151 // Add a dummy number, otherwise DialerDatabaseHelper simply ignores the entire
152 // row if the number is empty
153 number = "0";
156 contactCursor.addRow(new Object[]{id, "", "", number, contactId, lookupKey, displayName,
161 return new ContactNumber(contactId, id, displayName, number, lookupKey, 0)
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 82 private boolean mNumberIsModified; // true if the number is modified
101 private Contact(String number, String name) {
102 init(number, name);
105 * Make a basic contact object with a phone number.
107 private Contact(String number) {
108 init(number, "");
116 private void init(String number, String name) {
119 setNumber(number);
129 return String.format("{ number=%s, name=%s, nameAndNumber=%s, label=%s, person_id=%d, hash=%d method_id=%d }",
161 public static Contact get(String number, boolean canBlock)
1162 String number = contact.getNumber(); local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 558 values.put(ContactsContract.CommonDataKinds.Phone.NUMBER, phoneNumber);
BaseContactsProvider2Test.java 281 values.put(Phone.NUMBER, phoneNumber);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 2879 String number = c.getString(1); local
3608 String number = cursor.getString(2); local
    [all...]
ContactsProvider2.java 236 /** Default for the maximum number of returned aggregation suggestions. */
239 /** Limit for the maximum number of social stream items to store under a raw contact. */
245 /** Maximum length of a phone number that can be inserted into the database */
5764 final String number = PhoneNumberUtils.normalizeNumber(filterParam); local
6020 final String number = PhoneNumberUtils.normalizeNumber(filterParam); local
6198 String number = local
    [all...]
  /external/chromium_org/third_party/sqlite/src/
Makefile.vxworks 539 -e s/--VERSION-NUMBER--/`cat ${TOP}/VERSION | sed 's/[^0-9]/ /g' | $(NAWK) '{printf "%d%03d%03d",$$1,$$2,$$3}'`/ \
  /external/ipsec-tools/src/racoon/
cftoken.l 398 /* port number */
577 return(NUMBER);
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 193 // Last number dialed, retrieved asynchronously from the call DB
194 // in onCreate. This number is displayed when the user hits the
419 // Otherwise falls back to the previously used number.
429 // Put the requested number into the input area
441 // Query the phone number
443 new String[] {PhonesColumns.NUMBER, PhonesColumns.NUMBER_KEY},
450 // Put the number into the input area
512 // Don't show the chooser when called via onNewIntent() and phone number is present.
514 // In this case, we want to show the dialpad with the phone number.
614 // Query the last dialed number. Do it first because hittin
1069 final String number = mDigits.getText().toString(); local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncContacts.java 69 /** The maximum number of IMs we can send for one contact. */
75 /** The maximum number of email addresses we can send for one contact. */
81 /** The maximum number of phone numbers of each type we can send for one contact. */
492 * Add a phone number to the upsync.
494 * @param cv The {@link ContentValues} with the data for this phone number.
495 * @param workCount The number of work phone numbers already added.
496 * @param homeCount The number of home phone numbers already added.
501 final String value = cv.getAsString(Phone.NUMBER);
723 * @param count The number of email addresses that have already been added.
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 199 + SubscriptionManager.NUMBER + " TEXT,"
    [all...]

Completed in 1381 milliseconds

1 2 3 4 5 6 7 891011>>