Searched defs:expect (Results 1 – 13 of 13) sorted by relevance
16 function assertContain(actualValue, expect) { argument
56 int expect = PluralRuleType::OTHER; variable77 int expect = PluralRuleType::OTHER; variable98 int expect = PluralRuleType::ONE; variable148 int expect = PluralRuleType::ZERO; variable166 int expect = PluralRuleType::TWO; variable
38 const expect = function (actualValue) { function
37 expect: {}, property
648 expect(actualValue) { method in ExpectService
197 float* expect) in ExecuteGraphMock()240 float* expect) in ExecutorWithMemory()432 bool CheckOutput(const float* output, const float* expect) in CheckOutput()
75 export function expect(actualValue?: any): Assert function
563 int expect = -1; variable717 int expect = -2; variable
572 int expect = -1; variable729 int expect = -10; variable
263 bool CheckExpectOutput(const std::vector<float> &output, const std::vector<float> &expect) in CheckExpectOutput()
2002 unsigned int expect = 4294967295; variable2113 unsigned int expect = 4294967295; variable
38 void ExecuteModel(OH_NNExecutor *executor, const OHNNGraphArgs &graphArgs, float* expect) in ExecuteModel()
314 static void CheckCallArgType(string_view expect, const json &value, ApiCallErr &error) in CheckCallArgType()