Home
last modified time | relevance | path

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

12345678910>>...24

/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/06.overriding_methods/requirements_in_overriding_and_hiding/
Dhiding_methods_with_different_access_modifiers_n.ets20otherwise, a compile-time error occurs. If the overridden or hidden method is protected, then the …
Doverriding_methods_with_different_access_modifiers.ets20otherwise, a compile-time error occurs. If the overridden or hidden method is protected, then the …
Dhiding_methods_with_different_access_modifiers.ets20otherwise, 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.ets25Otherwise, 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.ets25Otherwise, 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.ets25Otherwise, 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.ets25Otherwise, 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.ets25Otherwise, 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.ets25Otherwise, 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/libziparchive/extractortool/
Dzip_file.h177 * @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.
221 * @return Returns true if successfully checked; returns false otherwise.
226 * @return Returns true if successfully Parsed; returns false otherwise.
231 * @return Returns true if successfully parsed; returns false otherwise.
236 * @return Returns true if successfully parsed; returns false otherwise.
257 * @return Returns true if successfully checked; returns false otherwise.
264 * @return Returns true if successfully checked; returns false otherwise.
271 * @return Returns true if successfully Seeked; returns false otherwise.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/29.assignment/01.simple_assignment_operator/
Dord25.ets23 - 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/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/07.expressions/29.assignment/01.simple_assignment_operator/
Dord26.ets23 - 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/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArrayAlgorithms.ets34 …* @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 …]
/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/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.ets20 …s are override-compatible (see Override-Compatible Signatures), then overriding is used. Otherwise,
25 subclass hides the previous static method. Otherwise, overloading is used.
/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/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/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/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/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.
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_builtin_algorithms.ets.j238 …* @param arr array to find a lower bound of a key. Has to be sorted, otherwise the answer is imple…
76 …* @param arr array to find a lower bound of a key. Has to be sorted, otherwise the answer is imple…
91 …* @param arr array to find a upper bound of a key. Has to be sorted, otherwise the answer is imple…
129 …* @param arr array to find a upper bound of a key. Has to be sorted, otherwise the answer is imple…
144 …* @param arr array to find a lower bound of a key. Has to be sorted, otherwise the answer is imple…
182 …* @param arr array to find a lower bound of a key. Has to be sorted, otherwise the answer is imple…
197 …* @param arr array to find a upper bound of a key. Has to be sorted, otherwise the answer is imple…
235 …* @param arr array to find a upper bound of a key. Has to be sorted, otherwise the answer is imple…
265 * dst must have enough space, otherwise out-of-bounds might occur

12345678910>>...24