Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 16 of 16) sorted by relevance

/test/testfwk/arkxtest/jsunit/src/module/assert/
DassertContain.js16 function assertContain(actualValue, expect) { argument
/test/xts/acts/global_lite/i18n_lite/week_plural_number/src/
Dweek_plural_number_test.cpp56 int expect = PluralRuleType::OTHER; variable
77 int expect = PluralRuleType::OTHER; variable
98 int expect = PluralRuleType::ONE; variable
148 int expect = PluralRuleType::ZERO; variable
166 int expect = PluralRuleType::TWO; variable
/test/testfwk/arkxtest/jsunit/src/
Dinterface.js38 const expect = function (actualValue) { function
Dcore.js37 expect: {}, property
Dservice.js700 expect(actualValue) { method in ExpectService
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.cpp217 float* expect) in ExecuteGraphMock()
260 float* expect) in ExecutorWithMemory()
452 bool CheckOutput(const float* output, const float* expect) in CheckOutput()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.cpp217 float* expect) in ExecuteGraphMock()
260 float* expect) in ExecutorWithMemory()
452 bool CheckOutput(const float* output, const float* expect) in CheckOutput()
/test/testfwk/arkxtest/jsunit/
Dindex.d.ts88 export function expect(actualValue?: any): Assert function
/test/xts/acts/ability_lite/ability_posix/src/
DAbilityMgrTest2.cpp572 int expect = -1; variable
729 int expect = -10; variable
DAbilityMgrTest.cpp563 int expect = -1; variable
717 int expect = -2; variable
/test/xts/hats/ai/nnrt/hdi/v2_0/common/
Dhdi_nnrt_test_utils.cpp266 bool CheckExpectOutput(const std::vector<float> &output, const std::vector<float> &expect) in CheckExpectOutput()
/test/xts/hats/ai/nnrt/hdi/v1_0/common/
Dhdi_nnrt_test_utils.cpp266 bool CheckExpectOutput(const std::vector<float> &output, const std::vector<float> &expect) in CheckExpectOutput()
/test/xts/acts/kernel_lite/net_posix/src/
DActsNetTest.cpp2002 unsigned int expect = 4294967295; variable
2113 unsigned int expect = 4294967295; variable
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
DExecutorTest.cpp38 void ExecuteModel(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, float* expect) in ExecuteModel()
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
DExecutorTest.cpp38 void ExecuteModel(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, float* expect) in ExecuteModel()
/test/testfwk/arkxtest/uitest/core/
Dfrontend_api_handler.cpp419 …static void CheckCallArgType(string_view expect, const json &value, bool isDefAgc, ApiCallErr &err… in CheckCallArgType()