/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DERTaggedObject.java | 28 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/ |
D | DERTaggedObject.java | 32 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/ |
D | ZipArchiveOutputStream.java | 1032 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/ |
D | arm-macho-tail.ll | 5 ; because the __text relative offset is not encodable in an ARM instruction.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | immediate_merging64.ll | 4 ; Check that multiple instances of 64-bit constants encodable as
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | arm64-aliases.s | 179 ; Two 32-bit immediates are encodable by both MOVN and MOVZ, make sure the MOV
|
/external/llvm/test/MC/AArch64/ |
D | arm64-aliases.s | 179 ; Two 32-bit immediates are encodable by both MOVN and MOVZ, make sure the MOV
|
/external/python/cpython2/Doc/library/ |
D | json.rst | 175 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/ |
D | json.rst | 177 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
|
D | test.rst | 252 A non-ASCII character encodable by :func:`os.fsencode`.
|
D | sys.rst | 173 not encodable to ``sys.stdout.encoding`` with ``sys.stdout.errors`` error
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.2rc1.rst | 573 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.
|
D | 3.7.1rc1.rst | 504 unicode with non-UTF-8-encodable code points. Specifically,
|
D | 3.6.0a1.rst | 896 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.
|
D | 3.5.0a1.rst | 3645 characters not encodable to the stdout encoding.
|
D | 3.7.0a1.rst | 1076 string returned by the error handler contains multiple non-encodable
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrSystem.td | 383 // no m form encodable; use SMSW16m
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.12rc1.rst | 679 xmlrpclib now works with unicode not encodable with used non-UTF-8 encoding.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 452 // no m form encodable; use SMSW16m
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 420 // no m form encodable; use SMSW16m
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Atomics.rst | 551 instructions are not encodable. However, those instructions are available via a
|
/external/llvm/docs/ |
D | Atomics.rst | 551 instructions are not encodable. However, those instructions are available via a
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 493 physical register, the three lowered instructions are all encodable regardless
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 493 physical register, the three lowered instructions are all encodable regardless
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrInfo.td | 560 /// imm24b - True if the 32-bit immediate is encodable in 24 bits.
|