Home
last modified time | relevance | path

Searched defs:ok (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textencoder_helper.cpp132 std::u16string Utf8ToUtf16LE(std::string_view u8Str, bool *ok) in Utf8ToUtf16LE()
144 …8ToUtf16LE(std::string_view u8Str, size_t resultLengthLimit, size_t *nInputCharsConsumed, bool *ok) in Utf8ToUtf16LE()
230 bool *ok) in Utf8GetPrefix()
Dani_textencoder.cpp204 bool ok = false; in WriteEncodedData() local
224 bool ok = false; in WriteEncodedData() local
270 bool ok = false; in DoEncodeInto() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeRelationContext.cpp22 bool ok = true; in ValidateArrayTypeInitializerByElement() local
Dobject.cpp265 bool ok = true; in CreateUnconstrainedTypeParameters() local
301 bool ok = true; in CheckDefaultTypeParameter() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_marker.cpp245 bool ok = true; in VerifyAllRegionsNonFresh() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/hybridgref/ts_to_ets/
Dts_hybridgref.cpp42 bool ok = hybridgref_create_from_napi(env, argv[0], &g_jsToEtsRef); in NativeSaveRef() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/arkts_esvalue/ts_to_ets/
Dts_arkts_esvalue.cpp43 bool ok = hybridgref_create_from_napi(env, argv[0], &g_jsToEtsRef); in NativeSaveRef() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_create.cpp311 auto ok = functionTable.emplace(name_, std::move(fn_)).second; in Create() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/arraybuffer_ops/
Darraybuffer_create_test.cpp127 auto ok = CallEtsFunction<ani_boolean>(MODULE_NAME, "CheckArrayBuffer", arrayBuffer); in TEST_F() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp141 bool ok = graph->RunPass<ark::compiler::MonitorAnalysis>(); in MonitorsCorrect() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.cpp587 bool ok = true; in GetComplimentaryType() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp327 u16string StringConverter::Utf8ToUtf16BE(const string &u8Str, bool *ok) in Utf8ToUtf16BE()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp10324 Label ok(env); in Assert() local