Searched full:another (Results 1 – 25 of 353) sorted by relevance
12345678910>>...15
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | memory_barriers_doc.md | 5 …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/ |
| D | decl-var.sts | 19 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
|
| D | decl-var_n.sts | 19 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/ |
| D | type_literals.sts | 119 …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/ |
| D | field_initializer_with_other_field.sts | 17 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/ |
| D | field_declaration_with_busy_name.sts | 19 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/ |
| D | cflow_fallthrough_from_exc_handler_to_exc_handler.pa | 17 # fallthrough from one handler to another 35 # direct jump from one handler to another
|
| D | cflow_jump_from_exc_handler_to_exc_handler.pa | 17 # direct jump from one handler to another 35 # direct jump from one handler to another
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | cflow_jump_from_exc_handler_to_exc_handler.pa | 17 # direct jump from one handler to another 35 # direct jump from one handler to another
|
| D | cflow_fallthrough_from_exc_handler_to_exc_handler.pa | 17 # 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/ |
| D | wake_for_another_event.sts | 18 * that will be resolved in then callback of another promise 19 * that will be resolved in another coroutine
|
| D | launch_exception.sts | 38 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/ |
| D | typedarray_load_store.ts | 74 /** 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/ |
| D | assn-var.sts | 19 Tuple types conversion is the conversion of one tuple type to another. 34 // variable assignment with another variable 38 // variable assignment with another constant
|
| D | assn-var_n.sts | 19 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/ |
| D | RegisterSpiller.sts | 40 let s3: String = "another "; 42 let s5: String = "This is another string";
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-tuple-type7-expected.txt | 1 SyntaxError: A rest element cannot follow another rest element [test-tuple-type7.ts:17:78]
|
| D | test-tuple-type8-expected.txt | 1 SyntaxError: A rest element cannot follow another rest element [test-tuple-type8.ts:17:50]
|
| D | test_override7-expected.txt | 1 …have an 'override' modifier because its containing class does not extend another class. [test_over…
|
| D | test_override-expected.txt | 1 …have an 'override' modifier because its containing class does not extend another class. [test_over…
|
| /arkcompiler/ets_runtime/test/aottest/ldobjbyname_typed_path/ |
| D | expect_output.txt | 55 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/ |
| D | exception_test.cpp | 174 << "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/ |
| D | Sanitizers.cmake | 45 # 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/ |
| D | String.sts | 42 * 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/ |
| D | Sanitizers.cmake | 46 # 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