/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
wchar_t_encoding.pass.cpp | 14 // int encoding() const throw(); 25 assert(f.encoding() == 1);
|
/external/llvm/test/MC/ARM/ |
arm-trustzone.s | 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ 2 @ RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ 22 @ TZ: smc #15 @ encoding: [0x7f,0x00,0x60,0xe1] 23 @ TZ: smceq #0 @ encoding: [0x70,0x00,0x60,0x01]
|
not-armv4.s | 1 @ RUN: not llvm-mc < %s -triple armv4-unknown-unknown -show-encoding 2>&1 | FileCheck %s
|
thumbv7m.s | 1 @ RUN: llvm-mc -triple=thumbv7m-apple-darwin -show-encoding < %s | FileCheck %s 2 @ RUN: not llvm-mc -triple=thumbv6 -show-encoding 2>&1 < %s | FileCheck %s --check-prefix=CHECK-V6M 17 @ CHECK: mrs r0, basepri @ encoding: [0xef,0xf3,0x11,0x80] 18 @ CHECK: mrs r0, basepri_max @ encoding: [0xef,0xf3,0x12,0x80] 19 @ CHECK: mrs r0, faultmask @ encoding: [0xef,0xf3,0x13,0x80] 29 @ CHECK: msr basepri, r0 @ encoding: [0x80,0xf3,0x11,0x88] 30 @ CHECK: msr basepri_max, r0 @ encoding: [0x80,0xf3,0x12,0x88] 31 @ CHECK: msr faultmask, r0 @ encoding: [0x80,0xf3,0x13,0x88]
|
/external/llvm/test/MC/Mips/ |
cfi.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-unknown -show-encoding -mcpu=mips32 | \ 3 # RUN: llvm-mc %s -triple=mips64-unknown-unknown -show-encoding -mcpu=mips64 | \
|
micromips-tailr.s | 1 # RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding \ 12 # CHECK-FIXUP: # encoding: [0x40,0x30,0x34,0x05] 13 # CHECK-FIXUP: j foo # encoding: [A,0xd4'A',A,0b000000AA] 16 # CHECK-FIXUP: nop # encoding: [0x00,0x00,0x00,0x00]
|
/external/llvm/test/MC/Mips/mips32r6/ |
valid.s | 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test: 13 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 2> %t0 | FileCheck %s 18 and $2,4 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04] 19 addiupc $4, 100 # CHECK: addiupc $4, 100 # encoding: [0xec,0x80,0x00,0x19] 20 align $4, $2, $3, 2 # CHECK: align $4, $2, $3, 2 # encoding: [0x7c,0x43,0x22,0xa0] 21 aluipc $3, 56 # CHECK: aluipc $3, 56 # encoding: [0xec,0x7f,0x00,0x38] 22 aui $3,$2,-23 # CHECK: aui $3, $2, -23 # encoding: [0x3c,0x62,0xff,0xe9] 23 auipc $3, -1 # CHECK: auipc $3, -1 # encoding: [0xec,0x7e,0xff,0xff] 24 bal 21100 # CHECK: bal 21100 # encoding: [0x04,0x11,0x14,0x9b] 25 balc 14572256 # CHECK: balc 14572256 # encoding: [0xe8,0x37,0x96,0xb8 [all...] |
relocations.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \ 8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A] 11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A] 14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A] 17 # CHECK-FIXUP: beqzc $9, bar # encoding: [0xd9,0b001AAAAA,A,A] 20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A] 23 # CHECK-FIXUP: balc bar # encoding: [0b111010AA,A,A,A] 26 # CHECK-FIXUP: bc bar # encoding: [0b110010AA,A,A,A] 29 # CHECK-FIXUP: aluipc $2, %pcrel_hi(bar) # encoding: [0xec,0x5f,A,A] 33 # CHECK-FIXUP: addiu $2, $2, %pcrel_lo(bar) # encoding: [0x24,0x42,A,A [all...] |
/external/llvm/test/MC/Mips/mips64r6/ |
valid.s | 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test: 13 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64r6 2> %t0 | FileCheck %s 18 and $2,4 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04] 19 addiupc $4, 100 # CHECK: addiupc $4, 100 # encoding: [0xec,0x80,0x00,0x19] 20 align $4, $2, $3, 2 # CHECK: align $4, $2, $3, 2 # encoding: [0x7c,0x43,0x22,0xa0] 21 aluipc $3, 56 # CHECK: aluipc $3, 56 # encoding: [0xec,0x7f,0x00,0x38] 22 aui $3,$2,-23 # CHECK: aui $3, $2, -23 # encoding: [0x3c,0x62,0xff,0xe9] 23 auipc $3, -1 # CHECK: auipc $3, -1 # encoding: [0xec,0x7e,0xff,0xff] 24 bal 21100 # CHECK: bal 21100 # encoding: [0x04,0x11,0x14,0x9b] 25 balc 14572256 # CHECK: balc 14572256 # encoding: [0xe8,0x37,0x96,0xb8 [all...] |
relocations.s | 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64r6 \ 8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A] 11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A] 14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A] 17 # CHECK-FIXUP: beqzc $9, bar # encoding: [0xd9,0b001AAAAA,A,A] 20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A] 23 # CHECK-FIXUP: balc bar # encoding: [0b111010AA,A,A,A] 26 # CHECK-FIXUP: bc bar # encoding: [0b110010AA,A,A,A] 29 # CHECK-FIXUP: aluipc $2, %pcrel_hi(bar) # encoding: [0xec,0x5f,A,A] 33 # CHECK-FIXUP: addiu $2, $2, %pcrel_lo(bar) # encoding: [0x24,0x42,A,A [all...] |
/external/llvm/test/MC/Sparc/ |
sparc-directives.s | 1 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s --check-prefix=SPARC32 2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARC64
|
sparc-relocations.s | 1 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s 16 ! CHECK: call foo ! encoding: [0b01AAAAAA,A,A,A] 20 ! CHECK: or %g1, %lo(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A] 24 ! CHECK: sethi %hi(sym), %l0 ! encoding: [0x21,0b00AAAAAA,A,A] 28 ! CHECK: sethi %h44(sym), %l0 ! encoding: [0x21,0b00AAAAAA,A,A] 32 ! CHECK: or %g1, %m44(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A] 36 ! CHECK: or %g1, %l44(sym), %g3 ! encoding: [0x86,0x10,0b0110AAAA,A] 40 ! CHECK: sethi %hh(sym), %l0 ! encoding: [0x21,0b00AAAAAA,A,A] 44 ! CHECK: or %g1, %hm(sym), %g3 ! encoding: [0x86,0x10,0b011000AA,A]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AcceptLanguage.java | 75 StringBuffer encoding = new StringBuffer(); local 77 encoding.append(languageRange); 80 encoding.append(SEMICOLON).append(parameters.encode()); 82 return encoding.toString();
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
textfile.cpp | 17 // If the symbol CCP is defined, then the 'name' and 'encoding' 23 name(0), encoding(0), 37 encoding = uprv_malloc(uprv_strlen(_encoding) + 1); 38 if (name == 0 || encoding == 0) { 43 uprv_strcpy(encoding, _encoding); 46 encoding = (char*) _encoding; 72 uprv_free(encoding); 101 UnicodeString str(buffer, encoding);
|
/external/icu/icu4c/source/test/intltest/ |
textfile.cpp | 17 // If the symbol CCP is defined, then the 'name' and 'encoding' 23 name(0), encoding(0), 37 encoding = uprv_malloc(uprv_strlen(_encoding) + 1); 38 if (name == 0 || encoding == 0) { 43 uprv_strcpy(encoding, _encoding); 46 encoding = (char*) _encoding; 72 uprv_free(encoding); 101 UnicodeString str(buffer, encoding);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
CertificateTest.java | 52 * Testing the encoding/decoding work of the following structure: 157 byte[] encoding = extensions.getEncoded(); 158 Extensions.ASN1.decode(encoding); 164 encoding = tbsCertificate.getEncoded(); 165 TBSCertificate.ASN1.decode(encoding); 169 encoding = certificate.getEncoded(); 171 Certificate.ASN1.decode(encoding); 173 encoding = Certificate.ASN1.encode(certificate); 175 ByteArrayInputStream bais = new ByteArrayInputStream(encoding); 190 byte[] encoding = new byte[] [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
HTMLparser.h | 119 const char *encoding, 124 const char *encoding); 127 const char *encoding, 132 const char *encoding); 197 const char *encoding, 201 const char *encoding, 207 const char *encoding, 212 const char *encoding, 219 const char *encoding, 225 const char *encoding, [all...] |
/external/libxml2/include/libxml/ |
HTMLparser.h | 119 const char *encoding, 124 const char *encoding); 127 const char *encoding, 132 const char *encoding); 188 HTML_PARSE_IGNORE_ENC=1<<21 /* ignore internal document encoding hint */ 199 const char *encoding, 203 const char *encoding, 209 const char *encoding, 214 const char *encoding, 221 const char *encoding, [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
KeyStoreTestSupport.java | 118 private final byte[] encoding; field in class:KeyStoreTestSupport.MCertificate 122 public MCertificate(String type, byte[] encoding) { 124 this.encoding = encoding; 129 return encoding.clone(); 154 return encoding;
|
/external/apache-http/src/org/apache/http/impl/entity/ |
LaxContentLengthStrategy.java | 70 * 2.If a Transfer-Encoding header field (section 14.41) is present and has any value other 78 * Transfer-Encoding 82 * Transfer-Encoding header field and a Content-Length header field, 117 * Transfer-coding values are used to indicate an encoding transformation that 136 * the TE header field (section 14.39) and in the Transfer-Encoding header field (section 14.41). 146 * <h>14.41 Transfer-Encoding</h> 148 * The Transfer-Encoding general-header field indicates what (if any) type of transformation has 154 * Transfer-Encoding = "Transfer-Encoding" ":" 1#transfer-coding 158 * the order in which they were applied. Additional information about the encoding parameters 216 String encoding = encodings[i].getName(); local [all...] |
/external/fonttools/Lib/fontTools/misc/ |
py23.py | 41 def tostr(s, encoding='ascii'): 43 return s.encode(encoding) 71 def tostr(s, encoding='ascii'): 73 return s.decode(encoding) 76 def tobytes(s, encoding='ascii'): 78 return s.encode(encoding)
|
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/ |
serverpairingsessiontest.cc | 118 encoding::EncodingOption encoding(encoding::EncodingOption::kHexadecimal, 8); 119 session_.AddInputEncoding(encoding); 120 session_.AddOutputEncoding(encoding); 131 message::ConfigurationMessage message(encoding,
|
/external/llvm/test/MC/AArch64/ |
arm64-aliases.s | 1 ; RUN: llvm-mc -triple arm64-apple-darwin -mattr=neon -output-asm-variant=1 -show-encoding < %s | FileCheck %s 48 ; CHECK: tst w1, #0x3 ; encoding: [0x3f,0x04,0x00,0x72] 49 ; CHECK: tst x1, #0x3 ; encoding: [0x3f,0x04,0x40,0xf2] 50 ; CHECK: tst w1, w2 ; encoding: [0x3f,0x00,0x02,0x6a] 51 ; CHECK: tst x1, x2 ; encoding: [0x3f,0x00,0x02,0xea] 52 ; CHECK: tst w1, w2, lsl #2 ; encoding: [0x3f,0x08,0x02,0x6a] 53 ; CHECK: tst x1, x2, lsl #3 ; encoding: [0x3f,0x0c,0x02,0xea] 54 ; CHECK: tst w3, w7, lsl #31 ; encoding: [0x7f,0x7c,0x07,0x6a] 55 ; CHECK: tst x2, x20, asr #0 ; encoding: [0x5f,0x00,0x94,0xea] 69 ; CHECK: cmn w1, #3 ; encoding: [0x3f,0x0c,0x00,0x31 [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PChargingVector.java | 63 StringBuffer encoding = new StringBuffer(); local 72 nv.encode( encoding ); 77 encoding.append(SEMICOLON).append( 83 encoding.append(SEMICOLON).append(ParameterNamesIms.TERM_IOI) 88 encoding.append(SEMICOLON).append(ParameterNamesIms.ORIG_IOI) 91 return encoding.toString();
|
/external/libcxxabi/src/Unwind/ |
CompactUnwinder.hpp | 71 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 106 _LIBUNWIND_DEBUG_LOG("bad register for EBP frame, encoding=%08X for " 109 _LIBUNWIND_ABORT("invalid compact unwind encoding"); 120 compact_unwind_encoding_t encoding, uint32_t functionStart, 123 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_SIZE); 125 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_ADJUST); 127 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_COUNT); 129 EXTRACT_BITS(encoding, UNWIND_X86_FRAMELESS_STACK_REG_PERMUTATION); 225 _LIBUNWIND_DEBUG_LOG("bad register for frameless, encoding=%08X for " 227 encoding, functionStart) [all...] |