Home
last modified time | relevance | path

Searched refs:retCode (Results 1 – 25 of 26) sorted by relevance

12

/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc275 HRESULT retCode = DATACHECK(node_); in get_accParent() local
276 if (SUCCEEDED(retCode)) { in get_accParent()
292 retCode = (*ppdispParent) ? S_OK : S_FALSE; in get_accParent()
295 retCode = E_INVALIDARG; in get_accParent()
297 return retCode; in get_accParent()
302 HRESULT retCode = DATACHECK(node_); in get_accChildCount() local
303 if (SUCCEEDED(retCode) && pcountChildren) { in get_accChildCount()
307 retCode = E_INVALIDARG; in get_accChildCount()
309 return retCode; in get_accChildCount()
315 HRESULT retCode = DATACHECK(node_); in get_accChild() local
[all …]
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DFLLiteClient.java57 private int retCode; field in FLLiteClient
156 return retCode; in getRetCode()
253 retCode = responseDataBuf.retcode(); in startFLJob()
258 retCode = ResponseCode.RequestError; in startFLJob()
309 retCode = ResponseCode.SUCCEED; in localTrain()
317 retCode = ResponseCode.RequestError; in localTrain()
326 retCode = ResponseCode.RequestError; in localTrain()
331 retCode = ResponseCode.RequestError; in localTrain()
367 retCode = responseDataBuf.retcode(); in updateModel()
376 retCode = ResponseCode.RequestError; in updateModel()
[all …]
DCipherClient.java95 private int retCode; field in CipherClient
147 return retCode; in getRetCode()
478 retCode = bufData.retcode(); in judgeRequestExchangeKeys()
480 LOGGER.info(Common.addTag("[PairWiseMask] return code: " + retCode)); in judgeRequestExchangeKeys()
484 switch (retCode) { in judgeRequestExchangeKeys()
499 "is invalid: " + retCode)); in judgeRequestExchangeKeys()
535 retCode = bufData.retcode(); in judgeGetExchangeKeys()
537 LOGGER.info(Common.addTag("[PairWiseMask] return code: " + retCode)); in judgeGetExchangeKeys()
540 switch (retCode) { in judgeGetExchangeKeys()
581 " invalid: " + retCode)); in judgeGetExchangeKeys()
[all …]
DSecureProtocol.java56 private int retCode; field in SecureProtocol
73 return retCode; in getRetCode()
150 retCode = cipherClient.getRetCode(); in pwCreateMask()
158 retCode = cipherClient.getRetCode(); in pwCreateMask()
171 retCode = cipherClient.getRetCode(); in pwCreateMask()
233 retCode = cipherClient.getRetCode(); in pwUnmasking()
DGetModel.java199 int retCode = responseDataBuf.retcode(); in doResponse() local
200 switch (retCode) { in doResponse()
225 …LOGGER.severe(Common.addTag("[getModel] the return <retCode> from server is invalid: " + retCode)); in doResponse()
DStartFLJob.java331 int retCode = flJob.retcode(); in doResponse() local
333 switch (retCode) { in doResponse()
352 …GGER.severe(Common.addTag("[startFLJob] the return <retCode> from server is invalid: " + retCode)); in doResponse()
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DReconstructSecretReq.java52 private int retCode; field in ReconstructSecretReq
134 retCode = bufData.retcode(); in judgeSendReconstructSecrets()
136 LOGGER.info(Common.addTag("[PairWiseMask] return code: " + retCode)); in judgeSendReconstructSecrets()
140 switch (retCode) { in judgeSendReconstructSecrets()
155 "invalid: " + retCode)); in judgeSendReconstructSecrets()
184 return retCode; in getRetCode()
DClientListReq.java57 private int retCode; field in ClientListReq
72 return retCode; in getRetCode()
114 retCode = ResponseCode.RequestError; in getClientList()
132 retCode = bufData.retcode(); in judgeGetClientList()
134 LOGGER.info(Common.addTag("[PairWiseMask] return code: " + retCode)); in judgeGetClientList()
140 switch (retCode) { in judgeGetClientList()
166 "invalid: " + retCode)); in judgeGetClientList()
/third_party/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.cpp1457 ADDR_E_RETURNCODE retCode; in ComputeMacroTileEquation() local
1460 retCode = ComputeMicroTileEquation(log2BytesPP, tileMode, microTileType, pEquation); in ComputeMacroTileEquation()
1462 if (retCode == ADDR_OK) in ComputeMacroTileEquation()
1502 retCode = ComputePipeEquation(log2BytesPP, thresholdX, thresholdY, pTileInfo, &equation); in ComputeMacroTileEquation()
1504 if (retCode == ADDR_OK) in ComputeMacroTileEquation()
1534 retCode = ComputeBankEquation(log2BytesPP, thresholdX, thresholdY, in ComputeMacroTileEquation()
1537 if (retCode == ADDR_OK) in ComputeMacroTileEquation()
1567 return retCode; in ComputeMacroTileEquation()
2688 ADDR_E_RETURNCODE retCode = ADDR_OK; in HwlCombineBankPipeSwizzle() local
2696 retCode = ADDR_INVALIDPARAMS; in HwlCombineBankPipeSwizzle()
[all …]
Dsiaddrlib.cpp224 ADDR_E_RETURNCODE retCode = ADDR_OK; in ComputeBankEquation() local
381 retCode = ADDR_NOTSUPPORTED; in ComputeBankEquation()
428 retCode = ADDR_NOTSUPPORTED; in ComputeBankEquation()
431 return retCode; in ComputeBankEquation()
453 ADDR_E_RETURNCODE retCode = ADDR_OK; in ComputePipeEquation() local
609 retCode = ADDR_NOTSUPPORTED; in ComputePipeEquation()
652 return retCode; in ComputePipeEquation()
2415 ADDR_E_RETURNCODE retCode = ADDR_OK; in HwlConvertTileInfoToHW() local
2417 retCode = EgBasedLib::HwlConvertTileInfoToHW(pIn, pOut); in HwlConvertTileInfoToHW()
2419 if (retCode == ADDR_OK) in HwlConvertTileInfoToHW()
[all …]
Dciaddrlib.cpp706 ADDR_E_RETURNCODE retCode = SiLib::HwlComputeSurfaceInfo(pIn, pOut); in HwlComputeSurfaceInfo() local
758 retCode = SiLib::HwlComputeSurfaceInfo(&localIn, pOut); in HwlComputeSurfaceInfo()
768 return retCode; in HwlComputeSurfaceInfo()
785 ADDR_E_RETURNCODE retCode = ADDR_OK; in HwlComputeFmaskInfo() local
840 retCode = DispatchComputeFmaskInfo(&fmaskIn, pOut); in HwlComputeFmaskInfo()
842 if (retCode == ADDR_OK) in HwlComputeFmaskInfo()
855 return retCode; in HwlComputeFmaskInfo()
/third_party/boost/libs/test/example/
Dunit_test_example_16.cpp33 int retCode = boost::unit_test::unit_test_main( &init_unit_test, argc, argv ); in main() local
34 return retCode; in main()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_iconv.c67 size_t retCode; in SDL_iconv() local
69 retCode = iconv((iconv_t) ((size_t) cd), (char **) inbuf, inbytesleft, outbuf, outbytesleft); in SDL_iconv()
71 retCode = iconv((iconv_t) ((size_t) cd), inbuf, inbytesleft, outbuf, outbytesleft); in SDL_iconv()
73 if (retCode == (size_t) - 1) { in SDL_iconv()
85 return retCode; in SDL_iconv()
870 size_t retCode = 0; in SDL_iconv_string() local
898 retCode = SDL_iconv(cd, &inbuf, &inbytesleft, &outbuf, &outbytesleft); in SDL_iconv_string()
899 switch (retCode) { in SDL_iconv_string()
/third_party/flutter/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp78 static void usageAndDie(UErrorCode retCode) { in usageAndDie() argument
79 …fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-f… in usageAndDie()
80 fprintf((U_SUCCESS(retCode) ? stdout : stderr), in usageAndDie()
95 exit(retCode); in usageAndDie()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp78 static void usageAndDie(UErrorCode retCode) { in usageAndDie() argument
79 …fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-f… in usageAndDie()
80 fprintf((U_SUCCESS(retCode) ? stdout : stderr), in usageAndDie()
95 exit(retCode); in usageAndDie()
/third_party/icu/icu4c/source/tools/gendict/
Dgendict.cpp78 static void usageAndDie(UErrorCode retCode) { in usageAndDie() argument
79 …fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-f… in usageAndDie()
80 fprintf((U_SUCCESS(retCode) ? stdout : stderr), in usageAndDie()
95 exit(retCode); in usageAndDie()
/third_party/flutter/skia/third_party/externals/icu/source/tools/gencfu/
Dgencfu.cpp67 void usageAndDie(int retCode) { in usageAndDie() argument
80 exit (retCode); in usageAndDie()
/third_party/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp67 void usageAndDie(int retCode) { in usageAndDie() argument
80 exit (retCode); in usageAndDie()
/third_party/skia/third_party/externals/icu/source/tools/gencfu/
Dgencfu.cpp67 void usageAndDie(int retCode) { in usageAndDie() argument
80 exit (retCode); in usageAndDie()
/third_party/flutter/skia/third_party/externals/icu/source/tools/genbrk/
Dgenbrk.cpp64 void usageAndDie(int retCode) { in usageAndDie() argument
77 exit (retCode); in usageAndDie()
/third_party/icu/icu4c/source/tools/genbrk/
Dgenbrk.cpp64 void usageAndDie(int retCode) { in usageAndDie() argument
77 exit (retCode); in usageAndDie()
/third_party/skia/third_party/externals/icu/source/tools/genbrk/
Dgenbrk.cpp64 void usageAndDie(int retCode) { in usageAndDie() argument
77 exit (retCode); in usageAndDie()
/third_party/icu/tools/multi/proj/icu4cscan/
Dtestxml.cpp40 void usageAndDie(int retCode) { in usageAndDie() argument
52 exit (retCode); in usageAndDie()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1254 …const auto retCode = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties2(m_co… in init() local
1256 if (retCode != vk::VK_SUCCESS && retCode != vk::VK_ERROR_FORMAT_NOT_SUPPORTED) in init()
1257 TCU_FAIL("vkGetPhysicalDeviceImageFormatProperties2 returned " + de::toString(retCode)); in init()
1259 if (retCode == vk::VK_ERROR_FORMAT_NOT_SUPPORTED) in init()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp2809 ADDR_E_RETURNCODE retCode = ADDR_OK; in ComputeMicroTileEquation() local
2932 retCode = ADDR_NOTSUPPORTED; in ComputeMicroTileEquation()
3000 return retCode; in ComputeMicroTileEquation()

12