Searched full:according (Results 1 – 25 of 197) sorted by relevance
12345678
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | implicit_cast_boxed_expressions.ets | 75 …// short_byte = testShort; // Short -> Byte is not available according 6.5.2 widening table and … 81 …// short_char = testShort; // Short -> Char is not available according 6.5.2 widening table and … 91 // } // is not available according 6.5.2 widening table and CTE happens 115 …// char_byte = testChar; // Char -> Byte is not available according 6.5.2 widening table and CTE… 116 …// char_short = testChar; // Char -> Short is not available according 6.5.2 widening table and CT… 162 …// int_byte = testInt; // Int -> Byte is not available according 6.5.2 widening table and CTE ha… 163 …// int_short = testInt; // Int -> Short is not available according 6.5.2 widening table and CTE h… 168 …// int_char = testInt; // Int -> Char is not available according 6.5.2 widening table and CTE ha… 177 // } is not available according 6.5.2 widening table and CTE happens 201 …// long_byte = testLong; // Long -> Byte is not available according 6.5.2 widening table and CTE… [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | implicit_cast_boxed_expressions.ets | 75 …// short_byte = testShort; // Short -> Byte is not available according 6.5.2 widening table and … 81 …// short_char = testShort; // Short -> Char is not available according 6.5.2 widening table and … 91 // } // is not available according 6.5.2 widening table and CTE happens 115 …// char_byte = testChar; // Char -> Byte is not available according 6.5.2 widening table and CTE… 116 …// char_short = testChar; // Char -> Short is not available according 6.5.2 widening table and CT… 162 …// int_byte = testInt; // Int -> Byte is not available according 6.5.2 widening table and CTE ha… 163 …// int_short = testInt; // Int -> Short is not available according 6.5.2 widening table and CTE h… 168 …// int_char = testInt; // Int -> Char is not available according 6.5.2 widening table and CTE ha… 177 // } is not available according 6.5.2 widening table and CTE happens 201 …// long_byte = testLong; // Long -> Byte is not available according 6.5.2 widening table and CTE… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Date.ets | 772 …* The `getDate()` method returns the day of the month for the specified date according to local ti… 776 …er, between 1 and 31, representing the day of the month for the given date according to local time. 817 … * Returns the day of the month (from 1 to 31) in the specified date according to universal time. 819 …er, between 1 and 31, representing the day of the month for the given date according to local time. 870 * Returns the day of the week for the specified date according to local time, 876 …* for the given date, according to local time: 0 for Sunday, 1 for Monday, 2 for Tuesday, and so o… 883 …* Returns the day of the week in the specified date according to universal time, where 0 represent… 886 …* for the given date, according to local time: 0 for Sunday, 1 for Monday, 2 for Tuesday, and so o… 893 * Returns the year of the specified date according to local time. 906 * Returns the year of the specified date according to local time. [all …]
|
| /arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
| D | pending_job_test.cpp | 111 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct… 112 …ggedArray object with length of two.set the required value and define a pendingjob object according 146 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct… 147 …ggedArray object with length of two.set the required value and define a pendingjob object according 182 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct… 183 …ggedArray object with length of two.set the required value and define a pendingjob object according 229 …* @tc.desc: Create a function called TestPromiseOnResolved.According to the definition of function… 230 … object with length of two.set the required value and define a pendingjob object according to both. 277 …* @tc.desc: Get a function called promiseresolvethenablejob from env. According to the definition … 279 …* according to both.The pendingjob object call "ExecutePendingJob" function to execute t…
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/ |
| D | CheckBuilder.ts | 33 logger.error(`Cannot find checker according rule id: ${rule.ruleId}`); 47 logger.log(`Cannot find checker according rule id: ${rule.ruleId}`);
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | readme.md | 14 project_path, node_js_path, jbr_path. These params must be set according your envronment!!! Other p… 34 # Must set according environment 62 # The following params must be set according you environment
|
| D | readme_zh.md | 34 # Must set according environment 62 # The following params must be set according you environment
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlDisplayNames.cpp | 73 * @brief Validates a script code according to ISO 15924 standard 83 // Script codes should be 4 letters according to ISO-15924 in IsValidScriptCode() 94 * @brief Validates a region code according to ISO 3166 or UN M49 standards 118 * @brief Validates a currency code according to ISO 4217 standard 127 // Currency codes should be 3 uppercase letters according to ISO-4217 in IsValidCurrencyCode() 137 * @brief Validates a language code according to BCP 47 standard 139 * Performs basic validation for language codes according to BCP 47. 147 // Basic validation for language codes according to BCP 47 in IsValidLanguageCode() 168 * @brief Canonicalizes a language code according to BCP 47 standard
|
| /arkcompiler/toolchain/websocket/server/ |
| D | README.md | 11 …ient side or by call to `CloseConnection` (gracefully closes connection according to specification… 57 …ently active connection (if any presents). Class maintains connection's state according to RFC6455:
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | llvm_aot_builder.h | 52 /// Adjust a method's header according to the supplied method 62 /// Adjust a method stored in this aot builder according to the supplied method
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | update_remset_worker.h | 44 /// @brief Stop UpdateRemsetWorker and destroy according worker structures 54 * @brief add post-barrier buffer to process according cards in UpdateRemsetWorker 109 …/// @brief Create implementation specific structures and start UpdateRemsetWorker in according wit… 112 /// @brief Stop implementation specific UpdateRemsetWorker and destroy according structures
|
| /arkcompiler/ets_frontend/test/scripts/utils/ |
| D | readme.md | 15 * The storage path for the SDK needs to be strictly filled in according to the structure of the SDK…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | metadata_layout.h | 176 …static constexpr uintptr_t kOffsetBound = 256 * 1024 * 1024; // according to kDsoLoadedAddessEnd … 194 …static constexpr uint32_t kOffsetBound = 256 * 1024 * 1024; // according to kDsoLoadedAddessEnd =… 202 …static constexpr uint32_t kDirectRefMin = 0xC0000000; // according to kDsoLoadedAddessStart = 0xC… 203 …static constexpr uint32_t kDirectRefMax = 0xF0000000; // according to kDsoLoadedAddessEnd = 0xF00… 259 // according to kSpaceAnchor and kFireBreak defined in bp_allocator.cpp
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | OAT.xml | 20 …ine all the license files in this project in , OAT will check license files according to this rule. 40 … Note:If the text contains special characters, please escape them according to the following rules:
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.h | 228 // NOTE(yaojian) : return value according to CoreLanguageContext in IsCallableObject() 239 // NOTE(yaojian) : return value according to CoreLanguageContext in GetReferenceErrorDescriptor() 245 // NOTE(yaojian) : return value according to CoreLanguageContext in GetTypedErrorDescriptor()
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 19 …ine all the license files in this project in , OAT will check license files according to this rule. 47 Note:If the text contains special characters, please escape them according to the following rules:
|
| /arkcompiler/runtime_core/static_core/ |
| D | OAT.xml | 20 …ine all the license files in this project in , OAT will check license files according to this rule. 40 … Note:If the text contains special characters, please escape them according to the following rules:
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | profile_type_info_test.cpp | 53 * @tc.desc: Convert its name into a string according to different types of IC. 68 …* profiletypeinfo object.Then define different profiletypeaccessor objects according to … 125 …* object.Then define profiletypeaccessor objects according to element in the array,profi… 180 …* object.Then define profiletypeaccessor objects according to element in the array,profi… 209 …* object.Then define profiletypeaccessor objects according to element in the array,profi… 260 …* object.Then define profiletypeaccessor objects according to element in the array,diffe… 301 …* object.Then define profiletypeaccessor objects according to element in the array,diffe…
|
| /arkcompiler/ets_frontend/es2panda/test/optimizer/ts/branch-elimination/projects/ts_module_syntax_project/ |
| D | test-export-syntax.ts | 29 // According to spec, v2 should use 2 in current file, instead of 100 in test-export-default-const
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/01.type_inference_from_context/ |
| D | spec-ex5.ets | 19 (see Boxing Conversions) according to the type of the context that creates a
|
| D | spec-ex4.ets | 19 (see Boxing Conversions) according to the type of the context that creates a
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | intro.rst | 24 required. According to our measurements, projects that already follow the
|
| /arkcompiler/ets_frontend/ets2panda/bindings/test/ |
| D | README.md | 62 4. add a new test case according to the above steps
|
| /arkcompiler/ets_runtime/common_components/common_runtime/ |
| D | base_runtime_param.cpp | 40 * Determine the default stack size and heap size according to system memory.
|
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 20 …ine all the license files in this project in , OAT will check license files according to this rule. 40 … Note:If the text contains special characters, please escape them according to the following rules:
|
12345678