HomeSort by relevance Sort by last modified time
    Searched full:permitted (Results 1 - 25 of 12240) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
NameConstraints.java 17 private ASN1Sequence permitted, excluded; field in class:NameConstraints
28 permitted = ASN1Sequence.getInstance(o, false);
41 * permitted and excluded are Vectors of GeneralSubtree objects.
43 * @param permitted
44 * Permitted subtrees
49 Vector permitted,
52 if (permitted != null)
54 this.permitted = createSequence(permitted);
76 return permitted;
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/gdb/syscalls/
gdb-syscalls.dtd 4 are permitted in any medium without royalty provided the copyright
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/gdb/syscalls/
gdb-syscalls.dtd 4 are permitted in any medium without royalty provided the copyright
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nf_conntrack_tcp.h 24 /* SACK is permitted by the sender */
  /external/bluetooth/glib/docs/reference/
COPYING 4 redistribution is permitted and encouraged, but you may not
16 WARRANTY FOR THE WORK, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
26 AND/OR REDISTRIBUTE THE WORK AS PERMITTED ABOVE, BE LIABLE TO YOU
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 83 private void checkPermittedDN(Set permitted, ASN1Sequence dns)
86 if (permitted == null)
91 if (permitted.isEmpty() && dns.size() == 0)
95 Iterator it = permitted.iterator();
108 "Subject distinguished name is not from a permitted subtree");
133 private Set intersectDN(Set permitted, Set dns)
140 if (permitted == null)
149 Iterator _iter = permitted.iterator();
208 private Set intersectEmail(Set permitted, Set emails)
216 if (permitted == null
    [all...]
  /bionic/libc/unistd/
pread.c 6 * modification, are permitted provided that the following conditions
14 * modification, are permitted provided that the following conditions are met:
  /external/expat/lib/
winconfig.h 5 ** This is free software. You are permitted to copy, distribute, or modify
  /external/libpcap/
LICENSE 4 modification, are permitted provided that the following conditions
NOTICE 4 modification, are permitted provided that the following conditions
pcap-nit.h 5 * Redistribution and use in source and binary forms are permitted
pcap-pf.h 5 * Redistribution and use in source and binary forms are permitted
  /external/tcpdump/
LICENSE 4 modification, are permitted provided that the following conditions
NOTICE 4 modification, are permitted provided that the following conditions
bgp.h 4 * modification, are permitted provided that: (1) source code
gmpls.h 4 * modification, are permitted provided that: (1) source code
l2vpn.h 4 * modification, are permitted provided that: (1) source code
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
TestAnnotation3.java 13 * enumeration are permitted
TestAnnotation3b.java 13 * enumeration are permitted
  /external/webkit/WebCore/platform/brew/
SoundBrew.cpp 5 * modification, are permitted provided that the following conditions
37 // where these operations are not permitted.
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 54 /* Extract the permitted capabilities of a given task */
146 /* First, get our own permitted capabilities */
149 D("Could not get gdbserver permitted caps!\n");
154 * permitted capabilities set to our own. If they differ,
175 D("Could not get permitted caps for thread %d\n", tid);
181 /* AAAARGH !! The permitted capabilities set differ. */
  /ndk/sources/android/libthread_db/gdb-7.1.x/
libthread_db.c 50 /* Extract the permitted capabilities of a given task */
143 /* First, get our own permitted capabilities */
146 D("Could not get gdbserver permitted caps!\n");
151 * permitted capabilities set to our own. If they differ,
172 D("Could not get permitted caps for thread %d\n", tid);
178 /* AAAARGH !! The permitted capabilities set differ. */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
InvalidTypeException.java 54 * {@link Throwable#getCause()} method). (A <code>null</code> value is permitted,
67 * {@link Throwable#getCause()} method). (A <code>null</code> value is permitted,
InvalidValueTypeException.java 58 * {@link Throwable#getCause()} method). (A <code>null</code> value is permitted,
71 * {@link Throwable#getCause()} method). (A <code>null</code> value is permitted,
  /bionic/libc/arch-arm/bionic/
__get_pc.S 6 * modification, are permitted provided that the following conditions

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 91011>>