Home
last modified time | relevance | path

Searched refs:OK (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/fortest/
Dexpect_output.txt66 Error: OK
67 Error: OK
68 Error: OK
69 Error: OK
70 Error: OK
71 Error: OK
72 Error: OK
73 Error: OK
74 Error: OK
75 Error: OK
[all …]
/arkcompiler/toolchain/tooling/
Ddispatcher.h34 OK = 0, enumerator
47 enum class ResponseCode : uint8_t { OK, NOK }; enumerator
56 return code_ == RequestCode::OK; in IsValid()
80 RequestCode code_ {RequestCode::OK};
88 return code_ == ResponseCode::OK; in IsOk()
111 ResponseCode code_ {ResponseCode::OK};
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DjsDeclarationsEnumTag.ts46 AssertType({ OK: 1, /** @type {number} */ FINE: 2,}, "{ OK: number; FINE: number; }");
48 OK: 1,
49 AssertType(OK, "number");
DexportImportCanSubstituteConstEnumForValue.ts42 OK, enumerator
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/moduleExportDuplicateAlias3/
DmoduleExportAliasDuplicateAlias.js46 let OK = exports.apply.toUpperCase() variable
47 AssertType(OK, "string");
/arkcompiler/runtime_core/tests/verifier-tests/
Daccess_field_nomodifier_core.pa16 # - in non-Java language context it is OK
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.h24 enum class WaitResult: uint8_t {OK = 0, NOT_EQ, TIME_OUT}; enumerator
Dbuiltins_atomics.cpp217 WaitResult res = WaitResult::OK; in Wait()
226 if (res == WaitResult::OK) { in Wait()
541 WaitResult res = WaitResult::OK; in DoWait()
544 res = WaitResult::OK; in DoWait()
/arkcompiler/toolchain/tooling/test/
Dprotocol_handler_test.cpp105 code = ResponseCode::OK; in HWTEST_F_L0()
Ddispatcher_test.cpp112 ResponseCode code = ResponseCode::OK; in HWTEST_F_L0()
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch1866 class F extends D { // OK
10192 +object.fresh = 12 // OK
10193 +other.puuuce // OK, from another file
10194 +new Date().getGMTDate() // OK, from another file
11607 + test1() { // OK
11611 + test2() { // OK
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js57110 let OK = Ul("cc.animation.VectorTrack")(RK = (IK = (DK = class extends kq {
58320 const t = new OK;
58474 const i = new OK;
58578 const i = new OK;
62233 VectorTrack: OK,