Home
last modified time | relevance | path

Searched refs:NUMBER (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dsad_mb_offset.h26 #if (NUMBER==3)
28 #elif (NUMBER==2) in sad_mb_offset3()
30 #elif (NUMBER==1) in sad_mb_offset3()
40 ref -= NUMBER; /* bic ref, ref, #3 */ in sad_mb_offset3()
45 #if (NUMBER==3) in sad_mb_offset3()
47 #elif (NUMBER==2) in sad_mb_offset3()
49 #elif (NUMBER==1) in sad_mb_offset3()
113 #if (NUMBER==3) in sad_mb_offset3()
115 #elif (NUMBER==2) in sad_mb_offset3()
117 #elif (NUMBER==1) in sad_mb_offset3()
[all …]
Dsad_inline.h64 #define NUMBER 3 macro
69 #undef NUMBER
70 #define NUMBER 2 macro
75 #undef NUMBER
76 #define NUMBER 1 macro
234 #define NUMBER 3
240 #undef NUMBER
241 #define NUMBER 2
248 #undef NUMBER
249 #define NUMBER 1
[all …]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardExporterTests.java409 .put(Phone.NUMBER, "1") in testPhoneBasicCommon()
435 .put(Phone.NUMBER, "1234567890(abcdefghijklmnopqrstuvwxyz)") in testPhoneRefrainFormatting()
449 .put(Phone.NUMBER, "10") in testPhoneVariousTypeSupport()
452 .put(Phone.NUMBER, "20") in testPhoneVariousTypeSupport()
455 .put(Phone.NUMBER, "30") in testPhoneVariousTypeSupport()
458 .put(Phone.NUMBER, "40") in testPhoneVariousTypeSupport()
461 .put(Phone.NUMBER, "50") in testPhoneVariousTypeSupport()
464 .put(Phone.NUMBER, "60") in testPhoneVariousTypeSupport()
467 .put(Phone.NUMBER, "70") in testPhoneVariousTypeSupport()
470 .put(Phone.NUMBER, "80") in testPhoneVariousTypeSupport()
[all …]
DVCardImporterTests.java519 .put(Phone.NUMBER, "1") in testV21PrefToIsPrimary()
522 .put(Phone.NUMBER, "2") in testV21PrefToIsPrimary()
526 .put(Phone.NUMBER, "3") in testV21PrefToIsPrimary()
644 .put(Phone.NUMBER, "111-555-1212"); in testComplicatedCase()
647 .put(Phone.NUMBER, "404-555-1212"); in testComplicatedCase()
650 .put(Phone.NUMBER, "4045551212,*#55"); in testComplicatedCase()
653 .put(Phone.NUMBER, "031-111-1111"); in testComplicatedCase()
657 .put(Phone.NUMBER, "032-222-2222"); in testComplicatedCase()
661 .put(Phone.NUMBER, "033-333-3333"); in testComplicatedCase()
769 .put(Phone.NUMBER, "030-000-0000") in testV30Simple()
[all …]
DVCardJapanizationTests.java366 .put(Phone.NUMBER, "0312341234") in testJapanesePhoneNumberCommon()
369 .put(Phone.NUMBER, "09012341234") in testJapanesePhoneNumberCommon()
388 .put(Phone.NUMBER, "0312341234") in testJapanesePhoneNumberDoCoMo()
391 .put(Phone.NUMBER, "09012341234") in testJapanesePhoneNumberDoCoMo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DVoiceMailConstants.java47 static final int NUMBER = 1; field in VoiceMailConstants
68 return data[NUMBER]; in getVoiceMailNumber()
107 data[NUMBER] = parser.getAttributeValue(null, "vmnumber"); in loadVoiceMail()
/frameworks/base/core/java/android/content/
DUriMatcher.java205 return new UriMatcher(NUMBER, "#");
249 case NUMBER:
276 private static final int NUMBER = 1;
/frameworks/base/core/java/android/provider/
DVoicemailContract.java181 public static final String NUMBER = Calls.NUMBER; field in VoicemailContract.Voicemails
454 contentValues.put(Voicemails.NUMBER, voicemail.getNumber()); in getContentValues()
DCallLog.java882 public static final String NUMBER = "number"; field in CallLog.Calls
1642 values.put(NUMBER, params.mNumber); in addCall()
1861 new String[] {NUMBER}, in getLastOutgoingCall()
DContacts.java916 public static final String NUMBER = "number"; field
DContactsContract.java5211 public static final String NUMBER = "number"; field
6234 public static final String NUMBER = DATA; field in ContactsContract.CommonDataKinds.Phone
/frameworks/base/core/java/android/util/
DJsonToken.java64 NUMBER, enumConstant
DJsonReader.java409 if (token != JsonToken.STRING && token != JsonToken.NUMBER) { in nextString()
461 if (token != JsonToken.STRING && token != JsonToken.NUMBER) { in nextDouble()
482 if (token != JsonToken.STRING && token != JsonToken.NUMBER) { in nextLong()
513 if (token != JsonToken.STRING && token != JsonToken.NUMBER) { in nextInt()
1150 return JsonToken.NUMBER; in decodeNumber()
/frameworks/opt/chips/src/com/android/ex/chips/
DQueries.java33 Phone.NUMBER, // 1
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecAtomWriter.java108 specialArgs.mUserControlPressedCommand = HdmiStatsEnums.NUMBER; in createUserControlPressedSpecialArgs()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
DEabContactSyncController.java181 cursor.getColumnIndex(ContactsContract.CommonDataKinds.Phone.NUMBER))); in handlePhoneNumberDeletedCase()
263 contactCursor.getColumnIndex(ContactsContract.CommonDataKinds.Phone.NUMBER))); in handlePhoneNumberInsertedCase()
/frameworks/proto_logging/stats/enums/stats/hdmi/
Denums.proto85 NUMBER = 2; enumerator
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/eab/
DEabContactSyncControllerTest.java194 values.put(ContactsContract.CommonDataKinds.Phone.NUMBER, number); in insertContactToContactProvider()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java236 columnIndex = cursor.getColumnIndex(PhoneLookup.NUMBER); in getCallerInfo()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java240 phoneColumn = Contacts.People.Phones.NUMBER; in getNumberFromIntent()
242 phoneColumn = ContactsContract.CommonDataKinds.Phone.NUMBER; in getNumberFromIntent()
DSubscriptionManager.java666 public static final String NUMBER = SimInfo.COLUMN_NUMBER; field in SubscriptionManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java736 value.put(SubscriptionManager.NUMBER, msisdn); in updateSubscriptionInfoByIccId()
DSubscriptionController.java547 SubscriptionManager.NUMBER)); in getSubInfoRecord()
2041 value.put(SubscriptionManager.NUMBER, number); in setDisplayNumber()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java797 String phoneNumber = contentValues.getAsString(Phone.NUMBER); in appendPhones()
DVCardEntry.java344 builder.withValue(Phone.NUMBER, mNumber); in constructInsertOperation()

12