Home
last modified time | relevance | path

Searched full:another (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/arkcompiler/runtime_core/static_core/compiler/docs/
Dmemory_barriers_doc.md5 …ray, NewObject, NewMultiArray so that if the created objects are used in another thread, the initi…
6 We can remove the barrier if we prove that the created object cannot be passed to another thread be…
7 This can happen if we save the object to memory or pass it to another method
22 If we visit an instruction that can pass an object to another thread(Store instruction, Call instru…
25 …he barrier in the last instruction before potentially passing the created objects to another thread
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.tuple_types_conversion/decl_var/
Ddecl-var.sts19 Tuple types conversion is the conversion of one tuple type to another.
29 // variable declaration with another variable
37 // constant declaration with another constant
41 // variable declaration with another constant
45 // constant declaration with another variable
Ddecl-var_n.sts19 Tuple types conversion is the conversion of one tuple type to another.
31 // variable declaration with another variable
37 // constant declaration with another variable
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dtype_literals.sts119 …let v2: { x: LocalType } = {x: {a: 1, b: '2'}}; // Non-fixable, type captures another type declare…
124 let v3: {[one]: 1}; // Non-fixable, type captures another object declared in local scope
127 …let v4: { y: LocalClass } = {y: new LocalClass()}; // Non-fixable, type captures another type decl…
129 …let v5: { lc: typeof LocalClass }; // Non-fixable, type captures another type declared in local sc…
131 let v6: { lc: typeof v1 }; // Non-fixable, type captures another object declared in local scope
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/
Dfield_initializer_with_other_field.sts17 desc: Field initializer with reference to another interface field.
18 assert: It is a compile-time error if the initializer of an interface field uses another field whos…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/
Dfield_declaration_with_busy_name.sts19 desc: Declare a field with the name that is already used for another field or a method or a member …
20 …ss declaration to declare a field with the name that is already used for another field or a method…
/arkcompiler/runtime_core/tests/verifier-tests/
Dcflow_fallthrough_from_exc_handler_to_exc_handler.pa17 # fallthrough from one handler to another
35 # direct jump from one handler to another
Dcflow_jump_from_exc_handler_to_exc_handler.pa17 # direct jump from one handler to another
35 # direct jump from one handler to another
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Dcflow_jump_from_exc_handler_to_exc_handler.pa17 # direct jump from one handler to another
35 # direct jump from one handler to another
Dcflow_fallthrough_from_exc_handler_to_exc_handler.pa17 # fallthrough from one handler to another
35 # direct jump from one handler to another
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dwake_for_another_event.sts18 * that will be resolved in then callback of another promise
19 * that will be resolved in another coroutine
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_runtime/test/aottest/typedarray_load_store/
Dtypedarray_load_store.ts74 /** TypedArray constructed from another TypedArray(constructed from ArrayBuffer). */
79 /** TypedArray constructed from another TypedArray(constructed from TypedArray). */
121 /** TypedArray constructed from another TypedArray(constructed from ArrayBuffer). */
126 /** TypedArray constructed from another TypedArray(constructed from TypedArray). */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/11.tuple_types_conversion/assn_var/
Dassn-var.sts19 Tuple types conversion is the conversion of one tuple type to another.
34 // variable assignment with another variable
38 // variable assignment with another constant
Dassn-var_n.sts19 Tuple types conversion is the conversion of one tuple type to another.
29 // variable assignment with another variable
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DRegisterSpiller.sts40 let s3: String = "another ";
42 let s5: String = "This is another string";
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-tuple-type7-expected.txt1 SyntaxError: A rest element cannot follow another rest element [test-tuple-type7.ts:17:78]
Dtest-tuple-type8-expected.txt1 SyntaxError: A rest element cannot follow another rest element [test-tuple-type8.ts:17:50]
Dtest_override7-expected.txt1 …have an 'override' modifier because its containing class does not extend another class. [test_over…
Dtest_override-expected.txt1 …have an 'override' modifier because its containing class does not extend another class. [test_over…
/arkcompiler/ets_runtime/test/aottest/ldobjbyname_typed_path/
Dexpect_output.txt55 Testing with Array.prototype.pop changed to another function:
56 - Array.prototype.pop: Array.prototype.pop changed to another function.
/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/runtime_core/static_core/cmake/
DSanitizers.cmake45 # some false-positive or another issues when compiling with ASAN or UBSAN in release mode. So, cove…
49 …gives false positives in release builds with ASAN or UBSAN, please use clang or another compiler.")
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DString.sts42 * Constructs String from another String
100 * Checks equality of this string and another Object as String
102 * @param to another object to compare
349 * Lexicographical comparison between this String and another one.
362 * Comparison between this String and another one based on locale.
363 * The result is -1 if this string sorts before the another string,
366 * @param another String to compare with
370 * @throws NullPointerError if another or locale is null
374 public native localeCompare(another: String, locale: String | null): number;
377 * Comparison between this String and another one based on default
[all …]
/arkcompiler/runtime_core/cmake/
DSanitizers.cmake46 # some false-positive or another issues when compiling with ASAN or UBSAN in release mode. So, cove…
50 …gives false positives in release builds with ASAN or UBSAN, please use clang or another compiler.")

12345678910>>...15