Home
last modified time | relevance | path

Searched full:represents (Results 1 – 25 of 126) sorted by relevance

123456

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DErrors.sts19 * @class Represents an error that occurs when assertion fails.
37 * @class Represents an error that occurs when division by zero is performed.
46 * @class Represents an error that occurs when null pointer is dereferenced.
55 * @class Represents an error that occurs when exception is thrown and not catched
64 * @class Represents an error that occurs when trying to interpret syntactically invalid code
81 * @class Represents an error that occurs when JSONValue can not be assigned to a type
90 * @class Represents an error that occurs when provided collection index is out of range
107 * @class Represents an error that occurs when array is oging to be indexed out of its bounds
116 …* @class Represents exception that is thrown when illegal arithmetic operation is occured (e.g. di…
125 * @class Represents an error that occurs when memory allocation fails
[all …]
DExceptions.sts19 * Represents exception that is thrown in case of null pointer dereference
37 * Represents exception that is thrown in case of ?
54 * Represents exception that is thrown when provided argument have value outside the allowable range
71 …* Represents exception that is thrown when a method has been invoked at an illegal or inappropriat…
88 * Represents exception that is thrown when class is not found
105 * Represents exception that is thrown when verifier detects errors in class
122 * Represents exception that is thrown when linker detects errors in class
139 * Represents exception that is thrown when runtime detects incompatible changes in class
156 * Represents exception that is thrown when the requested operation is not supported.
173 …* @class Represents exception that is thrown when attempting to wait, notify or notifyAll on objec…
[all …]
DChar.sts21 * Represents boxed char value and related operations
316 * isBinDigit() checks whether the char represents a binary digit.
328 * isBinDigit() checks whether the underlying char represents a binary digit.
337 * isDecDigit() checks whether the char represents a decimal digit.
349 * isDecDigit() checks whether the underlying char represents a decimal digit.
358 * isBinDigit() checks whether the char represents a hexadecimal digit.
372 * isHexDigit() checks whether the underlying char represents a hexadecimal digit.
DValue.sts136 * Represents abstract value
306 * Represents value of object of class type
539 * Represents array value
715 * Represents boolean value
756 * Represents byte value
797 * Represents short value
838 * Represents char value
879 * Represents int value
920 * Represents float value
961 * Represents double value
[all …]
DPromiseRef.sts19 * Class represents a result of an asynchronous operation in the future.
DBoolean.sts19 * Represents boxed boolean value and related operations
178 * Static instance that represents true boolean value
183 * Static instance that represents false boolean value
192 * @returns boxed value that represents provided primitive value
DParameter.sts19 * Represents parameter of function type
DFloat.sts19 * Represents boxed float value and related operations
107 * Represents the NaN value according to IEEE-754 specification
112 * Represents the +Infinity value according to IEEE-754 specification
117 * Represents the -Infinity value according to IEEE-754 specification
DNumeric.sts19 * Can be implemented by any type that represents a numeric value.
DType.sts591 * Represents null type
735 * Represents void type
809 * Represents char type
893 * Represents boolean type
976 * Represents byte type
1062 * Represents short type
1156 * Represents int type
1250 * Represents long type
1344 * Represents float type
1438 * Represents double type
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DErrors.sts19 * @class Represents an error that occurs when global eval() function fails
36 …* @class Represents an error that occurs when an operation could not be performed, typically (but …
53 …* @class Represents an error that occurs when a variable that doesn't exist (or hasn't yet been in…
70 …* @class Represents an error that occurs when a global URI handling function was used in a wrong w…
87 * The AggregateError object represents an error when several errors
131 * Represents error that is thrown when Date is malformed
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/math/consts/
Dconsts.sts81 * Represents the NaN value accoring to IEEE 754 specification
86 * Represents the +Infinity value accoring to IEEE 754 specification
91 * Represents the -Infinity value accoring to IEEE 754 specification
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfgo.h100 // This class represents the scenario that the BB is unreachable.
119 // This class represents the scenario that a common jump BB can be duplicated
136 // This class represents the scenario that a BB contains nothing.
149 /* This class represents that two pred of a BB can cross-jump
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.coroutines/03.promise_class/
Dp.sts18 desc: The class Promise<T> represents the values returned by launch expressions.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.coroutines/01.create_and_launch_coroutine/
Dc.sts18 desc: The class Promise<T> represents the values returned by launch expressions.
/arkcompiler/runtime_core/static_core/docs/
Dfile_format.md362 | `CODE` | `0x01` | `0-1` | `uint8_t[4]` | Data represents the offset …
363 | `SOURCE_LANG` | `0x02` | `0-1` | `uint8_t` | Data represents the [source…
364 | `RUNTIME_ANNOTATION` | `0x03` | `>=0` | `uint8_t[4]` | Data represents the offset …
365 | `RUNTIME_PARAM_ANNOTATION` | `0x04` | `0-1` | `uint8_t[4]` | Data represents the offset …
366 | `DEBUG_INFO` | `0x05` | `0-1` | `uint8_t[4]` | Data represents the offset …
367 | `ANNOTATION` | `0x06` | `>=0` | `uint8_t[4]` | Data represents the offset …
368 | `PARAM_ANNOTATION` | `0x07` | `0-1` | `uint8_t[4]` | Data represents the offset …
369 | `TYPE_ANNOTATION` | `0x08` | `>=0` | `uint8_t[4]` | Data represents the offset …
370 | `RUNTIME_TYPE_ANNOTATION` | `0x09` | `>=0` | `uint8_t[4]` | Data represents the offset …
371 | `PROFILE_INFO` | `0x0a` | `>=0` | `uint8_t[]` | Data represents the profile…
[all …]
Druntime-debug-api.md21 …eAgent`](../runtime/include/loadable_agent.h) is loaded, which usually represents a debugger share…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/07.null_literal/
Dnull_literal2.sts17 desc: The null literal denotes the null reference which represents an absence of a value and is a v…
/arkcompiler/runtime_core/docs/
Dfile_format.md361 | `CODE` | `0x01` | `0-1` | `uint8_t[4]` | Data represents the offset …
362 | `SOURCE_LANG` | `0x02` | `0-1` | `uint8_t` | Data represents the [source…
363 | `RUNTIME_ANNOTATION` | `0x03` | `>=0` | `uint8_t[4]` | Data represents the offset …
364 | `RUNTIME_PARAM_ANNOTATION` | `0x04` | `0-1` | `uint8_t[4]` | Data represents the offset …
365 | `DEBUG_INFO` | `0x05` | `0-1` | `uint8_t[4]` | Data represents the offset …
366 | `ANNOTATION` | `0x06` | `>=0` | `uint8_t[4]` | Data represents the offset …
367 | `PARAM_ANNOTATION` | `0x07` | `0-1` | `uint8_t[4]` | Data represents the offset …
368 | `TYPE_ANNOTATION` | `0x08` | `>=0` | `uint8_t[4]` | Data represents the offset …
369 | `RUNTIME_TYPE_ANNOTATION` | `0x09` | `>=0` | `uint8_t[4]` | Data represents the offset …
404 | `SOURCE_LANG` | `0x02` | `0-1` | `uint8_t` | Data represents the [sou…
[all …]
Druntime-debug-api.md21 …eAgent`](../runtime/include/loadable_agent.h) is loaded, which usually represents a debugger share…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.default_interface_method_declarations/
Ddefault_interface_method1.sts18 A block of code that represents the body of a default method in
Ddefault_interface_method2.sts18 A block of code that represents the body of a default method in
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.h277 /// Represents count of task that sleeps
309 /// newTasksCount_ represents count of new tasks
317 * finishedTasksCount_ represents count of finished tasks;
325 …* Represents count of tasks that exist in TaskScheduler system per TaskProperties. Task in system …
Dtask.h31 * TaskType - represents all types of components that can use TaskManager.
41 * VMType - represents all types of VM that can use TaskManager.
51 * TaskExecutionMode - represents all possible modes of tasks execution.
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_options.h51 * @brief Class represents runtime options
53 * It extends Options that represents public options (that described in options.yaml) and

123456