Home
last modified time | relevance | path

Searched defs:setup (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/js/
DUsingLib.js39 this.setup = function() { method
DStringTest.js38 this.setup = function () { method
/arkcompiler/runtime_core/tests/checked/
Dchecker_tests.rb18 def setup; end method in CheckerTest
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker_tests.rb18 def setup; end method in CheckerTest
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstructions_data.rb22 def self.setup(filename) singletonMethod in InstructionsData
Disa.rb35 def self.setup(isa_filename, isapi_filename) singletonMethod in ISA
Doutput.rb23 def self.setup(file = nil) singletonMethod in Output
Dinstruction.rb216 def self.setup singletonMethod in IRInstruction
230 define_method("Is#{opcode}?".to_sym) do
Dfunction.rb312 def self.setup singletonMethod in Function
/arkcompiler/runtime_core/static_core/irtoc/lang/tests/
Dregmask_test.rb27 def setup method in RegMaskTest
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Dcli_args_wrapper.py31 def setup(args: argparse.Namespace) -> None: member in CliArgsWrapper
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/ts/b/2/
Db2.ts41 setup(): void { method in B1
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks/ts/a/1/
Da1.ts40 setup(): void { method in A1
/arkcompiler/ets_runtime/tools/ap_file_viewer/test/
Dtest_ap.py35 def setup(): function
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks-interop-freestyle/CRC32/bu_CRC32_sts_state/
Dbench_CRC32_sts_state.js16 function setup() { function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dlogger.py33 def setup(verbose: VerboseKind, report_root: str) -> logging.Logger: member in Log
/arkcompiler/ets_runtime/tools/circuit_viewer/test/
Dtest_viewer.py60 def setup(): function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp221 void DoTest(void (EtsToStringCacheTest::*setup)(), GenType genType) in DoTest()
257 void DoTest(void (EtsToStringCacheTest::*setup)()) in DoTest()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp512 Class *EtsClassLinkerExtension::CacheClass(std::string_view descriptor, F const &setup, bool forceI… in CacheClass()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Ddoclet.py95 setup: Optional[str] = None variable in BenchClass
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js40705 setup(t, e) { method