HomeSort by relevance Sort by last modified time
    Searched refs:encoding (Results 26 - 50 of 2135) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/PowerPC/
ppc64-encoding.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
9 # CHECK-BE: b target # encoding: [0b010010AA,A,A,0bAAAAAA00]
10 # CHECK-LE: b target # encoding: [0bAAAAAA00,A,A,0b010010AA]
14 # CHECK-BE: ba target # encoding: [0b010010AA,A,A,0bAAAAAA10]
15 # CHECK-LE: ba target # encoding: [0bAAAAAA10,A,A,0b010010AA]
19 # CHECK-BE: bl target # encoding: [0b010010AA,A,A,0bAAAAAA01]
20 # CHECK-LE: bl target # encoding: [0bAAAAAA01,A,A,0b010010AA]
24 # CHECK-BE: bla target # encoding: [0b010010AA,A,A,0bAAAAAA11]
25 # CHECK-LE: bla target # encoding: [0bAAAAAA11,A,A,0b010010AA
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
optionsmessage.cc 41 const encoding::EncodingOption& encoding) {
42 input_encodings_.insert(encoding);
46 const encoding::EncodingOption& encoding) {
47 output_encodings_.insert(encoding);
51 const encoding::EncodingOption& encoding) const {
53 encoding::EncodingOption::EncodingOptionPredicate(encoding))
    [all...]
  /external/llvm/test/MC/Mips/
micromips-trap-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: teq $8, $9 # encoding: [0x28,0x01,0x3c,0x00]
13 # CHECK-EL: tge $8, $9 # encoding: [0x28,0x01,0x3c,0x02]
14 # CHECK-EL: tgeu $8, $9 # encoding: [0x28,0x01,0x3c,0x04]
15 # CHECK-EL: tlt $8, $9 # encoding: [0x28,0x01,0x3c,0x08]
16 # CHECK-EL: tltu $8, $9 # encoding: [0x28,0x01,0x3c,0x0a]
17 # CHECK-EL: tne $8, $9 # encoding: [0x28,0x01,0x3c,0x0c]
18 # CHECK-EL: teqi $9, 17767 # encoding: [0xc9,0x41,0x67,0x45]
19 # CHECK-EL: tgei $9, 17767 # encoding: [0x29,0x41,0x67,0x45
    [all...]
mips-alu-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
7 # CHECK: and $9, $6, $7 # encoding: [0x24,0x48,0xc7,0x00]
8 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
9 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
10 # CHECK: andi $9, $9, 17767 # encoding: [0x67,0x45,0x29,0x31]
11 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
12 # CHECK: clz $6, $7 # encoding: [0x20,0x30,0xe6,0x70]
13 # CHECK: ins $19, $9, 6, 7 # encoding: [0x84,0x61,0x33,0x7d]
14 # CHECK: nor $9, $6, $7 # encoding: [0x27,0x48,0xc7,0x00]
15 # CHECK: or $3, $3, $5 # encoding: [0x25,0x18,0x65,0x00
    [all...]
mips-control-instructions.s 1 # RUN: llvm-mc %s -triple=mips-unknown-unknown -show-encoding -mcpu=mips32r2 | \
3 # RUN: llvm-mc %s -triple=mips64-unknown-unknown -show-encoding -mcpu=mips64r2 \
6 # CHECK32: break # encoding: [0x00,0x00,0x00,0x0d]
7 # CHECK32: break 7 # encoding: [0x00,0x07,0x00,0x0d]
8 # CHECK32: break 7, 5 # encoding: [0x00,0x07,0x01,0x4d]
9 # CHECK32: syscall # encoding: [0x00,0x00,0x00,0x0c]
10 # CHECK32: syscall 13396 # encoding: [0x00,0x0d,0x15,0x0c]
11 # CHECK32: eret # encoding: [0x42,0x00,0x00,0x18]
12 # CHECK32: deret # encoding: [0x42,0x00,0x00,0x1f]
13 # CHECK32: di # encoding: [0x41,0x60,0x60,0x00
    [all...]
mips64-alu-instructions.s 1 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s
7 # CHECK: and $9, $6, $7 # encoding: [0x24,0x48,0xc7,0x00]
8 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
9 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
10 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
11 # CHECK: clz $6, $7 # encoding: [0x20,0x30,0xe6,0x70]
12 # CHECK: ins $19, $9, 6, 7 # encoding: [0x84,0x61,0x33,0x7d]
13 # CHECK: nor $9, $6, $7 # encoding: [0x27,0x48,0xc7,0x00]
14 # CHECK: or $3, $3, $5 # encoding: [0x25,0x18,0x65,0x00]
15 # CHECK: ori $4, $5, 17767 # encoding: [0x67,0x45,0xa4,0x34
    [all...]
mips-jump-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | \
3 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | \
11 # CHECK32: b 1332 # encoding: [0x4d,0x01,0x00,0x10]
12 # CHECK32: nop # encoding: [0x00,0x00,0x00,0x00]
13 # CHECK32: bc1f 1332 # encoding: [0x4d,0x01,0x00,0x45]
14 # CHECK32: nop # encoding: [0x00,0x00,0x00,0x00]
15 # CHECK32: bc1t 1332 # encoding: [0x4d,0x01,0x01,0x45]
16 # CHECK32: nop # encoding: [0x00,0x00,0x00,0x00]
17 # CHECK32: beq $9, $6, 1332 # encoding: [0x4d,0x01,0x26,0x11]
18 # CHECK32: nop # encoding: [0x00,0x00,0x00,0x00
    [all...]
micromips-alu-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EL %s
2 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EB %s
10 # CHECK-EL: add $9, $6, $7 # encoding: [0xe6,0x00,0x10,0x49]
11 # CHECK-EL: addi $9, $6, 17767 # encoding: [0x26,0x11,0x67,0x45]
12 # CHECK-EL: addiu $9, $6, -15001 # encoding: [0x26,0x31,0x67,0xc5]
13 # CHECK-EL: addi $9, $6, 17767 # encoding: [0x26,0x11,0x67,0x45]
14 # CHECK-EL: addiu $9, $6, -15001 # encoding: [0x26,0x31,0x67,0xc5]
15 # CHECK-EL: addu $9, $6, $7 # encoding: [0xe6,0x00,0x50,0x49]
16 # CHECK-EL: sub $9, $6, $7 # encoding: [0xe6,0x00,0x90,0x49]
17 # CHECK-EL: subu $4, $3, $5 # encoding: [0xa3,0x00,0xd0,0x21
    [all...]
micromips-control-instructions.s 1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mcpu=mips32r2 -mattr=micromips \
3 # RUN: llvm-mc %s -triple=mips -show-encoding -mcpu=mips32r2 -mattr=micromips \
12 # CHECK-EL: break # encoding: [0x00,0x00,0x07,0x00]
13 # CHECK-EL: break 7 # encoding: [0x07,0x00,0x07,0x00]
14 # CHECK-EL: break 7, 5 # encoding: [0x07,0x00,0x47,0x01]
15 # CHECK-EL: syscall # encoding: [0x00,0x00,0x7c,0x8b]
16 # CHECK-EL: syscall 396 # encoding: [0x8c,0x01,0x7c,0x8b]
17 # CHECK-EL: eret # encoding: [0x00,0x00,0x7c,0xf3]
18 # CHECK-EL: deret # encoding: [0x00,0x00,0x7c,0xe3]
19 # CHECK-EL: di # encoding: [0x00,0x00,0x7c,0x47
    [all...]
micromips-loadstore-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: lb $5, 8($4) # encoding: [0xa4,0x1c,0x08,0x00]
13 # CHECK-EL: lbu $6, 8($4) # encoding: [0xc4,0x14,0x08,0x00]
14 # CHECK-EL: lh $2, 8($4) # encoding: [0x44,0x3c,0x08,0x00]
15 # CHECK-EL: lhu $4, 8($2) # encoding: [0x82,0x34,0x08,0x00]
16 # CHECK-EL: lw $6, 4($5) # encoding: [0xc5,0xfc,0x04,0x00]
17 # CHECK-EL: sb $5, 8($4) # encoding: [0xa4,0x18,0x08,0x00]
18 # CHECK-EL: sh $2, 8($4) # encoding: [0x44,0x38,0x08,0x00]
19 # CHECK-EL: sw $5, 4($6) # encoding: [0xa6,0xf8,0x04,0x00
    [all...]
micromips-branch-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: b 1332 # encoding: [0x00,0x94,0x9a,0x02]
13 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
14 # CHECK-EL: beq $9, $6, 1332 # encoding: [0xc9,0x94,0x9a,0x02]
15 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
16 # CHECK-EL: bgez $6, 1332 # encoding: [0x46,0x40,0x9a,0x02]
17 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
18 # CHECK-EL: bgezal $6, 1332 # encoding: [0x66,0x40,0x9a,0x02]
19 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00
    [all...]
octeon-instructions.s 1 # RUN: llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=octeon | FileCheck %s
3 # CHECK: baddu $9, $6, $7 # encoding: [0x70,0xc7,0x48,0x28]
4 # CHECK: baddu $17, $18, $19 # encoding: [0x72,0x53,0x88,0x28]
5 # CHECK: baddu $2, $2, $3 # encoding: [0x70,0x43,0x10,0x28]
6 # CHECK: cins $25, $10, 22, 2 # encoding: [0x71,0x59,0x15,0xb2]
7 # CHECK: cins $9, $9, 17, 29 # encoding: [0x71,0x29,0xec,0x72]
8 # CHECK: cins32 $15, $2, 18, 8 # encoding: [0x70,0x4f,0x44,0xb3]
9 # CHECK: cins32 $22, $22, 9, 22 # encoding: [0x72,0xd6,0xb2,0x73]
10 # CHECK: dmul $9, $6, $7 # encoding: [0x70,0xc7,0x48,0x03]
11 # CHECK: dmul $19, $24, $25 # encoding: [0x73,0x19,0x98,0x03
    [all...]
micromips-16-bit-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: mfhi $9 # encoding: [0x09,0x46]
13 # CHECK-EL: mflo $9 # encoding: [0x49,0x46]
14 # CHECK-EL: move $25, $1 # encoding: [0x21,0x0f]
15 # CHECK-EL: jalr $9 # encoding: [0xc9,0x45]
19 # CHECK-EB: mfhi $9 # encoding: [0x46,0x09]
20 # CHECK-EB: mflo $9 # encoding: [0x46,0x49]
21 # CHECK-EB: move $25, $1 # encoding: [0x0f,0x21]
22 # CHECK-EB: jalr $9 # encoding: [0x45,0xc9
    [all...]
micromips-jump-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: j 1328 # encoding: [0x00,0xd4,0x98,0x02]
13 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
14 # CHECK-EL: jal 1328 # encoding: [0x00,0xf4,0x98,0x02]
15 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
16 # CHECK-EL: jalr $ra, $6 # encoding: [0xe6,0x03,0x3c,0x0f]
17 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00]
18 # CHECK-EL: jr $7 # encoding: [0x07,0x00,0x3c,0x0f]
19 # CHECK-EL: nop # encoding: [0x00,0x00,0x00,0x00
    [all...]
  /external/llvm/test/MC/Mips/msa/
test_ctrlregs.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -show-encoding | FileCheck %s
3 #CHECK: cfcmsa $1, $0 # encoding: [0x78,0x7e,0x00,0x59]
4 #CHECK: cfcmsa $1, $0 # encoding: [0x78,0x7e,0x00,0x59]
5 #CHECK: cfcmsa $2, $1 # encoding: [0x78,0x7e,0x08,0x99]
6 #CHECK: cfcmsa $2, $1 # encoding: [0x78,0x7e,0x08,0x99]
7 #CHECK: cfcmsa $3, $2 # encoding: [0x78,0x7e,0x10,0xd9]
8 #CHECK: cfcmsa $3, $2 # encoding: [0x78,0x7e,0x10,0xd9]
9 #CHECK: cfcmsa $4, $3 # encoding: [0x78,0x7e,0x19,0x19]
10 #CHECK: cfcmsa $4, $3 # encoding: [0x78,0x7e,0x19,0x19]
11 #CHECK: cfcmsa $5, $4 # encoding: [0x78,0x7e,0x21,0x59
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCharsetRule.cpp 26 CSSCharsetRule::CSSCharsetRule(CSSStyleSheet* parent, const String& encoding)
28 , m_encoding(encoding)
  /external/chromium_org/tools/grit/grit/extern/
BogoFP.py 17 def UnsignedFingerPrint(str, encoding='utf-8'):
22 grit.extern.FP._UnsignedFingerPrintImpl(str, encoding))
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
UrlEscapeFunction.java 33 private final String encoding; field in class:UrlEscapeFunction
35 public UrlEscapeFunction(String encoding) {
38 new OutputStreamWriter(new ByteArrayOutputStream(), encoding);
40 throw new IllegalArgumentException("Unsupported encoding : " + encoding);
42 this.encoding = encoding;
48 out.append(URLEncoder.encode(in, encoding));
52 throw new Error("Unsuported encoding : " + encoding);
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyFailingCertPath.java 7 public MyFailingCertPath(byte[] encoding) {
8 super(encoding);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
FileWriterWithEncoding.java 32 * Writer of files that allows the encoding to be set.
35 * that allows an encoding to be set. Unfortunately, it cannot subclass
40 * The encoding must be specified using either the name of the {@link Charset},
41 * the {@link Charset}, or a {@link CharsetEncoder}. If the default encoding
58 * Constructs a FileWriterWithEncoding with a file encoding.
61 * @param encoding the encoding to use, not null
62 * @throws NullPointerException if the file name or encoding is null
65 public FileWriterWithEncoding(String filename, String encoding) throws IOException {
66 this(new File(filename), encoding, false)
    [all...]
  /external/bison/lib/
wcwidth.c 34 const char *encoding = locale_charset (); local
35 if (STREQ_OPT (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0 ,0))
39 return uc_width (wc, encoding);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentEncodingData.cpp 46 m_encoding = decoder.encoding();
51 void DocumentEncodingData::setEncoding(const WTF::TextEncoding& encoding)
53 m_encoding = encoding;
  /external/llvm/test/MC/ARM/
thumb2-branches.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding < %s | FileCheck %s
10 @ CHECK: b #-2048 @ encoding: [0x00,0xe4]
11 @ CHECK: b #2046 @ encoding: [0xff,0xe3]
22 @ CHECK: b.w #-2048 @ encoding: [0xff,0xf7,0x00,0xbc]
23 @ CHECK: b.w #2046 @ encoding: [0x00,0xf0,0xff,0xbb]
24 @ CHECK: b.w #-1677216 @ encoding: [0x66,0xf6,0x30,0xbc]
25 @ CHECK: b.w #1677214 @ encoding: [0x99,0xf1,0xcf,0xbb]
38 @ CHECK: b #-2048 @ encoding: [0x00,0xe4]
39 @ CHECK: b #2046 @ encoding: [0xff,0xe3]
40 @ CHECK: b.w #-2050 @ encoding: [0xff,0xf7,0xff,0xbb
    [all...]
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 26 * A decorator that handles Content-Encoding.
40 String encoding = getEncoding(message); local
41 if (encoding != null) {
42 return new HttpMessageDecoder(message, encoding);
53 String encoding = message.getHeader(CONTENT_ENCODING); local
54 if (encoding == null) {
56 } else if (GZIP.equalsIgnoreCase(encoding)
57 || ("x-" + GZIP).equalsIgnoreCase(encoding)) {
59 } else if (DEFLATE.equalsIgnoreCase(encoding)) {
65 private HttpMessageDecoder(HttpResponseMessage in, String encoding)
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRInputStream.java 47 public ANTLRInputStream(InputStream input, String encoding) throws IOException {
48 this(input, INITIAL_BUFFER_SIZE, encoding);
51 public ANTLRInputStream(InputStream input, int size, String encoding) throws IOException {
52 this(input, size, READ_BUFFER_SIZE, encoding);
58 String encoding)
62 if ( encoding!=null ) {
63 isr = new InputStreamReader(input, encoding);

Completed in 299 milliseconds

12 3 4 5 6 7 8 91011>>