Searched refs:size (Results 226 - 250 of 1923) sorted by relevance

1234567891011>>

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java126 int size,
133 int size,
140 int size,
147 int size,
125 glMatrixIndexPointerOES( int size, int type, int stride, java.nio.Buffer pointer ) argument
132 glMatrixIndexPointerOES( int size, int type, int stride, int offset ) argument
139 glWeightPointerOES( int size, int type, int stride, java.nio.Buffer pointer ) argument
146 glWeightPointerOES( int size, int type, int stride, int offset ) argument
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DSmokeTestSuiteBuilderTest.java31 assertEquals("Unexpected number of smoke tests.", 1, testCaseNames.size());
H A DTestGroupingTest.java44 assertEquals(1, tests.size());
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java62 child.setParent(this, mChildren.size() - 1);
90 if (mChildren.size() != 0) {
91 mChildField = new ScriptField_SgTransform(mRS, mChildren.size());
94 for (int i = 0; i < mChildren.size(); i ++) {
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Din_memory_wrapper_input.h30 InMemoryWrapperInput(const char* buffer, size_t size);
38 // Returns the size of the buffer (in bytes).
50 // The size of the buffer.
/frameworks/compile/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx28 for (size_t i = 0; i < table.size(); ++i) {
50 TypeTraits<ELFSectionHeaderTy>::size);
79 for (size_t i = 0; i < table.size(); ++i) {
88 for (size_t i = 0; i < table.size(); ++i) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DLEB128.h40 size_t size(IntType pValue) { function in namespace:mcld::leb128
41 size_t size = 1; local
44 ++size;
46 return size;
/frameworks/native/include/utils/
H A DStringArray.h59 inline int size(void) const { return mCurrent; } function in class:android::StringArray
/frameworks/native/libs/ui/
H A DFence.cpp97 status_t Fence::flatten(void* buffer, size_t size, int fds[], argument
99 if (size != 0 || count != 1) {
107 status_t Fence::unflatten(void const* buffer, size_t size, int fds[], argument
109 if (size != 0 || count != 1) {
/frameworks/native/libs/utils/
H A DSharedBuffer.cpp27 SharedBuffer* SharedBuffer::alloc(size_t size) argument
29 SharedBuffer* sb = static_cast<SharedBuffer *>(malloc(sizeof(SharedBuffer) + size));
32 sb->mSize = size;
52 memcpy(sb->data(), data(), size());
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp103 int size = 256 * 1024; local
104 CHECK_EQ(setsockopt(s, SOL_SOCKET, SO_RCVBUF, &size, sizeof(size)), 0);
329 for (size_t i = 0; i < s->mSources.size(); ++i) {
339 if (buffer->size() > 0) {
345 s->mRTCPSocket, buffer->data(), buffer->size(), 0,
358 CHECK_EQ(n, (ssize_t)buffer->size());
400 // ALOGI("received %d bytes.", buffer->size());
419 size_t size = buffer->size(); local
506 size_t size = buffer->size(); local
578 parseBYE( StreamInfo *s, const uint8_t *data, size_t size) argument
596 parseSR( StreamInfo *s, const uint8_t *data, size_t size) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp104 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
105 virtual status_t getSize(off64_t *size);
108 status_t setCachedRange(off64_t offset, size_t size);
152 ssize_t MPEG4DataSource::readAt(off64_t offset, void *data, size_t size) { argument
156 && offset + size <= mCachedOffset + mCachedSize) {
157 memcpy(data, &mCache[offset - mCachedOffset], size);
158 return size;
161 return mSource->readAt(offset, data, size);
164 status_t MPEG4DataSource::getSize(off64_t *size) { argument
165 return mSource->getSize(size);
172 setCachedRange(off64_t offset, size_t size) argument
199 hexdump(const void *_data, size_t size) argument
414 uint32_t size = 0; local
444 int32_t size = readSize(data_offset, mDataSource, &numOfBytes); local
1395 size_t size = 0; local
1555 parseMetaData(off64_t offset, size_t size) argument
1771 size_t size; local
1926 size_t size; local
2111 size_t size; local
[all...]
/frameworks/av/include/media/stagefright/
H A DFileSource.h37 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
39 virtual status_t getSize(off64_t *size);
61 ssize_t readAtDRM(off64_t offset, void *data, size_t size);
H A DMediaBuffer.h49 MediaBuffer(void *data, size_t size);
51 MediaBuffer(size_t size);
65 size_t size() const;
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DDelayAllPass_Sat_32x16To32.c31 LVM_UINT16 size, /* Delay size */
86 if (DelayOffset >= size)
91 if (AllPassOffset >= size)
30 DelayAllPass_Sat_32x16To32( LVM_INT32 *delay, LVM_UINT16 size, LVM_INT16 coeff, LVM_UINT16 DelayOffset, LVM_UINT16 *pAllPassOffset, LVM_INT32 *dst, LVM_INT16 n) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpp_semaphore_chroma_inter.cpp33 size = total number of pixel in the current luminance VOP (int)
120 int32 size, /* i */
168 /* (pstprcTypPrv + (size>>6)). */
172 pp_prev1 = pstprcTypPrv + (size >> 6) + nmvx + nmvy * (mvwidth >> 1) ;
211 /* = size/256 = size>>8 */
212 mv_loc = (size >> 8);
111 pp_semaphore_chroma_inter( int xpred, int ypred, uint8 *pp_dec_u, uint8 *pstprcTypPrv, int dx, int dy, int mvwidth, int height, int32 size, int mv_loc, uint8 msk_deblock ) argument
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp143 const uint8_t *data, size_t size);
156 status_t append(const void *data, size_t size);
163 size_t size() const;
226 for (size_t i = 0; i < mStreams.size(); ++i) {
232 for (size_t i = 0; i < mStreams.size(); ++i) {
335 for (size_t i = 0; i < infos.size(); ++i) {
350 for (size_t i = 0; i < mStreams.size(); ++i) {
357 for (size_t i = 0; i < infos.size(); ++i) {
369 if (mStreams.size() == 2 && infos.size()
844 onPayloadData( unsigned PTS_DTS_flags, uint64_t PTS, uint64_t DTS, const uint8_t *data, size_t size) argument
931 feedTSPacket(const void *data, size_t size) argument
1268 append(const void *data, size_t size) argument
1316 size_t ATSParser::PSISection::size() const { function in class:android::ATSParser::PSISection
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupDataInput.java130 * Report the size in bytes of the data associated with the current entity in the
133 * @return The size of the record's raw data, in bytes
151 * @param data An allocated byte array of at least 'size' bytes
154 * @param size The number of bytes to read in this pass
159 public int readEntityData(byte[] data, int offset, int size) throws IOException { argument
161 int result = readEntityData_native(mBackupReader, data, offset, size);
192 private native int readEntityData_native(int mBackupReader, byte[] data, int offset, int size); argument
H A DBackupDataOutput.java35 * and the total size of the binary value for the record. After the header has been
80 * @param dataSize The size in bytes of this record's data. Passing a dataSize
97 * @param size The number of bytes to be sent in this chunk
101 public int writeEntityData(byte[] data, int size) throws IOException { argument
102 int result = writeEntityData_native(mBackupWriter, data, size);
128 private native static int writeEntityData_native(int mBackupWriter, byte[] data, int size); argument
/frameworks/base/core/java/android/net/http/
H A DCharArrayBuffers.java46 int size = str.length();
47 boolean ok = len >= beginIndex + size;
48 for (int j=0; ok && (j<size); j++) {
/frameworks/base/core/java/android/nfc/
H A DApduList.java35 public ApduList[] newArray(int size) {
36 return new ApduList[size];
59 dest.writeInt(commands.size());
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java54 * Enum for specifying the text size.
71 TextSize(int size) { argument
72 value = size;
89 ZoomDensity(int size) { argument
90 value = size;
446 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
448 * @param t the text size as a {@link TextSize} value
456 * Gets the text size of the page. If the text size was previously specified
460 * @return the text size a
762 setMinimumFontSize(int size) argument
782 setMinimumLogicalFontSize(int size) argument
802 setDefaultFontSize(int size) argument
822 setDefaultFixedFontSize(int size) argument
[all...]
/frameworks/base/libs/hwui/
H A DPathRenderer.h44 TYPE* alloc(int size) { argument
45 mSize = size;
46 mBuffer = (void*)new TYPE[size];
/frameworks/base/location/java/com/android/internal/location/
H A DProviderRequest.java60 public ProviderRequest[] newArray(int size) {
61 return new ProviderRequest[size];
74 parcel.writeInt(locationRequests.size());
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapShader_Delegate.java203 private int getCoordinate(int i, int size, TileMode mode) { argument
210 i = size - 1 - (-i % size);
216 int count = i / size;
217 i = i % size;
220 i = size - 1 - i;
224 } else if (i >= size) {
227 i = size - 1;
230 i = i % size;
233 int count = i / size;
[all...]

Completed in 721 milliseconds

1234567891011>>