HomeSort by relevance Sort by last modified time
    Searched refs:byteLen (Results 1 - 10 of 10) sorted by null

  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageWrapper.java 219 * Converts a string to a byte sequence of exactly byteLen bytes,
222 * @param byteLen the size of the byte array to return
225 public static final byte[] stringToBytesPadded(String string, int byteLen) {
226 byte[] outBuf = new byte[byteLen];
  /external/lzma/CPP/Common/
MyCom.h 123 int byteLen = ::SysStringByteLen(m_str);
124 BSTR res = ::SysAllocStringByteLen(NULL, byteLen);
125 memcpy(res, m_str, byteLen);
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic.go 278 byteLen := (bitSize + 7) >> 3
279 priv = make([]byte, byteLen)
299 byteLen := (curve.Params().BitSize + 7) >> 3
301 ret := make([]byte, 1+2*byteLen)
305 copy(ret[1+byteLen-len(xBytes):], xBytes)
307 copy(ret[1+2*byteLen-len(yBytes):], yBytes)
314 byteLen := (curve.Params().BitSize + 7) >> 3
315 if len(data) != 1+2*byteLen {
321 x = new(big.Int).SetBytes(data[1 : 1+byteLen])
322 y = new(big.Int).SetBytes(data[1+byteLen:]
    [all...]
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic.go 278 byteLen := (bitSize + 7) >> 3
279 priv = make([]byte, byteLen)
299 byteLen := (curve.Params().BitSize + 7) >> 3
301 ret := make([]byte, 1+2*byteLen)
305 copy(ret[1+byteLen-len(xBytes):], xBytes)
307 copy(ret[1+2*byteLen-len(yBytes):], yBytes)
314 byteLen := (curve.Params().BitSize + 7) >> 3
315 if len(data) != 1+2*byteLen {
321 x = new(big.Int).SetBytes(data[1 : 1+byteLen])
322 y = new(big.Int).SetBytes(data[1+byteLen:]
    [all...]
  /external/skia/src/svg/
SkSVGDevice.cpp 117 SVGTextBuilder(const void* text, size_t byteLen, const SkPaint& paint, const SkPoint& offset,
127 int count = paint.countText(text, byteLen);
131 SkASSERT(count * sizeof(uint16_t) == byteLen);
143 SkASSERT(reinterpret_cast<const char*>(text) + byteLen == c8);
150 SkASSERT(SkIsAlign2(byteLen));
151 SkASSERT(reinterpret_cast<const uint16_t*>(text) + (byteLen / 2) == c16);
154 SkASSERT(count * sizeof(uint32_t) == byteLen);
  /external/skia/src/utils/
SkDumpCanvas.cpp 140 static void toString(const void* text, size_t byteLen, SkPaint::TextEncoding enc,
145 str->appendf("\"%.*s\"%s", (int)SkTMax<size_t>(byteLen, 32), (const char*) text,
146 byteLen > 32 ? "..." : "");
149 str->appendf("\"%.*ls\"%s", (int)SkTMax<size_t>(byteLen, 32), (const wchar_t*) text,
150 byteLen > 64 ? "..." : "");
153 str->appendf("\"%.*ls\"%s", (int)SkTMax<size_t>(byteLen, 32), (const wchar_t*) text,
154 byteLen > 128 ? "..." : "");
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 243 milliseconds