/external/llvm/test/MC/ARM/ |
neon-add-encoding.s | 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s 4 @ CHECK: vadd.i8 d16, d17, d16 @ encoding: [0xa0,0x08,0x41,0xf2] 6 @ CHECK: vadd.i16 d16, d17, d16 @ encoding: [0xa0,0x08,0x51,0xf2] 8 @ CHECK: vadd.i64 d16, d17, d16 @ encoding: [0xa0,0x08,0x71,0xf2] 10 @ CHECK: vadd.i32 d16, d17, d16 @ encoding: [0xa0,0x08,0x61,0xf2] 12 @ CHECK: vadd.f32 d16, d16, d17 @ encoding: [0xa1,0x0d,0x40,0xf2] 14 @ CHECK: vadd.f32 q8, q8, q9 @ encoding: [0xe2,0x0d,0x40,0xf2] 17 @ CHECK: vaddl.s8 q8, d17, d16 @ encoding: [0xa0,0x00,0xc1,0xf2] 19 @ CHECK: vaddl.s16 q8, d17, d16 @ encoding: [0xa0,0x00,0xd1,0xf2] 21 @ CHECK: vaddl.s32 q8, d17, d16 @ encoding: [0xa0,0x00,0xe1,0xf2 [all...] |
thumb-hints.s | 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s 2 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -mcpu=cortex-m0 -show-encoding < %s | FileCheck %s 3 @ RUN: not llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s > %t 2> %t2 14 @ CHECK: nop @ encoding: [0x00,0xbf] 15 @ CHECK: yield @ encoding: [0x10,0xbf] 16 @ CHECK: wfe @ encoding: [0x20,0xbf] 17 @ CHECK: wfi @ encoding: [0x30,0xbf] 18 @ CHECK: sev @ encoding: [0x40,0xbf] 20 @ CHECK-EVIL-PRE-UAL: mov r8, r8 @ encoding: [0xc0,0x46] 28 @ CHECK: dmb sy @ encoding: [0xbf,0xf3,0x5f,0x8f [all...] |
thumb-shift-encoding.s | 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7 -show-encoding < %s | FileCheck %s 17 @ CHECK: sbc.w r12, lr, r0 @ encoding: [0x6e,0xeb,0x00,0x0c] 18 @ CHECK: sbc.w r1, r8, r9, lsr #32 @ encoding: [0x68,0xeb,0x19,0x01] 19 @ CHECK: sbc.w r2, r7, pc, lsr #16 @ encoding: [0x67,0xeb,0x1f,0x42] 20 @ CHECK: sbc.w r3, r6, r10 @ encoding: [0x66,0xeb,0x0a,0x03] 21 @ CHECK: sbc.w r4, r5, lr, lsl #16 @ encoding: [0x65,0xeb,0x0e,0x44] 22 @ CHECK: sbc.w r5, r4, r11, asr #32 @ encoding: [0x64,0xeb,0x2b,0x05] 23 @ CHECK: sbc.w r6, r3, sp, asr #16 @ encoding: [0x63,0xeb,0x2d,0x46] 24 @ CHECK: sbc.w r7, r2, r12, rrx @ encoding: [0x62,0xeb,0x3c,0x07] 25 @ CHECK: sbc.w r8, r1, r0, ror #16 @ encoding: [0x61,0xeb,0x30,0x48 [all...] |
neont2-mul-accum-encoding.s | 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s 15 @ CHECK: vmla.i8 d16, d18, d17 @ encoding: [0x42,0xef,0xa1,0x09] 16 @ CHECK: vmla.i16 d16, d18, d17 @ encoding: [0x52,0xef,0xa1,0x09] 17 @ CHECK: vmla.i32 d16, d18, d17 @ encoding: [0x62,0xef,0xa1,0x09] 18 @ CHECK: vmla.f32 d16, d18, d17 @ encoding: [0x42,0xef,0xb1,0x0d] 19 @ CHECK: vmla.i8 q9, q8, q10 @ encoding: [0x40,0xef,0xe4,0x29] 20 @ CHECK: vmla.i16 q9, q8, q10 @ encoding: [0x50,0xef,0xe4,0x29] 21 @ CHECK: vmla.i32 q9, q8, q10 @ encoding: [0x60,0xef,0xe4,0x29] 22 @ CHECK: vmla.f32 q9, q8, q10 @ encoding: [0x40,0xef,0xf4,0x2d] 23 @ CHECK: vmla.i32 q12, q8, d3[0] @ encoding: [0xe0,0xff,0xc3,0x80 [all...] |
arm-thumb-trustzone.s | 1 @ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ 2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ 23 @ TZ: smc #15 @ encoding: [0xff,0xf7,0x00,0x80] 24 @ TZ: ite eq @ encoding: [0x0c,0xbf] 25 @ TZ: smceq #0 @ encoding: [0xf0,0xf7,0x00,0x80]
|
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
pairingsession.cc | 18 #include "polo/encoding/hexadecimalencoder.h" 61 const encoding::EncodingOption& encoding) { 63 LOG(ERROR) << "Attempt to add input encoding to active session"; 67 if (!IsValidEncodingOption(encoding)) { 68 LOG(ERROR) << "Invalid input encoding: " << encoding.ToString(); 72 local_options_.AddInputEncoding(encoding); 76 const encoding::EncodingOption& encoding) { 186 const encoding::EncodingOption& encoding = message.encoding(); local [all...] |
pairingsession.h | 20 #include "polo/encoding/secretencoder.h" 65 // Adds a supported input encoding. This must be called before the session is 67 void AddInputEncoding(const encoding::EncodingOption& encoding); 69 // Adds a supported output encoding. This must be called before the session is 71 void AddOutputEncoding(const encoding::EncodingOption& encoding); 83 // Gets the encoder used for encoding and decoding the secret challenge. This 86 const encoding::SecretEncoder* encoder() const { return encoder_; } 170 // Determines whether the given encoding option is valid [all...] |
serverpairingsession.cc | 77 const encoding::EncodingOption& encoding = message.encoding(); local 80 if (!local_options().SupportsOutputEncoding(encoding)) { 81 LOG(ERROR) << "Unsupported output encoding requested: " 82 << encoding.encoding_type(); 88 if (!local_options().SupportsInputEncoding(encoding)) { 89 LOG(ERROR) << "Unsupported input encoding requested: " 90 << encoding.encoding_type();
|
/external/llvm/test/MC/Mips/mips2/ |
valid.s | 3 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 | FileCheck %s 6 abs.d $f7,$f25 # CHECK: encoding: 12 addi $8,$8,~1 # CHECK: addi $8, $8, -2 # encoding: [0x21,0x08,0xff,0xfe] 15 and $2,4 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04] 16 bc1f $fcc0, 4 # CHECK: bc1f 4 # encoding: [0x45,0x00,0x00,0x01] 17 bc1f 4 # CHECK: bc1f 4 # encoding: [0x45,0x00,0x00,0x01] 18 bc1t $fcc0, 4 # CHECK: bc1t 4 # encoding: [0x45,0x01,0x00,0x01] 19 bc1t 4 # CHECK: bc1t 4 # encoding: [0x45,0x01,0x00,0x01] 20 bal 21100 # CHECK: bal 21100 # encoding: [0x04,0x11,0x14,0x9b] 21 bgezal $0, 21100 # CHECK: bal 21100 # encoding: [0x04,0x11,0x14,0x9b [all...] |
/external/markdown/markdown/ |
html4.py | 74 def _encode(text, encoding): 76 return text.encode(encoding, "xmlcharrefreplace") 80 def _escape_cdata(text, encoding): 92 return text.encode(encoding, "xmlcharrefreplace") 97 def _escape_attrib(text, encoding): 110 return text.encode(encoding, "xmlcharrefreplace") 114 def _escape_attrib_html(text, encoding): 123 return text.encode(encoding, "xmlcharrefreplace") 128 def _serialize_html(write, elem, encoding, qnames, namespaces): 132 write("<!--%s-->" % _escape_cdata(text, encoding)) [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/ |
OptionsMessage.java | 32 * Options.Encoding.EncodingType in polo.proto. 90 public void addInputEncoding(EncodingOption encoding) { 91 mInputEncodings.add(encoding); 94 public void addOutputEncoding(EncodingOption encoding) { 95 mOutputEncodings.add(encoding); 98 public boolean supportsInputEncoding(EncodingOption encoding) { 99 return mInputEncodings.contains(encoding); 102 public boolean supportsOutputEncoding(EncodingOption encoding) { 103 return mOutputEncodings.contains(encoding); 131 EncodingOption encoding; local [all...] |
/external/llvm/test/MC/Mips/ |
micromips-branch16.s | 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \ 10 # CHECK-FIXUP: b bar # encoding: [A,0x94'A',0x00,0x00] 13 # CHECK-FIXUP: nop # encoding: [0x00,0x00,0x00,0x00] 14 # CHECK-FIXUP: beq $3, $4, bar # encoding: [0x83'A',0x94'A',0x00,0x00] 17 # CHECK-FIXUP: nop # encoding: [0x00,0x00,0x00,0x00] 18 # CHECK-FIXUP: bne $3, $4, bar # encoding: [0x83'A',0xb4'A',0x00,0x00] 21 # CHECK-FIXUP: nop # encoding: [0x00,0x00,0x00,0x00] 22 # CHECK-FIXUP: bgez $4, bar # encoding: [0x44'A',0x40'A',0x00,0x00] 25 # CHECK-FIXUP: nop # encoding: [0x00,0x00,0x00,0x00] 26 # CHECK-FIXUP: bgtz $4, bar # encoding: [0xc4'A',0x40'A',0x00,0x00 [all...] |
mips-relocations.s | 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s 4 # CHECK: lui $2, %hi(_gp_disp) # encoding: [A,A,0x02,0x3c] 6 # CHECK: addiu $2, $2, %lo(_gp_disp) # encoding: [A,A,0x42,0x24] 8 # CHECK: lw $25, %call16(strchr)($gp) # encoding: [A,A,0x99,0x8f] 10 # CHECK: lw $3, %got(loop_1)($2) # encoding: [A,A,0x43,0x8c] 12 # CHECK: lui $2, %dtprel_hi(_gp_disp) # encoding: [A,A,0x02,0x3c] 14 # CHECK: addiu $2, $2, %dtprel_hi(_gp_disp) # encoding: [A,A,0x42,0x24] 16 # CHECK: lw $3, %got(loop_1)($2) # encoding: [A,A,0x43,0x8c] 18 # CHECK: lw $4, %got_disp(loop_2)($3) # encoding: [A,A,0x64,0x8c] 20 # CHECK: lw $5, %got_page(loop_3)($4) # encoding: [A,A,0x85,0x8c [all...] |
/external/chromium_org/tools/grit/grit/format/ |
data_pack.py | 26 # one uint8 (encoding of text resources) 35 'DataPackContents', 'resources encoding') 57 version, num_entries, encoding = struct.unpack('<IIB', data[:HEADER_LENGTH]) 64 return DataPackContents(resources, encoding) 75 return DataPackContents(resources, encoding) 78 def WriteDataPackToString(resources, encoding): 84 ret.append(struct.pack('<IIB', PACK_FILE_VERSION, len(ids), encoding)) 105 def WriteDataPack(resources, output_file, encoding): 107 content = WriteDataPackToString(resources, encoding) 123 KeyError: if there are duplicate keys or resource encoding i [all...] |
/external/llvm/test/MC/Sparc/ |
sparc-ctrl-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: call foo ! encoding: [0b01AAAAAA,A,A,A] 8 ! CHECK: call %g1+%i2 ! encoding: [0x9f,0xc0,0x40,0x1a] 11 ! CHECK: call %o1+8 ! encoding: [0x9f,0xc2,0x60,0x08] 14 ! CHECK: call %g1 ! encoding: [0x9f,0xc0,0x60,0x00] 17 ! CHECK: call %g1+%lo(sym) ! encoding: [0x9f,0xc0,0b011000AA,A] 21 ! CHECK: jmp %g1+%i2 ! encoding: [0x81,0xc0,0x40,0x1a] 24 ! CHECK: jmp %o1+8 ! encoding: [0x81,0xc2,0x60,0x08] 27 ! CHECK: jmp %g1 ! encoding: [0x81,0xc0,0x60,0x00 [all...] |
/external/chromium_org/chrome/browser/signin/ |
local_auth.cc | 27 // these safely, change the "encoding" version below and make verification 36 char encoding) { 38 DCHECK_EQ(kHash1Encoding, encoding); // Currently support only one method. 60 char encoding) { 61 DCHECK_EQ(kHash1Encoding, encoding); // Currently support only one method. 72 // Stuff the "encoding" value into the first byte. 73 encoded64.insert(0, &encoding, sizeof(encoding)); 80 char* encoding) { 81 // Extract the "encoding" value from the first byte and validate 160 char encoding; local [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ANTLRFileStream.cs | 40 using Encoding = System.Text.Encoding; 68 this(fileName, Encoding.Default) 74 /// specified file name and encoding 76 public ANTLRFileStream(string fileName, Encoding encoding) 79 Load(fileName, encoding); 100 /// <param name="encoding">Encoding to apply to file</param> 101 public virtual void Load(string fileName, Encoding encoding [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
ANTLRFileStream.js | 8 * @param {String} [encoding] name of the charset used for decoding 10 org.antlr.runtime.ANTLRFileStream = function(fileName, encoding) { 24 var data = this[method](fileName, encoding); 43 * @param {String} [encoding] name of the charset used for decoding 46 loadFileUsingJava: function(fileName, encoding) { 52 if (encoding) { 53 isr = new java.io.InputStreamReader(fis, encoding);
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextEncodingDetector.cpp | 57 // "the context" (parent-encoding, referrer encoding, etc). 60 // encoding with a highest confidence among the detector-specific 70 const char* encoding = 0; local 74 // allocation in a given encoding. The size of a chunk passed to 96 encoding = hintEncodingName; 103 // a child frame in Shift_JIS and both frames do NOT specify the encoding 105 if (!encoding && matchesCount > 0) 106 encoding = ucsdet_getName(matches[0], &status); 108 *detectedEncoding = WTF::TextEncoding(encoding); [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
DOCBparser.h | 52 const char *encoding, 57 const char *encoding); 60 const char *encoding, 65 const char *encoding); 86 const char *encoding);
|
xmlsave.h | 15 #include <libxml/encoding.h> 45 const char *encoding, 49 const char *encoding, 54 const char *encoding, 61 const char *encoding,
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
Document.java | 34 String encoding; field in class:Document 40 return encoding; 44 this.encoding = enc; 86 encoding = parser.getInputEncoding(); 122 writer.startDocument(encoding, standalone);
|
/external/libxml2/include/libxml/ |
DOCBparser.h | 52 const char *encoding, 57 const char *encoding); 60 const char *encoding, 65 const char *encoding); 86 const char *encoding);
|
xmlsave.h | 15 #include <libxml/encoding.h> 46 const char *encoding, 50 const char *encoding, 55 const char *encoding, 62 const char *encoding,
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AlertInfo.java | 67 * Return value encoding in canonical form. 68 * @return The value of the header in canonical encoding. 71 StringBuffer encoding = new StringBuffer(); local 73 encoding.append(LESS_THAN).append(uri.encode()).append(GREATER_THAN); 75 encoding.append(string); 78 encoding.append(SEMICOLON).append(parameters.encode()); 80 return encoding.toString();
|