Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 1255) sorted by relevance

12345678910>>...51

/external/chromium_org/ui/base/text/
Dbytes_formatting.cc37 base::string16 FormatBytesInternal(int64 bytes, in FormatBytesInternal()
66 DataUnits GetByteDisplayUnits(int64 bytes) { in GetByteDisplayUnits()
94 base::string16 FormatBytesWithUnits(int64 bytes, in FormatBytesWithUnits()
100 base::string16 FormatSpeedWithUnits(int64 bytes, in FormatSpeedWithUnits()
106 base::string16 FormatBytes(int64 bytes) { in FormatBytes()
110 base::string16 FormatSpeed(int64 bytes) { in FormatSpeed()
/external/chromium_org/content/child/webcrypto/
Dcrypto_data.cc13 CryptoData::CryptoData(const unsigned char* bytes, unsigned int byte_length) in CryptoData()
16 CryptoData::CryptoData(const std::vector<unsigned char>& bytes) in CryptoData()
19 CryptoData::CryptoData(const std::string& bytes) in CryptoData()
24 CryptoData::CryptoData(const blink::WebVector<unsigned char>& bytes) in CryptoData()
/external/google-tv-pairing-protocol/cpp/tests/polo/util/
Dpoloutiltest.cc22 uint8_t bytes[4] = {0xAA, 0xBB, 0xCC, 0xDD}; in TEST() local
28 uint8_t bytes[4] = {0x00, 0xBB, 0xCC, 0xDD}; in TEST() local
34 uint8_t* bytes; in TEST() local
45 uint8_t* bytes; in TEST() local
55 uint8_t* bytes; in TEST() local
65 uint8_t bytes[4] = {0xAA, 0xBB, 0xCC, 0xDD}; in TEST() local
71 uint8_t bytes[4] = {0x00, 0xAA, 0xBB, 0x00}; in TEST() local
/external/chromium_org/third_party/tlslite/tlslite/utils/
Drsakey.py50 def hashAndSign(self, bytes): argument
67 def hashAndVerify(self, sigBytes, bytes): argument
90 def sign(self, bytes): argument
112 def verify(self, sigBytes, bytes): argument
136 def encrypt(self, bytes): argument
224 def _addPKCS1SHA1Prefix(self, bytes, withNULL=True): argument
243 def _addPKCS1Padding(self, bytes, blockType): argument
/external/google-tv-pairing-protocol/cpp/src/polo/util/
Dpoloutil.cc22 const std::string PoloUtil::BytesToHexString(const uint8_t* bytes, in BytesToHexString()
34 uint8_t*& bytes) { in HexStringToBytes()
46 uint8_t*& bytes) { in IntToBigEndianBytes()
64 const uint8_t* bytes) { in BigEndianBytesToInt()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSProcessableByteArray.java19 private final byte[] bytes; field in CMSProcessableByteArray
22 byte[] bytes) in CMSProcessableByteArray()
29 byte[] bytes) in CMSProcessableByteArray()
/external/chromium_org/components/proximity_auth/
Dwire_message_unittest.cc71 std::string bytes = in TEST() local
83 std::string bytes = header + "{\"payload\": \"YQ==\"}"; in TEST() local
95 std::string bytes = header + "{\"permit_id\": \"Hi!\"}"; in TEST() local
106 std::string bytes = header + "{\"permit_id\": \"\", \"payload\": \"YQ==\"}"; in TEST() local
118 std::string bytes = header + "{\"permit_id\": \"Hi!\", \"payload\": \"\"}"; in TEST() local
128 std::string bytes = in TEST() local
139 std::string bytes = in TEST() local
152 std::string bytes = header + in TEST() local
/external/chromium_org/sync/internal_api/public/base/
Dordinal.h230 Ordinal<Traits>::Ordinal(const std::string& bytes) in Ordinal()
346 bool Ordinal<Traits>::IsValidOrdinalBytes(const std::string& bytes) { in IsValidOrdinalBytes()
373 const std::string& bytes, size_t length) { in GetLengthWithoutTrailingZeroDigits()
389 uint8 Ordinal<Traits>::GetDigit(const std::string& bytes, size_t i) { in GetDigit()
394 int Ordinal<Traits>::GetDigitValue(const std::string& bytes, size_t i) { in GetDigitValue()
399 int Ordinal<Traits>::AddDigitValue(std::string* bytes, in AddDigitValue()
416 const std::string& bytes) { in GetProperLength()
/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dmalloc-tree41 def byteString(bytes): argument
62 def __init__(self, name, level = 0, bytes = 0): argument
81 def addBytes(self, bytes): argument
84 def processLine(self, bytes, line): argument
/external/qemu/util/
Diov.c30 size_t offset, const void *buf, size_t bytes) in iov_from_buf()
49 size_t offset, void *buf, size_t bytes) in iov_to_buf()
68 size_t offset, int fillc, size_t bytes) in iov_memset()
144 size_t offset, size_t bytes, in iov_send_recv()
238 size_t offset, size_t bytes) in iov_copy()
364 void *buf, size_t bytes) in qemu_iovec_to_buf()
370 const void *buf, size_t bytes) in qemu_iovec_from_buf()
376 int fillc, size_t bytes) in qemu_iovec_memset()
382 size_t bytes) in iov_discard_front()
405 size_t bytes) in iov_discard_back()
/external/chromium_org/crypto/
Drandom_unittest.cc14 bool IsTrivial(const std::string& bytes) { in IsTrivial()
24 std::string bytes(16, '\0'); in TEST() local
/external/dexmaker/src/dx/java/com/android/dx/util/
DByteArrayByteInput.java21 private final byte[] bytes; field in ByteArrayByteInput
24 public ByteArrayByteInput(byte... bytes) { in ByteArrayByteInput()
DOutput.java95 public void write(ByteArray bytes); in write()
105 public void write(byte[] bytes, int offset, int length); in write()
113 public void write(byte[] bytes); in write()
/external/openssl/crypto/rand/
Drand_egd.c99 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
108 int RAND_egd_bytes(const char *path,int bytes) in RAND_egd_bytes()
136 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
284 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bytes/
DBytesResource.java6 private byte[] bytes; field in BytesResource
8 public BytesResource(byte[] bytes) { in BytesResource()
/external/apache-http/src/org/apache/commons/codec/net/
DURLCodec.java116 public static final byte[] encodeUrl(BitSet urlsafe, byte[] bytes) in encodeUrl()
159 public static final byte[] decodeUrl(byte[] bytes) in decodeUrl()
196 public byte[] encode(byte[] bytes) { in encode()
210 public byte[] decode(byte[] bytes) throws DecoderException { in decode()
DQuotedPrintableCodec.java141 public static final byte[] encodeQuotedPrintable(BitSet printable, byte[] bytes) { in encodeQuotedPrintable()
178 public static final byte[] decodeQuotedPrintable(byte[] bytes) throws DecoderException { in decodeQuotedPrintable()
215 public byte[] encode(byte[] bytes) { in encode()
234 public byte[] decode(byte[] bytes) throws DecoderException { in decode()
/external/protobuf/java/src/main/java/com/google/protobuf/
DByteString.java48 private final byte[] bytes; field in ByteString
50 private ByteString(final byte[] bytes) { in ByteString()
88 public static ByteString copyFrom(final byte[] bytes, final int offset, in copyFrom()
98 public static ByteString copyFrom(final byte[] bytes) { in copyFrom()
106 public static ByteString copyFrom(final ByteBuffer bytes, final int size) { in copyFrom()
116 public static ByteString copyFrom(final ByteBuffer bytes) { in copyFrom()
DInternal.java72 public static String stringDefaultValue(String bytes) { in stringDefaultValue()
91 public static ByteString bytesDefaultValue(String bytes) { in bytesDefaultValue()
/external/chromium_org/chrome/browser/resources/cryptotoken/
Db64.js6 function B64_encode(bytes, opt_length) { argument
34 function base64_encode(bytes, opt_length) { argument
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DByteStringMicro.java42 private final byte[] bytes; field in ByteStringMicro
44 private ByteStringMicro(final byte[] bytes) { in ByteStringMicro()
82 public static ByteStringMicro copyFrom(final byte[] bytes, final int offset, in copyFrom()
92 public static ByteStringMicro copyFrom(final byte[] bytes) { in copyFrom()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipeline.java87 byte[] bytes; field in Pipeline.Buffer
93 public Buffer(byte[] bytes, int length) { in Buffer()
131 public void write(byte[] bytes, int start, int length) throws IOException { in write()
142 public void write(byte[] bytes) throws IOException { in write()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1OutputStream.java52 void write(byte[] bytes) in write()
58 void write(byte[] bytes, int off, int len) in write()
66 byte[] bytes) in writeEncoded()
107 void writeEncoded(int flags, int tagNo, byte[] bytes) in writeEncoded()
/external/conscrypt/src/main/java/org/conscrypt/
DByteArray.java25 private final byte[] bytes; field in ByteArray
28 ByteArray(byte[] bytes) { in ByteArray()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
Dutil.py234 def compress(self, bytes): argument
240 def compress_and_flush(self, bytes): argument
247 def compress_and_finish(self, bytes): argument
334 def filter(self, bytes, end=True, bfinal=False): argument
365 def filter(self, bytes): argument
408 def sendall(self, bytes): argument
411 def send(self, bytes): argument

12345678910>>...51