Searched refs:size (Results 176 - 200 of 26517) sorted by relevance

1234567891011>>

/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_co.h46 BTA_API extern int bta_co_rfc_data_outgoing_size(void *user_data, int *size);
47 BTA_API extern int bta_co_rfc_data_outgoing(void *user_data, UINT8* buf, UINT16 size);
/external/chromium_org/base/allocator/
H A Dallocator_shim.h20 void* TCMallocDoMallocForTest(size_t size);
22 size_t ExcludeSpaceForMarkForTest(size_t size);
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host_unittest.cc10 size_t size = 1 << 20; // 1 MB local
11 void* addr = nacl::AllocateAddressSpaceASLR(GetCurrentProcess(), size);
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DWebFontCache.h32 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits weight:(int)desiredWeight size:(float)size;
35 + (NSFont *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits size:(float)size;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDefaultAllocator.cpp38 void* DefaultAllocator::backingAllocate(size_t size) argument
40 return partitionAllocGeneric(Partitions::getBufferPartition(), size);
/external/chromium_org/third_party/libjpeg_turbo/
H A Djinclude.h54 * NOTE: we assume the size parameters to these functions are of type size_t.
61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size))
62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size))
68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size))
/external/chromium_org/third_party/lzma_sdk/
H A D7zAlloc.h9 void *SzAlloc(void *p, size_t size);
12 void *SzAllocTemp(void *p, size_t size);
/external/chromium_org/tools/site_compare/operators/
H A Dequals_with_mask.py37 if im1.size != im2.size:
38 return ("The images are of different size (%r vs %r)" %
39 (im1.size, im2.size), im1)
48 if mask.size != im1.size:
49 return ("The mask is of a different size than the images (%r vs %r)" %
50 (mask.size, im1.size), mas
[all...]
/external/chromium_org/ui/display/chromeos/x11/
H A Ddisplay_mode_x11.cc9 DisplayModeX11::DisplayModeX11(const gfx::Size& size, argument
13 : DisplayMode(size, interlaced, refresh_rate),
/external/chromium_org/ui/events/
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/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/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/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotationsList.java41 int size = list1.size();
43 if (size != list2.size()) {
44 throw new IllegalArgumentException("list1.size() != list2.size()");
47 AnnotationsList result = new AnnotationsList(size);
49 for (int i = 0; i < size; i++) {
62 * @param size the size o
64 AnnotationsList(int size) argument
[all...]
/external/eigen/failtest/
H A Dmap_nonconst_ctor_on_const_ptr_1.cpp11 void foo(CV_QUALIFIER float *ptr, DenseIndex size){ argument
12 Map<ArrayXf> m(ptr, size);
/external/eigen/test/
H A Dfirst_aligned.cpp13 void test_first_aligned_helper(Scalar *array, int size) argument
15 const int packet_size = sizeof(Scalar) * internal::packet_traits<Scalar>::size;
16 VERIFY(((size_t(array) + sizeof(Scalar) * internal::first_aligned(array, size)) % packet_size) == 0);
20 void test_none_aligned_helper(Scalar *array, int size) argument
23 EIGEN_UNUSED_VARIABLE(size);
24 VERIFY(internal::packet_traits<Scalar>::size == 1 || internal::first_aligned(array, size) == size);
/external/guava/guava/src/com/google/common/collect/
H A DAbstractIndexedListIterator.java36 private final int size; field in class:AbstractIndexedListIterator
46 * Constructs an iterator across a sequence of the given size whose initial
48 * first element (or throw {@link NoSuchElementException} if {@code size} is
51 * @throws IllegalArgumentException if {@code size} is negative
53 protected AbstractIndexedListIterator(int size) { argument
54 this(size, 0);
58 * Constructs an iterator across a sequence of the given size with the given
65 * greater than {@code size}
66 * @throws IllegalArgumentException if {@code size} is negative
68 protected AbstractIndexedListIterator(int size, in argument
[all...]
/external/jpeg/
H A Djinclude.h54 * NOTE: we assume the size parameters to these functions are of type size_t.
61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size))
62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size))
68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size))
/external/libselinux/src/
H A Dgetpeercon.c17 socklen_t size; local
20 size = INITCONTEXTLEN + 1;
21 buf = malloc(size);
24 memset(buf, 0, size);
26 ret = getsockopt(fd, SOL_SOCKET, SO_PEERSEC, buf, &size);
30 newbuf = realloc(buf, size);
35 memset(buf, 0, size);
36 ret = getsockopt(fd, SOL_SOCKET, SO_PEERSEC, buf, &size);
/external/lzma/C/
H A D7zAlloc.h9 void *SzAlloc(void *p, size_t size);
12 void *SzAllocTemp(void *p, size_t size);
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djinclude.h65 * NOTE: we assume the size parameters to these functions are of type size_t.
72 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size))
73 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
78 #define MEMZERO(target,size) FXSYS_memset32((void *)(target), 0, (size_t)(size))
79 #define MEMCOPY(dest,src,size) FXSYS_memcpy32((void *)(dest), (const void *)(src), (size_t)(size))
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusImageCodec.h25 OUT UINT *size)
27 return DllExports::GdipGetImageDecodersSize(numDecoders, size);
34 IN UINT size,
37 return DllExports::GdipGetImageDecoders(numDecoders, size, decoders);
44 OUT UINT *size)
46 return DllExports::GdipGetImageEncodersSize(numEncoders, size);
53 IN UINT size,
56 return DllExports::GdipGetImageEncoders(numEncoders, size, encoders);
23 GetImageDecodersSize( OUT UINT *numDecoders, OUT UINT *size) argument
32 GetImageDecoders( IN UINT numDecoders, IN UINT size, OUT ImageCodecInfo *decoders) argument
42 GetImageEncodersSize( OUT UINT *numEncoders, OUT UINT *size) argument
51 GetImageEncoders( IN UINT numEncoders, IN UINT size, OUT ImageCodecInfo *encoders) argument
/external/qemu/distrib/jpeg-6b/
H A Djinclude.h54 * NOTE: we assume the size parameters to these functions are of type size_t.
61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size))
62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size))
68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size))
/external/qemu/distrib/libselinux/src/
H A Dgetpeercon.c17 socklen_t size; local
20 size = INITCONTEXTLEN + 1;
21 buf = malloc(size);
24 memset(buf, 0, size);
26 ret = getsockopt(fd, SOL_SOCKET, SO_PEERSEC, buf, &size);
30 newbuf = realloc(buf, size);
35 memset(buf, 0, size);
36 ret = getsockopt(fd, SOL_SOCKET, SO_PEERSEC, buf, &size);
/external/qemu/distrib/libsparse/src/
H A Dsparse_crc32.h19 uint32_t sparse_crc32(uint32_t crc, const void *buf, size_t size);

Completed in 551 milliseconds

1234567891011>>