Home
last modified time | relevance | path

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

123

/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/docs/html-intl/intl/ru/training/basics/intents/
Dresult.jd133 // We only need the NUMBER column, because there will be only one row in the result
134 String[] projection = {Phone.NUMBER};
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dresult.jd133 // We only need the NUMBER column, because there will be only one row in the result
134 String[] projection = {Phone.NUMBER};
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dresult.jd133 // We only need the NUMBER column, because there will be only one row in the result
134 String[] projection = {Phone.NUMBER};
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dresult.jd133 // We only need the NUMBER column, because there will be only one row in the result
134 String[] projection = {Phone.NUMBER};
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dresult.jd133 // We only need the NUMBER column, because there will be only one row in the result
134 String[] projection = {Phone.NUMBER};
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
/frameworks/base/core/java/android/content/
DUriMatcher.java195 child.mWhich = NUMBER; in addURI()
245 case NUMBER:
272 private static final int NUMBER = 1;
/frameworks/base/core/java/android/provider/
DVoicemailContract.java142 public static final String NUMBER = Calls.NUMBER; field in VoicemailContract.Voicemails
323 contentValues.put(Voicemails.NUMBER, voicemail.getNumber()); in getContentValues()
DCallLog.java227 public static final String NUMBER = "number"; field in CallLog.Calls
634 values.put(NUMBER, number); in addCall()
810 new String[] {NUMBER}, in getLastOutgoingCall()
/frameworks/base/core/java/android/util/
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()
1148 return JsonToken.NUMBER; in decodeNumber()
DJsonToken.java64 NUMBER, enumConstant
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/
Dresult.jd133 // We only need the NUMBER column, because there will be only one row in the result
134 String[] projection = {Phone.NUMBER};
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
/frameworks/base/docs/html/training/basics/intents/
Dresult.jd133 // We only need the NUMBER column, because there will be only one row in the result
134 String[] projection = {Phone.NUMBER};
136 // Perform the query on the contact to get the NUMBER column
145 // Retrieve the phone number from the NUMBER column
146 int column = cursor.getColumnIndex(Phone.NUMBER);
/frameworks/opt/chips/src/com/android/ex/chips/
DQueries.java33 Phone.NUMBER, // 1
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DMakeCopy.java99 XPathConstants.NUMBER); in main()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java429 number.put(SubscriptionManager.NUMBER, msisdn); in handleSimLoaded()
639 value.put(SubscriptionManager.NUMBER, msisdn); in updateSubscriptionInfoByIccId()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java65 SubscriptionManager.NUMBER, SubscriptionManager.DISPLAY_NUMBER_FORMAT,
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java201 columnIndex = cursor.getColumnIndex(PhoneLookup.NUMBER); in getCallerInfo()

123