Home
last modified time | relevance | path

Searched full:been (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/arkcompiler/toolchain/tooling/
Ddebugger_service.cpp27 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in InitializeDebugger()
41 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in UninitializeDebugger()
52 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in WaitForDebugger()
64 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in OnMessage()
76 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in ProcessMessage()
88 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in GetDispatchStatus()
103 LOG_DEBUGGER(ERROR) << "VM has already been destroyed"; in GetCallFrames()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
Dfinalization_registry_test.sts100 // Check that all callbacks have been called correctly.
101 assert removed_object_callbacks[0] == true : "First callback hasn't been called";
102 assert removed_object_callbacks[1] == false : "Second callback has been called";
103 assert removed_object_callbacks[2] == true : "Third callback hasn't been called";
104 assert removed_object_callbacks[3] == true : "Fouth callback hasn't been called";
Dpostpone_gc_test.sts77 assert (obj_addr[i] == GC.getObjectAddress(obj_holder[i])) : "The object has been moved";
88 … assert (young_object_addr != GC.getObjectAddress(young_object)) : "The object hasn't been moved";
/arkcompiler/runtime_core/static_core/runtime/
Dglobal_handle_storage.h96 // TaggedType has been specialized for js, Other types are empty implementation
99 // TaggedType has been specialized for js, Other types are empty implementation
102 // TaggedType has been specialized for js, Other types are empty implementation
107 // TaggedType has been specialized for js, Other types are empty implementation
Dhandle_storage.h61 // TaggedType has been specialized for js, Other types are empty implementation
64 // TaggedType has been specialized for js, Other types are empty implementation
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Darray_type.sts30 /* @@? 17:13 Warning Warning: Property 'a' might not have been initialized. */
31 /* @@? 18:15 Warning Warning: Property 'f' might not have been initialized. */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/taskpool/
Dseqrunner_tasks.sts91 }, new Error("taskpool:: task is not executed or has been executed"));
101 assertEQ(e.message, "taskpool:: sequenceRunner task has been executed");
105 new Error("taskpool:: sequenceRunner task has been canceled"));
114 }, new Error("taskpool:: sequenceRunner task has been executed"));
Dgroup_tasks.sts91 }, new Error("taskpool:: taskGroup is not executed or has been executed"));
102 assertEQ(e.message, "taskpool:: taskGroup is not executed or has been executed");
106 new Error("taskpool:: taskGroup has been canceled"));
117 }, new Error("taskpool:: taskGroup is not executed or has been executed"));
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dlaunch_exception.sts38 console.println("Expected StackOverflowError but another exception has been thrown!");
52 console.println("Expected Error but another exception has been thrown!");
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/import_tests/packages/var-duplication/
Dsubpackage_module_1-expected.txt1 SyntaxError: Variable 'a' has already been declared. [subpackage_module_1.sts:19:12]
Dsubpackage_module_2-expected.txt1 SyntaxError: Variable 'a' has already been declared. [subpackage_module_2.sts:19:12]
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-enum-declaration1-expected.txt1 SyntaxError: Variable 'a' has already been declared. [test-enum-declaration1.ts:19:5]
Dtest-enum-declaration5-expected.txt1 SyntaxError: Variable 'Foo' has already been declared. [test-enum-declaration5.ts:19:16]
Dtest-enum-declaration4-expected.txt1 SyntaxError: Variable 'Foo' has already been declared. [test-enum-declaration4.ts:20:10]
Dtest-ts-parameter-property7-expected.txt1 SyntaxError: Variable 'readonly' has already been declared. [test-ts-parameter-property7.ts:18:44]
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-let-redeclaration-expected.txt1 SyntaxError: Variable 'a' has already been declared. [test-let-redeclaration.js:19:5]
Dtest-function-scope-violation-1-expected.txt1 SyntaxError: Variable 'a' has already been declared. [test-function-scope-violation-1.js:21:7]
Dtest-try-catch-lexical-declaration-expected.txt1 SyntaxError: Variable 'e' has already been declared. [test-try-catch-lexical-declaration.js:23:7]
Dtest-function-scope-violation-2-expected.txt1 SyntaxError: Variable 'c' has already been declared. [test-function-scope-violation-2.js:20:9]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinit.cpp49 LOG(ERROR, DEBUGGER) << "Debugger has already been started"; in StartDebugger()
65 LOG(ERROR, DEBUGGER) << "Debugger has not been started"; in StopDebugger()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DExceptions.sts71 …* Represents exception that is thrown when a method has been invoked at an illegal or inappropriat…
173 …hat is thrown when attempting to wait, notify or notifyAll on object, that hasn't been synchronised
191 * a method has been passed an illegal argument
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
Dtombstones.py51 raise RuntimeError('Remote shell has not been set!')
56 raise RuntimeError('Remote shell has not been set!')
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dintro.rst30 drain battery life. |LANG| has been specifically designed to address such concerns
48 libraries they would want to reuse. |LANG| has been designed for seamless |JS|
/arkcompiler/runtime_core/static_core/runtime/tests/
Dexception_test.cpp174 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
259 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
347 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
436 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
526 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
616 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
702 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
788 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
876 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
964 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/
Dtest-try-catch-lexical-declaration.js30 /* @@? 23:7 Error SyntaxError: Variable 'e' has already been declared. */

12345678910>>...14