HomeSort by relevance Sort by last modified time
    Searched refs:raw (Results 51 - 75 of 1421) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/grpc-grpc/tools/http2_interop/
goaway.go 23 raw := make([]byte, f.Header.Length)
24 if _, err := io.ReadFull(r, raw); err != nil {
27 return f.UnmarshalPayload(raw)
30 func (f *GoAwayFrame) UnmarshalPayload(raw []byte) error {
31 if f.Header.Length != len(raw) {
32 return fmt.Errorf("Invalid Payload length %d != %d", f.Header.Length, len(raw))
38 Reserved: Reserved(raw[0]>>7 == 1),
39 StreamID: StreamID(binary.BigEndian.Uint32(raw[0:4]) & 0x7fffffff),
40 Code: binary.BigEndian.Uint32(raw[4:8]),
41 Data: []byte(string(raw[8:]))
    [all...]
unknownframe.go 18 raw := make([]byte, f.Header.Length)
19 if _, err := io.ReadFull(r, raw); err != nil {
22 return f.UnmarshalPayload(raw)
25 func (f *UnknownFrame) UnmarshalPayload(raw []byte) error {
26 if f.Header.Length != len(raw) {
27 return fmt.Errorf("Invalid Payload length %d != %d", f.Header.Length, len(raw))
30 f.Data = []byte(string(raw))
settings.go 62 raw := make([]byte, f.Header.Length)
63 if _, err := io.ReadFull(r, raw); err != nil {
66 return f.UnmarshalPayload(raw)
69 func (f *SettingsFrame) UnmarshalPayload(raw []byte) error {
70 if f.Header.Length != len(raw) {
71 return fmt.Errorf("Invalid Payload length %d != %d", f.Header.Length, len(raw))
79 for i := 0; i < len(raw); i += 6 {
81 Identifier: SettingsIdentifier(binary.BigEndian.Uint16(raw[i : i+2])),
82 Value: binary.BigEndian.Uint32(raw[i+2 : i+6]),
89 raw := make([]byte, len(f.Params)*6
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioBufferProvider.h 32 Buffer() : raw(NULL), frameCount(0) { }
34 void* raw; member in union:android::AudioBufferProvider::Buffer::__anon50823
45 // buffer->raw unused
49 // buffer->raw non-NULL pointer to buffer->frameCount contiguous available frames
50 // buffer->frameCount number of contiguous available frames at buffer->raw,
54 // buffer->raw NULL
63 // buffer->raw unused
66 // buffer->raw undefined; implementation is PERMITTED to set to any value,
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format11n.java 33 public long getA(byte[] raw) throws IOException {
34 return RawInsnHelper.getUnsignedLowNibbleFromByte(raw, 1);
38 public long getB(byte[] raw) throws IOException {
39 return RawInsnHelper.getUnsignedHighNibbleFromByte(raw, 1);
43 public long getC(byte[] raw) throws IOException {
Format21h.java 34 public long getA(byte[] raw) throws IOException {
35 return RawInsnHelper.getUnsignedByteFromByte(raw, 1);
39 public long getB(byte[] raw) throws IOException {
40 return RawInsnHelper.getSignedShortFromTwoBytes(raw, 2);
44 public long getC(byte[] raw) throws IOException {
Format21s.java 34 public long getA(byte[] raw) throws IOException {
35 return RawInsnHelper.getUnsignedByteFromByte(raw, 1);
39 public long getB(byte[] raw) throws IOException {
40 return RawInsnHelper.getSignedShortFromTwoBytes(raw, 2);
44 public long getC(byte[] raw) throws IOException {
Format21t.java 34 public long getA(byte[] raw) throws IOException {
35 return RawInsnHelper.getUnsignedByteFromByte(raw, 1);
39 public long getB(byte[] raw) throws IOException {
40 return RawInsnHelper.getSignedShortFromTwoBytes(raw, 2);
44 public long getC(byte[] raw) throws IOException {
Format31c.java 35 public long getA(byte[] raw) throws IOException {
36 return RawInsnHelper.getUnsignedByteFromByte(raw, 1);
40 public long getB(byte[] raw) throws IOException {
41 return RawInsnHelper.getUnsignedIntFromFourBytes(raw, 2);
45 public long getC(byte[] raw) throws IOException {
Format31i.java 34 public long getA(byte[] raw) throws IOException {
35 return RawInsnHelper.getUnsignedByteFromByte(raw, 1);
39 public long getB(byte[] raw) throws IOException {
40 return RawInsnHelper.getSignedIntFromFourBytes(raw, 2);
44 public long getC(byte[] raw) throws IOException {
Format31t.java 34 public long getA(byte[] raw) throws IOException {
35 return RawInsnHelper.getUnsignedByteFromByte(raw, 1);
39 public long getB(byte[] raw) throws IOException {
40 return RawInsnHelper.getSignedIntFromFourBytes(raw, 2);
44 public long getC(byte[] raw) throws IOException {
Format32x.java 35 public long getA(byte[] raw) throws IOException {
36 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 2);
40 public long getB(byte[] raw) throws IOException {
41 return RawInsnHelper.getUnsignedShortFromTwoBytes(raw, 4);
45 public long getC(byte[] raw) throws IOException {
Format10t.java 33 public long getA(byte[] raw) throws IOException {
34 return RawInsnHelper.getSignedByteFromByte(raw, 1);
38 public long getB(byte[] raw) throws IOException {
43 public long getC(byte[] raw) throws IOException {
Format20t.java 34 public long getA(byte[] raw) throws IOException {
35 return RawInsnHelper.getSignedShortFromTwoBytes(raw, 2);
39 public long getB(byte[] raw) throws IOException {
44 public long getC(byte[] raw) throws IOException {
Format30t.java 34 public long getA(byte[] raw) throws IOException {
35 return RawInsnHelper.getSignedIntFromFourBytes(raw, 2);
39 public long getB(byte[] raw) throws IOException {
44 public long getC(byte[] raw) throws IOException {
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolHapticTest.java 37 return R.raw.a_4_haptic;
42 return R.raw.c_sharp_5_haptic;
47 return R.raw.e_5_haptic;
52 return R.raw.b_5_haptic;
57 return R.raw.g_sharp_5_haptic;
  /external/lzma/C/
BraIA64.c 28 unsigned raw = GetUi32(p); local
29 unsigned v = raw >> m;
42 raw &= ~((UInt32)0x8FFFFF << m);
43 raw |= (v << m);
44 SetUi32(p, raw);
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 78 * Converts an array of raw binary data into an array of ascii 0 and 1 characters.
80 * @param raw
81 * the raw binary data to convert
85 public byte[] encode(byte[] raw) {
86 return toAsciiBytes(raw);
90 * Converts an array of raw binary data into an array of ascii 0 and 1 chars.
92 * @param raw
93 * the raw binary data to convert
99 public Object encode(Object raw) throws EncoderException {
100 if (!(raw instanceof byte[]))
    [all...]
  /external/eigen/test/
basicstuff.cpp 197 Scalar raw[4]; local
199 raw[k] = internal::random<Scalar>();
202 Matrix<Scalar,4,1> m(raw);
203 Array<Scalar,4,1> a(raw);
204 for(int k=0; k<4; ++k) VERIFY(m(k) == raw[k]);
205 for(int k=0; k<4; ++k) VERIFY(a(k) == raw[k]);
206 VERIFY_IS_EQUAL(m,(Matrix<Scalar,4,1>(raw[0],raw[1],raw[2],raw[3])))
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
AsusGamepadTestCase.java 31 super(R.raw.asus_gamepad_register);
36 testInputEvents(R.raw.asus_gamepad_keyeventtests);
41 testInputEvents(R.raw.asus_gamepad_motioneventtests);
SonyDualshock4TestCase.java 32 super(R.raw.sony_dualshock4_register);
37 testInputEvents(R.raw.sony_dualshock4_keyeventtests);
42 testInputEvents(R.raw.sony_dualshock4_motioneventtests);
  /frameworks/av/media/libeffects/downmix/tests/
build_and_run_all_unit_tests.sh 42 adb push $ANDROID_BUILD_TOP/cts/tests/tests/media/res/raw/sinesweepraw.raw \
54 $testdir/downmixtest $testdir/sinesweepraw.raw \
55 $testdir/sinesweep_fmt_$((ch_fmt))_fch_$((f_ch))_$((fs)).raw \
63 $testdir/sinesweep_fmt_$((ch_fmt))_fch_$((f_ch))_8000.raw \
64 $testdir/sinesweep_fmt_$((ch_fmt))_fch_$((f_ch))_$((fs)).raw
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 101 doStagefrightTestRawBlob(R.raw.cve_2019_2244, "video/mpeg2", 320, 420);
106 doStagefrightTest(R.raw.bug_36725407);
111 doStagefrightTest(R.raw.cve_2016_3829);
116 doStagefrightTest(R.raw.cve_2017_0643);
121 doStagefrightTest(R.raw.cve_2017_0728);
126 doStagefrightTest(R.raw.bug_62187433);
131 doStagefrightTestANR(R.raw.bug_62673844);
136 doStagefrightTest(R.raw.bug_37079296);
141 doStagefrightTest(R.raw.bug_38342499);
146 doStagefrightTest(R.raw.bug_22771132)
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.sh 23 ./png2pnm -raw ../pngsuite/basn0g01.png rawn0g01.pgm
24 ./png2pnm -raw ../pngsuite/basn0g02.png rawn0g02.pgm
25 ./png2pnm -raw ../pngsuite/basn0g04.png rawn0g04.pgm
26 ./png2pnm -raw ../pngsuite/basn0g08.png rawn0g08.pgm
27 ./png2pnm -raw ../pngsuite/basn0g16.png rawn0g16.pgm
29 ./png2pnm -raw ../pngsuite/basn2c08.png rawn2c08.ppm
30 ./png2pnm -raw ../pngsuite/basn2c16.png rawn2c16.ppm
32 ./png2pnm -raw ../pngsuite/basn3p01.png rawn3p01.ppm
33 ./png2pnm -raw ../pngsuite/basn3p02.png rawn3p02.ppm
34 ./png2pnm -raw ../pngsuite/basn3p04.png rawn3p04.pp
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Bin/
ResetVector.inf 30 RAW|ResetVector.ia32.raw|*
33 RAW|ResetVector.x64.raw|*

Completed in 1871 milliseconds

1 23 4 5 6 7 8 91011>>