Searched refs:encodeLength (Results 1 – 4 of 4) sorted by relevance
| /external/skia/tools/gpu/ |
| D | MemoryCache.cpp | 22 size_t encodeLength = SkBase64::EncodedSize(data.size()); in data_to_str() local 24 str.resize(encodeLength); in data_to_str() 29 bool overlength = encodeLength > kMaxLength; in data_to_str()
|
| /external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
| D | ResourceString.java | 124 encodeLength(output, str.length(), type); in encodeString() 126 encodeLength(output, bytes.length, type); in encodeString() 149 private static void encodeLength(ByteArrayDataOutput output, int length, Type type) { in encodeLength() method in ResourceString
|
| /external/python/pyasn1-modules/tools/ |
| D | ocspclient.py | 34 def encodeLength(self, *args): member in ValueOnlyBitStringEncoder
|
| /external/python/pyasn1/pyasn1/codec/ber/ |
| D | encoder.py | 53 def encodeLength(self, length, defMode): member in AbstractItemEncoder 131 header += self.encodeLength(len(substrate), defModeOverride)
|