Searched refs:byte (Results 1 – 4 of 4) sorted by relevance
/libcore/mmodules/core_platform_api/api/platform/ |
D | current-api.txt | 133 ctor @dalvik.annotation.compat.UnsupportedAppUsage public PacketSocketAddress(int, byte[]); 217 ctor @dalvik.annotation.compat.UnsupportedAppUsage public ASN1InputStream(byte[]); 230 method public byte[] getEncoded() throws java.io.IOException; 231 method public byte[] getEncoded(String) throws java.io.IOException; 241 method public byte[] getOctets(); 245 …method public static com.android.org.bouncycastle.asn1.ASN1Primitive fromByteArray(byte[]) throws … 259 ctor @dalvik.annotation.compat.UnsupportedAppUsage public DERBitString(byte[]); 271 ctor @dalvik.annotation.compat.UnsupportedAppUsage public DEROctetString(byte[]); 399 method public static byte[] PKCS5PasswordToBytes(char[]); 409 method public void init(byte[], byte[]); [all …]
|
/libcore/ojluni/src/main/native/ |
D | io_util.c | 131 writeSingle(JNIEnv *env, jobject this, jint byte, jboolean append, jfieldID fid) { in writeSingle() argument 133 char c = (char) byte; in writeSingle()
|
D | io_util.h | 52 void writeSingle(JNIEnv *env, jobject this, jint byte, jboolean append, jfieldID fid);
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2281 u_char byte = value; in Linux_setsockoptByte() local 2282 …inusOne(env, "setsockopt", TEMP_FAILURE_RETRY(setsockopt(fd, level, option, &byte, sizeof(byte)))); in Linux_setsockoptByte()
|