Home
last modified time | relevance | path

Searched full:well (Results 1 – 25 of 85) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/
Dtype_argument.sts17 desc: Use well-formed parameterized type in type arguments.
18 assert: If a typeReference has type arguments, it must denote a well-formed parameterized type (lin…
Dwildcart_type_argument.sts18 assert: If a typeReference has type arguments, it must denote a well-formed parameterized type (lin…
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlse.h48 * updated as well. All values in the heap that MAY_ALIAS this store
54 * All instructions that MUST_ALIAS this load updated as well.
69 * deleted as well. This process continues recursively.
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DSwitchTest.js22 console.log('Well done!');
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DSwitchTest.ts22 console.log('Well done!');
/arkcompiler/runtime_core/static_core/tests/checked/
Dbasics_aot.pa16 # The file would be AOT compiled as well.
Dinline_external.pa16 # The file would be AOT compiled as well.
/arkcompiler/runtime_core/tests/checked/
Dbasics_aot.pa17 # The file would be AOT compiled as well.
Dinline_external.pa17 # The file would be AOT compiled as well.
/arkcompiler/ets_runtime/test/moduletest/deregistermodule/
Dderegistermodule.js29 f(1).then(()=>{ // test for esm functioned well when second loading.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/
Dbasic_instantiations.sts19 A generic instantiation G < T 1 , ..., T n > is well-formed if all of the following is true:
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DSwitchTest.java29 System.out.println("Well done!"); in main()
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md18 - some instructions don't specify its type, f.e. `mov` instruction may produce int32 as well as flo…
20 - constant hasn't type as well and if one constant is used in integer and float operations, it must…
/arkcompiler/runtime_core/static_core/compiler/docs/
Dir_builder.md18 - some instructions don't specify its type, f.e. `mov` instruction may produce int32 as well as flo…
20 - constant hasn't type as well and if one constant is used in integer and float operations, it must…
Dlse_doc.md4 …nstructions that store a value to memory that has been already written as well as delete load inst…
29 …ock is empty heap. The empty heap is an initial value for loop headers as well because back edges …
36 …values of memory instructions that `MUST_ALIAS` this store are updated as well. All values in the…
38 …s load with the result of this load. All instructions that `MUST_ALIAS` this load updated as well.
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml39 … -error: indicates this hap need to test whether compile error is correctly generated as well
41 # -ohosTest: indicates this hap needed to compile ohosTest as well
/arkcompiler/runtime_core/
D.clang-tidy14 # Note well! The list of global exceptions is maintained in cmake/ClangTidy.cmake
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DMathPartialSums.sts68 // because those aren't well-specified in ECMAScript.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dintro.rst34 |JS| by adding type definitions. |TS| is well-loved by many developers as it
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
DMathPartialSums.sts68 // because those aren't well-specified in ECMAScript.
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmem_stats.h38 …* raw memory for VM needs as well. This class uses CRTP for storing additional information in DEBU…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/
Dreadme.md109 As well test generator can be run as a standalone command, the corresponding procedure is described…
154 …fied here run, but failures are ignored. Such lists are named "known failures list" or KFL as well.
202 …to generate failure reports. By default, `md`. Possible value: `html`. As well reports in the plai…
256 …Example how to set and supported values (they are default as well): `"num_repeats=30,compiler_thre…
/arkcompiler/toolchain/build/toolchain/
Dtoolchain.gni25 # environment when `gclient runhooks` is run as well.
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmath_helpers_test.cpp47 … // NB! (-num) for unsigned num is well-defined for all num values (unlike for signed -(INT64_MIN)) in TEST()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/
DREADME.md12 …tures such as `if`, `while`. Place space between closing parenthesis and open brace in them as well

1234