Searched defs:size (Results 101 - 125 of 7454) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dshared_memory.cc21 SharedMemory::SharedMemory(void* data, size_t size, Handle handle, int id) argument
23 size_(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
H A Dtouchscreen_device.h9 #include "ui/gfx/geometry/size.h"
17 TouchscreenDevice(int id, const gfx::Size& size, bool is_internal);
23 gfx::Size size; member in struct:ui::TouchscreenDevice
/external/chromium_org/ui/gfx/geometry/
H A Dsize_conversions.cc11 Size ToFlooredSize(const SizeF& size) { argument
12 int w = ToFlooredInt(size.width());
13 int h = ToFlooredInt(size.height());
17 Size ToCeiledSize(const SizeF& size) { argument
18 int w = ToCeiledInt(size.width());
19 int h = ToCeiledInt(size.height());
23 Size ToRoundedSize(const SizeF& size) { argument
24 int w = ToRoundedInt(size.width());
25 int h = ToRoundedInt(size.height());
/external/chromium_org/ui/gfx/image/
H A Dcanvas_image_source.cc15 CanvasImageSource::CanvasImageSource(const gfx::Size& size, bool is_opaque) argument
16 : size_(size),
/external/chromium_org/ui/gl/
H A Dgl_surface_stub.h15 void SetSize(const gfx::Size& size) { size_ = size; } argument
/external/chromium_org/v8/src/arm/
H A Dcpu-arm.cc27 void CpuFeatures::FlushICache(void* start, size_t size) { argument
28 if (size == 0) return;
36 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
39 msync(start, size, MS_SYNC | MS_INVALIDATE_ICACHE);
43 register uint32_t end asm("r1") = beg + size;
/external/chromium_org/v8/src/ia32/
H A Dcpu-ia32.cc21 void CpuFeatures::FlushICache(void* start, size_t size) { argument
37 unsigned res = VALGRIND_DISCARD_TRANSLATIONS(start, size);
/external/chromium_org/v8/src/mips/
H A Dcpu-mips.cc27 void CpuFeatures::FlushICache(void* start, size_t size) { argument
29 if (size == 0) {
36 char *end = reinterpret_cast<char *>(start) + size;
42 res = syscall(__NR_cacheflush, start, size, ICACHE);
53 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
/external/chromium_org/v8/src/mips64/
H A Dcpu-mips64.cc27 void CpuFeatures::FlushICache(void* start, size_t size) { argument
29 if (size == 0) {
36 char *end = reinterpret_cast<char *>(start) + size;
42 res = syscall(__NR_cacheflush, start, size, ICACHE);
53 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
/external/chromium_org/v8/src/x64/
H A Dcpu-x64.cc21 void CpuFeatures::FlushICache(void* start, size_t size) { argument
37 unsigned res = VALGRIND_DISCARD_TRANSLATIONS(start, size);
/external/chromium_org/v8/src/x87/
H A Dcpu-x87.cc21 void CpuFeatures::FlushICache(void* start, size_t size) { argument
37 unsigned res = VALGRIND_DISCARD_TRANSLATIONS(start, size);
/external/clang/test/CodeGen/
H A D2002-12-15-StructParameters.c6 unsigned size; member in struct:__anon18523
/external/clang/test/Sema/
H A Dimplicit-builtin-redecl.c5 static void* malloc(int size) { argument
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dlarge_allocator_unpoisons_on_free.cc14 void *my_memalign(size_t boundary, size_t size) { argument
15 return memalign(boundary, size);
18 void *my_memalign(size_t boundary, size_t size) { argument
20 posix_memalign(&p, boundary, size);
/external/compiler-rt/test/tsan/
H A Duser_malloc.cc5 extern "C" void *__interceptor_malloc(unsigned long size);
8 extern "C" void *malloc(unsigned long size) { argument
12 return __interceptor_malloc(size);
/external/deqp/framework/delibs/decpp/
H A DdeMemPool.cpp34 deUintptr size = (deUintptr)strlen(string) + 1; local
35 char* copy = (char*)pool->alloc(size);
37 std::copy(string, string+size, copy);
/external/eigen/Eigen/src/Eigen2Support/
H A DVectorBlock.h19 MatrixBase<Derived>::start(Index size) argument
22 return VectorBlock<Derived>(derived(), 0, size);
28 MatrixBase<Derived>::start(Index size) const
31 return VectorBlock<const Derived>(derived(), 0, size);
37 MatrixBase<Derived>::end(Index size) argument
40 return VectorBlock<Derived>(derived(), this->size() - size, size);
46 MatrixBase<Derived>::end(Index size) const
49 return VectorBlock<const Derived>(derived(), this->size()
[all...]
/external/eigen/bench/btl/generic_bench/static/
H A Dintel_bench_fixed_size.hh27 double bench_fixed_size(int size, unsigned long long & nb_calc,unsigned long long & nb_init) argument
30 Action action(size);
/external/elfutils/0.153/libasm/
H A Dasm_align.c93 /* Update the total size. */
140 size_t size; local
145 size = MAX (2 * len, 960);
148 + size);
162 size = MAX (2 *len, MIN (32768, 2 * asmscn->offset));
164 newp = (struct AsmData *) malloc (sizeof (struct AsmData) + size);
173 asmscn->content->maxlen = size;
/external/elfutils/0.153/libelf/
H A Delf32_getphdr.c106 size_t size = phnum * sizeof (ElfW2(LIBELFBITS,Phdr)); local
109 || elf->maximum_size - ehdr->e_phoff < size)
134 (ElfW2(LIBELFBITS,Phdr) *) malloc (size);
149 memcpy (phdr, file_phdr, size);
159 notcvt = (ElfW2(LIBELFBITS,Phdr) *) alloca (size);
160 memcpy (notcvt, file_phdr, size);
182 (ElfW2(LIBELFBITS,Phdr) *) malloc (size);
192 elf->state.ELFW(elf,LIBELFBITS).phdr, size,
194 if (unlikely ((size_t) n != size))
/external/libcxx/test/containers/sequences/deque/deque.capacity/
H A Daccess.pass.cpp31 make(int size, int start = 0 ) argument
44 for (int i = 0; i < size; ++i)
/external/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/
H A Dgenerate.pass.cpp799 const int size = sizeof(v)/sizeof(v[0]); local
800 std::seed_seq s(v, v + size);
/external/libexif/libexif/
H A Dexif-format.c35 unsigned char size; member in struct:__anon23659
77 for (i = 0; ExifFormatTable[i].size; i++)
79 return ExifFormatTable[i].size;
/external/libexif/test/
H A Dtest-mem.c35 unsigned char *eb, size[2]; local
55 size[0] = (unsigned char) ebs;
56 size[1] = (unsigned char) (ebs >> 8);
57 exif_loader_write (loader, size, 2);

Completed in 435 milliseconds

1234567891011>>