/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/luni/src/main/java/org/apache/harmony/security/x509/ |
ReasonCode.java | 35 * superseded (4), 52 public static final byte SUPERSEDED = 4; 89 case SUPERSEDED: 90 sb.append("superseded");
|
ReasonFlags.java | 44 * superseded (4), 62 "superseded",
|
CRLDistributionPoints.java | 59 * superseded (4),
|
DistributionPoint.java | 59 * superseded (4),
|
DistributionPointName.java | 61 * superseded (4),
|
/frameworks/base/docs/html/google/gcm/ |
client.jd | 18 <p>A GCM client is a GCM-enabled app that runs on an Android device. To write your client code, we recommend that you use the new <a href="{@docRoot}reference/com/google/android/gms/gcm/GoogleCloudMessaging.html">{@code GoogleCloudMessaging}</a> APIs. The client helper library that was offered in previous versions of GCM still works, but it has been superseded by the more efficient <a href="{@docRoot}reference/com/google/android/gms/gcm/GoogleCloudMessaging.html">{@code GoogleCloudMessaging}</a> APIs.</p>
|
/external/openssl/crypto/x509v3/ |
v3_enum.c | 68 {CRL_REASON_SUPERSEDED, "Superseded", "superseded"},
|
v3_crld.c | 198 {4, "Superseded", "superseded"},
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
ReasonsMask.java | 44 | ReasonFlags.unused | ReasonFlags.superseded);
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetTimer.3 | 27 This function is kept for compatibility but has been superseded by the new timer functions \fISDL_AddTimer\fR and \fISDL_RemoveTimer\fR which support multiple timers\&.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
vlimit.h | 26 /* This interface is obsolete, and is superseded by <sys/resource.h>. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
vlimit.h | 26 /* This interface is obsolete, and is superseded by <sys/resource.h>. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
vlimit.h | 26 /* This interface is obsolete, and is superseded by <sys/resource.h>. */
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsettimer.html | 164 >This function is kept for compatibility but has been superseded
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
jbd.h | 236 #define BJ_Forget 3 /* Buffer superseded by this transaction */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jbd.h | 236 #define BJ_Forget 3 /* Buffer superseded by this transaction */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jbd.h | 236 #define BJ_Forget 3 /* Buffer superseded by this transaction */
|
/external/eigen/doc/ |
A05_PortingFrom2To3.dox | 99 In Eigen3 this .cwise() prefix has been superseded by a new kind of matrix type called 268 easy to determine where to put the lazy() function. In Eigen3, the lazy() feature has been superseded by the MatrixBase::noalias() function
|
/external/openssl/crypto/ocsp/ |
ocsp_prn.c | 128 { OCSP_REVOKED_STATUS_SUPERSEDED, "superseded" },
|
ocsp.h | 317 * superseded (4),
|
/external/openssl/include/openssl/ |
ocsp.h | 317 * superseded (4),
|
/frameworks/base/core/java/android/net/ |
NetworkInfo.java | 132 * has now been superseded by the package-private constructor below).
|