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

1 2 3 4 5 6

  /external/python/cpython3/Doc/library/
superseded.rst 4 Superseded Modules
8 backwards compatibility. They have been superseded by other modules.
index.rst 76 superseded.rst
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DEREncodableVector.java 5 * this will eventually be superseded by ASN1EncodableVector so you should
  /libcore/luni/src/test/java/libcore/java/security/cert/
CRLReasonTest.java 29 assertEquals("SUPERSEDED", 4, CRLReason.SUPERSEDED.ordinal());
45 assertEquals(CRLReason.SUPERSEDED, reasons[4]);
59 assertEquals(CRLReason.SUPERSEDED, CRLReason.valueOf("SUPERSEDED"));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ReasonFlags.java 13 * superseded (4),
42 public static final int SUPERSEDED = (1 << 3);
64 public static final int superseded = (1 << 3); field in class:ReasonFlags
CRLReason.java 19 * superseded (4),
50 public static final int SUPERSEDED = 4;
76 public static final int superseded = 4; field in class:CRLReason
87 "superseded", "cessationOfOperation", "certificateHold", "unknown",
  /external/iptables/extensions/
libxt_dscp.man 2 IP header. DSCP has superseded TOS within the IETF.
  /libcore/ojluni/src/main/java/sun/security/x509/
ReasonFlags.java 47 * superseded (4),
65 public static final String SUPERSEDED = "superseded";
77 SUPERSEDED,
218 sb.append(" Superseded\n");
  /external/mockito/src/main/java/org/mockito/configuration/
AnnotationEngine.java 15 * {@link org.mockito.configuration.IMockitoConfiguration}, however this mechanism is being superseded by the new
  /libcore/luni/src/test/java/libcore/sun/security/x509/
ReasonFlagsTest.java 37 " Superseded\n",
  /libcore/ojluni/src/main/java/java/security/acl/
package-info.java 28 * superseded by classes in the java.security package.
  /libcore/ojluni/src/main/java/java/security/cert/
CRLReason.java 67 * This reason indicates that the certificate has been superseded.
69 SUPERSEDED,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
ReasonsMask.java 44 | ReasonFlags.unused | ReasonFlags.superseded);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
vlimit.h 26 /* This interface is obsolete, and is superseded by <sys/resource.h>. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
vlimit.h 26 /* This interface is obsolete, and is superseded by <sys/resource.h>. */
  /system/security/keystore/tests/
auth_token_table_test.cpp 330 // Add a third token, this with a different RSID. It should not be superseded.
351 // cannot be superseded.
367 // actually could be considered already-superseded, but the table doesn't handle that case,
388 // challenge entry will be superseded.
419 // incomplete, nothing is superseded.
433 // completed), the challenge 1 entry is superseded and removed.
  /external/curl/docs/libcurl/opts/
CURLINFO_TLS_SESSION.3 34 \fBThis option has been superseded\fP by \fICURLINFO_TLS_SSL_PTR(3)\fP which
  /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/
op_star.pass.cpp 20 // LWG 198 was superseded by LWG 2360
  /external/mesa3d/docs/relnotes/
8.0.html 78 <li>Removed the classic Mesa r300 and r600 drivers, which are superseded
  /external/skia/site/user/api/
index.md 27 content is dated and incomplete. Doxygen content will be superseded by
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/
op_star.pass.cpp 20 // LWG 198 was superseded by LWG 2360
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
fvp-foundation-motherboard.dtsi 187 * Not used - Superseded by PSCI sys_poweroff
196 * Not used - Superseded by PSCI sys_reset
  /device/linaro/bootloader/arm-trusted-firmware/fdts/
fvp-foundation-motherboard.dtsi 162 * Not used - Superseded by PSCI sys_poweroff
171 * Not used - Superseded by PSCI sys_reset
rtsm_ve-motherboard.dtsi 229 * Not used - Superseded by PSCI sys_poweroff
238 * Not used - Superseded by PSCI sys_reset
  /external/boringssl/src/crypto/x509v3/
v3_enum.c 70 {CRL_REASON_SUPERSEDED, "Superseded", "superseded"},

Completed in 754 milliseconds

1 2 3 4 5 6