Searched refs:retVal (Results 51 - 75 of 193) sorted by relevance

12345678

/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dprocess_thread_impl.cc53 int32_t retVal = _thread->Start(id); local
54 if(retVal >= 0)
/external/icu/icu4c/source/common/
H A Dudata.cpp296 UDataMemory *retVal = NULL; local
306 retVal = el->item;
309 fprintf(stderr, "Cache: [%s] -> %p\n", baseName, retVal);
311 return retVal;
1097 UDataMemory *retVal = NULL; local
1234 retVal = doLoadFromCommonData(isICUData,
1237 if((retVal != NULL) || U_FAILURE(*pErrorCode)) {
1238 return retVal;
1250 retVal = doLoadFromIndividualFiles(pkgName.data(), dataPath, tocEntryPathSuffix,
1252 if((retVal !
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dumsg.cpp92 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); local
94 return retVal;
133 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); local
135 return retVal;
249 MessageFormat* retVal = new MessageFormat(patString,Locale(locale),*parseError,*status); local
250 if(retVal == NULL) {
254 if (U_SUCCESS(*status) && MessageFormatAdapter::hasArgTypeConflicts(*retVal)) {
257 return (UMessageFormat*)retVal;
282 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); local
283 if(retVal
[all...]
/external/icu/icu4c/source/i18n/
H A Dumsg.cpp92 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); local
94 return retVal;
133 int32_t retVal = umsg_vformat(fmt,result,resultLength,ap,status); local
135 return retVal;
249 MessageFormat* retVal = new MessageFormat(patString,Locale(locale),*parseError,*status); local
250 if(retVal == NULL) {
254 if (U_SUCCESS(*status) && MessageFormatAdapter::hasArgTypeConflicts(*retVal)) {
257 return (UMessageFormat*)retVal;
282 UMessageFormat retVal = (UMessageFormat)((MessageFormat*)fmt)->clone(); local
283 if(retVal
[all...]
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc341 ErrorCode retVal = BindLocalRTPSocket(); local
342 if(retVal != kNoSocketError)
346 _lastError = retVal;
350 retVal = BindLocalRTCPSocket();
351 if(retVal != kNoSocketError)
353 _lastError = retVal;
822 ErrorCode retVal = BindRTPSendSocket(); local
823 if(retVal != kNoSocketError)
825 _lastError = retVal;
828 retVal
856 ErrorCode retVal = BindLocalRTPSocket(); local
1517 ErrorCode retVal = BindRTPSendSocket(); local
1977 ErrorCode retVal = BindLocalRTPSocket(); local
2043 ErrorCode retVal = BindLocalRTCPSocket(); local
[all...]
H A Dudp_socket_posix.cc161 int retVal = sendto(_socket,buf, len, 0, local
163 if(retVal == SOCKET_ERROR)
169 return retVal;
/external/ceres-solver/include/ceres/internal/
H A Dscoped_ptr.h121 C* retVal = ptr_; local
123 return retVal;
255 C* retVal = array_; local
257 return retVal;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dtoolutil.cpp182 int retVal = 0; local
184 retVal = _mkdir(pathname);
186 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH));
188 if (retVal && errno != EEXIST) {
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp183 int retVal = 0; local
185 retVal = _mkdir(pathname);
187 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH));
189 if (retVal && errno != EEXIST) {
/external/zlib/src/contrib/testzlib/
H A Dtestzlib.c123 int retVal=1; local
134 retVal=0;
138 retVal=0;
142 return retVal;
/external/yaffs2/yaffs2/
H A Dyaffs_tagscompat.c52 int retVal; local
53 retVal = yaffs_countBitsTable[x];
54 return retVal;
187 int retVal; local
199 retVal = dev->readChunkFromNAND(dev, chunkInNAND, data, spare);
257 retVal =
300 return retVal;
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Dnormperf.h37 int32_t retVal; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
59 retVal = (*fn)(src,srcLen,mode, options, status);
61 retVal = (*fn)(src,-1,mode, options, status);
108 int32_t retVal; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
131 retVal
[all...]
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h37 int32_t retVal; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
59 retVal = (*fn)(src,srcLen,mode, options, status);
61 retVal = (*fn)(src,-1,mode, options, status);
108 int32_t retVal; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
131 retVal
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Decho_cancellation.c352 int32_t retVal = 0; local
383 retVal = -1;
387 retVal = -1;
403 retVal = -1;
417 return retVal;
611 int retVal = 0; local
629 retVal = WebRtcAec_GetSkew(aecpc->resampler, skew, &aecpc->skew);
630 if (retVal == -1) {
757 return retVal;
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.cc54 int retVal = _ptrX11Render->Init(); local
55 if (retVal == -1)
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc89 int retVal = _ptrCarbonRender->Init(); local
90 if (retVal == -1)
H A Dvideo_render_mac_cocoa_impl.mm60 int retVal = _ptrCocoaRender->Init();
61 if (retVal == -1)
/external/deqp/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp62 tcu::Vector<T1, S1> retVal; local
65 retVal[ndx] = T1(0);
68 retVal[3] = T1(1);
71 retVal[ndx] = T1(v[ndx]);
73 return retVal;
215 AttributeCase* retVal = new AttributeCase(ctx, local
222 retVal->m_loader = new LoaderType();
223 return retVal;
/external/deqp/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp64 tcu::Vector<T1, S1> retVal; local
67 retVal[ndx] = T1(0);
70 retVal[3] = T1(1);
73 retVal[ndx] = T1(v[ndx]);
75 return retVal;
291 AttributeCase* retVal = new AttributeCase(ctx, local
298 retVal->m_loader = new LoaderType();
299 return retVal;
/external/chromium_org/third_party/cld/base/
H A Dscoped_ptr.h105 C* retVal = ptr_; local
107 return retVal;
240 C* retVal = array_; local
242 return retVal;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc521 int32_t retVal = 0; local
570 retVal = _rtpSender->SendToNetwork(dtmfbuffer, 4, 12, -1,
575 }while (sendCount > 0 && retVal == 0);
577 return retVal;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp138 DefinedSVal retVal = X.castAs<DefinedSVal>();
166 std::tie(lockFail, lockSucc) = state->assume(retVal);
169 std::tie(lockSucc, lockFail) = state->assume(retVal);
179 lockSucc = state->assume(retVal, false);
/external/chromium_org/third_party/icu/source/common/
H A Ducmndata.c209 int32_t retVal=0; local
212 retVal = toc->count;
214 return retVal;
/external/chromium_org/third_party/icu/source/io/
H A Dufile.c289 int32_t retVal = -1; local
296 retVal = 0;
299 return retVal;
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstrtst.c30 int32_t retVal; local
204 retVal = u_sprintf(uStringBuf, longStr);
209 if (retVal != (int32_t)strlen(longStr)) {
210 log_err("%%S returned different sizes. Got: %d Expected: %d\n", retVal, strlen(longStr));
213 retVal = u_sprintf(uStringBuf, "%s", longStr);
218 if (retVal != (int32_t)strlen(longStr)) {
219 log_err("%%S returned different sizes. Got: %d Expected: %d\n", retVal, strlen(longStr));
229 retVal = u_sprintf_u(uStringBuf, myUString+10);
233 if (retVal != (int32_t)strlen(longStr + 10)) {
234 log_err("%%S returned different sizes. Got: %d Expected: %d\n", retVal, strle
[all...]

Completed in 582 milliseconds

12345678