/external/webkit/Source/JavaScriptCore/wtf/ |
D | OSAllocatorSymbian.cpp | 45 static void* allocateCodeChunk(size_t bytes) in allocateCodeChunk() 88 void OSAllocator::releaseDecommitted(void* parkedBase, size_t bytes) in releaseDecommitted() 97 void OSAllocator::commit(void* address, size_t bytes, bool, bool executable) in commit() 105 void OSAllocator::decommit(void* address, size_t bytes) in decommit() 113 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable) in reserveAndCommit() 152 void* PageAllocatorSymbian::reserve(size_t bytes) in reserve() 169 void PageAllocatorSymbian::release(void* address, size_t bytes) in release() 178 bool PageAllocatorSymbian::commit(void* address, size_t bytes) in commit() 191 bool PageAllocatorSymbian::decommit(void* address, size_t bytes) in decommit()
|
D | OSAllocatorWin.cpp | 41 void* OSAllocator::reserveUncommitted(size_t bytes, Usage, bool writable, bool executable) in reserveUncommitted() 49 void* OSAllocator::reserveAndCommit(size_t bytes, Usage, bool writable, bool executable) in reserveAndCommit() 57 void OSAllocator::commit(void* address, size_t bytes, bool writable, bool executable) in commit() 64 void OSAllocator::decommit(void* address, size_t bytes) in decommit() 71 void OSAllocator::releaseDecommitted(void* address, size_t bytes) in releaseDecommitted()
|
D | OSAllocatorPosix.cpp | 36 void* OSAllocator::reserveUncommitted(size_t bytes, Usage usage, bool writable, bool executable) in reserveUncommitted() 46 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable) in reserveAndCommit() 89 void OSAllocator::commit(void* address, size_t bytes, bool, bool) in commit() 100 void OSAllocator::decommit(void* address, size_t bytes) in decommit() 114 void OSAllocator::releaseDecommitted(void* address, size_t bytes) in releaseDecommitted()
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebData.h | 43 …static PassRefPtr<WebData> createWithoutCopying(const unsigned char* bytes, size_t size, FreeDataF… in createWithoutCopying() 48 static PassRefPtr<WebData> create(const unsigned char* bytes, size_t size) in create() 70 const unsigned char* bytes() const { return m_bytes; } in bytes() function 74 …WebData(const unsigned char* bytes, size_t size, FreeDataFunction freeDataFunction, const void* co… in WebData() 82 static void fastFreeBytes(unsigned char* bytes, const void*) in fastFreeBytes()
|
/external/kernel-headers/original/asm-generic/ |
D | xor.h | 19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_2() 38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_3() 59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_4() 81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_5() 104 xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_32regs_2() 140 xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_3() 186 xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_4() 241 xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_5() 305 xor_8regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_p_2() 331 xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_p_3() [all …]
|
/external/openssl/crypto/rand/ |
D | rand_egd.c | 99 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/apache-http/src/org/apache/commons/codec/net/ |
D | URLCodec.java | 111 public static final byte[] encodeUrl(BitSet urlsafe, byte[] bytes) in encodeUrl() 154 public static final byte[] decodeUrl(byte[] bytes) in decodeUrl() 191 public byte[] encode(byte[] bytes) { in encode() 205 public byte[] decode(byte[] bytes) throws DecoderException { in decode()
|
D | QuotedPrintableCodec.java | 136 public static final byte[] encodeQuotedPrintable(BitSet printable, byte[] bytes) { in encodeQuotedPrintable() 173 public static final byte[] decodeQuotedPrintable(byte[] bytes) throws DecoderException { in decodeQuotedPrintable() 210 public byte[] encode(byte[] bytes) { in encode() 229 public byte[] decode(byte[] bytes) throws DecoderException { in decode()
|
D | RFC1522Codec.java | 148 protected abstract byte[] doEncoding(byte[] bytes) throws EncoderException; in doEncoding() 160 protected abstract byte[] doDecoding(byte[] bytes) throws DecoderException; in doDecoding()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Internal.java | 72 public static String stringDefaultValue(String bytes) { in stringDefaultValue() 91 public static ByteString bytesDefaultValue(String bytes) { in bytesDefaultValue()
|
D | ByteString.java | 48 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()
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
D | ByteStringMicro.java | 42 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/ |
D | Pipeline.java | 87 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/webkit/Source/WebCore/svg/ |
D | SVGPathByteStream.h | 33 unsigned char bytes[sizeof(bool)]; member 38 unsigned char bytes[sizeof(float)]; member 43 unsigned char bytes[sizeof(unsigned short)]; member
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
D | ByteBufferTest.java | 1204 assertTrue(Arrays.equals(char2bytes(value, buf.order()), bytes)); in testPutChar() local 1240 assertTrue(Arrays.equals(char2bytes(value, buf.order()), bytes)); in testPutCharint() local 1359 assertTrue(Arrays.equals(double2bytes(value, buf.order()), bytes)); in testPutDouble() local 1395 assertTrue(Arrays.equals(double2bytes(value, buf.order()), bytes)); in testPutDoubleint() local 1502 assertTrue(Arrays.equals(float2bytes(value, buf.order()), bytes)); in testPutFloat() local 1538 assertTrue(Arrays.equals(float2bytes(value, buf.order()), bytes)); in testPutFloatint() local 1644 assertTrue(Arrays.equals(int2bytes(value, buf.order()), bytes)); in testPutInt() local 1680 assertTrue(Arrays.equals(int2bytes(value, buf.order()), bytes)); in testPutIntint() local 1781 assertTrue(Arrays.equals(long2bytes(value, buf.order()), bytes)); in testPutLong() local 1817 assertTrue(Arrays.equals(long2bytes(value, buf.order()), bytes)); in testPutLongint() local [all …]
|
/external/tremolo/Tremolo/ |
D | misc.c | 58 long bytes; member 64 static void *_insert(void *ptr,long bytes,char *file,long line){ in _insert() 152 long bytes =((head *)ptr)->bytes; in _ripremove() local 209 extern void *_VDBG_malloc(void *ptr,long bytes,char *file,long line){ in _VDBG_malloc()
|
/external/emma/core/java12/com/vladium/jcd/parser/ |
D | ClassDefParser.java | 36 public static ClassDef parseClass (final byte [] bytes) in parseClass() 49 public static ClassDef parseClass (final byte [] bytes, final int length) in parseClass() 63 public static ClassDef parseClass (final InputStream bytes) in parseClass() 93 classParser (final UDataInputStream bytes) in classParser()
|
/external/openssl/crypto/x509/ |
D | x509name.c | 175 unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_OBJ() 187 unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_NID() 199 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_txt() 276 const char *field, int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_txt() 295 int type, unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_NID() 312 ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_OBJ() 350 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
|
/external/chromium/net/base/ |
D | upload_data.cc | 35 void UploadData::Element::SetToChunk(const char* bytes, in SetToChunk() 129 void UploadData::AppendBytes(const char* bytes, int bytes_len) { in AppendBytes() 158 void UploadData::AppendChunk(const char* bytes, in AppendChunk()
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextCodecUserDefined.cpp | 52 String TextCodecUserDefined::decode(const char* bytes, size_t length, bool, bool, bool&) in decode() 68 char* bytes = result.data(); in encodeComplexUserDefined() local 93 char* bytes; in encode() local
|
D | TextCodecLatin1.cpp | 119 String TextCodecLatin1::decode(const char* bytes, size_t length, bool, bool, bool&) in decode() 163 char* bytes = result.data(); in encodeComplexWindowsLatin1() local 195 char* bytes; in encode() local
|
/external/skia/gpu/include/ |
D | GrMemory.h | 28 GrAutoMalloc(size_t bytes) : fPtr(GrMalloc(bytes)), fAllocatedBytes(bytes) {} in GrAutoMalloc() 98 explicit GrAutoSMalloc(size_t bytes) { in GrAutoSMalloc()
|
/external/chromium/base/win/ |
D | scoped_bstr.cc | 51 BSTR ScopedBstr::AllocateBytes(size_t bytes) { in AllocateBytes() 56 void ScopedBstr::SetByteLen(size_t bytes) { in SetByteLen()
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
D | DEREnumerated.java | 11 byte[] bytes; field in DEREnumerated 67 byte[] bytes) in DEREnumerated()
|
/external/chromium/chrome/common/ |
D | guid_unittest.cc | 13 uint64 bytes[] = { 0, 0 }; in TEST() local 19 uint64 bytes[] = { 0x0123456789ABCDEFULL, 0xFEDCBA9876543210ULL }; in TEST() local
|