HomeSort by relevance Sort by last modified time
    Searched defs:size (Results 1276 - 1300 of 11184) sorted by null

<<51525354555657585960>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
FloatArrayToSizeFilter.java 16 // Takes in an array, returns the size of the array
49 .addOutputPort("size", Signature.PORT_REQUIRED, intT)
60 int size = Array.getLength(array); local
62 OutputPort outPort = getConnectedOutputPort("size");
64 sizeFrame.setValue(size);
  /frameworks/base/tools/aapt2/util/
BigBuffer.h 30 * in which to write without knowing the full size of the entire payload.
46 * Size of memory that is currently occupied. The actual
49 size_t size; member in struct:aapt::BigBuffer::Block
55 * The size of the memory block allocation.
75 size_t size() const;
105 * Returns a pointer to a buffer of the requested size.
108 void* nextBlockImpl(size_t size);
122 inline size_t BigBuffer::size() const { function in class:aapt::BigBuffer
  /frameworks/base/wifi/java/android/net/wifi/
BatchedScanResult.java 71 dest.writeInt(scanResults.size());
90 public BatchedScanResult[] newArray(int size) {
91 return new BatchedScanResult[size];
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 53 virtual size_t size() const { function in class:mcld::Fragment
54 assert(false && "Can not call abstract Fragment::size()!");
  /frameworks/compile/mclinker/include/mcld/LD/
NamePool.h 91 size_type size() const { return m_Table.numOfEntries(); } function in class:mcld::NamePool
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 42 static size_t size() { return s_TargetList.size(); } function in class:mcld::TargetRegistry
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 33 template <size_t SIZE>
36 enum { EntrySize = SIZE };
49 size_t size() const { return EntrySize; } function in class:mcld::GOT::Entry
60 uint64_t size() const { return m_Section.size(); } function in class:mcld::GOT
69 // finalizeSectionSize - set LDSection size
  /frameworks/compile/mclinker/lib/LD/
DebugString.cpp 53 const char* str_end = str + pSection.size();
62 size_t size = m_StringTable.finalizeOffset(); local
63 m_pSection->setSize(size);
64 return size;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53ErratumStub.cpp 88 size(),
141 size_t AArch64CA53ErratumStub::size() const { function in class:mcld::AArch64CA53ErratumStub
AArch64LongBranchStub.cpp 111 pIsland.size();
133 size_t AArch64LongBranchStub::size() const { function in class:mcld::AArch64LongBranchStub
  /frameworks/compile/mclinker/unittests/
LEB128Test.cpp 44 size_t size; local
47 size = leb128::encode<uint32_t>(result, 2);
50 ASSERT_TRUE(size == 1);
53 size = leb128::encode<uint32_t>(result, 127);
56 ASSERT_TRUE(size == 1);
59 size = leb128::encode<uint32_t>(result, 128);
63 ASSERT_TRUE(size == 2);
66 size = leb128::encode<uint32_t>(result, 129);
70 ASSERT_TRUE(size == 2);
73 size = leb128::encode<uint32_t>(result, 130)
90 size_t size; local
136 size_t size; local
195 size_t size; local
230 size_t size; local
297 size_t size; local
414 size_t size; local
496 size_t size; local
512 size_t size; local
    [all...]
  /frameworks/native/include/ui/
vec2.h 49 enum { SIZE = 2 };
50 inline static size_type size() { return SIZE; } function in class:android::tvec2
  /frameworks/native/libs/gui/
BufferItem.cpp 49 static void addAligned(size_t& size, T /* value */) {
50 size = FlattenableUtils::align<sizeof(T)>(size);
51 size += sizeof(T);
55 size_t size = 0; local
56 addAligned(size, mCrop);
57 addAligned(size, mTransform);
58 addAligned(size, mScalingMode);
59 addAligned(size, mTimestampLo);
60 addAligned(size, mTimestampHi)
73 size_t size = sizeof(uint32_t); \/\/ Flags local
    [all...]
  /frameworks/rs/driver/
rsdVertexArray.h 39 uint32_t size; member in class:RsdVertexArray::Attrib
46 void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, size_t offset, const char *name);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
VerticalGridView.java 67 int size = array.getLayoutDimension(R.styleable.lbVerticalGridView_columnWidth, 0); local
68 setColumnWidth(size);
83 * @param width May be {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT}, or a size
  /hardware/intel/common/libmix/mix_video/src/
mixbuffer.h 74 guint size; member in struct:_MixBuffer
127 MIX_RESULT mix_buffer_set_data(MixBuffer * obj, guchar *data, guint size,
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngPlaneManager.cpp 88 for (int i = 0; i < (int)config.size(); i++) {
124 int size = (int)config.size(); local
125 for (int i = 0; i < size; i++) {
133 if (config.size() == 1 && config[0]->planeType == DisplayPlane::PLANE_SPRITE) {
138 for (int i = 0; i < size; i++) {
152 for (int i = 0; i < size; i++) {
  /hardware/libhardware/include/hardware/
bt_sock.h 35 short size; member in struct:__anon30782
40 // The writer must make writes using a buffer of this maximum size
44 // The reader must read using a buffer of at least this size to avoid
50 /** set to size of this struct*/
51 size_t size; member in struct:__anon30783
  /hardware/qcom/display/msm8084/libgralloc/
memalloc.h 47 size_t size; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, size_t size,
68 virtual int map_buffer(void **pBase, size_t size,
72 virtual int unmap_buffer(void *base, size_t size,
76 virtual int clean_buffer(void *base, size_t size,
  /hardware/qcom/display/msm8084/libmemtrack/
kgsl.c 88 unsigned long size; local
99 * gpuaddr useraddr size id flags type usage sglen
103 &size, flags, line_type, line_usage);
111 accounted_size += size;
113 unaccounted_size += size;
117 unaccounted_size += size;
  /hardware/qcom/display/msm8226/libgralloc/
memalloc.h 47 unsigned int size; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, unsigned int size,
68 virtual int map_buffer(void **pBase, unsigned int size,
72 virtual int unmap_buffer(void *base, unsigned int size,
76 virtual int clean_buffer(void *base, unsigned int size,
  /hardware/qcom/display/msm8226/libmemtrack/
kgsl.c 88 unsigned long size; local
99 * gpuaddr useraddr size id flags type usage sglen
103 &size, flags, line_type);
111 accounted_size += size;
113 unaccounted_size += size;
117 unaccounted_size += size;
  /hardware/qcom/display/msm8909/libgralloc/
memalloc.h 47 unsigned int size; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, unsigned int size,
68 virtual int map_buffer(void **pBase, unsigned int size,
72 virtual int unmap_buffer(void *base, unsigned int size,
76 virtual int clean_buffer(void *base, unsigned int size,
  /hardware/qcom/display/msm8960/libgralloc/
memalloc.h 47 size_t size; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, size_t size,
68 virtual int map_buffer(void **pBase, size_t size,
72 virtual int unmap_buffer(void *base, size_t size,
76 virtual int clean_buffer(void *base, size_t size,
  /hardware/qcom/display/msm8994/libgralloc/
memalloc.h 47 unsigned int size; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, unsigned int size,
68 virtual int map_buffer(void **pBase, unsigned int size,
72 virtual int unmap_buffer(void *base, unsigned int size,
76 virtual int clean_buffer(void *base, unsigned int size,

Completed in 672 milliseconds

<<51525354555657585960>>