Home
last modified time | relevance | path

Searched full:necessary (Results 1 – 25 of 193) sorted by relevance

12345678

/arkcompiler/runtime_core/libabckit/src/
Dlogger.h242 // CC-OFFNXT(G.PRE.02) necessary macro
246 // CC-OFFNXT(G.PRE.02) necessary macro
250 // CC-OFFNXT(G.PRE.02) necessary macro
255 // CC-OFFNXT(G.PRE.02) necessary macro
262 // CC-OFFNXT(G.PRE.02) necessary macro
268 // CC-OFFNXT(G.PRE.02) necessary macro
278 // CC-OFFNXT(G.PRE.02) necessary macro
283 // CC-OFFNXT(G.PRE.02) necessary macro
288 // CC-OFFNXT(G.PRE.02) necessary macro
295 // CC-OFFNXT(G.PRE.02) necessary macro
[all …]
Dmacros.h104 // CC-OFFNXT(G.PRE.02) necessary macro
108 // CC-OFFNXT(G.PRE.02) necessary macro
112 // CC-OFFNXT(G.PRE.02) necessary macro
Dscoped_timer.h46 // CC-OFFNXT(G.PRE.02) necessary macro
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Dconstructor-issue.ets27 …return; // Return statement is necessary to reproduce stack overflow and invalid constructor gener…
40 return; // Return statement is necessary to reproduce stack overflow issue.
Dlambda-class-field.ets18 readonly num: int; // don't remove it, it is necessary to trigger an issue with the lambda
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md17 …llers) they are work in the same process. Debugger is loaded as shared library when it's necessary.
23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md17 …llers) they are work in the same process. Debugger is loaded as shared library when it's necessary.
23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
Darkts-debugger-expression-evaluation.md3 To provide expression evaluation functionality for ArkTS language in the debugger, it is necessary
33 This step is necessary, because several evaluations are possible in a single file.
34 It is necessary to distinguish between generated classes when loading them into the Runtime.
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dreference_processor.h60 …erence for future processing and handle it with GC point of view (mark needed fields, if necessary)
65 …ce for future processing and handle it with GC point of view (traverse needed fields, if necessary)
93 /// Enqueue cleared references to corresponding queue, if necessary.
/arkcompiler/runtime_core/tests/checked/
Difcvt.pa24 # Construction before is necessary for compare the quantity of base blocks after pass "MemoryCoal…
43 # Construction after is necessary for compare the quantity of base blocks after pass "MemoryCoale…
/arkcompiler/ets_frontend/es2panda/test/compiler/filesInfoTest/long_path_filesinfo/
Dmod-expected.pa.txt2 …le path length is within OS limits.> Check whether your project has the necessary permissions to a…
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcanonicalization.cpp70 static bool SwapInputsIfNecessary(compiler::Inst *inst, const bool necessary) in SwapInputsIfNecessary() argument
72 if (!necessary) { in SwapInputsIfNecessary()
106 // This is necessary for further merging of the constant and the If instrution in the Lowering pass
/arkcompiler/runtime_core/cmake/
DPandaCmakeFunctions.cmake41 # because it is necessary for placement of sections above 4GB
56 # It is necessary for 32-bits pointers via amd64 building with Clang compiler
/arkcompiler/ets_frontend/test/scripts/utils/
Dreadme.md4 * Download the necessary image files for testing
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/
Derror_call.ets18 …s are caused by Virtial Machine or by standard libraries. In case it is necessary to cause an erro…
Derror_call_with_recovery.ets18 …s are caused by Virtial Machine or by standard libraries. In case it is necessary to cause an erro…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/test-lists/ets-cts/
Dets-cts-ignored-AMD64-AOT.txt1 …ecause the run fails if multiple files are connected. The connection is necessary, because of the …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/
Dspec-ex7.ets19 then it is necessary to try inferring the type of the array literal
Dspec-ex6.ets19 then it is necessary to try inferring the type of the array literal
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/tests/
Dtest_runner.py30 """Necessary file paths config for test class"""
125 """Create test space and compile necessary common part for tests"""
137 # Compile necessary .ts files
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
DREADME.MD30 Next step is to build `hybrid` and `hybrid_tests` to obtain all necessary binaries to interop tests:
47 Run script to copy all necessary binaries to static_core build:
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/json_serialization/
Dserializable.h38 /// Operator() necessary to use std::invoke, for example in json_builder.h::Stringify method.
/arkcompiler/toolchain/tooling/static/json_serialization/
Dserializable.h38 /// Operator() necessary to use std::invoke, for example in json_builder.h::Stringify method.
/arkcompiler/runtime_core/libabckit/tests/
DREADME.md24 api tag is necessary if test-kind=api or test-kind=mock
/arkcompiler/toolchain/websocket/
Dhttp.cpp61 LOGW("Handshake failed: lack of necessary info"); in Decode()
114 LOGW("Handshake failed: lack of necessary info, no status-line found"); in Decode()

12345678