Searched refs:size (Results 51 - 75 of 26517) sorted by relevance

1234567891011>>

/external/chromium_org/base/process/
H A Dmemory_unittest_mac.h15 // Allocates memory via system allocators. Alas, they take a _signed_ size for
17 void* AllocateViaCFAllocatorSystemDefault(ssize_t size);
18 void* AllocateViaCFAllocatorMalloc(ssize_t size);
19 void* AllocateViaCFAllocatorMallocZone(ssize_t size);
/external/chromium_org/ui/events/
H A Dtouchscreen_device.cc13 const gfx::Size& size,
15 : id(id), size(size), is_internal(is_internal) {
12 TouchscreenDevice(int id, const gfx::Size& size, bool is_internal) argument
/external/chromium_org/ui/gfx/geometry/
H A Dsize_conversions.h8 #include "ui/gfx/geometry/size.h"
14 GFX_EXPORT Size ToFlooredSize(const SizeF& size);
17 GFX_EXPORT Size ToCeiledSize(const SizeF& size);
20 GFX_EXPORT Size ToRoundedSize(const SizeF& size);
/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/
H A Dsize.pass.cpp14 // size_type size() const;
22 assert(q.size() == 0);
24 assert(q.size() == 1);
26 assert(q.size() == 0);
/external/libcxx/test/numerics/numarray/class.gslice/gslice.cons/
H A Ddefault.pass.cpp23 assert(gs.size().size() == 0);
24 assert(gs.stride().size() == 0);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSourceValue.java45 * The size of this value.
47 public final int size; field in class:SourceValue
66 public SourceValue(final int size) { argument
67 this(size, SmallSet.EMPTY_SET);
70 public SourceValue(final int size, final AbstractInsnNode insn) { argument
71 this.size = size;
75 public SourceValue(final int size, final Set insns) { argument
76 this.size = size;
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeChromiumLinux.css33 select:not([size]):not([multiple]),
34 select[size="0"],
35 select[size="1"] {
/external/chromium_org/content/browser/loader/
H A Dresource_buffer_unittest.cc17 int size; local
18 char* ptr = buf->Allocate(&size);
20 EXPECT_EQ(10, size);
25 buf->ShrinkLastAllocation(2); // Less than our min allocation size.
32 int size; local
33 char* ptr = buf->Allocate(&size);
35 EXPECT_EQ(10, size);
51 int size; local
53 buf->Allocate(&size);
59 buf->Allocate(&size);
67 int size; local
88 int size; local
122 int size; local
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dextension_fonts.css11 font-size: $FONTSIZE;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DAddressSanitizer.h38 #define ASAN_POISON_MEMORY_REGION(addr, size) \
39 ((void)(addr), (void)(size))
40 #define ASAN_UNPOISON_MEMORY_REGION(addr, size) \
41 ((void)(addr), (void)(size))
47 #define __lsan_register_root_region(addr, size) ((void)(addr), (void)(size))
48 #define __lsan_unregister_root_region(addr, size) ((void)(addr), (void)(size))
/external/chromium_org/third_party/lzma_sdk/
H A D7zBuf.c11 p->size = 0;
14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) argument
16 p->size = 0;
17 if (size == 0)
22 p->data = (Byte *)alloc->Alloc(alloc, size);
25 p->size = size;
35 p->size = 0;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.h32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
35 svga_dump_commands(const void *commands, uint32_t size);
/external/chromium_org/tools/gyp/test/link-dependency/
H A Dmymalloc.c9 void *malloc(size_t size) { argument
10 (void)size;
/external/clang/test/CodeGen/
H A Dmerge-attrs.c3 void *malloc(__SIZE_TYPE__ size) __attribute__ ((__nothrow__));
9 void *malloc(__SIZE_TYPE__ size) __attribute__ ((__nothrow__));
/external/fio/
H A Dmemalign.h4 extern void *fio_memalign(size_t alignment, size_t size);
5 extern void fio_memfree(void *ptr, size_t size);
/external/libcxx/test/containers/container.adaptors/queue/queue.defn/
H A Dsize.pass.cpp12 // size_type size() const;
20 assert(q.size() == 0);
22 assert(q.size() == 1);
/external/libcxx/test/containers/container.adaptors/stack/stack.defn/
H A Dsize.pass.cpp12 // size_type size() const;
20 assert(q.size() == 0);
22 assert(q.size() == 1);
/external/lzma/C/
H A D7zBuf.c11 p->size = 0;
14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) argument
16 p->size = 0;
17 if (size == 0)
22 p->data = (Byte *)alloc->Alloc(alloc, size);
25 p->size = size;
35 p->size = 0;
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.h32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
35 svga_dump_commands(const void *commands, uint32_t size);
/external/oprofile/module/
H A Dop_util.h16 void * rvmalloc(signed long size);
17 void rvfree(void * mem, signed long size);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_emit.h37 unsigned size, void* state);
40 unsigned size, void* state);
43 unsigned size, void* state);
46 unsigned size, void* state);
49 unsigned size, void *state);
53 void r300_emit_fs(struct r300_context* r300, unsigned size, void *state);
55 void r300_emit_fs_constants(struct r300_context* r300, unsigned size, void *state);
57 void r300_emit_fs_rc_constant_state(struct r300_context* r300, unsigned size, void *state);
59 void r500_emit_fs(struct r300_context* r300, unsigned size, void *state);
61 void r500_emit_fs_constants(struct r300_context* r300, unsigned size, voi
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.h37 unsigned size, void* state);
40 unsigned size, void* state);
43 unsigned size, void* state);
46 unsigned size, void* state);
49 unsigned size, void *state);
53 void r300_emit_fs(struct r300_context* r300, unsigned size, void *state);
55 void r300_emit_fs_constants(struct r300_context* r300, unsigned size, void *state);
57 void r300_emit_fs_rc_constant_state(struct r300_context* r300, unsigned size, void *state);
59 void r500_emit_fs(struct r300_context* r300, unsigned size, void *state);
61 void r500_emit_fs_constants(struct r300_context* r300, unsigned size, voi
[all...]
/external/chromium_org/media/filters/
H A Din_memory_url_protocol.cc11 InMemoryUrlProtocol::InMemoryUrlProtocol(const uint8* data, int64 size, argument
14 size_(size >= 0 ? size : 0),
21 int InMemoryUrlProtocol::Read(int size, uint8* data) { argument
22 if (size < 0)
26 if (size > available_bytes)
27 size = available_bytes;
29 if (size > 0) {
30 memcpy(data, data_ + position_, size);
31 position_ += size;
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringCF.cpp37 CFIndex size = CFStringGetLength(str);
38 if (!size) {
41 Vector<LChar, 1024> lcharBuffer(size);
43 CFIndex convertedsize = CFStringGetBytes(str, CFRangeMake(0, size), kCFStringEncodingISOLatin1, 0, false, lcharBuffer.data(), size, &usedBufLen);
44 if ((convertedsize == size) && (usedBufLen == size)) {
45 m_impl = StringImpl::create(lcharBuffer.data(), size);
49 Vector<UChar, 1024> buffer(size);
50 CFStringGetCharacters(str, CFRangeMake(0, size), (UniCha
[all...]
/external/libselinux/src/
H A Dfgetfilecon.c13 ssize_t size; local
16 size = INITCONTEXTLEN + 1;
17 buf = malloc(size);
20 memset(buf, 0, size);
22 ret = fgetxattr(fd, XATTR_NAME_SELINUX, buf, size - 1);
26 size = fgetxattr(fd, XATTR_NAME_SELINUX, NULL, 0);
27 if (size < 0)
30 size++;
31 newbuf = realloc(buf, size);
36 memset(buf, 0, size);
[all...]

Completed in 773 milliseconds

1234567891011>>