Searched defs:octs (Results 1 - 8 of 8) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERConstructedOctetString.java20 Vector octs)
24 for (int i = 0; i != octs.size(); i++)
28 DEROctetString o = (DEROctetString)octs.elementAt(i);
34 throw new IllegalArgumentException(octs.elementAt(i).getClass().getName() + " found in input should only contain DEROctetString");
45 private Vector octs; field in class:BERConstructedOctetString
57 Vector octs)
59 super(toBytes(octs));
61 this.octs = octs;
98 if (octs
19 toBytes( Vector octs) argument
56 BERConstructedOctetString( Vector octs) argument
[all...]
H A DBEROctetString.java13 private ASN1OctetString[] octs; field in class:BEROctetString
19 ASN1OctetString[] octs)
23 for (int i = 0; i != octs.length; i++)
27 DEROctetString o = (DEROctetString)octs[i];
33 throw new IllegalArgumentException(octs[i].getClass().getName() + " found in input should only contain DEROctetString");
54 ASN1OctetString[] octs)
56 super(toBytes(octs));
58 this.octs = octs;
71 if (octs
18 toBytes( ASN1OctetString[] octs) argument
53 BEROctetString( ASN1OctetString[] octs) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.cpp370 const int octs = width >> 3; local
382 for (int i = 0; i < octs; ++i) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp270 const int octs = width >> 3; local
281 for (int i = 0; i < octs; ++i) {
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp270 const int octs = width >> 3; local
281 for (int i = 0; i < octs; ++i) {
/external/skia/src/core/
H A DSkScalerContext.cpp544 const int octs = width >> 3; local
556 for (int i = 0; i < octs; ++i) {
/external/mksh/src/
H A Dmisc.c190 size_t n = 0, len, octs = 0; local
200 if (len > octs)
201 octs = len;
209 octs + 4, oi.opt_width + 4, true);
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 191 milliseconds