Home
last modified time | relevance | path

Searched full:its (Results 1 – 25 of 838) sorted by relevance

12345678910>>...34

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/
Dinheritance_fields_with_same_name_neg.ets17 desc: A class inherits fields with the same name from its direct superclass and superinterfaces.
18 … more than one field with the same name, either from its superclass and superinterfaces or from it…
Dfields_inheritance_from_superclass.ets17 desc: A class inherits from its direct superclass.
18 assert: A class inherits from its direct superclass and direct superinterfaces all non-private fiel…
Dfields_inheritance_from_superinterface.ets17 desc: A class inherits from its direct superinterface.
18 assert: A class inherits from its direct superclass and direct superinterfaces all non-private fiel…
Dfields_inheritance_from_superclass_and_superinterface.ets17 desc: A class inherits from its direct superclass and superinterface.
18 assert: A class inherits from its direct superclass and direct superinterfaces all non-private fiel…
Dreference_to_inheritance_fields_with_same_name.ets17 desc: Refer to inherits field with the same name from its direct superclass and superinterfaces.
18 assert: However, any attempt within the body of the class to refer to any such field by its simple …
/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_object_descriptor.h31 // GetProperty is used to get the value of a property and its ic information
36 // SetProperty is used to set the value of a property and get its ic information
41 // GetElementByIdx is used to get the value of an element and its ic information
46 // SetElementByIdx is used to set the value of an element and get its ic information
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/01.partial_utility_type/
Dpartial_example_getter_setter.ets19 …Partial<T> variables. Object literal has its own built-in getters and setters to modify its variab…
41 // 42 is printed as object literal has its own setter and getter
Dpartial_getter_and_setter.ets20 …Partial<T> variables. Object literal has its own built-in getters and setters to modify its variab…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/RationalNumber/
DParseRationalNumberCreateRationalFromStringTest.ets22 suite.addTest("Parses two integers (2 and 1) into a RationalNumber and verifies its value.",
24 suite.addTest("Creates a RationalNumber from the string '-1:2' and verifies its value.",
26 suite.addTest("Creates a RationalNumber from the string '+3/4' and verifies its value.",
28 suite.addTest("Creates a RationalNumber from the string '+3:-4' and verifies its value.",
30 suite.addTest("Creates a RationalNumber from the string '+2:4' and verifies its value.",
32 suite.addTest("Creates a RationalNumber from the string '+2:-4' and verifies its value.",
34 suite.addTest("Creates a RationalNumber from the string '-2:-4' and verifies its value.",
63 * @tc.desc: Parses two integers (2 and 1) into a RationalNumber and verifies its value.
77 * @tc.desc: Creates a RationalNumber from the string '-1:2' and verifies its value.
91 * @tc.desc: Creates a RationalNumber from the string '+3/4' and verifies its value.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/
Doverride_default_method.ets18 …ass; if not, the default method is typically inherited and its behavior is as specified by its def…
Ddefault_method.ets18 …ass; if not, the default method is typically inherited and its behavior is as specified by its def…
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dgetter_setter_endless_loop.ets29 /* @@? 20:58 Warning Warning: Reading the value of the property inside its getter may lead to an en…
30 /* @@? 21:52 Warning Warning: Assigning new value to the property inside its setter may lead to an …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/03.utility_types/02.required_utility_type/
Drequired_getter_and_setter_int.ets20 …Partial<T> variables. Object literal has its own built-in getters and setters to modify its variab…
Drequired_getter_and_setter_neg.ets23 …Partial<T> variables. Object literal has its own built-in getters and setters to modify its variab…
Drequired_module_implements.ets21 …Partial<T> variables. Object literal has its own built-in getters and setters to modify its variab…
Drequired_getter_and_setter.ets23 …Partial<T> variables. Object literal has its own built-in getters and setters to modify its variab…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani.h373 * @brief Finds a module by its descriptor.
375 * This function locates a module based on its descriptor and stores it in the result parameter.
385 * @brief Finds a namespace by its descriptor.
387 … * This function locates a namespace based on its descriptor and stores it in the result parameter.
397 * @brief Finds a class by its descriptor.
399 * This function locates a class based on its descriptor and stores it in the result parameter.
409 * @brief Finds an enum by its descriptor.
411 * This function locates an enum based on its descriptor and stores it in the result parameter.
421 * @brief Finds a namespace within a module by its descriptor.
423 * This function locates a namespace within the specified module based on its descriptor.
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md129 This state has two possible transitions (branches) based on its input value.
142 This state has multiple possible transitions (branches) based on its input value.
308 * **FNEG**: returns the negation of its floating-point operand.
321 * **ADD**: returns the sum of its two integer operands.
322 * **SUB**: returns the difference of its two integer operands. It is used to implement the "-" unar…
323 * **MUL**: returns the product of its two integer operands.
325 * **SDIV**: returns the signed quotient of its two integer operands.
326 * **SREM**: returns the remainder from the signed division of its two integer operands.
327 * **UDIV**: returns the unsigned quotient of its two integer operands.
328 * **UREM**: returns the remainder from the unsigned division of its two integer operands.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/url/
DUrlTestParamAppendDelete.ets64 * @tc.desc: Deletes the given search parameter and its associated value,from the list of all search…
79 * @tc.desc: Deletes the given search parameter and its associated value,from the list of all search…
94 …* @tc.desc: Deletes the given search parameter and its associated value,from the list of all searc…
109 * @tc.desc: Deletes the given search parameter and its associated value,from the list of all search…
124 * @tc.desc: Deletes the given search parameter and its associated value,from the list of all search…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/10.inheritance/
Dinheritance_abstract_methods_without.ets18its direct superclass and direct superinterfaces all abstract and default methods m for which all …
Dinheritance_abstract_methods_that_not_member.ets18its direct superclass and direct superinterfaces all abstract and default methods m for which all …
Dinheritance_abstract_methods.ets18its direct superclass and direct superinterfaces all abstract and default methods m for which all …
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D1_intro.rst77 of its resources to, or importing from other modules.
133 power from |TS| and its predecessor |JS|, and the static
135 syntax style similar to that of those languages, and some of its important
152 Like its predecessors, |LANG| is a relatively high-level language. It means
163 The |LANG| ecosystem includes the language along with its compiler,
237 - Is comprised of an abstract symbol (*nonterminal*) as its left-hand side,
238 and a sequence of one or more *nonterminal* and *terminal* symbols as its
438 that can hold values of type ``T`` and its derived types.
452 that name---can be accessed or referred to by its simple name without
501 abstract symbol (nonterminal) as its left-hand side, and a sequence
[all …]
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md3 To get string literal by its identifier application has to perform special runtime call. To improve…
27 …-roots-limit` controls how many time the same string should be resolved before its pointer will be
47 String pointers stored inside PLT-slots have to be treated as GC-roots to prevent its scavenge in c…
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md3 To get string literal by its identifier application has to perform special runtime call. To improve…
27 …-roots-limit` controls how many time the same string should be resolved before its pointer will be
47 String pointers stored inside PLT-slots have to be treated as GC-roots to prevent its scavenge in c…

12345678910>>...34