| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/ |
| D | identifiers.params.yaml | 20 - 'ѩ' # Cyrillic Small Letter Iotified Little Yus, U+0469 21 - '\uFB17' # Armenian Small Ligature Men Xeh 22 - 'я' # Cyrillic Small Letter Ya, U+044F 23 - 'î' # Latin Small Letter I with Circumflex, U+00EE 31 - 'Dž' # Latin Capital Letter D with Small Letter Z with Caron, U+01C5 52 - 'ⅲ' # Small Roman Numeral Three, U+2172 70 - '\u06E7' # Arabic Small High Yeh 84 - 'ѩ' # Cyrillic Small Letter Iotified Little Yus, U+0469 85 - '\uFB17' # Armenian Small Ligature Men Xeh 86 - 'я' # Cyrillic Small Letter Ya, U+044F [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/string_validation/ |
| D | string_small.ts | 20 assert(str.small() === '<small>abc</small>', 'success');
|
| /arkcompiler/ets_runtime/common_components/common/ |
| D | run_type.h | 22 // slot with size no more than RUN_ALLOC_SMALL_SIZE is small slot. 23 // small slot is allocated from cache run in thread-local buffer first. 51 const bool isSmall; // this kind of run is composed of small-sized slots.
|
| D | mem_common.h | 60 // The free list used to store the small fixed-size memory blocks after splitting. 114 size_t size_ = 0; // The number of small fixed-size memory blocks
|
| D | page_cache.h | 32 …// Pass in a small fixed-length memory block to obtain the Span object corresponding to the page i…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/implementation_of_different_types/ |
| D | implement_generic_interface.params.yaml | 18 desc: Test the generic implementation class to handle a single small positive integer. 30 desc: Test the generic implementation class to handle a single small negative integer. 48 …desc: Test the generic implementation class to handle a single small positive floating - point num… 60 …desc: Test the generic implementation class to handle a single small negative floating - point num… 144 …he generic implementation class to handle a floating - point number with extremely small precision. 156 desc: Test generic implementation classes to handle single binary small positive integers. 162 desc: Test generic implementation classes to handle a single octal small positive integer. 168 desc: Test generic implementation classes to handle a single hexadecimal small positive integer.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/object_type_equality_operators/ |
| D | ne.params.yaml | 77 enum Size { Small = "S", Medium = "M", Large = "L" } 79 - Size.Small
|
| D | ne1.params.yaml | 96 enum Size { Small = "S", Medium = "M", Large = "L" } 98 - Size.Small
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/type_parameter_equality_operators/ |
| D | ne.params.yaml | 77 enum Size { Small = "S", Medium = "M", Large = "L" } 79 - Size.Small
|
| D | ne1.params.yaml | 96 enum Size { Small = "S", Medium = "M", Large = "L" } 98 - Size.Small
|
| D | ne3.params.yaml | 167 enum Size { Small = "S", Medium = "M", Large = "L" } 187 enum Size { Small = "S", Medium = "M", Large = "L" }
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedJSON/ |
| D | expect_output.txt | 45 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7… 46 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7… 56 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7… 57 {"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,"longExp":1.7…
|
| D | sharedJSON.ts | 37 let input = '{"big":1122334455667788999,"small":123,"deci":1234567890.0123456,"shortExp":1.79e+308,… 120 print(obj.small); 128 print(obj2.small); 130 print((typeof obj2.small === "bigint")); 161 print(obj.small); 169 print(obj2.small); 171 print((typeof obj2.small === "bigint")); 199 print(obj.small); 204 print((typeof obj.small === "number"));
|
| /arkcompiler/ets_runtime/test/perform/string/ |
| D | expect_output.txt | 41 string charCodeAt small input parameter value : 9 44 string charAt small input parameter value : 10
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/15.literal_types/01.supertypes_of_literal_types/ |
| D | primitive_type_default_tests_64.ets | 21 return isLarge ? "large" : "small";
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_plainarray.cpp | 75 …"The type of \"key\" must be small integer. Received value is: " + ConvertToString(thread, *result… in Add() 149 …"The type of \"key\" must be small integer. Received value is: " + ConvertToString(thread, *result… in Has() 183 …"The type of \"key\" must be small integer. Received value is: " + ConvertToString(thread, *result… in Get() 284 …"The type of \"key\" must be small integer. Received value is: " + ConvertToString(thread, *result… in GetIndexOfKey() 358 …"The type of \"index\" must be small integer. Received value is: " + ConvertToString(thread, *resu… in GetKeyAt() 391 …"The type of \"key\" must be small integer. Received value is: " + ConvertToString(thread, *result… in Remove() 423 …"The type of \"index\" must be small integer. Received value is: " + ConvertToString(thread, *resu… in RemoveAt() 459 …"The type of \"index\" must be small integer. Received value is: " + ConvertToString(thread, *resu… in RemoveRangeFrom() 467 …"The type of \"size\" must be small integer. Received value is: " + ConvertToString(thread, *resul… in RemoveRangeFrom() 503 …"The type of \"index\" must be small integer. Received value is: " + ConvertToString(thread, *resu… in SetValueAt() [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| D | spec.rb | 162 small = false 164 if small 166 small = false if p.length > 5 175 small = true
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | spec.rb | 162 small = false 164 if small 166 small = false if p.length > 5 175 small = true
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | bytecode_profiling.md | 8 Currently, it has 2 bytes size, but we can reduce it for small methods, where size of a profiling v…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/01.normal_and_abrupt_completion_of_expression_evaluation/ |
| D | nase2.ets | 24 // Changed to small number because it will cause runtime timeout
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/not_initialized_variable/ |
| D | complex_types.ets | 18 small
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | enum2.ets | 23 SMALL,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/06.reference_equality_based_on_actual_type/union_equality_operators/ |
| D | ne.params.yaml | 163 enum Size { Small = "S", Medium = "M", Large = "L" } 183 enum Size { Small = "S", Medium = "M", Large = "L" }
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | target_machine_builder.cpp | 37 llvm::CodeModel::Small, optlevel_); in Build()
|
| /arkcompiler/runtime_core/common_interfaces/base/ |
| D | runtime_param.h | 60 * GC is probably triggered more often if this value is set to an improperly small number. 69 * allocator maybe wait some time if this value is set with an improperly small number.
|