HomeSort by relevance Sort by last modified time
    Searched refs:NUMBER (Results 201 - 225 of 296) 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)
  /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/
NotificationAttentionManagementVerifierActivity.java 337 builder.withValue(Phone.NUMBER, phone);
    [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...]
  /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 141 /** Whether we should show "edit number before call" in the options menu. */
205 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();
422 // Cache the details about the phone number.
432 firstDetails.number,
482 nameForDefaultImage = mPhoneNumberHelper.getDisplayNumber(firstDetails.number,
500 * Determines the location geocode text for a call, or the phone number type
504 * @return The phone number type or location.
528 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 547 values.put(ContactsContract.CommonDataKinds.Phone.NUMBER, phoneNumber);
BaseContactsProvider2Test.java 263 values.put(Phone.NUMBER, phoneNumber);
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 196 + SubscriptionManager.NUMBER + " TEXT,"
    [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 188 // Last number dialed, retrieved asynchronously from the call DB
189 // in onCreate. This number is displayed when the user hits the
410 // Otherwise falls back to the previously used number.
420 // Put the requested number into the input area
432 // Query the phone number
434 new String[] {PhonesColumns.NUMBER, PhonesColumns.NUMBER_KEY},
441 // Put the number into the input area
503 // Don't show the chooser when called via onNewIntent() and phone number is present.
505 // In this case, we want to show the dialpad with the phone number.
575 // Query the last dialed number. Do it first because hittin
1055 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...]
  /external/fonttools/Lib/fontTools/
agl.py 542 0023;numbersign;NUMBER SIGN
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 113 // Extra put in the return from VM provider config containing voicemail number to set
115 // Extra put in the return from VM provider config containing call forwarding number to set
117 // Extra put in the return from VM provider config containing call forwarding number to set
127 // Used to tell the saving logic to leave forwarding number as is
129 // Suffix appended to provider key for storing vm number
140 public static final String FWD_SETTING_NUMBER = "#Number";
154 private static final String NUM_PROJECTION[] = {CommonDataKinds.Phone.NUMBER};
282 * Constructs settings object, setting all conditional forwarding to the specified number
298 fi.number = forwardingNumber;
336 i1.number != i2.number |
    [all...]

Completed in 830 milliseconds

1 2 3 4 5 6 7 891011>>