Searched refs:resb (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/tests/ut/python/pynative_mode/ |
D | test_graph_param_cases.py | 130 resb = y * z 132 return resa, (resb, resc)
|
/third_party/icu/icu4c/source/test/intltest/ |
D | restest.cpp | 523 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/ |
D | FormatHandler.java | 2376 String resb = tufb.format(amount); in hasSameBehavior() local 2378 return resa.equals(resb); in hasSameBehavior()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 932 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/ |
D | FormatHandler.java | 2389 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/ |
D | jchuff-sse2.asm | 34 .ehufsi: resb 256 ; length of code for each symbol
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jchuff-sse2.asm | 34 .ehufsi: resb 256 ; length of code for each symbol
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 2798 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/ |
D | DateFormatTest.java | 2714 ResourceBundle resb = DateFormatSymbols.getDateFormatBundle(cal, loc); in TestCoverage() local 2719 if (resb != null) { in TestCoverage()
|