Searched defs:ok (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/ |
| D | ani_textencoder_helper.cpp | 132 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()
|
| D | ani_textencoder.cpp | 204 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/ |
| D | typeRelationContext.cpp | 22 bool ok = true; in ValidateArrayTypeInitializerByElement() local
|
| D | object.cpp | 265 bool ok = true; in CreateUnconstrainedTypeParameters() local 301 bool ok = true; in CheckDefaultTypeParameter() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | concurrent_marker.cpp | 245 bool ok = true; in VerifyAllRegionsNonFresh() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/hybridgref/ts_to_ets/ |
| D | ts_hybridgref.cpp | 42 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/ |
| D | ts_arkts_esvalue.cpp | 43 bool ok = hybridgref_create_from_napi(env, argv[0], &g_jsToEtsRef); in NativeSaveRef() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_typeapi_create.cpp | 311 auto ok = functionTable.emplace(name_, std::move(fn_)).second; in Create() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/arraybuffer_ops/ |
| D | arraybuffer_create_test.cpp | 127 auto ok = CallEtsFunction<ani_boolean>(MODULE_NAME, "CheckArrayBuffer", arrayBuffer); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_aot_compiler.cpp | 141 bool ok = graph->RunPass<ark::compiler::MonitorAnalysis>(); in MonitorsCorrect() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsUnionType.cpp | 587 bool ok = true; in GetComplimentaryType() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.cpp | 327 u16string StringConverter::Utf8ToUtf16BE(const string &u8Str, bool *ok) in Utf8ToUtf16BE()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 10324 Label ok(env); in Assert() local
|