| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_multibytecodec.py | 152 f = codecs.open(TESTFN, encoding='cp949') 226 for encoding in ('iso-2022-jp-2004', 'iso-2022-jp-3'): 227 e = u'\u3406'.encode(encoding) 242 encoding = 'iso-2022-jp' variable in class:TestStateful 247 self.assertEqual(self.text.encode(self.encoding), self.expected_reset) 250 encoder = codecs.getincrementalencoder(self.encoding)() 257 encoder = codecs.getincrementalencoder(self.encoding)() 266 encoding = 'hz' variable in class:TestHZStateful
|
| test_multibytecodec_support.py | 17 encoding = '' # codec name variable in class:TestBase 23 has_iso10646 = 0 # set if this encoding contains whole iso10646 map 29 self.codec = codecs.lookup(self.encoding) 57 % (source, self.encoding, scheme, result, 63 % (source, self.encoding, scheme, result, 333 self.assertEqual(unich.encode(self.encoding), csetch) 335 self.fail('Encoding failed while testing %s -> %s: %s' % ( 339 self.assertEqual(csetch.decode(self.encoding), unich) 352 result = func(self.encoding, scheme) 356 % (source, self.encoding, scheme, result [all...] |
| test_unicodedata.py | 15 encoding = 'utf-8' variable 64 h.update(u''.join(data).encode(encoding))
|
| /prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
| pyerrors.h | 35 PyObject *encoding; member in struct:__anon73060 256 /* get the encoding attribute */
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_multibytecodec.py | 152 f = codecs.open(TESTFN, encoding='cp949') 226 for encoding in ('iso-2022-jp-2004', 'iso-2022-jp-3'): 227 e = u'\u3406'.encode(encoding) 242 encoding = 'iso-2022-jp' variable in class:TestStateful 247 self.assertEqual(self.text.encode(self.encoding), self.expected_reset) 250 encoder = codecs.getincrementalencoder(self.encoding)() 257 encoder = codecs.getincrementalencoder(self.encoding)() 266 encoding = 'hz' variable in class:TestHZStateful
|
| test_multibytecodec_support.py | 17 encoding = '' # codec name variable in class:TestBase 23 has_iso10646 = 0 # set if this encoding contains whole iso10646 map 29 self.codec = codecs.lookup(self.encoding) 57 % (source, self.encoding, scheme, result, 63 % (source, self.encoding, scheme, result, 333 self.assertEqual(unich.encode(self.encoding), csetch) 335 self.fail('Encoding failed while testing %s -> %s: %s' % ( 339 self.assertEqual(csetch.decode(self.encoding), unich) 352 result = func(self.encoding, scheme) 356 % (source, self.encoding, scheme, result [all...] |
| test_unicodedata.py | 15 encoding = 'utf-8' variable 64 h.update(u''.join(data).encode(encoding))
|
| /toolchain/binutils/binutils-2.25/gas/ |
| dw2gencfi.h | 94 unsigned reg, encoding; member in struct:cfi_insn_data::__anon75688::__anon75692
|
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-filtering/1.0-beta-4/ |
| maven-filtering-1.0-beta-4.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.0.9/ |
| maven-model-2.0.9.jar | |
| /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/ |
| org.jacoco.ant-0.7.1.201405082137.jar | |
| /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/ |
| org.jacoco.ant-0.7.3.201501221555.jar | |
| /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/ |
| org.jacoco.ant-0.7.4.201502262128.jar | |
| /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.5.201505241946/ |
| org.jacoco.ant-0.7.5.201505241946.jar | |
| /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.6.201602180812/ |
| org.jacoco.ant-0.7.6.201602180812.jar | |
| /art/compiler/debug/ |
| elf_debug_line_writer.h | 101 const CodeInfoEncoding encoding = code_info.ExtractEncoding(); local 102 pc2dex_map.reserve(code_info.GetNumberOfStackMaps(encoding)); 103 for (uint32_t s = 0; s < code_info.GetNumberOfStackMaps(encoding); s++) { 104 StackMap stack_map = code_info.GetStackMapAt(s, encoding); 106 const uint32_t pc = stack_map.GetNativePcOffset(encoding.stack_map_encoding); 107 const int32_t dex = stack_map.GetDexPc(encoding.stack_map_encoding); 109 if (stack_map.HasDexRegisterMap(encoding.stack_map_encoding)) {
|
| /art/compiler/optimizing/ |
| stack_map_stream.cc | 159 // Prepare the CodeInfo variable-sized encoding. 270 CodeInfoEncoding encoding = code_info.ExtractEncoding(); local 271 DCHECK_EQ(code_info.GetStackMapsSize(encoding), stack_maps_size_); 291 StackMap stack_map = code_info.GetStackMapAt(i, encoding); 318 code_info.GetStackMapAt(entry.same_dex_register_map_as_, encoding) 476 CodeInfoEncoding encoding = code_info.ExtractEncoding(); local 490 reg, num_dex_registers, code_info, encoding); 503 CodeInfoEncoding encoding = code_info.ExtractEncoding(); local 504 DCHECK_EQ(code_info.GetNumberOfStackMaps(encoding), stack_maps_.size()); 506 const StackMap stack_map = code_info.GetStackMapAt(s, encoding); [all...] |
| /art/runtime/entrypoints/ |
| entrypoint_utils.cc | 279 CodeInfoEncoding encoding = code_info.ExtractEncoding(); local 280 StackMap stack_map = code_info.GetStackMapForNativePcOffset(native_pc_offset, encoding); 282 if (stack_map.HasInlineInfo(encoding.stack_map_encoding)) { 283 InlineInfo inline_info = code_info.GetInlineInfoOf(stack_map, encoding); 286 encoding.inline_info_encoding, 287 inline_info.GetDepth(encoding.inline_info_encoding) - 1);
|
| /bionic/libc/kernel/uapi/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon509
|
| /cts/tools/dasm/src/dasm/ |
| Main.java | 53 private static String encoding = null; field in class:Main 69 if (encoding == null) 72 ir = new InputStreamReader(fs, encoding); 219 encoding = args[i]; 232 .println("dasm [-d <outpath>] [-g] [-h] [-e <encoding>] <file>" 235 + " -e - codepage for inputfile encoding\n"
|
| /development/ndk/platforms/android-21/include/linux/hdlc/ |
| ioctl.h | 69 unsigned short encoding; member in struct:__anon1642
|
| /external/ImageMagick/coders/ |
| pcx.c | 78 encoding, 327 pcx_info.encoding=(unsigned char) ReadBlobByte(image); 421 if (pcx_info.encoding == 0) 815 if (pcx_info->encoding == 0) 930 pcx_info.encoding=image_info->compression == NoCompression ? 0 : 1; 975 (void) WriteBlobByte(image,pcx_info.encoding) 76 encoding, member in struct:_PCXInfo [all...] |
| /external/antlr/antlr-3.4/runtime/C/include/ |
| antlr3string.h | 78 /** Occasionally it is useful to know what the encoding of the string 81 ANTLR3_UINT8 encoding; member in struct:ANTLR3_STRING_struct 83 /** Pointer to function that sets the string value to a specific string in the default encoding 85 * but if the encoding is UTF16, then the pointer is assumed to point to UTF16 characters, not 90 /** Pointer to function that sets the string value to a specific 8 bit string in the default encoding 92 * but if the encoding is UTF16, then the pointer is assumed to point to 8 bit characters that must 97 /** Pointer to function adds a raw char * type pointer in the default encoding 99 * but if the encoding is UTF16, then the pointer is assumed to point to UTF16 characters not 104 /** Pointer to function adds a raw char * type pointer in the default encoding 111 * offset in the current string in the default encoding for this string. For instance, if this is an [all...] |
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ |
| ToTextStream.java | 277 final String encoding = getEncoding(); local 305 new Object[] { integralValue, encoding }); 316 // not in the encoding and not a high char in 318 if (encoding != null) { 319 /* The output encoding is known, 323 // not in the encoding, so write out a character reference 334 new Object[] { integralValue, encoding }); 341 /* The output encoding is not known,
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
| DERExternal.java | 15 private int encoding; field in class:DERExternal 84 * @param encoding The encoding to be used for the external data 87 public DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData) 92 setEncoding(encoding); 148 DERTaggedObject obj = new DERTaggedObject(true, encoding, externalContent); 210 * Returns the encoding of the content. Valid values are 216 * @return The encoding 220 return encoding; 260 * Sets the encoding of the content. Valid values ar [all...] |