HomeSort by relevance Sort by last modified time
    Searched defs:dn (Results 1 - 25 of 30) sorted by null

1 2

  /external/valgrind/main/none/tests/
res_search.c 10 char* dn = (char*)arg; local
14 if(-1 == res_search(dn, 1, 1, buff, 8000))
  /system/core/toolbox/
rm.c 40 char dn[PATH_MAX]; local
43 sprintf(dn, "%s/%s", name, de->d_name);
44 if (unlink_recursive(dn) < 0) {
  /bootable/recovery/minzip/
DirUtil.c 196 char dn[PATH_MAX]; local
200 snprintf(dn, sizeof(dn), "%s/%s", path, de->d_name);
201 if (dirUnlinkHierarchy(dn) < 0) {
258 char dn[PATH_MAX]; local
259 snprintf(dn, sizeof(dn), "%s/%s", path, de->d_name);
260 if (!dirSetHierarchyPermissions(dn, uid, gid, dirMode, fileMode)) {
  /libcore/luni/src/main/java/javax/security/auth/x500/
X500Principal.java 60 private transient Name dn; field in class:X500Principal
77 // FIXME dn = new Name(name);
78 dn = (Name) Name.ASN1.decode(name);
100 // FIXME dn = new Name(is);
101 dn = (Name) Name.ASN1.decode(in);
129 dn = new Name(name);
140 dn = new Name(substituteNameFromMap(name, keywordMap));
155 canonicalName = dn.getName(CANONICAL);
179 byte[] src = dn.getEncoded();
192 return dn.getName(RFC2253)
    [all...]
  /frameworks/base/core/java/com/android/internal/net/
DNParser.java 28 * A simple distinguished name(DN) parser.
33 * <p>This class is only meant for extracting a string value from a DN. e.g. it doesn't support
44 /** DN to be parsed. */
45 private final String dn; field in class:DNParser
59 * Exception message thrown when we failed to parse DN, which shouldn't happen because we
62 private static final String ERROR_PARSE_ERROR = "Failed to parse DN";
70 this.dn = principal.getName(X500Principal.RFC2253);
71 this.length = dn.length();
82 return null; // reached the end of DN
95 // unexpected end of DN
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c1035pf.cpp 603 Word16 dn[L_CODE], sign[L_CODE];
606 cor_h_x (h, x, dn, 2);
607 set_sign12k2 (dn, cn, sign, pos_max, NB_TRACK, ipos, STEP);
611 dn, rr, ipos, pos_max, codvec);
659 Word16 dn[L_CODE], sign[L_CODE]; local
662 cor_h_x(h, x, dn, 2, pOverflow);
663 set_sign12k2(dn, cn, sign, pos_max, NB_TRACK, ipos, STEP, pOverflow);
667 dn, rr, ipos, pos_max, codvec, pOverflow);
c2_11pf.cpp 122 Word16 dn[], /* i : correlation between target and h[] */
130 Word16 dn_sign[], /* i : sign of dn[] */
240 Word16 dn[L_CODE]; local
275 dn,
280 dn,
292 dn,
345 dn, correlation between target and h[], array of type Word16
405 Word16 dn[], /* i : correlation between target and h[] */
460 ps0 = dn[i0];
483 ps1 = add(ps0, dn[i1], pOverflow)
    [all...]
c2_9pf.cpp 122 Word16 dn[], /* i : correlation between target and h[] */
131 Word16 dn_sign[], /* i : sign of dn[] */
252 Word16 dn[L_CODE], dn2[L_CODE], dn_sign[L_CODE];
261 cor_h_x(h, x, dn, 1);
262 set_sign(dn, dn_sign, dn2, 8); // dn2[] not used in this codebook search
264 search_2i40(subNr, dn, rr, codvec);
316 Word16 dn[L_CODE]; local
362 dn,
369 dn,
382 dn,
    [all...]
c3_14pf.cpp 92 Word16 dn[], /* i : correlation between target and h[] */
101 Word16 dn_sign[], /* i : sign of dn[] */
215 Word16 dn[L_CODE]; local
248 dn,
253 dn,
265 dn,
316 dn[] Array of type Word16 -- correlation between target and h[]
374 Word16 dn[], /* i : correlation between target and h[] */
442 ps0 = dn[i0];
467 /* ps1 = add(ps0, dn[i1], pOverflow); *
    [all...]
c4_17pf.cpp 101 Word16 dn[], /* i : correlation between target and h[] */
110 Word16 dn_sign[], /* i : sign of dn[] */
225 Word16 dn[L_CODE]; local
258 dn,
263 dn,
275 dn,
328 dn[] Array of type Word16 -- correlation between target and h[]
387 Word16 dn[], /* i : correlation between target and h[] */
455 ps0 = dn[i0];
479 /* ps1 = add(ps0, dn[i1], pOverflow); *
    [all...]
c8_31pf.cpp 762 Word16 dn[L_CODE]; local
772 dn,
781 dn,
802 dn,
  /bionic/libc/netbsd/nameser/
ns_name.c 106 char *dn, *eom; local
112 dn = dst;
121 if (dn != dst) {
122 if (dn >= eom) {
126 *dn++ = '.';
132 if (dn + l >= eom) {
144 if ((m = decode_bitstring(&cp, dn, eom)) < 0)
149 dn += m;
155 if (dn + 1 >= eom) {
159 *dn++ = '\\'
341 u_char *dn, *eom; local
742 const u_char *dn, *cp, *sp; local
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerTester.java 210 final String dn = dir.getPath(); local
211 final String dn2 = dn + "/";
212 reportSummary(dn,
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 138 ASN1Sequence dn = ASN1Sequence.getInstance(((GeneralSubtree)it local
142 if (dn != null)
144 intersect.add(dn);
154 if (withinDNSubtree(dn, subtree))
156 intersect.add(dn);
158 else if (withinDNSubtree(subtree, dn))
168 private Set unionDN(Set excluded, ASN1Sequence dn)
172 if (dn == null)
176 excluded.add(dn);
189 if (withinDNSubtree(dn, subtree)
    [all...]
  /external/icu4c/common/
serv.cpp 798 const UnicodeString* dn = (const UnicodeString*)entry->key.pointer; local
799 StringPair* sp = StringPair::create(*id, *dn, status);
  /external/e2fsprogs/e2fsck/
dict.c 1290 dnode_t *dn; local
1328 dn = dnode_create(val);
1330 if (!key || !val || !dn) {
1334 if (dn)
1335 dnode_destroy(dn);
1338 dict_load_next(&dl, dn, key);
1355 dnode_t *dn; local
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 273 int i, j, n, dn = 0, l_count, dn0, buf_sz, min_buf_sz; local
307 for( i = 0; i < n; i += dn )
310 dn = MIN( dn0, n - i );
312 cvGetRows( _inputs, layer_in, i, i + dn );
313 cvInitMatHeader( layer_out, dn, layer_in->cols, CV_64F, buf );
323 cvInitMatHeader( layer_out, dn, cols, CV_64F, data );
331 cvGetRows( _outputs, layer_out, i, i + dn );
    [all...]
  /external/openssl/crypto/store/
str_lib.c 1269 X509_NAME *dn; member in union:STORE_attr_info_st::__anon9052
    [all...]
  /external/quake/quake/src/QW/client/
d_polyse.c 493 double dm, dn; local
515 dn = (double)tn;
517 FloorDivMod (dm, dn, &ubasestep, &erroradjustup);
519 erroradjustdown = dn;
  /external/quake/quake/src/WinQuake/
d_polyse.cpp 493 double dm, dn; local
515 dn = (double)tn;
517 FloorDivMod (dm, dn, &ubasestep, &erroradjustup);
519 erroradjustdown = dn;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 186 Word16 dn[L_SUBFR]; /* Correlation between xn2 and h1 */ local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 975 int d, dmin, dn[9]; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 89 void MoveNeighborSAD(Int dn[], Int new_loc);
90 Int FindMin(Int dn[]);
790 Int d, dmin, dn[9]; local
946 dn[0] = dmin;
950 MoveNeighborSAD(dn, last_loc);
966 dn[k] = d; /* keep it for half pel use */
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 749 QNode dn; local
754 (dn = d.next) != null && // has successor
755 dn != d && // that is on list
756 dp.casNext(d, dn))) // d unspliced
    [all...]
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
X500PrincipalTest.java 36 * Distinguished name(DN) strings follows
226 String dn = "CN=A, OID.2.5.4.3 = #130142"; local
227 X500Principal principal = new X500Principal(dn);
241 String dn = "CN=A, OID.2.5.4.3 = #130142"; local
242 X500Principal principal = new X500Principal(dn);
256 String dn = "CN=A, OID.2.5.4.3 = #130142"; local
257 X500Principal principal = new X500Principal(dn);
333 String dn = "CN=A+ST=CA,O=B,L=C,C=D,OU=E,CN=A+ST=CA,O=B,L=C,C=D,OU=E,CN=Z"; local
334 X500Principal principal = new X500Principal(dn);
349 String dn = "CN=A,CN=B" local
549 String dn = "OID.2.16.4.3=B; CN=A"; local
567 String dn = "OID.2.16.4.3=B; CN=A"; local
585 String dn = "OID.2.16.4.3=B; CN=A"; local
600 String dn = "OID.2.16.4.3=B + CN=A"; local
613 String dn = "OID.2.16.4.3=B + CN=A"; local
626 String dn = "ST=C + CN=A; OU=B + CN=D"; local
640 String dn = "OID.2.16.4.3=B + CN=A"; local
654 String dn = "OID.2.16.4.3=#13024220+ CN=A"; local
668 String dn = "OID.2.16.4.9=A + OID.2.16.4.3=B"; local
682 String dn = "OID.2.2.2.2=A + OID.1.1.1.1=B"; local
696 String dn = "OID.2.16.4.9=A + OID.2.16.4=B"; local
710 String dn = "OID.1.1.2=A + OID.1.2=B"; local
724 String dn = "OID.1.1.1=A + OID.1.1=B"; local
748 String dn = "CN=\\"\\""; local
761 String dn = "CN=\\\\ "; local
774 String dn = "CN=\\" \\""; local
785 String dn = "CN=\\" \\""; local
796 String dn = "CN=\\" \\""; local
808 String dn = "CNN=A"; local
821 String dn = ";CN=A"; local
834 String dn = "=CN=A"; local
846 String dn = "CN="; local
854 String dn = "CN=\\"\\", C=\\"\\""; local
864 String dn = "CN=\\"\\" + OU=A, C=\\"\\""; local
875 String dn = "CN=,C"; local
884 String dn = "CN=,C=+"; local
897 String dn = "CN=#XYZ"; local
910 String dn = "CN=X+YZ"; local
923 String dn = "CN=X=YZ"; local
934 String dn = "CN=X\\"YZ"; local
945 String dn = "CN=X<YZ"; local
956 String dn = "CN=#"; local
971 String dn = "CN=#13"; local
986 String dn = "CN=#1301"; local
1001 String dn = "CN=#13010101"; local
1014 String dn = "CN=# 0"; local
1026 String dn = "CN=#7E0142"; local
1196 String dn = "CN=A"; local
1213 String dn = "OID.2.16.4.3=B + CN=A"; local
1231 String dn = "OID.2.16.4.3=B + CN=A"; local
1249 String dn = "OID.2.16.4.3=B + CN=A"; local
1348 String dn = "CN=A,CN=\\\\\\"B"; local
1361 String dn = "CN=A,CN=\\\\\\"B"; local
1374 String dn = "CN=A,CN=\\\\\\"B"; local
1431 String dn = "CN=\\\\\\\\B"; local
1444 String dn = "CN=\\\\\\\\B"; local
1457 String dn = "CN=\\\\\\\\B"; local
1470 String dn = "CN=\\"ABCDEF\\""; local
1485 String dn = "CN=\\"ABCDEF"; local
1499 String dn = "CN=\\"ABCD#EF\\""; local
1513 String dn = "CN=ABC\\"DEF\\""; local
1525 String dn = "CN=\\"ABCDEF\\""; local
1538 String dn = "CN=\\"ABCDEF\\""; local
1551 String dn = "CN=\\"ABCDEF\\""; local
1564 String dn = "CN=\\"ABCD#EF\\""; local
1577 String dn = "CN=\\"ABCD#EF\\""; local
1590 String dn = "CN=\\"ABCD#EF\\""; local
1603 String dn = "CN=X#YZ"; local
1617 String dn = "CN=X#YZ"; local
1632 String dn = "CN=X#YZ"; local
1646 String dn = "CN=\\\\#XYZ"; local
1659 String dn = "CN=\\\\#XYZ"; local
1671 String dn = "CN=\\\\#XYZ"; local
1683 String dn = "CN=A,CN=B\\\\ "; local
1696 String dn = "CN=A,CN=B\\\\ "; local
1709 String dn = "CN=A,CN=B\\\\ "; local
1722 String dn = "CN=\\"B A\\""; local
1735 String dn = "CN=\\"B A\\""; local
1748 String dn = "CN=\\"B A\\""; local
1761 String dn = "CN=\\\\ B"; local
1774 String dn = "CN=\\\\ B"; local
1787 String dn = "CN=\\\\ B"; local
1799 String dn = "CN=\\"\\"B"; local
1813 String dn = "CN=\\"A\\\\\\"B\\""; local
1825 String dn = "CN=\\"A\\\\\\"B\\""; local
1837 String dn = "CN=\\"A\\\\\\"B\\""; local
1850 String dn = "CN=\\"A\\\\\\"\\""; local
1862 String dn = "CN=\\"A\\\\\\"\\""; local
1874 String dn = "CN=\\"A\\\\\\"\\""; local
1887 String dn = "CN=\\"A\\\\\\", C=B\\""; local
1900 String dn = "CN=\\"A\\\\\\\\\\", C=B"; local
1913 String dn = "CN=A\\nB"; local
1925 String dn = "CN=A\\nB"; local
1937 String dn = "CN=A\\nB"; local
2246 String dn = (String) obj[0]; local
    [all...]

Completed in 625 milliseconds

1 2