/frameworks/base/core/java/org/apache/http/conn/ssl/ |
D | AndroidDistinguishedNameParser.java | 33 private final String dn; field in AndroidDistinguishedNameParser 49 this.dn = principal.getName(X500Principal.RFC2253); in AndroidDistinguishedNameParser() 50 this.length = this.dn.length(); in AndroidDistinguishedNameParser() 73 throw new IllegalStateException("Unexpected end of DN: " + dn); in nextAT() 86 throw new IllegalStateException("Unexpected end of DN: " + dn); in nextAT() 117 throw new IllegalStateException("Unexpected end of DN: " + dn); in quotedAV() 146 throw new IllegalStateException("Unexpected end of DN: " + dn); in hexAV() 180 throw new IllegalStateException("Unexpected end of DN: " + dn); in hexAV() 241 throw new IllegalStateException("Unexpected end of DN: " + dn); in getEscaped() 319 throw new IllegalStateException("Malformed DN: " + dn); in getByte() [all …]
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | SslCertificateTest.java | 103 String dn = x509Certificate.getSubjectDN().getName(); in testSslCertificateWithMultipleCN() local 104 assertTrue(dn, dn.contains("Posta CA 1")); in testSslCertificateWithMultipleCN() 105 assertTrue(dn, dn.contains("Configuration")); in testSslCertificateWithMultipleCN() 107 assertEquals(dn, "Posta CA 1", sslCertificate.getIssuedTo().getCName()); in testSslCertificateWithMultipleCN()
|
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | motion_est.cpp | 89 void MoveNeighborSAD(Int dn[], Int new_loc); 90 Int FindMin(Int dn[]); 790 Int d, dmin, dn[9]; in MBMotionSearch() local 946 dn[0] = dmin; in MBMotionSearch() 950 MoveNeighborSAD(dn, last_loc); in MBMotionSearch() 966 dn[k] = d; /* keep it for half pel use */ in MBMotionSearch() 1010 MoveNeighborSAD(dn, last_loc); in MBMotionSearch() 1012 *hp_guess = FindMin(dn); in MBMotionSearch() 1647 void MoveNeighborSAD(Int dn[], Int new_loc) in MoveNeighborSAD() argument 1650 tmp[0] = dn[0]; in MoveNeighborSAD() [all …]
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | c2t64fx.c | 48 … Word16 dn[], /* (i) <12b : correlation between target x[] and H[] */ in ACELP_2t64_fx() argument 90 s = Dot_product12_asm(dn, dn, L_SUBFR, &exp); in ACELP_2t64_fx() 92 s = Dot_product12(dn, dn, L_SUBFR, &exp); in ACELP_2t64_fx() 101 p1 = dn; in ACELP_2t64_fx() 119 val = dn[i]; in ACELP_2t64_fx() 129 dn[i] = -val; in ACELP_2t64_fx() 237 ps1 = dn[i0]; in ACELP_2t64_fx() 242 ps2 = add1(ps1, dn[i1]); in ACELP_2t64_fx()
|
D | c4t64fx.c | 114 Word16 dn[], /* (i) corr. between target and h[] */ 123 … Word16 dn[], /* (i) <12b : correlation between target x[] and H[] */ in ACELP_4t64_fx() argument 258 s = Dot_product12_asm(dn, dn, L_SUBFR, &exp); in ACELP_4t64_fx() 260 s = Dot_product12(dn, dn, L_SUBFR, &exp); in ACELP_4t64_fx() 269 p1 = dn; in ACELP_4t64_fx() 287 val = dn[i]; in ACELP_4t64_fx() 297 dn[i] = -val; in ACELP_4t64_fx() 574 ps = dn[ix] + dn[iy]; in ACELP_4t64_fx() 610 ps = add1(add1(add1(dn[ix], dn[iy]), dn[i]), dn[j]); in ACELP_4t64_fx() 681 &ix, &iy, dn, dn2, cor_x, cor_y, rrixiy); in ACELP_4t64_fx() [all …]
|
D | cor_h_x.c | 38 …Word16 dn[] /* (o) <12bit : correlation between target and h[] */ in cor_h_x() argument 120 p1 = dn; in cor_h_x()
|
D | voAMRWBEnc.c | 188 Word16 dn[L_SUBFR]; /* Correlation between xn2 and h1 */ in coder() local 979 Updt_tar(xn, dn, y1, gain1, L_SUBFR); /* dn used temporary */ in coder() 1027 vo_p0 = dn; in coder() 1058 Copy(dn, xn2, L_SUBFR); /* target vector for codebook search */ in coder() 1083 cor_h_x(h2, xn2, dn); in coder() 1086 ACELP_2t64_fx(dn, cn, h2, code, y2, indice); in coder() 1091 ACELP_4t64_fx(dn, cn, h2, code, y2, 20, *ser_size, indice); in coder() 1099 ACELP_4t64_fx(dn, cn, h2, code, y2, 36, *ser_size, indice); in coder() 1107 ACELP_4t64_fx(dn, cn, h2, code, y2, 44, *ser_size, indice); in coder() 1115 ACELP_4t64_fx(dn, cn, h2, code, y2, 52, *ser_size, indice); in coder() [all …]
|
/frameworks/av/media/codecs/amrnb/enc/src/ |
D | set_sign.cpp | 245 void set_sign(Word16 dn[], /* i/o : correlation between target and h[] */ in set_sign() argument 258 val = dn[i]; in set_sign() 268 dn[i] = val; /* modify dn[] according to the fixed sign */ in set_sign() 487 Word16 dn[], /* i/o : correlation between target and h[] */ in set_sign12k2() argument 519 p_dn = dn; /* crosscorrelation values do not have strong peaks, so in set_sign12k2() 543 val = dn[i]; in set_sign12k2() 558 dn[i] = negate(val); in set_sign12k2()
|
D | c2_9pf.cpp | 122 Word16 dn[], /* i : correlation between target and h[] */ 316 Word16 dn[L_CODE]; in code_2i40_9bits() local 362 dn, in code_2i40_9bits() 369 dn, in code_2i40_9bits() 382 dn, in code_2i40_9bits() 589 Word16 dn[], /* i : correlation between target and h[] */ in search_2i40() argument 644 ps0 = *(dn + i0); in search_2i40() 670 ps1 = ps0 + dn[i1]; in search_2i40() 806 Word16 dn[], /* i : correlation between target and h[] */ in Test_search_2i40() argument 822 dn, in Test_search_2i40()
|
D | c3_14pf.cpp | 92 Word16 dn[], /* i : correlation between target and h[] */ 215 Word16 dn[L_CODE]; in code_3i40_14bits() local 248 dn, in code_3i40_14bits() 253 dn, in code_3i40_14bits() 265 dn, in code_3i40_14bits() 374 Word16 dn[], /* i : correlation between target and h[] */ in search_3i40() argument 442 ps0 = dn[i0]; in search_3i40() 468 ps1 = ps0 + dn[i1]; in search_3i40() 522 ps1 = ps0 + dn[i2]; in search_3i40()
|
D | c2_11pf.cpp | 122 Word16 dn[], /* i : correlation between target and h[] */ 240 Word16 dn[L_CODE]; in code_2i40_11bits() local 275 dn, in code_2i40_11bits() 280 dn, in code_2i40_11bits() 292 dn, in code_2i40_11bits() 405 Word16 dn[], /* i : correlation between target and h[] */ in search_2i40() argument 460 ps0 = dn[i0]; in search_2i40() 483 ps1 = add(ps0, dn[i1], pOverflow); in search_2i40()
|
D | c4_17pf.cpp | 101 Word16 dn[], /* i : correlation between target and h[] */ 225 Word16 dn[L_CODE]; in code_4i40_17bits() local 258 dn, in code_4i40_17bits() 263 dn, in code_4i40_17bits() 275 dn, in code_4i40_17bits() 387 Word16 dn[], /* i : correlation between target and h[] */ in search_4i40() argument 455 ps0 = dn[i0]; in search_4i40() 480 ps1 = ps0 + dn[i1]; in search_4i40() 532 ps1 = ps0 + dn[i2]; in search_4i40() 587 ps1 = ps0 + dn[i3]; /* index increment = STEP */ in search_4i40()
|
D | s10_8pf.cpp | 560 Word16 dn[], /* i : correlation between target and h[] */ in search_10and8i40() argument 621 ps0 = (Word16)((Word32) dn[i0] + dn[i1]); in search_10and8i40() 644 *(p_temp1++) = ps0 + dn[i3]; in search_10and8i40() 669 ps1 = dn[j]; in search_10and8i40() 713 *(p_temp1++) = ps + dn[i5]; in search_10and8i40() 745 ps1 = dn[j]; in search_10and8i40() 789 *(p_temp1++) = ps + dn[i7]; in search_10and8i40() 830 ps1 = dn[j]; in search_10and8i40() 883 *(p_temp1++) = ps + dn[i9]; in search_10and8i40() 927 ps1 = dn[j]; in search_10and8i40()
|
D | set_sign.h | 104 void set_sign(Word16 dn[], /* i/o : correlation between target and h[] */ 111 Word16 dn[], /* i/o : correlation between target and h[] */
|
D | c1035pf.cpp | 659 Word16 dn[L_CODE], sign[L_CODE]; in code_10i40_35bits() local 662 cor_h_x(h, x, dn, 2, pOverflow); in code_10i40_35bits() 663 set_sign12k2(dn, cn, sign, pos_max, NB_TRACK, ipos, STEP, pOverflow); in code_10i40_35bits() 667 dn, rr, ipos, pos_max, codvec, pOverflow); in code_10i40_35bits()
|
D | cor_h_x2.cpp | 231 Word16 dn[], /* (o): correlation between target and h[] */ in cor_h_x2() argument 278 dn[i] = pv_round(L_shl(y32[i], j, pOverflow), pOverflow); in cor_h_x2()
|
D | cor_h_x.cpp | 247 Word16 dn[], /* (o): correlation between target and h[] */ in cor_h_x() argument 308 p_ptr = dn; in cor_h_x()
|
D | c8_31pf.cpp | 762 Word16 dn[L_CODE]; in code_8i40_31bits() local 772 dn, in code_8i40_31bits() 781 dn, in code_8i40_31bits() 802 dn, in code_8i40_31bits()
|
D | cor_h_x.h | 89 Word16 dn[], /* (o): correlation between target and h[] */
|
D | cor_h_x2.h | 108 Word16 dn[], /* (o): correlation between target and h[] */
|
D | s10_8pf.h | 114 Word16 dn[], /* i : correlation between target and h[] */
|
/frameworks/av/media/codecs/amrwb/enc/inc/ |
D | acelp.h | 426 …Word16 dn[] /* (o) <12bit : correlation between target and h[] */ 429 … Word16 dn[], /* (i) <12b : correlation between target x[] and H[] */ 438 … Word16 dn[], /* (i) <12b : correlation between target x[] and H[] */
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_file_with_long_name | 8 b�1��n.�Hyq��0yZ���07��G�<{�C��@n9ߏ2��$?yx�4nL�g�V��"�dn�>d��t��|&e��J4
|
/frameworks/base/tools/lock_agent/java/com/android/lock_checker/ |
D | LockHook.java | 270 final int dn = LockHook.sDeepestNest.get(); in dump() local 276 pw.print(dn); in dump()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 148 def BstaticAlias1 : Flag<["-"], "dn">,
|