Home
last modified time | relevance | path

Searched full:starting (Results 1 – 25 of 199) sorted by relevance

12345678

/arkcompiler/ets_runtime/common_components/base/
Dtime_utils.h26 // returns the monotonic time since epoch starting point in milliseconds
29 // returns the monotonic time since epoch starting point in nanoseconds
32 // returns the monotonic time since epoch starting point in microseconds
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/koala-related-benchmarks/
Dbenchmark-lambda-no-lambda-original.ets47 console.log("Starting benchmarks, N="+N)
50 console.log("Starting lambda benchmark")
59 console.log("Starting no-lambda benchmark")
Dbenchmark-lambda-no-lambda-modified.ets47 console.log("Starting benchmarks, N="+N)
50 console.log("Starting lambda benchmark")
59 console.log("Starting no-lambda benchmark")
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/07.interface_inheritance/multiple_interface/abstract_method_conflict/
Dconflict_04.ets37 result1 = "Starting";
46 assertEQ(result1, "Starting");
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/ts/
DInheritanceTest.ts27 console.log('Starting the engine of a generic vehicle.');
39 console.log('Starting the ' + this.model + ' car engine.');
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/js/
DInheritanceTest.js27 console.log('Starting the engine of a generic vehicle.');
39 console.log('Starting the ' + this.model + ' car engine.');
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeHistory.cpp64 // Search backwards starting at last accessed node for the node at previous phase in At()
67 // Search forward starting at last accessed node for the node at next phase in At()
118 // Search backwards starting at last accessed node for the node at previous phase in FindLessOrEquals()
125 // Search forward starting at last accessed node for the node at next phase in FindLessOrEquals()
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/java_cases/
DInheritanceTest.java44 System.out.println("Starting the engine of a generic vehicle."); in startEngine()
71 System.out.println("Starting the " + model + " car engine."); in startEngine()
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe3.md7 ArkTS does not use private identifiers starting with the symbol ``#``. Use
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_shell.py64 04-01 13:01:22.555 8146 8146 I A00000/com.example.helllopanda/VMB: 123456 Starting testOne
72 "123456 Starting testOne\n" +
/arkcompiler/runtime_core/static_core/static_linker/tests/data/ets/annotation/
Dout.gold13 Starting the application
Dmethod.ets49 console.log("Starting the application");
Dfield.ets52 console.log("Starting the application");
/arkcompiler/runtime_core/static_core/static_linker/tests/data/ets/classcall_doublefile/
Dout.gold13 Starting the application
Ddependency.ets44 console.log("Starting the application");
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DArrayBuffer.ets225 …* @brief Copies into `this` array `this.byteLength` bytes starting from `begin` index of `other` d…
326 * This native method copies a range of bytes from the source ArrayBuffer, starting at the
330 * @param {int} byteOffset - The starting byte index in the source ArrayBuffer.
343 * @param {number} byteOffset - The starting byte index to copy from.
358 * @param {number} [byteOffset=0] - The starting byte index in the source ArrayBuffer.
373 * it copies a segment starting from the provided byte offset for the specified length.
376 …mber | string} byteOffsetOrEncoding - If `obj` is an ArrayBuffer, this is the starting byte offset;
418 … * This native method converts a portion of the ArrayBuffer, starting at the given index and ending
423 * @param {int} start - The starting byte index (inclusive) from which to begin decoding.
/arkcompiler/runtime_core/static_core/static_linker/tests/data/ets/classcall_multifile/
Dout.gold13 Starting the application
Dmain_dependencyUser.ets21 console.log("Starting the application");
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Drun.py75 log.info('Starting bench unit: %s', bu.name)
106 log.info('Batch run %s tests, starting from %d', self.tests_per_batch, i + 1)
135 log.info("Starting RUN phase...")
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.2.spec.ts105 it('should return true for relative paths starting with ./', () => {
110 it('should return true for relative paths starting with ../', () => {
115 it('should return true for relative paths starting with .\\', () => {
120 it('should return true for relative paths starting with ..\\', () => {
/arkcompiler/runtime_core/docs/
Ddebugger-vscode-communication.md10 ### Description of debug starting process
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dgc-thread-activity.plantuml32 else (task is starting GC flow)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/
Didentifiers.ets25 {% if s != '$' or c != '$' %} // Exclude $$, identifier starting with $$ is no longer valid
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dtokens.h26 // non-keywords starting here
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/docs/
Dsampler.md23 Implementation requires starting two separate threads denoted as `SamplerThread` and `ListenerThrea…

12345678