Home
last modified time | relevance | path

Searched refs:encodable (Results 1 – 25 of 28) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERTaggedObject.java28 public DERTaggedObject(int tagNo, ASN1Encodable encodable) in DERTaggedObject() argument
30 super(true, tagNo, encodable); in DERTaggedObject()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DDERTaggedObject.java32 public DERTaggedObject(int tagNo, ASN1Encodable encodable) in DERTaggedObject() argument
34 super(true, tagNo, encodable); in DERTaggedObject()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java1032 final boolean encodable = zipEncoding.canEncode(ze.getName()); in writeLocalFileHeader()
1036 addUnicodeExtraFields(ze, encodable, name); in writeLocalFileHeader()
1040 … final byte[] localHeader = createLocalFileHeader(ze, name, encodable, phased, localHeaderStart); in writeLocalFileHeader()
1048 …e[] createLocalFileHeader(final ZipArchiveEntry ze, final ByteBuffer name, final boolean encodable, in createLocalFileHeader() argument
1086 …final GeneralPurposeBit generalPurposeBit = getGeneralPurposeBits(!encodable && fallbackToUTF8, da… in createLocalFileHeader()
1142 private void addUnicodeExtraFields(final ZipArchiveEntry ze, final boolean encodable, in addUnicodeExtraFields() argument
1146 || !encodable) { in addUnicodeExtraFields()
1260 final boolean encodable = zipEncoding.canEncode(ze.getName()); in createCentralFileHeader()
1263 …getGeneralPurposeBits(!encodable && fallbackToUTF8, entryMetaData.usesDataDescriptor).encode(buf, … in createCentralFileHeader()
1589 final boolean encodable = zipEncoding.canEncode(ze.getName()); in getEntryEncoding()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Darm-macho-tail.ll5 ; because the __text relative offset is not encodable in an ARM instruction.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dimmediate_merging64.ll4 ; Check that multiple instances of 64-bit constants encodable as
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Darm64-aliases.s179 ; Two 32-bit immediates are encodable by both MOVN and MOVZ, make sure the MOV
/external/llvm/test/MC/AArch64/
Darm64-aliases.s179 ; Two 32-bit immediates are encodable by both MOVN and MOVZ, make sure the MOV
/external/python/cpython2/Doc/library/
Djson.rst175 can't otherwise be serialized. It should return a JSON encodable version of
447 can't otherwise be serialized. It should return a JSON encodable version of
/external/python/cpython3/Doc/library/
Djson.rst177 can't otherwise be serialized. It should return a JSON encodable version of
454 can't otherwise be serialized. It should return a JSON encodable version of
Dtest.rst252 A non-ASCII character encodable by :func:`os.fsencode`.
Dsys.rst173 not encodable to ``sys.stdout.encoding`` with ``sys.stdout.errors`` error
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst573 ASCII-encodable, otherwise a UnicodeEncodeError is raised. Based on patch by
1255 xmlrpc now works with strings not encodable with used non-UTF-8 encoding.
D3.7.1rc1.rst504 unicode with non-UTF-8-encodable code points. Specifically,
D3.6.0a1.rst896 ASCII-encodable, otherwise a UnicodeEncodeError is raised. Based on patch by
1970 xmlrpc now works with strings not encodable with used non-UTF-8 encoding.
D3.5.0a1.rst3645 characters not encodable to the stdout encoding.
D3.7.0a1.rst1076 string returned by the error handler contains multiple non-encodable
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrSystem.td383 // no m form encodable; use SMSW16m
/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst679 xmlrpclib now works with unicode not encodable with used non-UTF-8 encoding.
/external/llvm/lib/Target/X86/
DX86InstrSystem.td452 // no m form encodable; use SMSW16m
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrSystem.td420 // no m form encodable; use SMSW16m
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAtomics.rst551 instructions are not encodable. However, those instructions are available via a
/external/llvm/docs/
DAtomics.rst551 instructions are not encodable. However, those instructions are available via a
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst493 physical register, the three lowered instructions are all encodable regardless
/external/swiftshader/third_party/subzero/
DDESIGN.rst493 physical register, the three lowered instructions are all encodable regardless
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrInfo.td560 /// imm24b - True if the 32-bit immediate is encodable in 24 bits.

12