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

1 2 3 4 5 67 8 9

  /external/protobuf/src/google/protobuf/compiler/
parser.cc 205 // We still return true because we did, in fact, parse a number.
463 DO(Consume("=", "Missing field number."));
465 // Parse field number.
466 RecordLocation(field, DescriptorPool::ErrorCollector::NUMBER);
467 int number; local
468 DO(ConsumeInteger(&number, "Expected field number."));
469 field->set_number(number);
599 DO(ConsumeNumber(&value, "Expected number."));
694 // of a single '-' symbol, followed by a positive number
879 int number; local
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 186 kind.actionBody = new SimpleInflater(Phone.NUMBER);
217 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE));
ExchangeSource.java 149 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE));
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 541 parseExtras(state, kind, extras, Insert.PHONE_TYPE, Insert.PHONE, Phone.NUMBER);
543 Phone.NUMBER);
545 Phone.NUMBER);
    [all...]
  /external/iproute2/doc/
ip-cref.tex 273 \item \verb|txqueuelen NUMBER| or \verb|txqlen NUMBER|
277 \item \verb|mtu NUMBER|
365 The number before each colon is an {\em interface index\/} or {\em ifindex\/}.
366 This number uniquely identifies the interface. This is followed by the {\em interface name\/}
498 \item \verb|bytes| --- the total number of bytes received or transmitted
499 on the interface. This number wraps when the maximal length of the data type
502 \item \verb|packets| --- the total number of packets received or transmitted
504 \item \verb|errors| --- the total number of receiver or transmitter errors.
505 \item \verb|dropped| --- the total number of packets dropped due to lac
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 47 // A very small number of users will want to construct their own
149 // The number of fields in this message type.
155 // Looks up a field by declared tag number. Returns NULL if no such field
157 const FieldDescriptor* FindFieldByNumber(int number) const;
176 // The number of nested types in this message type.
188 // The number of enum types in this message type.
210 // The number of extension ranges in this message type.
217 // Returns true if the number is in one of the extension ranges.
218 bool IsExtensionNumber(int number) const;
220 // The number of extensions -- extending *other* messages -- that wer
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 606 NUMBER = 5,
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 113 #define NUMBER 258
291 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"CHAR","NUMBER","SECTEND",
345 "singleton : singleton '{' NUMBER ',' NUMBER '}'",
346 "singleton : singleton '{' NUMBER ',' '}'",
347 "singleton : singleton '{' NUMBER '}'",
691 /* Remember the number of the default rule so we
    [all...]
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
MediaPlayerProxyTestCase.java 57 /** The phone number to use when inserting test data into the content provider. */
478 // sample rate and number of channels, which was causing an assertion failure when trying
529 values.put(VoicemailContract.Voicemails.NUMBER, CONTACT_NUMBER);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 83 // Specify the maximum number of lines that can be used to display various field types. If no
263 kind.actionBody = new SimpleInflater(Phone.NUMBER);
290 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE));
    [all...]
ExchangeAccountType.java 196 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE));
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java 462 String number = cursor.getString(CallLogQuery.NUMBER); local
463 if (TextUtils.isEmpty(number)
464 || number.equals(CallerInfo.UNKNOWN_NUMBER)
465 || number.equals(CallerInfo.PRIVATE_NUMBER)
466 || number.equals(CallerInfo.PAYPHONE_NUMBER)) {
467 // This number can't be called, do nothing
471 // If "number" is really a SIP address, construct a sip: URI.
472 if (PhoneNumberUtils.isUriNumber(number)) {
474 Uri.fromParts(CallUtil.SCHEME_SIP, number, null))
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 156 String lookupKey, String accountName, String displayName, int type, String number) {
157 if (!TextUtils.isEmpty(number)) {
162 r.put(Phone.NUMBER, number);
273 // Enforce a limit on the number of lookup responses
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 409 values.put(ContactsContract.CommonDataKinds.Phone.NUMBER, phoneNumber);
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 48 * Various utilities for dealing with phone number strings.
55 * (See "What is a phone number?" doc)
82 * global-phone-number = ["+"] 1*( DIGIT / written-sep )
143 /** Extracts the phone number from an Intent.
145 * @param intent the intent to get the number of
148 * @return the phone number that would be called by the intent, or
149 * <code>null</code> if the number cannot be found.
152 String number = null; local
177 phoneColumn = Contacts.People.Phones.NUMBER;
179 phoneColumn = ContactsContract.CommonDataKinds.Phone.NUMBER;
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java     [all...]
  /external/v8/src/
parser.cc 250 // Length of symbol cache is the number of identified symbols.
856 // The minimum number of contiguous assignment that will
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 66 * as a phone number or email addresses. The set of data kinds that can be
140 * A query parameter that limits the number of results returned. The
784 * Version number that is updated whenever this row or its related data
810 * The number of times a contact has been contacted
    [all...]
Contacts.java 260 * The display name. If name is not null name, else if number is not null number,
287 * The number of times a person has been contacted
329 * <P>Type: TEXT (the version number portion of the photo URI)</P>
415 * The ID of the persons preferred phone number.
681 public static final String DEFAULT_SORT_ORDER = "number ASC";
739 * The ID of the person this phone number is assigned to.
861 * The type of the the phone number.
    [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/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 87 /* gets input and stuffs it into "buf". number of characters read, or YY_NULL,
135 /* action number for EOF rule of a given start state */
291 /* number of characters read into yy_ch_buf, not including EOB characters */
315 static int yy_n_chars; /* number of characters read into yy_ch_buf */
    [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 134 /** Whether we should show "edit number before call" in the options menu. */
145 * The action mode used when the phone number is selected. This will be non-null only when the
146 * phone number is selected.
207 CallLog.Calls.NUMBER,
420 // We know that all calls are from the same number and the same contact, so pick the
423 mNumber = firstDetails.number.toString();
430 // Cache the details about the phone number.
436 // contact from this number.
445 nameOrNumber = firstDetails.number;
467 // the current number is a SIP addres
601 String number = callCursor.getString(NUMBER_COLUMN_INDEX); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 82 private boolean mNumberIsModified; // true if the number is modified
100 private Contact(String number, String name) {
101 init(number, name);
104 * Make a basic contact object with a phone number.
106 private Contact(String number) {
107 init(number, "");
115 private void init(String number, String name) {
118 setNumber(number);
128 return String.format("{ number=%s, name=%s, nameAndNumber=%s, label=%s, person_id=%d, hash=%d method_id=%d }",
160 public static Contact get(String number, boolean canBlock)
1142 String number = contact.getNumber(); local
    [all...]

Completed in 3382 milliseconds

1 2 3 4 5 67 8 9