Home
last modified time | relevance | path

Searched full:definition (Results 1 – 25 of 115) sorted by relevance

12345

/arkcompiler/runtime_core/tests/cts-generator/generator/
Ddefinitions.rb23 def definition(item_name) method in Generator.Definitions
24 LOG.debug "search for '#{item_name}' definition"
32 raise "Definition of '#{item_name}' is not found"
Dtest_base.rb80 content.puts @definitions.definition template
82 content.puts @predefined.definition template
86 content.puts @predefined.definition Generator::DEF_MAIN
94 content.puts @predefined.definition 'main-exitcode-wrapper'
Dsingle_test.rb55 content.puts @predefined.definition case_check_type
Dtest.rb41 LOG.error "Test '#{@test_name}' does not have definition of instruction commands"
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md57 - if has destination, update virtual register definition in the vreg map
131 // Get current definition of the accumulator and set it as the first input to the instruction/
136 …// ADD bytecode write resutl to the accumulator, so update definition of the accumulator by create…
/arkcompiler/runtime_core/docs/
Dassembly_format.md92 A definition of a function is assumed.
114 A definition of a record is assumed.
157 …eritance between records. Value is the name of the interface record. Allowed multiple definition. |
163 …ass` must be defined first. Allowed multiple definitions (but only one definition for each annotat…
164 …ass` must be defined first. Allowed multiple definitions (but only one definition for each annotat…
165 …ame` must be defined first. Allowed multiple definitions (but only one definition for each annotat…
166 …rst and have `array` value. Allowed multiple definitions (but only one definition for each annotat…
560 * Elaborate on bytecode definition.
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dpending_job_test.cpp110 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct…
145 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct…
181 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct…
227 …* @tc.desc: Create a function called TestPromiseOnResolved.According to the definition of function…
275 …* @tc.desc: Get a function called promiseresolvethenablejob from env. According to the definition
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DclassExpression.cpp30 dumper->Add({{"type", "ClassExpression"}, {"definition", def_}}); in Dump()
DclassExpression.h38 const ClassDefinition *Definition() const in Definition() function
/arkcompiler/runtime_core/cmake/
DDoxygen.cmake50 # Configuration - replace @CMAKE_MACRO@ definition in config template
DTesting.cmake72 # * Target-specific definition PANDA_GTEST is added.
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-class-constructor-2-expected.txt6 "definition": {
107 "definition": {
Dclass-declaration-is-expected.txt6 "definition": {
Dtest-class-async-method-expected.txt6 "definition": {
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md53 …, --run-all Run all tests, ignore "runner-option: ignore" tag in test definition
54 …ignored Run ignored tests, which have "runner-option: ignore" tag in test definition
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-type-with-specieal-constructor-expected.txt6 "definition": {
195 "definition": {
Dtest-ts-parameter-property-expected.txt6 "definition": {
853 "definition": {
994 "definition": {
1152 "definition": {
Dtest-class-method-overload4-expected.txt6 "definition": {
/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h39 const ClassDefinition *Definition() const in Definition() function
DclassDeclaration.cpp39 dumper->Add({{"type", "ClassDeclaration"}, {"definition", def_}, {"decorators", decorators_}}); in Dump()
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DfunctionDeclaration.test.ts45 it('function definition in the global scope', function () {
84 it('function definition inside a function', function () {
/arkcompiler/ets_runtime/
DLICENSE18 control with that entity. For the purposes of this definition,
54 the copyright owner. For the purposes of this definition, "submitted"
/arkcompiler/toolchain/
DLICENSE18 control with that entity. For the purposes of this definition,
54 the copyright owner. For the purposes of this definition, "submitted"
/arkcompiler/runtime_core/
DLICENSE18 control with that entity. For the purposes of this definition,
54 the copyright owner. For the purposes of this definition, "submitted"
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dinspector_hooks.h72 // Out-of-line definition to break include cycle.

12345