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

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-array-16-416.d 11 Tag_ABI_array_object_alignment: 16-byte
12 Tag_ABI_array_object_align_expected: 16-byte
attr-array-16-816.d 11 Tag_ABI_array_object_alignment: 16-byte
12 Tag_ABI_array_object_align_expected: 16-byte
attr-array-4-4.d 11 Tag_ABI_array_object_alignment: 4-byte
12 Tag_ABI_array_object_align_expected: 4-byte
attr-array-4-416.d 11 Tag_ABI_array_object_alignment: 4-byte
12 Tag_ABI_array_object_align_expected: 4-byte
attr-array-4-48.d 11 Tag_ABI_array_object_alignment: 4-byte
12 Tag_ABI_array_object_align_expected: 4-byte
attr-array-416-16.d 11 Tag_ABI_array_object_alignment: 16-byte
12 Tag_ABI_array_object_align_expected: 16-byte
attr-array-416-4.d 11 Tag_ABI_array_object_alignment: 4-byte
12 Tag_ABI_array_object_align_expected: 4-byte
attr-array-416-416.d 11 Tag_ABI_array_object_alignment: 16-byte
12 Tag_ABI_array_object_align_expected: 4-byte
attr-array-48-4.d 11 Tag_ABI_array_object_alignment: 4-byte
12 Tag_ABI_array_object_align_expected: 4-byte
attr-array-816-16.d 11 Tag_ABI_array_object_alignment: 16-byte
12 Tag_ABI_array_object_align_expected: 16-byte
attr-stack-16-16.d 11 Tag_ABI_stack_align_needed: 16-byte
12 Tag_ABI_stack_align_preserved: 16-byte
attr-stack-16-816.d 11 Tag_ABI_stack_align_needed: 16-byte
12 Tag_ABI_stack_align_preserved: 16-byte
attr-stack-816-16.d 11 Tag_ABI_stack_align_needed: 16-byte
12 Tag_ABI_stack_align_preserved: 16-byte
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-vax-elf/
got-local-def.s 6 .byte 0
11 .byte 0
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERBitString.java 60 byte data,
66 private static byte[] toByteArray(byte data)
68 byte[] rv = new byte[1];
80 byte[] data,
87 byte[] data)
119 byte[] string = derForm(data, padBits);
120 byte[] bytes = new byte[string.length + 1]
    [all...]
DLBitString.java 60 byte data,
66 private static byte[] toByteArray(byte data)
68 byte[] rv = new byte[1];
80 byte[] data,
87 byte[] data)
119 byte[] string = data;
120 byte[] bytes = new byte[string.length + 1]
    [all...]
  /external/llvm/bindings/ocaml/llvm/
META.llvm.in 4 archive(byte) = "llvm.cma"
12 archive(byte) = "llvm_analysis.cma"
20 archive(byte) = "llvm_bitreader.cma"
28 archive(byte) = "llvm_bitwriter.cma"
36 archive(byte) = "llvm_executionengine.cma"
44 archive(byte) = "llvm_ipo.cma"
52 archive(byte) = "llvm_irreader.cma"
60 archive(byte) = "llvm_scalar_opts.cma"
68 archive(byte) = "llvm_transform_utils.cma"
76 archive(byte) = "llvm_vectorize.cma
    [all...]
  /external/v8/src/wasm/
ast-decoder.h 87 TreeResult VerifyWasmCode(FunctionEnv* env, const byte* base, const byte* start,
88 const byte* end);
89 TreeResult BuildTFGraph(TFBuilder* builder, FunctionEnv* env, const byte* base,
90 const byte* start, const byte* end);
92 inline TreeResult VerifyWasmCode(FunctionEnv* env, const byte* start,
93 const byte* end) {
98 const byte* start, const byte* end)
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
BidiBenchmark.java 37 Bidi bd = new Bidi(new char[]{'s', 's', 's'}, 0, new byte[]{(byte) 1,
38 (byte) 2, (byte) 3}, 0, 3, Bidi.DIRECTION_RIGHT_TO_LEFT);
50 Bidi.reorderVisually(new byte[]{2, 1, 3, 0, 4}, 0,
58 new byte[]{(byte) -1, (byte) -2, (byte) -3}, 0, 3,
61 new byte[]{(byte) -1, (byte) -2, (byte) -3}, 0, 3
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
example_test.go 18 b.Write([]byte("Hello "))
25 // A Buffer can turn a string or a []byte into an io.Reader.
34 var a, b []byte
58 // Binary search to find a matching byte slice.
59 var needle []byte
60 var haystack [][]byte // Assume sorted
71 var b = []byte("Hello, goodbye, etc!")
72 b = bytes.TrimSuffix(b, []byte("goodbye, etc!"))
73 b = bytes.TrimSuffix(b, []byte("gopher"))
74 b = append(b, bytes.TrimSuffix([]byte("world!"), []byte("x!"))...
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
example_test.go 18 b.Write([]byte("Hello "))
25 // A Buffer can turn a string or a []byte into an io.Reader.
34 var a, b []byte
58 // Binary search to find a matching byte slice.
59 var needle []byte
60 var haystack [][]byte // Assume sorted
71 var b = []byte("Hello, goodbye, etc!")
72 b = bytes.TrimSuffix(b, []byte("goodbye, etc!"))
73 b = bytes.TrimSuffix(b, []byte("gopher"))
74 b = append(b, bytes.TrimSuffix([]byte("world!"), []byte("x!"))...
    [all...]
  /external/guava/guava/src/com/google/common/base/
Utf8.java 30 * <a href="http://www.unicode.org/versions/corrigendum1.html">"non-shortest form"</a> byte
102 * Returns {@code true} if {@code bytes} is a <i>well-formed</i> UTF-8 byte sequence according to
104 * decoded. For example, some versions of the JDK decoder will accept "non-shortest form" byte
105 * sequences, but encoding never reproduces these. Such byte sequences are <i>not</i> considered
111 public static boolean isWellFormed(byte[] bytes) {
116 * Returns whether the given byte array slice is a well-formed UTF-8 byte sequence, as defined by
117 * {@link #isWellFormed(byte[])}. Note that this can be false even when {@code
121 * @param off the offset in the buffer of the first byte to read
124 public static boolean isWellFormed(byte[] bytes, int off, int len)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ByteArrayHelpers.java 32 * Convert an array of byte primitives to a {@code byte[]} using native endian order.
40 public static byte[] toByteArray(byte[] array) {
45 * Convert an array of shorts to a {@code byte[]} using native endian order.
48 * @return array converted into byte array using native endian order
50 public static byte[] toByteArray(short[] array) {
55 * Convert an array of chars to a {@code byte[]} using native endian order.
58 * @return array converted into byte array using native endian order
60 public static byte[] toByteArray(char[] array)
    [all...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 59 * Byte 0: Request or Response Code Byte 1&2: Length of the packet.
133 public static final byte OBEX_SRM_ENABLE = 0x01; // For BT we only need enable/disable
134 public static final byte OBEX_SRM_DISABLE = 0x00;
135 public static final byte OBEX_SRM_SUPPORT = 0x02; // Unused for now
137 public static final byte OBEX_SRMP_WAIT = 0x01; // Only SRMP value used by BT
140 * Updates the HeaderSet with the headers received in the byte array
154 * <TD>Null Terminated Unicode text, prefixed with 2 byte unsigned integer</TD>
159 * <TD>Byte Sequence, length prefixed with 2 byte unsigned integer</TD
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hcef/
HceFReaderActivity.java 58 static byte[] createEchoCommand(byte[] nfcid2, byte[] payload) {
59 byte length = (byte) (2 + nfcid2.length + payload.length);
61 byte[] echo_cmd = new byte[length];
69 static byte[] createSuccessCommand(byte[] nfcid2) {
70 byte[] cmd = new byte[2 + nfcid2.length]
    [all...]

Completed in 1060 milliseconds

<<21222324252627282930>>