Home
last modified time | relevance | path

Searched refs:resb (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/tests/ut/python/pynative_mode/
Dtest_graph_param_cases.py130 resb = y * z
132 return resa, (resb, resc)
/third_party/icu/icu4c/source/test/intltest/
Drestest.cpp523 UResourceBundle *resb =ures_open(NULL,locale,&status); in TestExemplar() local
526 const UChar* strSet = ures_getStringByKey(resb,"ExemplarCharacters",&len,&status); in TestExemplar()
534 ures_close(resb); in TestExemplar()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DFormatHandler.java2376 String resb = tufb.format(amount); in hasSameBehavior() local
2378 return resa.equals(resb); in hasSameBehavior()
/third_party/icu/icu4c/source/test/cintltst/
Dcreststn.c932 UResourceBundle *resb=0, *dResB=0; in TestEmptyBundle() local
940 resb = ures_open(testdatapath, "testempty", &status); in TestEmptyBundle()
943 dResB = ures_getByKey(resb,"test",dResB,&status); in TestEmptyBundle()
950 ures_close(resb); in TestEmptyBundle()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java2389 String resb = tufb.format(amount); in hasSameBehavior() local
2391 return resa.equals(resb); in hasSameBehavior()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm34 .ehufsi: resb 256 ; length of code for each symbol
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm34 .ehufsi: resb 256 ; length of code for each symbol
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java2798 ResourceBundle resb = DateFormatSymbols.getDateFormatBundle(cal, loc); in TestCoverage() local
2803 if (resb != null) { in TestCoverage()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatTest.java2714 ResourceBundle resb = DateFormatSymbols.getDateFormatBundle(cal, loc); in TestCoverage() local
2719 if (resb != null) { in TestCoverage()