/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | sad_mb_offset.h | 26 #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 …]
|
D | sad_inline.h | 64 #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/ |
D | sad_mb_offset.h | 23 #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 …]
|
D | sad_inline.h | 61 #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/ |
D | VCardExporterTests.java | 409 .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 …]
|
D | VCardImporterTests.java | 519 .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 …]
|
D | VCardJapanizationTests.java | 366 .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/ |
D | VoiceMailConstants.java | 45 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/ |
D | UriMatcher.java | 195 child.mWhich = NUMBER; in addURI() 245 case NUMBER: 272 private static final int NUMBER = 1;
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/ |
D | result.jd | 133 // 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/ |
D | result.jd | 133 // 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/ |
D | result.jd | 133 // 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/ru/training/basics/intents/ |
D | result.jd | 133 // 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/ |
D | result.jd | 133 // 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/provider/ |
D | VoicemailContract.java | 202 public static final String NUMBER = Calls.NUMBER; field in VoicemailContract.Voicemails 383 contentValues.put(Voicemails.NUMBER, voicemail.getNumber()); in getContentValues()
|
D | CallLog.java | 224 public static final String NUMBER = "number"; field in CallLog.Calls 631 values.put(NUMBER, number); in addCall() 807 new String[] {NUMBER}, in getLastOutgoingCall()
|
/frameworks/base/core/java/android/util/ |
D | JsonToken.java | 64 NUMBER, enumConstant
|
D | JsonReader.java | 407 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()
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/intents/ |
D | result.jd | 133 // 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/ |
D | result.jd | 133 // 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/ |
D | Queries.java | 33 Phone.NUMBER, // 1
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
D | MakeCopy.java | 99 XPathConstants.NUMBER); in main()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionInfoUpdater.java | 438 number.put(SubscriptionManager.NUMBER, msisdn); in handleSimLoaded() 649 value.put(SubscriptionManager.NUMBER, msisdn); in updateSubscriptionInfoByIccId()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionControllerTest.java | 65 SubscriptionManager.NUMBER, SubscriptionManager.DISPLAY_NUMBER_FORMAT,
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 201 columnIndex = cursor.getColumnIndex(PhoneLookup.NUMBER); in getCallerInfo()
|