Home
last modified time | relevance | path

Searched refs:mErrorCode (Results 1 – 11 of 11) sorted by relevance

/external/cronet/stable/components/cronet/android/java/src/org/chromium/net/impl/
DNetworkExceptionImpl.java12 protected final int mErrorCode; field in NetworkExceptionImpl
29 mErrorCode = errorCode; in NetworkExceptionImpl()
35 return mErrorCode;
45 switch (mErrorCode) {
65 b.append(", ErrorCode=").append(mErrorCode);
DBidirectionalStreamNetworkException.java24 assert mErrorCode == ERROR_OTHER; in immediatelyRetryable()
/external/cronet/tot/components/cronet/android/java/src/org/chromium/net/impl/
DNetworkExceptionImpl.java12 protected final int mErrorCode; field in NetworkExceptionImpl
29 mErrorCode = errorCode; in NetworkExceptionImpl()
35 return mErrorCode;
45 switch (mErrorCode) {
65 b.append(", ErrorCode=").append(mErrorCode);
DBidirectionalStreamNetworkException.java24 assert mErrorCode == ERROR_OTHER; in immediatelyRetryable()
/external/libchrome/base/android/java/src/org/chromium/base/library_loader/
DProcessInitException.java11 private int mErrorCode = LoaderErrors.LOADER_ERROR_NORMAL_COMPLETION; field in ProcessInitException
17 mErrorCode = errorCode; in ProcessInitException()
26 mErrorCode = errorCode; in ProcessInitException()
33 return mErrorCode; in getErrorCode()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/
DNsdManagerFacade.java275 private final Integer mErrorCode; field in NsdManagerFacade.RegistrationListener.RegistrationListenerEvent
281 mErrorCode = errorCode; in RegistrationListenerEvent()
291 if (mErrorCode != null) { in toJSON()
292 j.put(REG_LISTENER_ERROR_CODE, mErrorCode.intValue()); in toJSON()
354 private final Integer mErrorCode; field in NsdManagerFacade.DiscoveryListener.DiscoveryListenerEvent
361 mErrorCode = errorCode; in DiscoveryListenerEvent()
376 if (mErrorCode != null) { in toJSON()
377 j.put(DISCOVERY_LISTENER_DATA_ERROR_CODE, mErrorCode.intValue()); in toJSON()
410 private final Integer mErrorCode; field in NsdManagerFacade.ResolveListener.ResolveListenerEvent
416 mErrorCode = errorCode; in ResolveListenerEvent()
[all …]
/external/aac/fuzzer/
Daac_dec_fuzzer.cpp85 AAC_DECODER_ERROR mErrorCode = AAC_DEC_OK; member in Codec
113 mErrorCode = aacDecoder_Fill(mAacDecoderHandle, &data, &inputSize, &valid); in decodeFrames()
114 if (mErrorCode != AAC_DEC_OK) { in decodeFrames()
120 mErrorCode = in decodeFrames()
123 } while (mErrorCode == AAC_DEC_OK); in decodeFrames()
/external/sl4a/Common/src/com/googlecode/android_scripting/
DSl4aException.java27 private int mErrorCode; field in Sl4aException
31 mErrorCode = errorCode; in Sl4aException()
39 return mErrorCode; in getErrorCode()
/external/angle/src/libANGLE/renderer/metal/
DProgramMtl.mm71 if (mErrorCode != GL_NO_ERROR)
73 mtl::GetImpl(context)->handleError(mErrorCode, mErrorMessage.c_str(), mErrorFile,
87 mErrorCode = glErrorCode;
99 GLenum mErrorCode = GL_NO_ERROR;
130 if (mErrorCode != GL_NO_ERROR)
132 mtl::GetImpl(context)->handleError(mErrorCode, mErrorMessage.c_str(), mErrorFile,
147 mErrorCode = glErrorCode;
158 GLenum mErrorCode = GL_NO_ERROR;
/external/angle/src/libANGLE/renderer/vulkan/
DProgramVk.cpp84 ASSERT((result == angle::Result::Continue) == (mErrorCode == VK_SUCCESS)); in link()
92 mErrorCode = result; in handleError()
125 if (mErrorCode != VK_SUCCESS) in getResult()
127 contextVk->handleError(mErrorCode, mErrorFile, mErrorFunction, mErrorLine); in getResult()
158 VkResult mErrorCode = VK_SUCCESS; member in rx::__anon015dec310111::LinkTaskVk
DProgramExecutableVk.cpp375 mErrorCode = result; in handleError()
392 if (mErrorCode != VK_SUCCESS) in getResultImpl()
394 contextVk->handleError(mErrorCode, mErrorFile, mErrorFunction, mErrorLine); in getResultImpl()
434 VkResult mErrorCode = VK_SUCCESS; member in rx::ProgramExecutableVk::WarmUpTaskCommon
455 ASSERT((result == angle::Result::Continue) == (mErrorCode == VK_SUCCESS)); in operator ()()
491 ASSERT((result == angle::Result::Continue) == (mErrorCode == VK_SUCCESS)); in operator ()()