Searched full:according (Results 1 – 25 of 159) sorted by relevance
1234567
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Date.sts | 703 * Gets locale string representation according to format. 780 …* The `getDate()` method returns the day of the month for the specified date according to local ti… 784 …er, between 1 and 31, representing the day of the month for the given date according to local time. 825 … * Returns the day of the month (from 1 to 31) in the specified date according to universal time. 827 …er, between 1 and 31, representing the day of the month for the given date according to local time. 878 * Returns the day of the week for the specified date according to local time, 884 …* for the given date, according to local time: 0 for Sunday, 1 for Monday, 2 for Tuesday, and so o… 891 …* Returns the day of the week in the specified date according to universal time, where 0 represent… 894 …* for the given date, according to local time: 0 for Sunday, 1 for Monday, 2 for Tuesday, and so o… 901 * Returns the year of the specified date according to local time. [all …]
|
| /arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
| D | pending_job_test.cpp | 110 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct… 111 …ggedArray object with length of two.set the required value and define a pendingjob object according 145 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct… 146 …ggedArray object with length of two.set the required value and define a pendingjob object according 181 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct… 182 …ggedArray object with length of two.set the required value and define a pendingjob object according 227 …* @tc.desc: Create a function called TestPromiseOnResolved.According to the definition of function… 228 … object with length of two.set the required value and define a pendingjob object according to both. 275 …* @tc.desc: Get a function called promiseresolvethenablejob from env. According to the definition … 277 …* according to both.The pendingjob object call "ExecutePendingJob" function to execute t…
|
| /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/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/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/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/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 | 223 // NOTE(yaojian) : return value according to CoreLanguageContext in IsCallableObject() 234 // NOTE(yaojian) : return value according to CoreLanguageContext in GetReferenceErrorDescriptor() 240 // NOTE(yaojian) : return value according to CoreLanguageContext in GetTypedErrorDescriptor()
|
| /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 … 113 …* object.Then define profiletypeaccessor objects according to element in the array,profi… 168 …* object.Then define profiletypeaccessor objects according to element in the array,profi… 197 …* object.Then define profiletypeaccessor objects according to element in the array,profi… 248 …* object.Then define profiletypeaccessor objects according to element in the array,diffe… 289 …* object.Then define profiletypeaccessor objects according to element in the array,diffe…
|
| /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_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/ets_runtime/ecmascript/ |
| D | common_enum.h | 24 * TriggerGCType is categorized according to the scope the GC expects to cover.
|
| /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:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | intro.rst | 25 at all. According to our measurements, projects that already follow the
|
| D | summary.rst | 81 in |TS|. According to our measurements, ``any`` is used in approximately 1% of 179 According to our observations and experiments, this feature is already not 214 According to our observations and experiments, this feature is not popular
|
| /arkcompiler/ets_runtime/ |
| 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/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_dyn_aarch64.S | 42 // According to the current frame kind set the bridge type 133 // According to the current frame kind set the bridge type
|
| /arkcompiler/ets_frontend/ |
| D | OAT.xml | 18 …ine all the license files in this project in , OAT will check license files according to this rule. 46 Note:If the text contains special characters, please escape them according to the following rules:
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | assembly_format.md | 96 | `ctor` | Marks a function as object constructor. It will be renamed in binary file according to… 97 | `cctor` | Marks a function as static constructor. It will be renamed in binary file according to… 111 | `ctor` | Marks a function as object constructor. It will be renamed in binary file according to… 112 | `cctor` | Marks a function as static constructor. It will be renamed in binary file according to… 286 - For non range call instructions assembler chooses optimal encoding according to number of specifi…
|
| D | design-of-interpreter.md | 94 According to our measurements of the most popular 200 Chinese mobile applications, 105 `zstd-19` algorithm. According to our research, it decreases file size by 21% and 146 1. According to our experiments, a stackless interpreter for a stack-based bytecode (which is by
|
| /arkcompiler/runtime_core/docs/ |
| D | design-of-interpreter.md | 94 According to our measurements of the most popular 200 Chinese mobile applications, 105 `zstd-19` algorithm. According to our research, it decreases file size by 21% and 146 1. According to our experiments, a stackless interpreter for a stack-based bytecode (which is by
|
1234567