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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/verifier/
instruction_flags.cc 25 char encoding[8]; local
27 strncpy(encoding, "XXXXXXX", sizeof(encoding));
29 strncpy(encoding, "-------", sizeof(encoding));
30 if (IsVisited()) encoding[kVisited] = 'V';
31 if (IsChanged()) encoding[kChanged] = 'C';
32 if (IsOpcode()) encoding[kOpcode] = 'O';
33 if (IsInTry()) encoding[kInTry] = 'T';
34 if (IsBranchTarget()) encoding[kBranchTarget] = 'B'
    [all...]
  /bionic/linker/tests/
linker_sleb128_test.cpp 38 std::vector<uint8_t> encoding; local
40 encoding.push_back(0xe5);
41 encoding.push_back(0x8e);
42 encoding.push_back(0x26);
44 encoding.push_back(0x00);
46 encoding.push_back(0x01);
48 encoding.push_back(0x3f);
50 encoding.push_back(0xc0);
51 encoding.push_back(0x00);
53 encoding.push_back(0x7f)
    [all...]
  /bionic/tools/relocation_packer/src/
sleb128_unittest.cc 31 std::vector<uint8_t> encoding; local
32 encoder.GetEncoding(&encoding);
34 EXPECT_EQ(42u, encoding.size());
36 EXPECT_EQ(0xe5, encoding[0]);
37 EXPECT_EQ(0x8e, encoding[1]);
38 EXPECT_EQ(0x26, encoding[2]);
40 EXPECT_EQ(0x00, encoding[3]);
42 EXPECT_EQ(0x01, encoding[4]);
44 EXPECT_EQ(0x3f, encoding[5]);
46 EXPECT_EQ(0xc0, encoding[6])
91 std::vector<uint8_t> encoding; local
    [all...]
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
optionsmessage.h 20 #include "polo/encoding/encodingoption.h"
42 // Adds a supported input encoding.
43 void AddInputEncoding(const encoding::EncodingOption& encoding);
45 // Adds a supported output encoding.
46 void AddOutputEncoding(const encoding::EncodingOption& encoding);
48 // Determines whether the given input encoding is supported.
50 const encoding::EncodingOption& encoding) const
    [all...]
configurationmessage.h 19 #include "polo/encoding/encodingoption.h"
30 // Creates a configuration message with the given encoding and role.
31 // @param encoding the configured encoding options
33 ConfigurationMessage(const encoding::EncodingOption &encoding,
36 // Gets the configured encoding options.
37 const ::polo::encoding::EncodingOption& encoding() const;
55 encoding::EncodingOption encoding_
    [all...]
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/PowerPC/
qpx.s 1 # RUN: llvm-mc -triple powerpc64-bgq-linux --show-encoding %s | FileCheck %s
3 # CHECK: qvfabs 3, 5 # encoding: [0x10,0x60,0x2a,0x10]
6 # CHECK: qvfabs 3, 5 # encoding: [0x10,0x60,0x2a,0x10]
8 # CHECK: qvfadd 3, 4, 5 # encoding: [0x10,0x64,0x28,0x2a]
10 # CHECK: qvfadds 3, 4, 5 # encoding: [0x00,0x64,0x28,0x2a]
12 # CHECK: qvfandc 3, 4, 5 # encoding: [0x10,0x64,0x2a,0x08]
14 # CHECK: qvfand 3, 4, 5 # encoding: [0x10,0x64,0x28,0x88]
16 # CHECK: qvfcfid 3, 5 # encoding: [0x10,0x60,0x2e,0x9c]
18 # CHECK: qvfcfids 3, 5 # encoding: [0x00,0x60,0x2e,0x9c]
20 # CHECK: qvfcfidu 3, 5 # encoding: [0x10,0x60,0x2f,0x9c
    [all...]
ppc64-encoding-vmx.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: lvebx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x0e]
10 # CHECK-LE: lvebx 2, 3, 4 # encoding: [0x0e,0x20,0x43,0x7c]
12 # CHECK-BE: lvehx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x4e]
13 # CHECK-LE: lvehx 2, 3, 4 # encoding: [0x4e,0x20,0x43,0x7c]
15 # CHECK-BE: lvewx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x8e]
16 # CHECK-LE: lvewx 2, 3, 4 # encoding: [0x8e,0x20,0x43,0x7c]
18 # CHECK-BE: lvx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0xce]
19 # CHECK-LE: lvx 2, 3, 4 # encoding: [0xce,0x20,0x43,0x7c
    [all...]
vsx.s 1 # RUN: llvm-mc -triple powerpc64-unknown-linux-gnu --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -triple powerpc64le-unknown-linux-gnu --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
4 # CHECK-BE: xxswapd 7, 63 # encoding: [0xf0,0xff,0xfa,0x56]
5 # CHECK-LE: xxswapd 7, 63 # encoding: [0x56,0xfa,0xff,0xf0]
8 # CHECK-BE: lxsdx 39, 5, 31 # encoding: [0x7c,0xe5,0xfc,0x99]
9 # CHECK-LE: lxsdx 39, 5, 31 # encoding: [0x99,0xfc,0xe5,0x7c]
11 # CHECK-BE: lxsiwax 39, 5, 31 # encoding: [0x7c,0xe5,0xf8,0x99]
12 # CHECK-LE: lxsiwax 39, 5, 31 # encoding: [0x99,0xf8,0xe5,0x7c]
14 # CHECK-BE: lxsiwzx 39, 5, 31 # encoding: [0x7c,0xe5,0xf8,0x19]
15 # CHECK-LE: lxsiwzx 39, 5, 31 # encoding: [0x19,0xf8,0xe5,0x7c
    [all...]
ppc64-encoding-6xx.s 1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
6 # CHECK-BE: mfibatu 12, 0 # encoding: [0x7d,0x90,0x82,0xa6]
7 # CHECK-LE: mfibatu 12, 0 # encoding: [0xa6,0x82,0x90,0x7d]
9 # CHECK-BE: mfibatl 12, 0 # encoding: [0x7d,0x91,0x82,0xa6]
10 # CHECK-LE: mfibatl 12, 0 # encoding: [0xa6,0x82,0x91,0x7d]
12 # CHECK-BE: mfibatu 12, 1 # encoding: [0x7d,0x92,0x82,0xa6]
13 # CHECK-LE: mfibatu 12, 1 # encoding: [0xa6,0x82,0x92,0x7d]
15 # CHECK-BE: mfibatl 12, 1 # encoding: [0x7d,0x93,0x82,0xa6]
16 # CHECK-LE: mfibatl 12, 1 # encoding: [0xa6,0x82,0x93,0x7d
    [all...]
ppc64-encoding-bookII.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: icbi 2, 3 # encoding: [0x7c,0x02,0x1f,0xac]
8 # CHECK-LE: icbi 2, 3 # encoding: [0xac,0x1f,0x02,0x7c]
11 # CHECK-BE: icbt 0, 5, 31 # encoding: [0x7c,0x05,0xf8,0x2c]
12 # CHECK-LE: icbt 0, 5, 31 # encoding: [0x2c,0xf8,0x05,0x7c]
15 # CHECK-BE: dcbt 2, 3, 10 # encoding: [0x7d,0x42,0x1a,0x2c]
16 # CHECK-LE: dcbt 2, 3, 10 # encoding: [0x2c,0x1a,0x42,0x7d]
18 # CHECK-BE: dcbt 2, 3, 10 # encoding: [0x7d,0x42,0x1a,0x2c]
19 # CHECK-LE: dcbt 2, 3, 10 # encoding: [0x2c,0x1a,0x42,0x7d
    [all...]
ppc64-encoding-spe.s 1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
6 # CHECK-BE: evlddx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x00]
7 # CHECK-LE: evlddx 14, 21, 28 # encoding: [0x00,0xe3,0xd5,0x11]
9 # CHECK-BE: evldwx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x02]
10 # CHECK-LE: evldwx 14, 21, 28 # encoding: [0x02,0xe3,0xd5,0x11]
12 # CHECK-BE: evldhx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x04]
13 # CHECK-LE: evldhx 14, 21, 28 # encoding: [0x04,0xe3,0xd5,0x11]
15 # CHECK-BE: evlhhesplatx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x08]
16 # CHECK-LE: evlhhesplatx 14, 21, 28 # encoding: [0x08,0xe3,0xd5,0x11
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/
X509Factory.java 92 byte[] encoding = readOneBlock(is);
93 if (encoding != null) {
94 X509CertImpl cert = getFromCache(certCache, encoding);
98 cert = new X509CertImpl(encoding);
149 * encoding for certificate data.
157 byte[] encoding;
159 encoding = ((X509CertImpl)c).getEncodedInternal();
161 encoding = c.getEncoded();
163 X509CertImpl newC = getFromCache(certCache, encoding);
170 newC = new X509CertImpl(encoding);
    [all...]
  /external/llvm/test/MC/Mips/
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: bbit0 $19, 22, foo # encoding: [0xca,0x76,A,A]
7 # CHECK: bbit032 $fp, 11, foo # encoding: [0xdb,0xcb,A,A]
8 # CHECK: bbit032 $8, 10, foo # encoding: [0xd9,0x0a,A,A]
9 # CHECK: bbit1 $3, 31, foo # encoding: [0xe8,0x7f,A,A]
10 # CHECK: bbit132 $24, 10, foo # encoding: [0xfb,0x0a,A,A]
11 # CHECK: bbit132 $14, 14, foo # encoding: [0xf9,0xce,A,A
    [all...]
macro-abs.s 1 # RUN: llvm-mc -triple mips-unknown-linux -show-encoding %s | FileCheck %s
6 # CHECK: bgez $4, 8 # encoding: [0x04,0x81,0x00,0x02]
7 # CHECK: nop # encoding: [0x00,0x00,0x00,0x00]
8 # CHECK: neg $4, $4 # encoding: [0x00,0x04,0x20,0x22]
10 # CHECK: bgez $5, 8 # encoding: [0x04,0xa1,0x00,0x02]
11 # CHECK: move $4, $5 # encoding: [0x00,0xa0,0x20,0x21]
12 # CHECK: neg $4, $5 # encoding: [0x00,0x05,0x20,0x22]
mips-coprocessor-encodings.s 1 # RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
4 # MIPS64: dmtc0 $12, $16, 2 # encoding: [0x40,0xac,0x80,0x02]
5 # MIPS64: dmtc0 $12, $16, 0 # encoding: [0x40,0xac,0x80,0x00]
6 # MIPS64: mtc0 $12, $16, 2 # encoding: [0x40,0x8c,0x80,0x02]
7 # MIPS64: mtc0 $12, $16, 0 # encoding: [0x40,0x8c,0x80,0x00]
8 # MIPS64: dmfc0 $12, $16, 2 # encoding: [0x40,0x2c,0x80,0x02]
9 # MIPS64: dmfc0 $12, $16, 0 # encoding: [0x40,0x2c,0x80,0x00]
10 # MIPS64: mfc0 $12, $16, 2 # encoding: [0x40,0x0c,0x80,0x02]
11 # MIPS64: mfc0 $12, $16, 0 # encoding: [0x40,0x0c,0x80,0x00]
22 # MIPS64: dmtc2 $12, $16, 2 # encoding: [0x48,0xac,0x80,0x02
    [all...]
mips64-expansions.s 1 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s
5 # CHECK: lui $10, 65519 # encoding: [0xef,0xff,0x0a,0x3c]
6 # CHECK: ori $10, $10, 61423 # encoding: [0xef,0xef,0x4a,0x35]
11 # CHECK: addiu $1, $zero, 1 # encoding: [0x01,0x00,0x01,0x24]
12 # CHECK: dsll $1, $1, 16 # encoding: [0x38,0x0c,0x01,0x00]
13 # CHECK: ori $1, $1, 1 # encoding: [0x01,0x00,0x21,0x34]
14 # CHECK: dsll $1, $1, 16 # encoding: [0x38,0x0c,0x01,0x00]
15 # CHECK: ori $1, $1, 1 # encoding: [0x01,0x00,0x21,0x34]
16 # CHECK: bne $2, $1, 1332 # encoding: [0x4d,0x01,0x41,0x14]
17 # CHECK: nop # encoding: [0x00,0x00,0x00,0x00
    [all...]
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...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRInputStream.cs 34 using Encoding = System.Text.Encoding;
53 public ANTLRInputStream(Stream input, Encoding encoding)
54 : this(input, InitialBufferSize, encoding) {
57 public ANTLRInputStream(Stream input, int size, Encoding encoding)
58 : this(input, size, ReadBufferSize, encoding) {
61 public ANTLRInputStream(Stream input, int size, int readBufferSize, Encoding encoding)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRInputStream.cs 35 using Encoding = System.Text.Encoding;
57 public ANTLRInputStream( Stream input, Encoding encoding )
58 : this( input, InitialBufferSize, encoding )
62 public ANTLRInputStream( Stream input, int size, Encoding encoding )
63 : this( input, size, ReadBufferSize, encoding )
67 public ANTLRInputStream( Stream input, int size, int readBufferSize, Encoding encoding )
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRFileStream.h 42 + (id) newANTLRFileStream:(NSString *)aFileName encoding:(NSStringEncoding)encoding;
44 - (id) init:(NSString *) aFileName encoding:(NSStringEncoding)encoding;
45 - (void) load:(NSString *)fileName encoding:(NSStringEncoding)encoding;
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2Impl.java 29 private String encoding; field in class:Locator2Impl
43 * <em>encoding</em> and <em>version</em>strings are copied,
55 encoding = l2.getEncoding ();
74 * Returns the current value of the encoding property.
76 * @return the current value of the encoding property.
81 { return encoding; }
98 * Assigns the current value of the encoding property.
100 * @param encoding the new "encoding" value
103 public void setEncoding (String encoding)
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
PolicyQualifierInfoTest.java 76 // get valid encoding
77 byte[] encoding = getDerEncoding();
79 encoding[1] = (byte)0x27;
83 new PolicyQualifierInfo(encoding);
89 // get valid encoding
90 encoding = getDerEncoding();
93 encoding[2] = (byte)13;
96 new PolicyQualifierInfo(encoding);
110 // get valid encoding
111 byte[] encoding = getDerEncoding()
    [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...]

Completed in 353 milliseconds

1 2 3 4 5 6 7 8 91011>>