Home
last modified time | relevance | path

Searched full:otherwise (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.h168 * @return Returns true if the zip file is successfully opened; returns false otherwise.
191 * @return Returns true if the ZipEntry is successfully finded; returns false otherwise.
203 * @return Returns true if the ZipEntry is successfully finded; returns false otherwise.
211 * @return Returns true if this function is successfully called; returns false otherwise.
218 * @return Returns true if file is successfully extracted; returns false otherwise.
231 * @return Returns true if successfully checked; returns false otherwise.
236 * @return Returns true if successfully Parsed; returns false otherwise.
241 * @return Returns true if successfully parsed; returns false otherwise.
247 * @return Returns true if successfully parsed; returns false otherwise.
268 * @return Returns true if successfully checked; returns false otherwise.
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dcpu_affinity.h63 * @return true if cpu-set has the cpu number, false - otherwise
118 * @return true if setting was successfully, false - otherwise
126 * @return true if setting was successfully, false - otherwise
134 * @return true if setting was successfully, false - otherwise
142 * @return true if setting was successfully, false - otherwise
156 * @return true if getting was successfully, false - otherwise
163 * @return true if getting was successfully, false - otherwise
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/requirements_in_overriding_and_hiding/
Doverriding_methods_with_different_access_modifiers.sts20otherwise, a compile-time error occurs. If the overridden or hidden method is protected, then the …
Dhiding_methods_with_different_access_modifiers_n.sts20otherwise, a compile-time error occurs. If the overridden or hidden method is protected, then the …
Dhiding_methods_with_different_access_modifiers.sts20otherwise, a compile-time error occurs. If the overridden or hidden method is protected, then the …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/
Dresult_type_bool_n.sts25Otherwise, if either operand is of type float, the other is converted to float.
26Otherwise, if either operand is of type long, the other is converted to long.
27Otherwise, both operands are converted to type int.
Dresult_type_bool.sts25Otherwise, if either operand is of type float, the other is converted to float.
26Otherwise, if either operand is of type long, the other is converted to long.
27Otherwise, both operands are converted to type int.
Dresult_type_cond.sts25Otherwise, if either operand is of type float, the other is converted to float.
26Otherwise, if either operand is of type long, the other is converted to long.
27Otherwise, both operands are converted to type int.
Dresult_type_arith_n.sts25Otherwise, if either operand is of type float, the other is converted to float.
26Otherwise, if either operand is of type long, the other is converted to long.
27Otherwise, both operands are converted to type int.
Dresult_type_arith.sts25Otherwise, if either operand is of type float, the other is converted to float.
26Otherwise, if either operand is of type long, the other is converted to long.
27Otherwise, both operands are converted to type int.
Dresult_type_bitwise.sts25Otherwise, if either operand is of type float, the other is converted to float.
26Otherwise, if either operand is of type long, the other is converted to long.
27Otherwise, both operands are converted to type int.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArrayAlgorithms.sts34 …* @param arr array to find a lower bound of a key. Has to be sorted, otherwise the answer is imple…
72 …* @param arr array to find a lower bound of a key. Has to be sorted, otherwise the answer is imple…
87 …* @param arr array to find a upper bound of a key. Has to be sorted, otherwise the answer is imple…
125 …* @param arr array to find a upper bound of a key. Has to be sorted, otherwise the answer is imple…
153 * dst must have enough space, otherwise out-of-bounds might occur
200 …* @param arr array to find a lower bound of a key. Has to be sorted, otherwise the answer is imple…
238 …* @param arr array to find a lower bound of a key. Has to be sorted, otherwise the answer is imple…
253 …* @param arr array to find a upper bound of a key. Has to be sorted, otherwise the answer is imple…
291 …* @param arr array to find a upper bound of a key. Has to be sorted, otherwise the answer is imple…
319 * dst must have enough space, otherwise out-of-bounds might occur
[all …]
DByte.sts149 * and greater than 0 otherwise.
165 // Check for zero, log10 would go inf otherwise
215 * @returns true if provided object and this instance have same value, false otherwise
279 * @returns true if this value is less than provided, false otherwise
290 * @returns true if this value is less than or equal to provided, false otherwise
301 * @returns true if this value is greater than provided, false otherwise
312 * @returns true if this value is greater than or equal to provided, false otherwise
DShort.sts148 * and greater than 0 otherwise.
190 * @returns true if provided object and this instance have same value, false otherwise
254 * @returns true if this value is less than provided, false otherwise
265 * @returns true if this value is less than or equal to provided, false otherwise
276 * @returns true if this value is greater than provided, false otherwise
287 * @returns true if this value is greater than or equal to provided, false otherwise
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/
Dord26.sts23 - Otherwise, the index subexpression of the left-hand operand is evaluated.
26 - Otherwise, the right-hand operand is evaluated. If this evaluation completes abruptly,
28 - Otherwise, if the value of the index subexpression is less than zero, or greater than or
Dord25.sts23 - Otherwise, the index subexpression of the left-hand operand is evaluated.
26 - Otherwise, the right-hand operand is evaluated. If this evaluation completes abruptly,
28 - Otherwise, if the value of the index subexpression is less than zero, or greater than or
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe65.md8 ``any``, an object type or a type parameter; the result is ``false`` otherwise.
10 a compile-time error occurs otherwise. In addition, the left operand in ArkTS
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dnullsafety.rst45 If applied to a null value, the operator throws an error. Otherwise, the
62 the expression is the right-hand-side expression. Otherwise, it is the
68 set; otherwise, an empty string is returned:
116 nickname, then the output is the nickname of the person's spouse. Otherwise,
/arkcompiler/toolchain/websocket/
Dwebsocket_base.h55 * otherwise the method returns the decoded received message.
68 * @returns true on success, false otherwise.
93 * @returns true if connection was closed, false otherwise.
115 * @returns true on success, false otherwise.
124 * @returns zero on success, `-1` otherwise.
/arkcompiler/jsvm/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
60 excluding communication that is conspicuously marked or otherwise
78 use, offer to sell, sell, import, and otherwise transfer the Work,
128 reproduction, and distribution of the Work otherwise complies with
131 5. Submission of Contributions. Unless You explicitly state otherwise,
155 whether in tort (including negligence), contract, or otherwise,
/arkcompiler/toolchain/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
60 excluding communication that is conspicuously marked or otherwise
78 use, offer to sell, sell, import, and otherwise transfer the Work,
128 reproduction, and distribution of the Work otherwise complies with
131 5. Submission of Contributions. Unless You explicitly state otherwise,
155 whether in tort (including negligence), contract, or otherwise,
/arkcompiler/ets_runtime/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
60 excluding communication that is conspicuously marked or otherwise
78 use, offer to sell, sell, import, and otherwise transfer the Work,
128 reproduction, and distribution of the Work otherwise complies with
131 5. Submission of Contributions. Unless You explicitly state otherwise,
155 whether in tort (including negligence), contract, or otherwise,
/arkcompiler/runtime_core/static_core/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
60 excluding communication that is conspicuously marked or otherwise
78 use, offer to sell, sell, import, and otherwise transfer the Work,
128 reproduction, and distribution of the Work otherwise complies with
131 5. Submission of Contributions. Unless You explicitly state otherwise,
155 whether in tort (including negligence), contract, or otherwise,
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/
Dclass_method_over_n3.sts20 If signatures are override-compatible, then overriding is used. Otherwise, overloading is used.
24 Otherwise, overloading is used.
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dbasic_block.h298 * @return `true` if basicBlock is start basic block, `false` otherwise.
305 * @return `true` if basicBlock is end basic block, `false` otherwise.
312 * @return `true` if basicBlock is loop head basic block, `false` otherwise.
319 * @return `true` if basicBlock is loop prehead basic block, `false` otherwise.
326 * @return `true` if basicBlock is try begin basic block, `false` otherwise.
333 * @return `true` if basicBlock is try basic block, `false` otherwise.
340 * @return `true` if basicBlock is try end basic block, `false` otherwise.
347 * @return `true` if basicBlock is catch begin basic block, `false` otherwise.
354 * @return `true` if basicBlock is catch basic block, `false` otherwise.

12345678910>>...21