Searched refs:size (Results 201 - 225 of 2722) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.cpp1 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
13 GLint *size = (GLint *) 0; local
41 _exceptionMessage = "size == null";
53 size = size_base + sizeOffset;
94 (GLint *)size,
121 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
134 GLint *size = (GLint *) 0; local
139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
145 if (size == NULL) {
147 size
182 GLint *size = (GLint *) 0; local
279 GLint *size = (GLint *) 0; local
[all...]
H A DglGetActiveUniform.cpp1 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
13 GLint *size = (GLint *) 0; local
41 _exceptionMessage = "size == null";
53 size = size_base + sizeOffset;
94 (GLint *)size,
121 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
134 GLint *size = (GLint *) 0; local
139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
145 if (size == NULL) {
147 size
183 GLint *size = (GLint *) 0; local
280 GLint *size = (GLint *) 0; local
[all...]
H A DglGetTransformFeedbackVarying.cpp1 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
13 GLint *size = (GLint *) 0; local
41 _exceptionMessage = "size == null";
53 size = size_base + sizeOffset;
94 (GLint *)size,
121 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
134 GLint *size = (GLint *) 0; local
139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
145 if (size == NULL) {
147 size
182 GLint *size = (GLint *) 0; local
279 GLint *size = (GLint *) 0; local
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp106 Media &item = mMediaItems.editItemAt(mMediaItems.size() - 1);
134 if (mSelectedIndex >= (ssize_t)mMediaItems.size()) {
135 mSelectedIndex = mMediaItems.size() - 1;
159 mSelectedIndex = (rand() * mMediaItems.size()) / RAND_MAX;
170 if (index >= mMediaItems.size()) {
193 return mMediaItems.size();
197 if (index >= mMediaItems.size()) {
231 for (size_t i = 0; i < mMediaItems.size(); ++i) {
246 const char *baseURI, const void *data, size_t size)
255 mInitCheck = parse(data, size);
245 M3UParser( const char *baseURI, const void *data, size_t size) argument
289 size_t M3UParser::size() { function in class:android::M3UParser
518 parse(const void *_data, size_t size) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp73 if ((s.size() % 2) != 0) {
77 size_t outLen = s.size() / 2;
82 for (size_t i = 0; i < s.size(); ++i) {
116 CHECK_EQ(profileLevelID->size(), 3u);
133 size_t end = (commaPos < 0) ? val.size() : commaPos;
138 CHECK_GT(nal->size(), 0u);
139 CHECK_LE(nal->size(), 65535u);
149 totalSeqParameterSetSize += nal->size();
153 totalPicParameterSetSize += nal->size();
192 *out++ = nal->size() >>
[all...]
/frameworks/av/services/audioflinger/
H A DEffects.cpp113 size_t size = mHandles.size(); local
116 for (i = 0; i < size; i++) {
149 size_t size = mHandles.size(); local
151 for (i = 0; i < size; i++) {
156 if (i == size) {
157 return size;
173 if (mHandles.size() == 0 && !mPinned) {
177 return mHandles.size();
322 uint32_t size; local
430 uint32_t size = sizeof(status_t); local
472 uint32_t size = sizeof(status_t); local
507 uint32_t size = sizeof(status_t); local
560 uint32_t size = (replySize == NULL) ? 0 : *replySize; local
675 uint32_t size = sizeof(volume); local
708 uint32_t size = sizeof(status_t); local
730 uint32_t size = sizeof(status_t); local
752 uint32_t size = 0; local
800 uint32_t size = sizeof(status_t); local
1231 int size = *p++; local
1314 dumpToBuffer(char* buffer, size_t size) argument
1361 size_t size = mEffects.size(); local
1374 size_t size = mEffects.size(); local
1389 size_t size = mEffects.size(); local
1455 size_t size = mEffects.size(); local
1510 size_t size = mEffects.size(); local
1586 size_t size = mEffects.size(); local
1619 size_t size = mEffects.size(); local
1628 size_t size = mEffects.size(); local
1637 size_t size = mEffects.size(); local
1650 size_t size = mEffects.size(); local
1938 size_t size = mEffects.size(); local
[all...]
/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp50 for (size_t i = 0; i < mMimeTypeVector.size(); i++) {
61 for (size_t i = 0; i < mFileSuffixVector.size(); i++) {
79 return mMimeTypeVector.size();
83 return mFileSuffixVector.size();
128 return mIndex < mDrmSupportInfo->mFileSuffixVector.size();
152 return mIndex < mDrmSupportInfo->mMimeTypeVector.size();
/frameworks/av/drm/libdrmframework/plugins/common/util/src/
H A DMimeTypeUtil.cpp43 int size; // Number of bytes. e.g. "audio/" = 6 bytes member in struct:android::MimeGroup
49 int size; // Number of bytes. e.g. "x-mpeg" = 6 bytes member in struct:android::MimeTypeList
138 if (0 == strncmp(pMimeType, pGroup->pGroup, pGroup->size)) {
147 len = strlen (pMimeType+pGroup->size);
150 (len == pMimeItem->size) &&
151 (0 == strcmp(pMimeType+pGroup->size, pMimeItem->pMimeExt))) {
/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp25 if ((s.size() % 4) != 0) {
29 size_t n = s.size();
43 size_t outLen = 3 * s.size() / 4 - padding;
103 const void *_data, size_t size, AString *out) {
109 for (i = 0; i < (size / 3) * 3; i += 3) {
119 switch (size % 3) {
102 encodeBase64( const void *_data, size_t size, AString *out) argument
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimatorRT.java67 int size = parent.mPendingAnimations.size();
79 for (int i = 0; i < size; i++) {
127 int size = mPendingAnimations.size();
128 for (int i = 0; i < size; i++) {
/frameworks/base/core/jni/android/graphics/
H A DMinikinUtils.cpp30 static int snprintfcat(char* buf, int off, int size, const char* format, ...)
32 static int snprintfcat(char* buf, int off, int size, const char* format, ...) { argument
35 int n = vsnprintf(buf + off, size - off, format, args);
36 LOG_ALWAYS_FATAL_IF(n >= size - off, "String overflow in setting layout properties");
49 FontLanguage minikinLang(lang.c_str(), lang.size());
56 minikinPaint.size = (int)/*WHY?!*/paint->getTextSize();
/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_frame.h27 Java_android_filterfw_core_NativeFrame_nativeAllocate(JNIEnv* env, jobject thiz, jint size);
42 Java_android_filterfw_core_NativeFrame_getNativeInts(JNIEnv* env, jobject thiz, jint size);
48 Java_android_filterfw_core_NativeFrame_getNativeFloats(JNIEnv* env, jobject thiz, jint size);
58 Java_android_filterfw_core_NativeFrame_getNativeData(JNIEnv* env, jobject thiz, jint size);
67 jint size,
74 jint size,
/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java104 out.writeInt(mParticipants.size());
106 if (mParticipants.size() > 0) {
123 int size = in.readInt();
125 for (int i = 0; i < size; ++i) {
140 public ImsConferenceState[] newArray(int size) {
141 return new ImsConferenceState[size];
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.cpp80 ASSERT_TRUE(10 == m_pNodeList.size());
85 ASSERT_TRUE(10 == m_pNodeList.size());
91 ASSERT_TRUE(0 == m_pNodeList.size());
97 ASSERT_TRUE(11 == m_pNodeList.size());
99 ASSERT_TRUE(10 == m_pNodeList.size());
119 ASSERT_TRUE(m_pNodeList.size() == 8);
H A DFactoriesTest.cpp46 ASSERT_EQ(1, m_pNodeAlloc->size());
49 ASSERT_EQ(2, m_pNodeAlloc->size());
52 ASSERT_EQ(3, m_pNodeAlloc->size());
84 ASSERT_EQ(100, m_pNodeAlloc->size());
106 ASSERT_EQ(100, m_pNodeAlloc->size());
116 ASSERT_EQ(0, delegatee->size());
142 ASSERT_EQ(200, m_pNodeAlloc->size());
152 ASSERT_EQ(0, delegatee->size());
164 ASSERT_EQ(100, m_pNodeAlloc->size());
166 ASSERT_EQ(100, m_pNodeAlloc->size());
[all...]
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFObject.h82 void *allocateSHNCommonData(size_t size, size_t align = 1) { argument
83 rsl_assert(size > 0 && align != 0);
85 rsl_assert(SHNCommonDataPtr && "Must init common data size before use!");
94 // Ensure the free size is sufficient
95 if (SHNCommonDataFreeSize < size) {
101 SHNCommonDataPtr += size;
102 SHNCommonDataFreeSize -= size;
113 for (size_t i = 0; i < stab.size(); ++i) {
/frameworks/rs/driver/
H A DrsdVertexArray.cpp47 size = 0;
54 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride, argument
59 this->size = size;
70 ALOGV("va %i: slot=%i name=%s buf=%i ptr=%p size=%i type=0x%x stride=0x%x norm=%i offset=0x%p",
75 mAttribs[idx].size,
111 mAttribs[ct].size,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyEffects.cpp55 for (i = 0; i < mInputSources.size(); i++) {
60 for (i = 0; i < mInputs.size(); i++) {
67 for (i = 0; i < mOutputStreams.size(); i++) {
72 for (i = 0; i < mOutputSessions.size(); i++) {
110 for (size_t i = 0; i < effects.size(); i++) {
121 for (size_t j = 0; j < effect->mParams.size(); j++) {
163 for (index = 0; index < mInputs.size(); index++) {
168 if (index == mInputs.size()) {
174 for (size_t i = 0; i < effects.size(); i++) {
180 if (effects.size() > *coun
375 growParamSize(char *param, size_t size, size_t *curSize, size_t *totSize) argument
472 size_t size = readParamValue(param, (char *)fx_param, &curSize, &totSize); local
487 size_t size = readParamValue(value, (char *)fx_param, &curSize, &totSize); local
[all...]
/frameworks/base/tools/aapt/
H A DXMLNode.cpp63 prefixSize = RESOURCES_PREFIX.size();
66 prefixSize = RESOURCES_PRV_PREFIX.size();
73 //printf("namespace: %s\n", String8(String16(namespaceUri, namespaceUri.size()-prefixSize, prefixSize)).string());
75 return String16(namespaceUri, namespaceUri.size()-prefixSize, prefixSize);
84 const char16_t* end = str + str16.size();
109 // This must be a size specification instead of position.
208 if (firstTime && text.size() > 0) {
270 curString.size(), false, &errorMsg, true)) {
289 span.span.firstChar = span.span.lastChar = outString->size();
305 curString.size(), fals
[all...]
H A DStringPool.cpp57 const size_t N = pool->size();
69 (ZD_TYPE)uniqueStrings.size(), pool->isUTF8() ? "UTF-8" : "UTF-16",
73 const size_t NS = pool->size();
82 if (configStr.size() > 0) configStr.append(" ");
83 if (configs.size() > 0) {
84 for (size_t j=0; j<configs.size(); j++) {
95 // Strings with styles go first, to reduce the size of the styles array.
109 const size_t LHN = configs.size();
110 const size_t RHN = o.configs.size();
157 if (ent.configTypeName.size() <
[all...]
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp243 return m_OutputSymbols.size();
248 return m_pFile->size();
253 return m_pLocal->size();
258 return m_pLocalDyn->size();
263 return m_pCommon->size();
268 return m_pDynamic->size();
273 return m_pRegular->size();
339 iter += m_pFile->size();
351 iter += m_pFile->size();
363 iter += m_pLocal->size();
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h60 unsigned size() const { return ValuePtrs.size(); } function in class:llvm_2_7::BitcodeReaderValueList
72 assert(i < ValuePtrs.size());
80 assert(N <= size() && "Invalid shrinkTo request!");
107 unsigned size() const { return MDValuePtrs.size(); }
116 assert(i < MDValuePtrs.size());
121 assert(N <= size() && "Invalid shrinkTo request!");
206 InvalidRecord, // A read record doesn't have the expected size or structure
267 if (ID >= FunctionBBs.size()) retur
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h60 unsigned size() const { return ValuePtrs.size(); } function in class:llvm_3_0::BitcodeReaderValueList
72 assert(i < ValuePtrs.size());
80 assert(N <= size() && "Invalid shrinkTo request!");
107 unsigned size() const { return MDValuePtrs.size(); }
116 assert(i < MDValuePtrs.size());
121 assert(N <= size() && "Invalid shrinkTo request!");
201 InvalidRecord, // A read record doesn't have the expected size or structure
262 if (ID >= FunctionBBs.size()) retur
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h60 for(unsigned int i = 0; i < pKey.size(); ++i) {
78 for(unsigned int i = 0; i < pKey.size(); ++i) {
100 for(unsigned int i = 0; i < pKey.size(); ++i) {
122 for (unsigned int i = 0; i < pKey.size(); ++i) {
143 for(uint32_t i = 0; i < pKey.size(); ++i)
161 for(uint32_t i = 0; i < pKey.size(); ++i)
178 for(uint32_t i = 0; i < pKey.size(); ++i)
194 uint32_t hash_val = pKey.size();
196 for(uint32_t i = 0; i < pKey.size(); ++i)
213 for(uint32_t i = 0; i < pKey.size();
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DJsonWebKeyUnittest.cpp48 for (size_t i = 0; i < input.size(); ++i) {
59 for (size_t i = 0; i < keys.size(); ++i) {
122 EXPECT_TRUE(keys.size() == 1);
147 EXPECT_TRUE(keys.size() == 1);
185 EXPECT_TRUE(keys.size() == 1);
243 EXPECT_TRUE(keys.size() == 2);
274 EXPECT_TRUE(keys.size() == 2);
313 EXPECT_TRUE(keys.size() == 3);

Completed in 699 milliseconds

1234567891011>>