Searched defs:size (Results 251 - 275 of 714) sorted by relevance

<<11121314151617181920>>

/frameworks/base/tools/aapt/
H A DZipFile.h111 status_t add(const void* data, size_t size, const char* storageName, argument
114 return addCommon(NULL, data, size, storageName,
164 int getNumEntries(void) const { return mEntries.size(); }
224 status_t addCommon(const char* fileName, const void* data, size_t size,
232 const void* data, size_t size, unsigned long* pCRC32);
240 const void* data, size_t size, unsigned long* pCRC32);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DSparseWeakArray.java182 public int size() { method in class:SparseWeakArray
191 * Given an index in the range <code>0...size()-1</code>, returns
204 * Given an index in the range <code>0...size()-1</code>, returns
217 * Given an index in the range <code>0...size()-1</code>, sets a new
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h156 size_t size() const function in class:mcld::SymbolCategory::Category
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h69 size_t size() const { return m_CommandQueue.size(); } function in class:mcld::ScriptFile
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h42 static size_t size() { return s_TargetList.size(); } function in class:mcld::TargetRegistry
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h39 virtual size_t size() const = 0;
68 size_t size() const function in class:mcld::elf_dynamic::Entry
105 size_t size() const function in class:mcld::elf_dynamic::Entry
145 size_t size() const;
H A DKeyEntryMap.h75 size_t size () const { return m_Pool.size(); } function in class:mcld::KeyEntryMap
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp148 Relocation::Size Relocation::size(Relocator& pRelocator) const function in class:Relocation
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp69 if (pInput.memArea()->size() < hdr_size)
99 if (pInput.memArea()->size() < hdr_size)
142 pInput.fileOffset() + (*section)->offset(), (*section)->size());
146 size_t size = region.size() / sizeof(llvm::ELF::Elf32_Word); local
148 for (size_t index = 1; index < size; ++index) {
301 pInput.fileOffset() + symtab_shdr->offset(), symtab_shdr->size());
303 pInput.fileOffset() + strtab_shdr->offset(), strtab_shdr->size());
323 uint32_t size = (*rs)->size(); local
[all...]
H A DEhFrameHdr.cpp43 m_EhFrameHdr.size());
46 m_EhFrame.size());
132 /// sizeOutput - base on the fde count to size output
135 size_t size = 12; local
137 size += 8 * m_EhFrame.getEhFrame()->numOfFDEs();
138 m_EhFrameHdr.setSize(size);
149 // check the size to read in
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp42 return (m_pSectionData->size() > 1);
47 uint64_t size = (m_pSectionData->size() - 1) * sizeof(aarch64_plt1) + local
49 m_Section.setSize(size);
55 offset += frag->size();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp41 return (m_pSectionData->size() > 1);
46 uint64_t size = (m_pSectionData->size() - 1) * sizeof(arm_plt1) + local
48 m_Section.setSize(size);
54 offset += frag->size();
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp69 size_t ELFDynamic::size() const function in class:ELFDynamic
71 return (m_NeedList.size() + m_EntryList.size());
76 return size()*entrySize();
81 return m_pEntryFactory->size();
92 assert(m_Idx < m_EntryList.size());
220 applyOne(llvm::ELF::DT_PREINIT_ARRAYSZ, pFormat.getPreInitArray().size());
228 applyOne(llvm::ELF::DT_INIT_ARRAYSZ, pFormat.getInitArray().size());
236 applyOne(llvm::ELF::DT_FINI_ARRAYSZ, pFormat.getFiniArray().size());
253 applyOne(llvm::ELF::DT_STRSZ, pFormat.getDynStrTab().size()); // DT_STRS
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp73 uint64_t size = 0; local
74 // plt0 size
75 size = getPLT0()->size();
81 // plt1 size
83 size += (m_pSectionData->size() - 1) * plt1->size();
85 m_Section.setSize(size);
91 offset += frag->size();
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp73 uint64_t size = sizeof(PLT0) + local
74 (m_pSectionData->size() - 1) * sizeof(PLTA);
75 m_Section.setSize(size);
81 offset += frag->size();
87 return m_pSectionData->size() > 1;
136 uint32_t* data = static_cast<uint32_t*>(malloc(plt->size()));
141 memcpy(data, PLT0, plt->size());
151 uint32_t* data = static_cast<uint32_t*>(malloc(plt->size()));
156 memcpy(data, PLTA, plt->size());
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp100 uint64_t size = 0; local
101 // plt0 size
102 size = getPLT0()->size();
108 // plt1 size
110 size += (m_pSectionData->size() - 1) * plt1->size();
112 m_Section.setSize(size);
118 offset += frag->size();
[all...]
/frameworks/ex/variablespeed/jni/
H A Dring_buffer.cc23 void RingBuffer::Init(int size, int num_channels, int num_readers) { argument
24 size_ = size;
/frameworks/minikin/include/minikin/
H A DMinikinFont.h35 MinikinPaint() : font(0), size(0), scaleX(0), skewX(0), letterSpacing(0), paintFlags(0),
43 float size; member in struct:android::MinikinPaint
93 // If buf is NULL, just update size
94 virtual bool GetTable(uint32_t tag, uint8_t *buf, size_t *size) = 0;
/frameworks/minikin/libs/minikin/
H A DMinikinFontFreeType.cpp49 FT_Set_Pixel_Sizes(mTypeface, 0, paint.size);
61 bool MinikinFontFreeType::GetTable(uint32_t tag, uint8_t *buf, size_t *size) { argument
62 FT_ULong ftsize = *size;
67 *size = ftsize;
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dlearning_rate_controller-inl.h60 void SetMiniBatchSize(uint64 size) { argument
61 //CHECK_GT(size, 0);
62 mini_batch_size_ = size;
/frameworks/native/include/media/hardware/
H A DHDCPAPI.h97 // Encrypt data according to the HDCP spec. "size" bytes of data are
98 // available at "inData" (virtual address), "size" may not be a multiple
102 // until outData contains size bytes of encrypted data.
107 const void *inData, size_t size, uint32_t streamCTR,
112 // Encrypt data according to the HDCP spec. "size" bytes of data starting
113 // at location "offset" are available in "buffer" (buffer handle). "size"
117 // return until outData contains size bytes of encrypted data.
122 buffer_handle_t buffer, size_t offset, size_t size,
128 // "size" bytes of encrypted data are available at "inData"
129 // (virtual address), "size" ma
106 encrypt( const void *inData, size_t size, uint32_t streamCTR, uint64_t *outInputCTR, void *outData) argument
121 encryptNative( buffer_handle_t buffer, size_t offset, size_t size, uint32_t streamCTR, uint64_t *outInputCTR, void *outData) argument
135 decrypt( const void *inData, size_t size, uint32_t streamCTR, uint64_t inputCTR, void *outData) argument
[all...]
/frameworks/native/include/ui/
H A Dvec3.h52 inline static size_type size() { return SIZE; } function in class:android::tvec3
94 // cross product works only on vectors of size 3
H A Dvec4.h55 inline static size_type size() { return SIZE; } function in class:android::tvec4
/frameworks/native/libs/gui/
H A DSensor.cpp346 status_t Sensor::flatten(void* buffer, size_t size) const {
347 if (size < getFlattenedSize()) {
351 flattenString8(buffer, size, mName);
352 flattenString8(buffer, size, mVendor);
353 FlattenableUtils::write(buffer, size, mVersion);
354 FlattenableUtils::write(buffer, size, mHandle);
355 FlattenableUtils::write(buffer, size, mType);
356 FlattenableUtils::write(buffer, size, mMinValue);
357 FlattenableUtils::write(buffer, size, mMaxValue);
358 FlattenableUtils::write(buffer, size, mResolutio
370 unflatten(void const* buffer, size_t size) argument
408 flattenString8(void*& buffer, size_t& size, const String8& string8) argument
416 unflattenString8(void const*& buffer, size_t& size, String8& outputString8) argument
[all...]
H A DSensorEventQueue.cpp157 ssize_t size = ::send(mSensorChannel->getFd(), &mNumAcksToSend, sizeof(mNumAcksToSend), local
159 if (size < 0) {
160 ALOGE("sendAck failure %d %d", size, mNumAcksToSend);

Completed in 9382 milliseconds

<<11121314151617181920>>