HomeSort by relevance Sort by last modified time
    Searched full:byte (Results 751 - 775 of 24897) sorted by null

<<31323334353637383940>>

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
UUIDConverter.java 23 * UUID from/to byte array.
26 public static byte[] convert(UUID uuid) {
30 byte[] buffer = new byte[16];
33 buffer[i] = (byte) (msb >>> 8 * (7 - i));
36 buffer[i] = (byte) (lsb >>> 8 * (7 - i));
43 public static UUID convert(byte[] uuidBytes) {
  /external/sl4a/Common/src/org/apache/commons/codec/
BinaryDecoder.java 21 * Defines common decoding methods for byte array decoders.
29 * Decodes a byte array and returns the results as a byte array.
31 * @param pArray A byte array which has been encoded with the
34 * @return a byte array that contains decoded content
40 byte[] decode(byte[] pArray) throws DecoderException;
  /external/valgrind/memcheck/tests/solaris/
scalar_lwp_sigqueue_pid.stderr.exp 4 Syscall param lwp_sigqueue(target_pid) contains uninitialised byte(s)
7 Syscall param lwp_sigqueue(target_lwp) contains uninitialised byte(s)
10 Syscall param lwp_sigqueue(signal) contains uninitialised byte(s)
13 Syscall param lwp_sigqueue(value) contains uninitialised byte(s)
16 Syscall param lwp_sigqueue(si_code) contains uninitialised byte(s)
19 Syscall param lwp_sigqueue(timeout) contains uninitialised byte(s)
22 Syscall param lwp_sigqueue(timeout) points to unaddressable byte(s)
  /frameworks/base/core/java/android/nfc/
ApduList.java 14 private ArrayList<byte[]> commands = new ArrayList<byte[]>();
19 public void add(byte[] command) {
23 public List<byte[]> get() {
46 byte[] cmd = new byte[length];
61 for (byte[] cmd : commands) {
  /frameworks/base/keystore/java/android/security/
IKeyChainService.aidl 29 byte[] getCertificate(String alias);
30 byte[] getCaCertificates(String alias);
33 void installCaCertificate(in byte[] caCertificate);
36 boolean installKeyPair(in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias);
45 byte[] getEncodedCaCertificate(String alias, boolean includeDeletedSystem);
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
RetrieveConf.java 82 public byte[] getContentType() {
92 public void setContentType(byte[] value) {
143 public byte[] getMessageClass() {
153 public void setMessageClass(byte[] value) {
162 public byte[] getMessageId() {
172 public void setMessageId(byte[] value) {
238 public byte[] getTransactionId() {
248 public void setTransactionId(byte[] value) {
255 * public byte[] getApplicId() {return null;}
256 * public void setApplicId(byte[] value) {
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
RandomImpl.java 36 protected void engineSetSeed(byte[] seed) {
40 protected void engineNextBytes(byte[] bytes) {
43 bytes[i] = (byte)(i + 0xF1);
47 protected byte[] engineGenerateSeed(int numBytes) {
49 byte[] b = new byte[numBytes];
51 b[i] = (byte)i;
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
RetrieveConf.java 80 public byte[] getContentType() {
90 public void setContentType(byte[] value) {
141 public byte[] getMessageClass() {
151 public void setMessageClass(byte[] value) {
160 public byte[] getMessageId() {
170 public void setMessageId(byte[] value) {
236 public byte[] getTransactionId() {
246 public void setTransactionId(byte[] value) {
253 * public byte[] getApplicId() {return null;}
254 * public void setApplicId(byte[] value) {
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
slices.go 12 func AppendByte(slice []byte, data ...byte) []byte {
17 newSlice := make([]byte, (n+1)*2)
44 func FindDigits(filename string) []byte {
51 func CopyDigits(filename string) []byte {
54 c := make([]byte, len(b))
  /prebuilts/go/linux-x86/doc/progs/
slices.go 12 func AppendByte(slice []byte, data ...byte) []byte {
17 newSlice := make([]byte, (n+1)*2)
44 func FindDigits(filename string) []byte {
51 func CopyDigits(filename string) []byte {
54 c := make([]byte, len(b))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 28 private byte[] nonce;
29 private byte[] initialAssociatedText;
32 private byte[] macBlock;
45 this.macBlock = new byte[blockSize];
112 public void processAADByte(byte in)
117 public void processAADBytes(byte[] in, int inOff, int len)
123 public int processByte(byte in, byte[] out, int outOff)
131 public int processBytes(byte[] in, int inOff, int inLen, byte[] out, int outOff
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrieBuilder.java 32 public BytesAsCharSequence(byte[] sequence, int length) {
40 private byte[] s;
45 * Adds a (byte sequence, value) pair.
46 * The byte sequence must be unique.
49 * @param sequence The array that contains the byte sequence, starting at index 0.
50 * @param length The length of the byte sequence.
51 * @param value The value associated with this byte sequence.
54 public BytesTrieBuilder add(byte[] sequence, int length, int value) {
63 * <p>A BytesTrie cannot be empty. At least one (byte sequence, value) pair
67 * which share the builder's byte array, without rebuilding
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetHZ.java 25 private static final byte[] SB_ESCAPE = new byte[] { 0x7E, 0x7D };
26 private static final byte[] DB_ESCAPE = new byte[] { 0x7E, 0x7B };
27 private static final byte[] TILDE_ESCAPE = new byte[] { 0x7E, 0x7E };
28 private static final byte[] fromUSubstitution = new byte[] { (byte) 0x1A };
66 byte[] tempBuf = new byte[2]
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 131 byte bLength; // Length of this descriptor.
132 byte bDescriptorType; // DEVICE descriptor type (USB_DESCRIPTOR_DEVICE).
134 byte bDeviceClass; // Class code (assigned by the USB-IF). 0xFF-Vendor specific.
135 byte bDeviceSubClass; // Subclass code (assigned by the USB-IF).
136 byte bDeviceProtocol; // Protocol code (assigned by the USB-IF). 0xFF-Vendor specific.
137 byte bMaxPacketSize0; // Maximum packet size for endpoint 0.
141 byte iManufacturer; // Index of String Descriptor describing the manufacturer.
142 byte iProduct; // Index of String Descriptor describing the product.
143 byte iSerialNumber; // Index of String Descriptor with the device's serial number.
144 byte bNumConfigurations; // Number of possible configurations.
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
StreamCipher.java 28 * encrypt/decrypt a single byte returning the result.
30 * @param in the byte to be processed.
31 * @return the result of processing the input byte.
33 public byte returnByte(byte in);
38 * @param in the input byte array.
42 * @param outOff the offset into the output byte array the processed data starts at.
46 public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)
  /external/lzma/C/
Lzma2Dec.h 19 Byte control;
29 SRes Lzma2Dec_AllocateProbs(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
30 SRes Lzma2Dec_Allocate(CLzma2Dec *p, Byte prop, ISzAlloc *alloc);
50 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
52 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen,
53 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
75 SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
76 Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc);
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ConvertUtils.java 21 * Converts a String of comma separated bytes to a byte array
24 * @return the byte array
26 public static byte[] convertStringToByteArray(String value) {
28 return new byte[0];
31 byte[] byteArray = new byte[parseString.length];
37 byteArray[i] = (byte)val;
44 * Converts a byte array to a comma separated String
49 public static String convertByteArrayToString(byte[] byteArray) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
MemoryDeferredOutputStream.java 16 private final List<byte[]> buffers = Lists.newArrayList();
17 private byte[] currentBuffer;
25 currentBuffer = new byte[bufferSize];
29 for (byte[] buffer: buffers) {
42 currentBuffer = new byte[currentBuffer.length];
45 currentBuffer[currentPosition++] = (byte)i;
48 @Override public void write(byte[] bytes) throws IOException {
52 @Override public void write(byte[] bytes, int offset, int length) throws IOException {
64 currentBuffer = new byte[currentBuffer.length];
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_list.h 14 /* This structure is for storing information on byte position in the current access unit.
15 stpos is the au byte index of first byte in current es buffer.edpos is the au byte index+1 of last
16 valid byte in current es buffer.*/
31 viddec_pm_utils_au_bytepos_t data[MAX_IBUFS_PER_SC]; /* place to store au byte positions */
41 /* This function updates au byte position of the current list. This should be called after sc codes are detected and before
49 /* this function returns 1 if the requested byte is not found. If found returns list and offset into list */
50 uint32_t viddec_pm_utils_list_getbyte_position(viddec_pm_utils_list_t *list, uint32_t byte, uint32_t *list_index, uint32_t *offset);
  /prebuilts/go/darwin-x86/src/net/
pipe_test.go 13 func checkPipeWrite(t *testing.T, w io.Writer, data []byte, c chan int) {
24 func checkPipeRead(t *testing.T, r io.Reader, data []byte, wantErr error) {
25 buf := make([]byte, len(data)+10)
43 go checkPipeWrite(t, cli, []byte("hello, world"), c)
44 checkPipeRead(t, srv, []byte("hello, world"), nil)
46 go checkPipeWrite(t, srv, []byte("line 2"), c)
47 checkPipeRead(t, cli, []byte("line 2"), nil)
49 go checkPipeWrite(t, cli, []byte("a third line"), c)
50 checkPipeRead(t, srv, []byte("a third line"), nil)
  /prebuilts/go/linux-x86/src/net/
pipe_test.go 13 func checkPipeWrite(t *testing.T, w io.Writer, data []byte, c chan int) {
24 func checkPipeRead(t *testing.T, r io.Reader, data []byte, wantErr error) {
25 buf := make([]byte, len(data)+10)
43 go checkPipeWrite(t, cli, []byte("hello, world"), c)
44 checkPipeRead(t, srv, []byte("hello, world"), nil)
46 go checkPipeWrite(t, srv, []byte("line 2"), c)
47 checkPipeRead(t, cli, []byte("line 2"), nil)
49 go checkPipeWrite(t, cli, []byte("a third line"), c)
50 checkPipeRead(t, srv, []byte("a third line"), nil)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 40 public static final byte ZOMBIE = 0;
42 public static final byte RUNNING = 1;
44 public static final byte SLEEPING = 2;
46 public static final byte MONITOR = 3;
48 public static final byte WAIT = 4;
80 public static final byte SUSPEND_STATUS_SUSPENDED = 1;
101 public static final byte VERIFIED = 1;
103 public static final byte PREPARED = 2;
105 public static final byte INITIALIZED = 4;
107 public static final byte ERROR = 8
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/
OldSHA1PRNGSecureRandomTest.java 70 byte[] myBytes = sr.generateSeed(i);
82 byte[] myBytes1;
83 byte[] myBytes2;
100 * test against the "void nextBytes(byte[])" method; it checks out that the
112 * test against the "void nextBytes(byte[])" method; it checks out that
114 * the same sequencies of bytes as results of their "nextBytes(byte[])"
118 byte[] myBytes;
119 byte[] myBytes1;
120 byte[] myBytes2;
124 myBytes = new byte[i]
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerAddTest.java 35 byte aBytes[] = {1, 2, 3, 4, 5, 6, 7, 1, 2, 3};
36 byte bBytes[] = {10, 20, 30, 40, 50, 60, 70, 10, 20, 30};
39 byte rBytes[] = {11, 22, 33, 44, 55, 66, 77, 11, 22, 33};
43 byte resBytes[] = new byte[rBytes.length];
55 byte aBytes[] = {1, 2, 3, 4, 5, 6, 7, 1, 2, 3};
56 byte bBytes[] = {10, 20, 30, 40, 50, 60, 70, 10, 20, 30};
59 byte rBytes[] = {-12, -23, -34, -45, -56, -67, -78, -12, -23, -33};
63 byte resBytes[] = new byte[rBytes.length]
    [all...]
  /external/boringssl/linux-x86_64/crypto/bn/
rsaz-avx2.S 9 .byte 0xf3,0xc3
31 .byte 0x0f,0x0b
32 .byte 0xf3,0xc3

Completed in 620 milliseconds

<<31323334353637383940>>