HomeSort by relevance Sort by last modified time
    Searched refs:size (Results 426 - 450 of 49887) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/mca/filterfw/native/core/
native_frame.cpp 22 NativeFrame::NativeFrame(int size) : data_(NULL), size_(size), capacity_(size) {
30 bool NativeFrame::WriteData(const uint8_t* data, int offset, int size) {
31 if (size_ >= (offset + size)) {
32 memcpy(data_ + offset, data, size);
38 bool NativeFrame::SetData(uint8_t* data, int size) {
40 size_ = capacity_ = size;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
ipc_fw_custom.h 80 int size );
85 int size );
  /libcore/ojluni/src/main/java/sun/nio/ch/
AllocatedNativeObject.java 39 * Allocates a memory area of at least <tt>size</tt> bytes outside of the
42 * @param size
52 AllocatedNativeObject(int size, boolean pageAligned) {
53 super(size, pageAligned);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
alloca.h 36 # define alloca(size) __builtin_alloca (size)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s entire container size related
45 size() const function in class:PB_DS_CLASS_C_DEC
52 { return (size() == 0); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 45 size() const function in class:PB_DS_CLASS_C_DEC
58 { return (size() == 0); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 44 size() const function in class:PB_DS_CLASS_C_DEC
60 { return size() == 0; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s entire container size related
45 size() const function in class:PB_DS_CLASS_C_DEC
52 { return (size() == 0); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 45 size() const function in class:PB_DS_CLASS_C_DEC
58 { return (size() == 0); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 44 size() const function in class:PB_DS_CLASS_C_DEC
60 { return size() == 0; }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.initlist/support.initlist.cons/
default.pass.cpp 26 assert(il.size() == 0);
30 static_assert(il2.size() == 0, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
fallback_malloc.h 19 _LIBCXXABI_HIDDEN void * __aligned_malloc_with_fallback(size_t size);
22 _LIBCXXABI_HIDDEN void * __calloc_with_fallback(size_t count, size_t size);
  /system/bt/bta/include/
bta_jv_co.h 45 extern int bta_co_rfc_data_outgoing_size(uint32_t rfcomm_slot_id, int* size);
47 uint16_t size);
  /system/chre/util/include/chre/util/
container_support.h 38 * @param size the size of the allocation to make.
41 inline void *memoryAlloc(size_t size) {
42 return chreHeapAlloc(static_cast<uint32_t>(size));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/microblaze/
relax_size2.s 6 .size func, . - func
11 .size func2, . - func2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16e-save-err.l 3 .*:3: Error: missing frame size `save \$4'
4 .*:4: Error: frame size specified twice `save \$4,100,200'
6 .*:7: Error: invalid frame size `save \$4,1'
7 .*:8: Error: invalid frame size `save \$4,7'
8 .*:10: Error: invalid frame size `save \$4,12'
9 .*:11: Error: invalid frame size `save \$4,2048'
10 .*:12: Error: invalid frame size `save \$4,2052'
  /toolchain/binutils/binutils-2.27/include/vms/
dcx.h 28 unsigned char size[4]; member in struct:vms_dcxmap
40 unsigned char size[2]; member in struct:vms_dcxsbm
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
weak-dyn-1a.s 4 .size foo,1
8 .size bar,1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
libpersonality.s 5 .size __gxx_personality_v0, . - __gxx_personality_v0
11 .size __gxx_personality_v1, . - __gxx_personality_v1
  /external/compiler-rt/lib/asan/tests/
asan_oob_test.cc 15 NOINLINE void asan_write_sized_aligned(uint8_t *p, size_t size) {
16 EXPECT_EQ(0U, ((uintptr_t)p % size));
17 if (size == 1) asan_write((uint8_t*)p);
18 else if (size == 2) asan_write((uint16_t*)p);
19 else if (size == 4) asan_write((uint32_t*)p);
20 else if (size == 8) asan_write((uint64_t*)p);
24 NOINLINE void oob_test(int size, int off) {
25 char *p = (char*)malloc_aaa(size);
27 // sizeof(T), p, p + size, off);
35 for (int size = sizeof(T); size < 20; size += 5)
107 size_t size = large_power_of_two - i; local
    [all...]
  /external/lzma/CPP/7zip/Common/
StreamBinder.cpp 16 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
21 STDMETHODIMP CBinderInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
22 { return _binder->Read(data, size, processedSize); }
31 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
36 STDMETHODIMP CBinderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
37 { return _binder->Write(data, size, processedSize); }
87 HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize)
91 if (size != 0)
98 if (size > _bufSize)
99 size = _bufSize;
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
AbstractBoxParser.java 31 * This BoxParser handles the basic stuff like reading size and extracting box type.
40 * Parses the next size and type, creates a box instance and parses the box's content.
52 long size = IsoTypeReader.readUInt32(header); local
54 if (size < 8 && size > 1) {
55 LOG.severe("Plausibility check failed: size < 8 (size = " + size + "). Stop parsing!");
64 if (size == 1) {
68 size = IsoTypeReader.readUInt64(bb)
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
copy-relocs.h 37 // exact size of the variable in the shared library. We can avoid
49 template<int sh_type, int size, bool big_endian>
53 typedef typename Reloc_types<sh_type, size, big_endian>::Reloc Reloc;
70 Sized_symbol<size>* sym,
71 Sized_relobj_file<size, big_endian>* object,
75 typename elfcpp::Elf_types<size>::Elf_Addr r_offset,
76 typename elfcpp::Elf_types<size>::Elf_Swxword r_addend,
77 Output_data_reloc<sh_type, true, size, big_endian>*);
87 emit(Output_data_reloc<sh_type, true, size, big_endian>*);
91 emit_copy_reloc(Symbol_table*, Sized_symbol<size>*,
    [all...]
  /external/python/cpython3/Lib/test/
test_bigmem.py 21 # (approximate) bytes per size-unit the test will use (at peak usage), and a
22 # 'minsize' indicator declaring a minimum *useful* size. A test that
25 # test wouldn't be very useful) and a memuse of 1 (one byte per size-unit,
30 # always pass minsize as size, even if there is much more memory available.
31 # The bigmemtest decorator will scale size upward to fill available memory.
42 # due to its size. To make sure whether a result has the right contents,
56 # passed-in 'size', and don't rely on the size being very large. Also,
57 # memuse-per-size should remain sane (less than a few thousand); if your
58 # test uses more, adjust 'size' upward, instead
    [all...]
  /art/test/617-clinit-oome/src/
Main.java 23 int size = 256 * 1024 * 1024; local
27 data[index] = new byte[size];
30 size /= 2;
31 if (size == 0) {

Completed in 1758 milliseconds

<<11121314151617181920>>