| /third_party/openssl/test/ |
| H A D | destest.c | 715 int clen, clen_upd, clen_fin, plen, plen_upd, plen_fin, expect, bs, i; in test_des_key_wrap() local 785 int expect; member 818 int expect; member
|
| /third_party/toybox/toys/pending/ |
| H A D | sh.c | 648 struct double_list *expect; member [all...] |
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | TextFormatTest.java | 1097 private void assertPrintFieldValue(String expect, Object value, String fieldName) in assertPrintFieldValue() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
| H A D | scrollable_cover_test_ng.cpp | 447 auto expect = 1.0 + CAP_COEFFICIENT * (4); in HWTEST_F() local 540 auto expect = DEFAULT_THRESHOLD * threshold * signum - (final - position) * friction; in HWTEST_F() local 598 auto expect = finalPosition + (finalPosition - extent.Leading()) - (finalPosition - scrollable->currentPos_); in HWTEST_F() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
| H A D | image_pixel_map_test.cpp | 224 uint32_t expect = 0xFF422008; in HWTEST_F() local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/ |
| H A D | medialibrary_fileext_test.cpp | 1487 void DocumentsExtensionCheck(const shared_ptr<FileAsset> &parent, const string &title, bool expect) in DocumentsExtensionCheck() argument 1512 void SpecialCharacterExtensionCheck(const shared_ptr<FileAsset> &parent, const string &title, bool expect) argument 1463 MediaFileExtensionCheck(const shared_ptr<FileAsset> &parent, const unordered_set<string> extensions, const string &title, bool expect) MediaFileExtensionCheck() argument
|
| /foundation/communication/dsoftbus/core/connection/ble/src/ |
| H A D | softbus_conn_ble_connection.c | 58 enum BleServerState expect; member 977 static int32_t DoRetryAction(enum BleServerState expect) in DoRetryAction() argument 1019 enum BleServerState expect in RetryServerStatConsistentHandler() local [all...] |
| H A D | softbus_conn_ble_server.c | 99 enum GattServerState expect; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_relational_test.cpp | 690 void TableModifyTest(const std::string &modifySql, TableSyncType tableSyncType, DBStatus expect) in TableModifyTest() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 104 void CreateAndInitUserTable(int64_t count, int64_t photoSize, const Asset &expect) in CreateAndInitUserTable() argument 288 void InitUserDataForAssetTest(int64_t insCount, int64_t photoSize, const Asset &expect) in InitUserDataForAssetTest() argument
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | signalndk.cpp | 63 int expect;
in intInput() local
|
| /test/xts/acts/kernel_lite/net_posix/src/ |
| H A D | ActsNetTest.cpp | 2002 unsigned int expect = 4294967295; in HWTEST_F() local 2113 unsigned int expect = 4294967295; in HWTEST_F() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cnormtst.c | 771 UChar input[1000], expect[1000], output[1000]; in TestNormCoverage() local 979 expect[]={ TestConcatenate() local 1045 const UChar *expect, *outLimit, *in; _testIter() local 1453 UChar expect[12]; TestComposition() member [all...] |
| H A D | ncnvtst.c | 996 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, in convertFromU() argument 1085 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, in convertToU() argument 1182 testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, UBool testReset) testConvertFromU() argument 1354 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, UBool testReset) testConvertToU() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dtifmtts.cpp | 1207 void DateIntervalFormatTest::expect(const char** data, int32_t data_length) { in expect() function in DateIntervalFormatTest [all...] |
| H A D | ustrtest.cpp | 585 static const char expect[]={ in TestExtract() local
|
| H A D | restsnew.cpp | 1081 const char* expect ="tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''"; in TestNewTypes() local
|
| H A D | tstnorm.cpp | 542 UnicodeString& expect = tests[i][outCol]; in staticTest() local 565 UnicodeString& expect = tests[i][outCol]; in iterateTest() local 631 TestPreviousNext(const UChar *src, int32_t srcLength, const UChar32 *expect, int32_t expectLength, const int32_t *expectIndex, int32_t srcMiddle, int32_t expectMiddle, const char *moves, UNormalizationMode mode, const char *name) TestPreviousNext() argument 727 static const UChar32 expect[]={ TestPreviousNext() local 831 UnicodeString left, right, expect, result, r; TestConcatenate() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| H A D | BasicTest.java | 2562 public String input, expect; global() field in BasicTest.TestCompositionCase 2563 TestCompositionCase(Normalizer.Mode mode, int options, String input, String expect) TestCompositionCase() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| H A D | BasicTest.java | 2559 public String input, expect; global() field in BasicTest.TestCompositionCase 2560 TestCompositionCase(Normalizer.Mode mode, int options, String input, String expect) TestCompositionCase() argument [all...] |
| /third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
| H A D | howExpensiveIs.cpp | 290 NumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE) in NumTest() argument 342 AttrNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE, UNumberFormatAttribute attr, int32_t newValue) in AttrNumTest() argument 370 NOXNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE /*, UNumberFormatAttribute attr, int32_t newValue */) in NOXNumTest() argument 418 NumFmtTest(const char *pat, const char *num, double expect, const char *FILE, int LINE) in NumFmtTest() argument 541 NumFmtInt64Test(const char *pat, const char *num, int64_t expect, const char *FILE, int LINE, EMode mode) in NumFmtInt64Test() argument 633 NumFmtStringPieceTest(const char *pat, const char *num, const StringPiece& expect, const char *FILE, int LINE) NumFmtStringPieceTest() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_compiler.cpp | 672 d3d12_compare_varying_info(const d3d12_varying_info *expect, const d3d12_varying_info *have) in d3d12_compare_varying_info() argument 697 d3d12_compare_shader_keys(const d3d12_shader_key *expect, const d3d12_shader_key *have) in d3d12_compare_shader_keys() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | ClearTest.cpp | 807 const GLColor &expect = clearValues[clearIndex]; in TEST_P() local 875 const GLColor &expect = clearValues[i]; in TEST_P() local 1136 GLColor expect = clearValuef; TEST_P() local 1271 GLColor expect = clearValuef; TEST_P() local [all...] |
| H A D | TransformFeedbackTest.cpp | 155 const GLfloat expect[] = { in TEST_P() local
|
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | makepng.c | 1144 check_param_count(int nparams, int expect) in check_param_count() argument
|