/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderDirectiveTests.cpp | 47 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources, ExpectResult expect) in verifyProgram() argument 76 void verifyShader(NegativeTestContext& ctx, glu::ShaderType shaderType, std::string shaderSource, ExpectResult expect) in verifyShader() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_focus_test_ng.cpp | 1460 auto expect = webPattern->IsTouchHandleValid(handle); in HWTEST_F() local
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_immersive_test2.cpp | 110 void WindowImmersiveTest1::DumpFailedInfo(const SystemBarRegionTints& expect)
in DumpFailedInfo() argument 140 bool WindowImmersiveTest1::SystemBarPropsEqualsTo(const SystemBarRegionTints& expect)
in SystemBarPropsEqualsTo() argument
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_trans.c | 133 uint32_t expect = waitWriteLen > mtu ? mtu : waitWriteLen; in BrTransSend() local
|
/foundation/communication/netstack/test/unittest/tls_test/server/ |
H A D | tls_socket_server_branch_test.cpp | 382 std::vector<std::string> expect = {"www", "example", "com"}; in HWTEST_F() local
|
/foundation/communication/netstack/test/unittest/tlssocket/server/ |
H A D | tls_socket_server_branch_test.cpp | 382 std::vector<std::string> expect = {"www", "example", "com"}; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_tracker_table_test.cpp | 275 void SetTrackerTableTest(const TrackerSchema &schema, DBStatus expect) in SetTrackerTableTest() argument
|
H A D | distributeddb_cloud_interfaces_relational_ext_test.cpp | 1306 void CheckDataStatus(const std::string &tableName, const std::string &condition, sqlite3 *db, int64_t expect) in CheckDataStatus() argument
|
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/ |
H A D | relational_store_test.cpp | 1928 ExpectValue( const std::shared_ptr<OHOS::NativeRdb::ResultSet> &resultSet, const RowData &expect) ExpectValue() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 2622 showADiffB(UnicodeSet a, UnicodeSet b, String a_name, String b_name, boolean expect, boolean diffIsError) showADiffB() argument [all...] |
/third_party/node/lib/ |
H A D | _http_outgoing.js | |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | putiltst.c | 451 static void doAssert(double got, double expect, const char *message) in doAssert() argument 511 static void Test_aestrncpy(int32_t line, const uint8_t *expect, const uint8_t *src, int32_t len) in Test_aestrncpy() argument 607 const char *expect = STRNULL(testCases[i].expectResult); in toolutil_findBasename() local 701 const char *expect = STRNULL(testCases[i].expectResult); toolutil_findDirname() local [all...] |
H A D | cdtrgtst.c | 482 const UChar* expect = u"7:25:43\u202FAM"; in Test714() local
|
H A D | custrtst.c | 1107 static const UChar expect[]={ in TestUnescape() local
|
H A D | utransts.c | 693 UChar expect[kUBufMax]; in TestDataVariantsCompounds() local
|
H A D | ncnvfbts.c | 132 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, in testConvertFromUnicode() argument 295 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument
|
/third_party/skia/tests/ |
H A D | StreamTest.cpp | 353 const uint8_t* expect = expected->bytes(); in stream_peek_test() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboApiTests.cpp | 59 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError() argument
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboApiTest.cpp | 64 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/ |
H A D | marquee_test_update_strategy.cpp | 1353 float expect = 2 - padding.left.value_or(0); in HWTEST_F() local 1500 float expect = -5 - padding.left.value_or(0); HWTEST_F() local [all...] |
H A D | marquee_test_ng.cpp | 1318 float expect = 2 - padding.left.value_or(0); in HWTEST_F() local 1463 float expect = -5 - padding.left.value_or(0); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_util_test.cpp | 2094 GraphicIRect expect = { 0, 0, 900, 900 }; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_reference_sync_test.cpp | 374 void DistributedDBCloudReferenceSyncTest::CheckDistributedSharedData(const std::vector<std::string> &expect) in CheckDistributedSharedData() argument 393 void DistributedDBCloudReferenceSyncTest::CheckSharedDataAfterUpdated(const std::vector<double> &expect) in CheckSharedDataAfterUpdated() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_db_proxy_test.cpp | 217 Type expect = expectRecords[i][field.colName]; in HWTEST_F() local 276 Type expect = expectRecords[i][field.colName]; in HWTEST_F() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatTest.java | 3286 void expect(String[] data, Locale loc) { expect() method in DateFormatTest 3290 void expect(String[] data, Locale loc, boolean parseAllTZStyles) { expect() method in DateFormatTest [all...] |