Home
last modified time | relevance | path

Searched defs:expect (Results 126 - 150 of 227) sorted by relevance

12345678910

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderDirectiveTests.cpp47 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 Dweb_pattern_focus_test_ng.cpp1460 auto expect = webPattern->IsTouchHandleValid(handle); in HWTEST_F() local
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test2.cpp110 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 Dsoftbus_conn_br_trans.c133 uint32_t expect = waitWriteLen > mtu ? mtu : waitWriteLen; in BrTransSend() local
/foundation/communication/netstack/test/unittest/tls_test/server/
H A Dtls_socket_server_branch_test.cpp382 std::vector<std::string> expect = {"www", "example", "com"}; in HWTEST_F() local
/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_server_branch_test.cpp382 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 Ddistributeddb_interfaces_relational_tracker_table_test.cpp275 void SetTrackerTableTest(const TrackerSchema &schema, DBStatus expect) in SetTrackerTableTest() argument
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1306 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 Drelational_store_test.cpp1928 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 DUCharacterTest.java2622 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 Dputiltst.c451 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 Dcdtrgtst.c482 const UChar* expect = u"7:25:43\u202FAM"; in Test714() local
H A Dcustrtst.c1107 static const UChar expect[]={ in TestUnescape() local
H A Dutransts.c693 UChar expect[kUBufMax]; in TestDataVariantsCompounds() local
H A Dncnvfbts.c132 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 DStreamTest.cpp353 const uint8_t* expect = expected->bytes(); in stream_peek_test() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboApiTests.cpp59 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboApiTest.cpp64 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 Dmarquee_test_update_strategy.cpp1353 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 Dmarquee_test_ng.cpp1318 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 Drs_uni_render_util_test.cpp2094 GraphicIRect expect = { 0, 0, 900, 900 }; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp374 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 Ddistributeddb_cloud_db_proxy_test.cpp217 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 DDateFormatTest.java3286 void expect(String[] data, Locale loc) { expect() method in DateFormatTest
3290 void expect(String[] data, Locale loc, boolean parseAllTZStyles) { expect() method in DateFormatTest
[all...]

Completed in 54 milliseconds

12345678910