Home
last modified time | relevance | path

Searched refs:expectedValue (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dutils.js35 if (data.expectedValue) {
36 testCase.verify(compareArray(testObject[data.property], data.expectedValue));
37 testCase.compare(signalSpy.count, 1 + data.expectedValue.length);
53 if (data.expectedValue) {
54 testCase.verify(compareArray(testObject[data.property], data.expectedValue));
55 testCase.compare(signalSpy.count, 1 + data.expectedValue.length);
H A Dtst_placesearchmodel.qml98 …rty: "categories", signal: "categoriesChanged", value: testCategory1, expectedValue: [ testCategor…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_internal_api.h263 char *expectedValue) in Invoke_GetPropertyAsXXX_withoutEnum() argument
297 if (expectedValue != VALUE_NONE) { in Invoke_GetPropertyAsXXX_withoutEnum()
298 expectedValueLen = strlen(expectedValue); in Invoke_GetPropertyAsXXX_withoutEnum()
304 if (!ADBG_EXPECT_BUFFER(c, expectedValue, expectedValueLen, in Invoke_GetPropertyAsXXX_withoutEnum()