Searched refs:bytes (Results 126 - 150 of 1205) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/cf/
H A DKURLCFNet.cpp45 char* bytes = &buffer[5]; local
46 CFURLGetBytes(url, reinterpret_cast<UInt8*>(bytes), bytesLength);
47 bytes[bytesLength] = '\0';
48 if (bytes[0] != '/') {
49 parse(bytes, 0);
65 // Currently it throws away the high bytes of the characters in the string in that case,
73 // could either be a malformed string or bytes in a different encoding, like Shift-JIS, so we fall back
/external/webkit/Source/WebCore/platform/image-decoders/wx/
H A DImageDecoderWx.cpp51 const unsigned char* bytes = (const unsigned char*)m_bytes; local
57 p.Red() = bytes[i + 2];
58 p.Green() = bytes[i + 1];
59 p.Blue() = bytes[i + 0];
60 p.Alpha() = bytes[i + 3];
/external/elfutils/tests/
H A Drun-show-ciefde.sh37 CIE[0]: bytes = 0c 04 04 88 01 00 00
39 FDE[0]: bytes = 18 00 00 00 18 00 00 00 2c 84 04 08 29 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
52 CIE[0]: bytes = 0c 04 04 88 01
57 CIE[1]: bytes = 0c 04 04 88 01 00 00
62 CIE[2]: bytes = 0c 04 04 88 01 00 00
67 CIE[3]: bytes = 0c 04 04 88 01
72 CIE[4]: bytes = 0c 04 04 88 01 00 00
74 FDE[0]: bytes = 2c 00 00 00 1c 00 00 00 fc 93 04 08 9a 00 00 00 41 0e 08 85 02 42 0d 05 53 2e 08 50 2e 10 48 2e 00 58 2e 10 62 2e 00 63 2e 10 45 2e 00 00 00 00
78 FDE[1]: bytes = 18 00 00 00 4c 00 00 00 98 94 04 08 31 00 00 00 41 0e 08 85 02 42 0d 05 4c 2e 10 00
82 FDE[2]: bytes
[all...]
H A Drun-readelf-test2.sh32 Hex dump of section [6] '.strtab', 1 bytes at offset 0x290:
/external/llvm/utils/
H A Dcodegen-diff13 my ($addr, $bytes, $instr) = ($1, $2, $4);
15 $bytes =~ s/\s*(.*\S)\s*/$1/; # trim any remaining whitespace
17 push (@result, {'addr' => $addr, 'bytes' => $bytes, 'instr' => $instr});
18 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
33 my ($addr, $bytes, $instr) = ($1, $3, $2);
34 $bytes =~ s/0x//g;
35 $bytes =~ s/\s+/ /g; # regularize whitespace
36 $bytes
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DLineNumber_info.java87 LineNumber_info (final UDataInputStream bytes) throws IOException argument
89 m_start_pc = bytes.readU2 ();
90 m_line_number = bytes.readU2 ();
/external/guava/guava-testlib/src/com/google/common/testing/
H A DPlatform.java39 ByteArrayOutputStream bytes = new ByteArrayOutputStream();
41 ObjectOutputStream out = new ObjectOutputStream(bytes);
44 new ByteArrayInputStream(bytes.toByteArray()));
/external/webkit/Source/WebCore/svg/
H A DSVGPathByteStream.h33 unsigned char bytes[sizeof(bool)]; member in union:WebCore::__anon14733
38 unsigned char bytes[sizeof(float)]; member in union:WebCore::__anon14734
43 unsigned char bytes[sizeof(unsigned short)]; member in union:WebCore::__anon14735
/external/apache-http/src/org/apache/commons/codec/net/
H A DBCodec.java76 protected byte[] doEncoding(byte[] bytes) throws EncoderException { argument
77 if (bytes == null) {
80 return Base64.encodeBase64(bytes);
83 protected byte[] doDecoding(byte[] bytes) throws DecoderException { argument
84 if (bytes == null) {
87 return Base64.decodeBase64(bytes);
/external/chromium/net/base/
H A Dio_buffer.cc56 void DrainableIOBuffer::DidConsume(int bytes) { argument
57 SetOffset(used_ + bytes);
64 // Returns the number of consumed bytes.
69 void DrainableIOBuffer::SetOffset(int bytes) { argument
70 DCHECK(bytes >= 0 && bytes <= size_);
71 used_ = bytes;
/external/dbus/dbus/
H A Ddbus-memory.c141 _dbus_verbose ("Will fail mallocs over %ld bytes\n",
348 _dbus_verbose ("Checking %d bytes request from source %s\n",
358 _dbus_warn ("Block of %lu bytes from %s had start guard value 0x%ux at %d expected 0x%x\n",
373 _dbus_warn ("Block of %lu bytes from %s had end guard value 0x%ux at %d expected 0x%x\n",
382 /* set memory to anything but nul bytes */
440 * Allocates the given number of bytes, as with standard
441 * malloc(). Guaranteed to return #NULL if bytes is zero
448 * @param bytes number of bytes to allocate
452 dbus_malloc (size_t bytes) argument
505 dbus_malloc0(size_t bytes) argument
556 dbus_realloc(void *memory, size_t bytes) argument
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java75 final UDataInputStream bytes)
78 m_access_flags = bytes.readU2 ();
80 m_name_index = bytes.readU2 ();
81 m_descriptor_index = bytes.readU2 ();
84 final int attributes_count = bytes.readU2 ();
89 final Attribute_info attribute_info = Attribute_info.new_Attribute_info (constants, bytes);
74 Field_info(final IConstantCollection constants, final UDataInputStream bytes) argument
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macmouse.c56 int row, bytes; local
72 bytes = (w+7)/8;
75 SDL_memcpy(&cursor->curs.data[row], data, bytes);
76 data += bytes;
79 SDL_memcpy(&cursor->curs.mask[row], mask, bytes);
80 mask += bytes;
/external/valgrind/main/memcheck/tests/
H A Ddescribe-block.stderr.exp4 Address 0x........ is 0 bytes inside a magic foople zone of size 4,096 client-defined
9 in use at exit: ... bytes in ... blocks
10 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dpointer-trace.stderr.exp1 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDEROctetString.java43 byte[] bytes)
46 derOut.writeEncoded(BERTags.OCTET_STRING, bytes);
41 encode( DEROutputStream derOut, byte[] bytes) argument
/external/chromium/net/tools/flip_server/
H A Dbuffer_interface.h14 // Returns the bytes which can be read from the buffer. There is no
15 // guarantee that the bytes are contiguous.
25 // returns the number of bytes free in this buffer.
27 // number of bytes free.
43 // appends up-to-'size' bytes to the buffer.
45 // bytes - bytes which are read, and copied into the buffer.
46 // size - number of bytes which are read and copied.
48 virtual int Write(const char* bytes, int size) = 0;
58 // size - the amount of data (in bytes) tha
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_String_info.java75 protected CONSTANT_String_info (final UDataInputStream bytes) throws IOException argument
77 m_string_index = bytes.readU2 ();
/external/iproute2/include/linux/
H A Dgen_stats.h18 * @bytes: number of seen bytes
22 __u64 bytes; member in struct:gnet_stats_basic
26 __u64 bytes; member in struct:gnet_stats_basic_packed
/external/skia/src/gpu/
H A DGrAllocPool.h27 * Returns a block of memory bytes size big. This address must not be
31 void* alloc(size_t bytes);
34 * Releases the most recently allocated bytes back to allocpool.
36 void release(size_t bytes);
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecUTF16.cpp69 String TextCodecUTF16::decode(const char* bytes, size_t length, bool, bool, bool&) argument
76 const unsigned char* p = reinterpret_cast<const unsigned char*>(bytes);
124 // character buffer, each character is two bytes, and we know
130 char* bytes; local
131 CString string = CString::newUninitialized(length * 2, bytes);
138 bytes[i * 2] = c;
139 bytes[i * 2 + 1] = c >> 8;
144 bytes[i * 2] = c >> 8;
145 bytes[i * 2 + 1] = c;
/external/guava/guava/src/com/google/common/net/
H A DInetAddresses.java52 * are 4 and 16 bytes in length, respectively, and represent the address
133 * @param bytes byte array representing an IPv4 address (should be
140 private static Inet4Address getInet4Address(byte[] bytes) { argument
141 Preconditions.checkArgument(bytes.length == 4,
143 bytes.length);
146 InetAddress ipv4 = InetAddress.getByAddress(bytes);
168 Arrays.toString(bytes)),
265 byte[] bytes = new byte[IPV4_PART_COUNT];
267 for (int i = 0; i < bytes.length; i++) {
268 bytes[
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c65 #define GET_CHILD_MAX_COUNT(node) (short)((int)(node)->bytes / sizeof(cfg_node))
67 #define GET_NODE_COUNT(bytes) (bytes / sizeof(cfg_node))
84 short bytes; member in struct:cfg_node_s
103 const char* value, short bytes, short type);
106 static short find_next_node(const cfg_node* p, short start, char* name, int* bytes);
116 debug("%s, p->name:%s, child/value:%p, bytes:%d, p->used:%d, type:%x, p->flag:%d",
117 title, p->name, p->child, p->bytes, p->used, p->type, p->flag);
181 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes, int* type) argument
186 asrt(section && *section && key && *key && name && *name && bytes
217 btif_config_set(const char* section, const char* key, const char* name, const char* value, int bytes, int type) argument
256 btif_config_next_key(short pos, const char* section, char * name, int* bytes) argument
269 btif_config_next_value(short pos, const char* section, const char* key, char* name, int* bytes) argument
438 set_node(const char* section, const char* key, const char* name, const char* value, short bytes, short type) argument
514 find_next_node(const cfg_node* p, short start, char* name, int* bytes) argument
[all...]
/external/openssl/crypto/rand/
H A Drandfile.c106 int RAND_load_file(const char *file, long bytes) argument
108 /* If bytes >= 0, read up to 'bytes' bytes.
109 * if bytes == -1, read complete file. */
132 if (bytes == 0) return(ret);
143 * of bytes from a random device, nor do we want to use buffered
146 bytes = (bytes == -1) ? 2048 : bytes; /* o
[all...]
/external/chromium/base/win/
H A Dscoped_bstr.cc51 BSTR ScopedBstr::AllocateBytes(size_t bytes) { argument
52 Reset(SysAllocStringByteLen(NULL, static_cast<UINT>(bytes)));
56 void ScopedBstr::SetByteLen(size_t bytes) { argument
59 data[-1] = static_cast<uint32>(bytes);

Completed in 3902 milliseconds

1234567891011>>