Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/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/av/media/libstagefright/codecs/avc/enc/src/
Dsad_mb_offset.h23 #if (NUMBER==3)
25 #elif (NUMBER==2) in sad_mb_offset3()
27 #elif (NUMBER==1) in sad_mb_offset3()
37 ref -= NUMBER; /* bic ref, ref, #3 */ in sad_mb_offset3()
42 #if (NUMBER==3) in sad_mb_offset3()
44 #elif (NUMBER==2) in sad_mb_offset3()
46 #elif (NUMBER==1) in sad_mb_offset3()
110 #if (NUMBER==3) in sad_mb_offset3()
112 #elif (NUMBER==2) in sad_mb_offset3()
114 #elif (NUMBER==1) in sad_mb_offset3()
[all …]
Dsad_inline.h61 #define NUMBER 3 macro
66 #undef NUMBER
67 #define NUMBER 2 macro
72 #undef NUMBER
73 #define NUMBER 1 macro
231 #define NUMBER 3
237 #undef NUMBER
238 #define NUMBER 2
245 #undef NUMBER
246 #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()
627 .put(Phone.NUMBER, "111-555-1212"); in testV21ComplicatedCase()
630 .put(Phone.NUMBER, "404-555-1212"); in testV21ComplicatedCase()
633 .put(Phone.NUMBER, "031-111-1111"); in testV21ComplicatedCase()
637 .put(Phone.NUMBER, "032-222-2222"); in testV21ComplicatedCase()
641 .put(Phone.NUMBER, "033-333-3333"); in testV21ComplicatedCase()
749 .put(Phone.NUMBER, "030-000-0000") in testV30Simple()
782 .put(Phone.NUMBER, (japanese ? "03-0000-0000" : "030-000-0000")) in testV21Japanese1Common()
[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.java45 static final int NUMBER = 1; field in VoiceMailConstants
65 return data[NUMBER]; in getVoiceMailNumber()
104 data[NUMBER] = parser.getAttributeValue(null, "vmnumber"); in loadVoiceMail()
/frameworks/base/core/java/android/content/
DUriMatcher.java196 child.mWhich = NUMBER; in addURI()
248 case NUMBER:
275 private static final int NUMBER = 1;
/frameworks/base/core/java/android/provider/
DVoicemailContract.java126 public static final String NUMBER = Calls.NUMBER; field in VoicemailContract.Voicemails
DCallLog.java137 public static final String NUMBER = "number"; field in CallLog.Calls
332 values.put(NUMBER, number); in addCall()
409 new String[] {NUMBER}, in getLastOutgoingCall()
DContactsContract.java4641 public static final String NUMBER = "number"; field
5544 public static final String NUMBER = DATA; field in ContactsContract.CommonDataKinds.Phone
DContacts.java923 public static final String NUMBER = "number"; field
/frameworks/base/core/java/android/util/
DJsonToken.java64 NUMBER, enumConstant
DJsonReader.java407 if (token != JsonToken.STRING && token != JsonToken.NUMBER) { in nextString()
459 if (token != JsonToken.STRING && token != JsonToken.NUMBER) { in nextDouble()
480 if (token != JsonToken.STRING && token != JsonToken.NUMBER) { in nextLong()
511 if (token != JsonToken.STRING && token != JsonToken.NUMBER) { in nextInt()
1145 return JsonToken.NUMBER; in decodeNumber()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewWordLimitsTest.java153 final String NUMBER = "123"; in testPartlyIncluded() local
159 verifyWordLimits(NUMBER, 1, -1, -1); in testPartlyIncluded()
/frameworks/base/docs/html/training/basics/intents/
Dresult.jd137 // We only need the NUMBER column, because there will be only one row in the result
138 String[] projection = {Phone.NUMBER};
140 // Perform the query on the contact to get the NUMBER column
149 // Retrieve the phone number from the NUMBER column
150 int column = cursor.getColumnIndex(Phone.NUMBER);
/frameworks/ex/chips/src/com/android/ex/chips/
DQueries.java32 Phone.NUMBER, // 1
/frameworks/base/core/tests/coretests/src/android/util/
DJsonReaderTest.java250 assertEquals(JsonToken.NUMBER, reader.peek()); in testBufferBoundary()
263 assertEquals(JsonToken.NUMBER, reader.peek()); in testTruncatedBufferBoundary()
273 testLongNumericLiterals(READER_BUFFER_SIZE - 1, JsonToken.NUMBER); in testLongestSupportedNumericLiterals()
356 assertEquals(JsonToken.NUMBER, reader.peek()); in testMatchingValidNumbers()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java182 columnIndex = cursor.getColumnIndex(PhoneLookup.NUMBER); in getCallerInfo()
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
DMediaPlayerProxyTestCase.java529 values.put(VoicemailContract.Voicemails.NUMBER, CONTACT_NUMBER); in getTestContentUri()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java182 phoneColumn = Contacts.People.Phones.NUMBER; in getNumberFromIntent()
184 phoneColumn = ContactsContract.CommonDataKinds.Phone.NUMBER; in getNumberFromIntent()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabasePerformanceTests.java153 Contacts.People.NUMBER, // 3
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java831 String phoneNumber = contentValues.getAsString(Phone.NUMBER); in appendPhones()
/frameworks/base/docs/html/guide/topics/ui/
Ddeclaring-layout.jd457 ContactsContract.CommonDataKinds.Phone.NUMBER};

12