HomeSort by relevance Sort by last modified time
    Searched refs:encoding (Results 151 - 175 of 4437) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/google-tv-pairing-protocol/java/src/com/google/polo/encoding/
SecretEncoder.java 17 package com.google.polo.encoding;
20 * Methods that must be implemented by a secret encoding scheme.
26 * value in this encoding.
  /external/llvm/test/MC/Mips/dsp/
valid.s 1 # RUN: llvm-mc -show-encoding -triple=mips-unknown-unknown -mattr=dsp %s | FileCheck %s
5 absq_s.ph $1, $2 # CHECK: absq_s.ph $1, $2 # encoding: [0x7c,0x02,0x0a,0x52]
6 absq_s.w $5, $6 # CHECK: absq_s.w $5, $6 # encoding: [0x7c,0x06,0x2c,0x52]
7 addq.ph $7, $8, $9 # CHECK: addq.ph $7, $8, $9 # encoding: [0x7d,0x09,0x3a,0x90]
8 addq_s.ph $10, $11, $12 # CHECK: addq_s.ph $10, $11, $12 # encoding: [0x7d,0x6c,0x53,0x90]
9 addq_s.w $13, $14, $15 # CHECK: addq_s.w $13, $14, $15 # encoding: [0x7d,0xcf,0x6d,0x90]
10 addsc $gp, $sp, $fp # CHECK: addsc $gp, $sp, $fp # encoding: [0x7f,0xbe,0xe4,0x10]
11 addu.qb $6, $7, $8 # CHECK: addu.qb $6, $7, $8 # encoding: [0x7c,0xe8,0x30,0x10]
12 addu_s.qb $9, $10, $11 # CHECK: addu_s.qb $9, $10, $11 # encoding: [0x7d,0x4b,0x49,0x10]
13 addwc $12, $13, $14 # CHECK: addwc $12, $13, $14 # encoding: [0x7d,0xae,0x64,0x50
    [all...]
  /external/llvm/test/MC/Mips/micromips-dsp/
valid-micromips32r3.s 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r3 -mattr=micromips -mattr=+dsp | FileCheck %s
4 bposge32 342 # CHECK: bposge32 342 # encoding: [0x43,0x60,0x00,0xab]
  /external/llvm/test/MC/Mips/micromips-dspr3/
valid.s 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -mattr=+dspr3 | FileCheck %s
4 bposge32c 342 # CHECK: bposge32c 342 # encoding: [0x43,0x20,0x00,0xab]
  /external/llvm/test/MC/Mips/msa/
test_2r_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
3 # CHECK: fill.d $w27, $9 # encoding: [0x7b,0x03,0x4e,0xde]
test_elm_insert_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
3 # CHECK: insert.d $w1[1], $sp # encoding: [0x79,0x39,0xe8,0x59]
test_elm_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
3 copy_s.d $19, $w31[0] # CHECK: copy_s.d $19, $w31[0] # encoding: [0x78,0xb8,0xfc,0xd9]
  /external/llvm/test/MC/PowerPC/
ppc64-operands.s 2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
7 # CHECK-BE: add 1, 2, 3 # encoding: [0x7c,0x22,0x1a,0x14]
8 # CHECK-LE: add 1, 2, 3 # encoding: [0x14,0x1a,0x22,0x7c]
11 # CHECK-BE: add 1, 2, 3 # encoding: [0x7c,0x22,0x1a,0x14]
12 # CHECK-LE: add 1, 2, 3 # encoding: [0x14,0x1a,0x22,0x7c]
15 # CHECK-BE: add 0, 0, 0 # encoding: [0x7c,0x00,0x02,0x14]
16 # CHECK-LE: add 0, 0, 0 # encoding: [0x14,0x02,0x00,0x7c]
19 # CHECK-BE: add 31, 31, 31 # encoding: [0x7f,0xff,0xfa,0x14]
20 # CHECK-LE: add 31, 31, 31 # encoding: [0x14,0xfa,0xff,0x7f
    [all...]
  /external/llvm/test/MC/Sparc/
sparc-vis.s 1 ! RUN: llvm-mc %s -arch=sparcv9 -mcpu=niagara -show-encoding | FileCheck %s
3 ! CHECK: fzeros %f31 ! encoding: [0xbf,0xb0,0x0c,0x20]
sparc-mem-instructions.s 1 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
4 ! CHECK: ldsb [%i0+%l6], %o2 ! encoding: [0xd4,0x4e,0x00,0x16]
6 ! CHECK: ldsb [%i0+32], %o2 ! encoding: [0xd4,0x4e,0x20,0x20]
8 ! CHECK: ldsb [%g1], %o4 ! encoding: [0xd8,0x48,0x40,0x00]
10 ! CHECK: ldsba [%i0+%l6] 131, %o2 ! encoding: [0xd4,0xce,0x10,0x76]
13 ! CHECK: ldsh [%i0+%l6], %o2 ! encoding: [0xd4,0x56,0x00,0x16]
15 ! CHECK: ldsh [%i0+32], %o2 ! encoding: [0xd4,0x56,0x20,0x20]
17 ! CHECK: ldsh [%g1], %o4 ! encoding: [0xd8,0x50,0x40,0x00]
19 ! CHECK: ldsha [%i0+%l6] 131, %o2 ! encoding: [0xd4,0xd6,0x10,0x76
    [all...]
  /external/nist-sip/java/javax/sip/header/
Encoding.java 5 public interface Encoding {
7 void setEncoding(String encoding) throws ParseException;
  /external/python/cpython2/Tools/unicode/
gencjkcodecs.py 17 # $encoding.py: Python Unicode Codec for $ENCODING
25 codec = _codecs_$owner.getcodec('$encoding')
47 name='$encoding',
60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
61 encoding=enc.lower(),
  /external/python/cpython3/Tools/unicode/
gencjkcodecs.py 17 # $encoding.py: Python Unicode Codec for $ENCODING
25 codec = _codecs_$owner.getcodec('$encoding')
47 name='$encoding',
60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
61 encoding=enc.lower(),
  /prebuilts/gdb/darwin-x86/include/python2.7/
codecs.h 32 Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
codecs.h 32 Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
codecs.h 32 Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
codecs.h 32 Looks up the given encoding and returns a CodecInfo object with
34 processing the encoding.
36 The encoding string is looked up converted to all lower-case
49 const char *encoding
52 /* Generic codec based encoding API.
55 encoding using the error handling method defined by errors. errors
64 const char *encoding,
71 encoding using the error handling method defined by errors. errors
80 const char *encoding,
87 based on _PyCodec_Lookup(). The same comments w/r to the encoding
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
group-reloc-alu-encoding-bad.d 1 #name: Group relocation tests, encoding failures (alu)
3 #error-output: group-reloc-alu-encoding-bad.l
group-reloc-ldc-encoding-bad.d 1 #name: Group relocation tests, encoding failures (ldc)
3 #error-output: group-reloc-ldc-encoding-bad.l
group-reloc-ldr-encoding-bad.d 1 #name: Group relocation tests, encoding failures (ldr)
3 #error-output: group-reloc-ldr-encoding-bad.l
group-reloc-ldrs-encoding-bad.d 1 #name: Group relocation tests, encoding failures (ldrs)
3 #error-output: group-reloc-ldrs-encoding-bad.l
  /external/llvm/test/MC/Mips/
micromips-fpu-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips \
3 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips \
12 # CHECK-EL: add.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x20]
13 # CHECK-EL: add.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x30,0x21]
14 # CHECK-EL: div.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x20]
15 # CHECK-EL: div.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xf0,0x21]
16 # CHECK-EL: mul.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x20]
17 # CHECK-EL: mul.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x21]
18 # CHECK-EL: sub.s $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x20]
19 # CHECK-EL: sub.d $f4, $f6, $f8 # encoding: [0x06,0x55,0x70,0x21
    [all...]
  /external/llvm/test/MC/ARM/
neont2-shuffle-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
5 @ CHECK: vext.8 d16, d17, d16, #3 @ encoding: [0xf1,0xef,0xa0,0x03]
7 @ CHECK: vext.8 d16, d17, d16, #5 @ encoding: [0xf1,0xef,0xa0,0x05]
9 @ CHECK: vext.8 q8, q9, q8, #3 @ encoding: [0xf2,0xef,0xe0,0x03]
11 @ CHECK: vext.8 q8, q9, q8, #7 @ encoding: [0xf2,0xef,0xe0,0x07]
13 @ CHECK: vext.16 d16, d17, d16, #3 @ encoding: [0xf1,0xef,0xa0,0x06]
15 @ CHECK: vext.32 q8, q9, q8, #3 @ encoding: [0xf2,0xef,0xe0,0x0c]
17 @ CHECK: vtrn.8 d17, d16 @ encoding: [0xf2,0xff,0xa0,0x10]
19 @ CHECK: vtrn.16 d17, d16 @ encoding: [0xf6,0xff,0xa0,0x10]
21 @ CHECK: vtrn.32 d17, d16 @ encoding: [0xfa,0xff,0xa0,0x10
    [all...]
neont2-sub-encoding.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
3 @ CHECK: vext.8 d16, d17, d16, #3 @ encoding: [0xf1,0xef,0xa0,0x03]
5 @ CHECK: vext.8 d16, d17, d16, #5 @ encoding: [0xf1,0xef,0xa0,0x05]
7 @ CHECK: vext.8 q8, q9, q8, #3 @ encoding: [0xf2,0xef,0xe0,0x03]
9 @ CHECK: vext.8 q8, q9, q8, #7 @ encoding: [0xf2,0xef,0xe0,0x07]
11 @ CHECK: vext.16 d16, d17, d16, #3 @ encoding: [0xf1,0xef,0xa0,0x06]
13 @ CHECK: vext.32 q8, q9, q8, #3 @ encoding: [0xf2,0xef,0xe0,0x0c]
15 @ CHECK: vtrn.8 d17, d16 @ encoding: [0xf2,0xff,0xa0,0x10]
17 @ CHECK: vtrn.16 d17, d16 @ encoding: [0xf6,0xff,0xa0,0x10]
19 @ CHECK: vtrn.32 d17, d16 @ encoding: [0xfa,0xff,0xa0,0x10
    [all...]
  /external/llvm/test/MC/Mips/mips64r5/
valid.s 3 # RUN: llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r5 | FileCheck %s
6 abs.d $f7,$f25 # CHECK: encoding:
9 add $9,$14,15176 # CHECK: addi $9, $14, 15176 # encoding: [0x21,0xc9,0x3b,0x48]
10 add $24,-7193 # CHECK: addi $24, $24, -7193 # encoding: [0x23,0x18,0xe3,0xe7]
14 addi $8,$8,~1 # CHECK: addi $8, $8, -2 # encoding: [0x21,0x08,0xff,0xfe]
16 addu $9,10 # CHECK: addiu $9, $9, 10 # encoding: [0x25,0x29,0x00,0x0a]
18 and $2,4 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04]
19 bc1f $fcc0, 4 # CHECK: bc1f 4 # encoding: [0x45,0x00,0x00,0x01]
20 bc1f $fcc1, 4 # CHECK: bc1f $fcc1, 4 # encoding: [0x45,0x04,0x00,0x01]
21 bc1f 4 # CHECK: bc1f 4 # encoding: [0x45,0x00,0x00,0x01
    [all...]

Completed in 155 milliseconds

1 2 3 4 5 67 8 91011>>