Home
last modified time | relevance | path

Searched +defs:test +defs:code (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/ability/ability_runtime/actsNotificationWantAgentTest/src/main/js/test/
DActsNotificationWantAgentNewTest.js863 code: 0, property
885 test: 'this is a test value' property
945 test: 'this is a test value' property
958 code: 0, property
980 test: 'this is a test value' property
1042 test: 'this is a test value' property
1055 code: 0, property
DActsNotificationWantAgentTest.js801 code: 0, property
823 test: 'this is a test value' property
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dlistener.py45 code = ResultCode.FAILED.value variable in CaseResult
61 code = ResultCode.UNKNOWN.value variable in SuiteResult
74 code = ResultCode.UNKNOWN.value variable in SuitesResult
123 def test(self, reset=False, test_index=None): member in StateRecorder
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp296 JSVM_Value code = nullptr; in testError() local
2966 static JSVM_Value test(JSVM_Env env, JSVM_CallbackInfo info) { in test() function