Home
last modified time | relevance | path

Searched full:through (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
DStringFasta.ets134 /* @@? 21:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
135 /* @@? 22:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
136 /* @@? 23:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
137 /* @@? 24:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
138 /* @@? 25:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
139 /* @@? 26:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
140 /* @@? 27:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
141 /* @@? 28:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
142 /* @@? 29:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
143 /* @@? 30:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/
DStringFasta.ets134 /* @@? 21:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
135 /* @@? 22:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
136 /* @@? 23:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
137 /* @@? 24:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
138 /* @@? 25:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
139 /* @@? 26:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
140 /* @@? 27:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
141 /* @@? 28:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
142 /* @@? 29:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
143 /* @@? 30:9 Error TypeError: Static property 'IUB' must be accessed through it's class 'StringFasta…
[all …]
/arkcompiler/runtime_core/static_core/verification/util/tests/
Denvironment.cpp39 …const auto WS = Par::OfCharset(" \t\r\n"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
40 …const auto DELIM = Par::OfString(";"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
48 …WS.OfCharset("abcdefghijklmnopqrstuvwxyz_") // NOLINT(readability-static-accessed-through-instanc… in EnvOptions()
50 … EQ = NAME.OfString("="); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
51 … BOOL_TRUE = EQ.OfString("true"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
52 … BOOL_FALSE = BOOL_TRUE.OfString("false"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
65 …t auto DEC = BOOL.OfCharset("0123456789"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
66 …t auto HEX = DEC.OfString("0x") >> DEC; // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
77 …static const auto QUOTES = HEX.OfString("\""); // NOLINT(readability-static-accessed-through-inst… in EnvOptions()
79 QUOTES.OfCharset(!Charset("\"")); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp29 …* @tc.desc: Create a TemplateMap through calling Create function with numberOfElements. Check whet…
30 …* returned through the TemplateMap's calling Get/GetKey/GetValue function is within expe…
31 …* whether the value returned through the TaggedArray's(transformed from the TemplateMap)…
59 …* the value(entry) returned through the TemplateMap's calling FindEntry function with th…
60 …* within expectations. Check whether the value returned through the TemplateMap's callin…
96 …reate a TemplateMap, let it call IncreaseEntries function, check whether the value returned through
115 …* whether the value returned through calling EntriesCount function and the value returne…
136 …* @tc.desc: Check whether the value returned through a TemplateMap's calling ComputeHashTableSize …
159 …* @tc.desc: Create a source TemplateMap, change it through calling IncreaseEntries/IncreaseHoleEnt…
160 …* Check whether the bool returned through the source TemplateMap's calling IsNeedGrowHas…
[all …]
Djs_dataview_test.cpp33 …* CaseDescription: Check whether the returned value through "GetElementSize" function is within ex…
68 // Call "SetDataView" function through "NewJSDataView" function of "object_factory.cpp" in HWTEST_F_L0()
79 …* CaseDescription: Check whether the returned value through "GetDataView" function is within expec…
97 // Call "SetDataView" function through "NewJSDataView" function of "object_factory.cpp" in HWTEST_F_L0()
114 …* CaseDescription: Check whether the returned value through "GetViewedArrayBuffer" function is wit…
135 // Call "SetViewedArrayBuffer" function through "NewJSDataView" function of "object_factory.cpp" in HWTEST_F_L0()
155 …* CaseDescription: Check whether the returned value through "GetByteLength" function is within exp…
173 // Call "SetByteLength" function through "NewJSDataView" function of "object_factory.cpp" in HWTEST_F_L0()
188 …* CaseDescription: Check whether the returned value through "GetByteOffset" function is within exp…
206 // Call "SetByteOffset" function through "NewJSDataView" function of "object_factory.cpp" in HWTEST_F_L0()
Djs_map_iterator_test.cpp45 * through "IsJSMapIterator" function is within expectations.
71 …* @tc.desc: Create a JSMapIterator through calling "CreateMapIterator" function with the current t…
72 …* the returned value through calling "GetIteratedMap" function from the JSMapIterator is…
73 …* returned value through calling "GetLinkedMap" function. Call "SetIteratedMap" function…
74 …* Check whether the returned JSTaggedValue through calling "GetNextIndex" function from …
97 …* @tc.desc: Create a JSMapIterator through calling "CreateMapIterator" function with the current t…
98 …* whether the returned value through calling "GetNextIndex" function from the JSMapItera…
99 … JSTaggedValue(0) Call "SetNextIndex" to change NextIndex, Check whether the returned value through
119 …* @tc.desc: Create a JSMapIterator through calling CreateMapIterator function with the current thr…
120 …* the returned value through calling "GetIterationKind" function is the same with JSTagg…
[all …]
Djs_array_iterator_test.cpp33 …* CaseDescription: Call the "SetIteratedArray" function, check whether the result returned through
56 … // Call "SetIteratedArray" function through "NewJSArrayIterator" function of "object_factory.cpp". in HWTEST_F_L0()
99 …* CaseDescription: Call the "SetNextIndex" function, check whether the result returned through "Ge…
108 // Call "SetNextIndex" function through "NewJSArrayIterator" function of "object_factory.cpp". in HWTEST_F_L0()
126 …* CaseDescription: Call the "SetIterationKind" function, check whether the result returned through
134 … // Call "SetIterationKind" function through "NewJSArrayIterator" function of "object_factory.cpp". in HWTEST_F_L0()
Decma_string_accessor_test.cpp29 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf8 function is within ex…
44 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf16 function is within e…
62 …* @tc.desc: Check whether the EcmaString created through calling CreateLineString function is with…
87 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit…
101 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within…
138 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi…
165 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
195 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
227 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
240 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
[all …]
Dbase_string_test.cpp49 …* @tc.desc: Check whether the bool returned through calling CanBeCompressed function is within exp…
65 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit…
79 …* @tc.desc: Check whether the EcmaString created through calling CreateLineString function is with…
105 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within…
126 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi…
156 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta…
209 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
240 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
271 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
315 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
[all …]
Djs_api_tree_set_iterator_test.cpp44 …* @tc.desc: Call the "SetIterationKind" function, check whether the result returned through "GetIt…
65 …* @tc.desc: Call the "SetIteratedSet" function, check whether the result returned through "GetIter…
99 …* @tc.desc: Call the "SetNextIndex" function, check whether the result returned through "GetNextIn…
122 …* @tc.desc: Create TreeSet iterator, check whether the result returned through "IsJSAPITreeSetIter…
149 …* @tc.desc: Create an iterator of JSAPITreeSet,and then loop through the elements(key and keyAndva…
150 * iterator to check whether the elements through "Next" function are consistent.
Djs_api_queue_iterator_test.cpp36 …* @tc.desc: Create an iterator of JSAPIQueue,and then loop through the elements of the iterator to…
37 * the elements are consistent through Next function.
123 …* @tc.desc: Call the "SetIteratedQueue" function, check whether the result returned through "GetIt…
159 …* @tc.desc: Call the "SetNextIndex" function, check whether the result returned through "GetNextIn…
Djs_api_deque_iterator_test.cpp36 …* @tc.desc: Create an iterator of JSAPIDeque,and then loop through the elements of the iterator to…
37 * the elements are consistent through Next function.
119 …* @tc.desc: Call the "SetIteratedDeque" function, check whether the result returned through "GetIt…
155 …* @tc.desc: Call the "SetNextIndex" function, check whether the result returned through "GetNextIn…
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbuiltins_base_test.cpp31 …* @tc.desc: Create msgs through "CreateEcmaRuntimeCallInfo" function,Set ArgsNumber and CallArg ,t…
56 …* @tc.desc: Create msgs through "CreateEcmaRuntimeCallInfo" function,then through "SetFunction","S…
57 …* function set msgs,check result returned through "GetConstructor","GetFunction","GetThi…
97 …* @tc.desc: Check whether the result returned through "GetTaggedString" function is within expecta…
118 …* @tc.desc: Check whether the result returned through "GetTaggedInt" function is within expectatio…
130 …* @tc.desc: Check whether the result returned through "GetTaggedDouble" function is within expecta…
142 …* @tc.desc: Check whether the result returned through "GetTaggedBoolean" function is within expect…
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproperties_cache_test.cpp52 …* @tc.desc: Creating PropertiesCache through "GetPropertiesCache" function,Set two values through
53 …* one is string and the other is symbol, and then check whether it is correct through th…
91 …* @tc.desc: Creating PropertiesCache through "GetPropertiesCache" function,Set two values through
92 …* then call "Clear" function,check the returned value through "get" function is within e…
Dproperty_box_test.cpp51 …* @tc.desc: Creating PropertyBox object through "NewPropertyBox" function,the Property value is ex…
71 …* @tc.desc: Creating PropertyBox object through "NewPropertyBox" function,this object call "SetVal…
72 * check wether the result returned through "GetValue" function is within expectations.
/arkcompiler/ets_runtime/test/sharedtest/check/
Dexpect_output.txt48 Success set prop through accessor with matched type
49 Fail to set prop through accessor with mismatched type. err: TypeError: Cannot set sendable propert…
109 [IC] Fail to set prop through accessor with matched type. err: TypeError: Cannot set sendable prope…
110 [IC] Success set prop through accessor with matched type
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h30 * Function arguments that are not passed through registers
31 * are passed to the callee through stack.
67 * that cannot be passed through registers, it is the caller's
171 * passed through registers
179 * through registers because a call passes more than 8 arguments, or
/arkcompiler/runtime_core/cmake/
DREADME.md44 To check code-style through just one check-system - use `make clang_tidy` or `make clang_format`.
54 * Script to show diff through clang-format execution - `scripts/run-clang-format.py`
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp542 /* fall-through */ in DoShift()
597 /* fall-through */ in DoLogic()
602 /* fall-through */ in DoLogic()
607 /* fall-through */ in DoLogic()
612 /* fall-through */ in DoLogic()
617 /* fall-through */ in DoLogic()
622 /* fall-through */ in DoLogic()
627 /* fall-through */ in DoLogic()
633 /* fall-through */ in DoLogic()
638 /* fall-through */ in DoLogic()
[all …]
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_concurrent_sweeper.h36 // Help to finish sweeping task. It can be called through js thread
38 // Ensure task finish. It can be called through js thread
/arkcompiler/runtime_core/static_core/cmake/
DREADME.md44 To check code-style through just one check-system - use `make clang_tidy` or `make clang_format`.
54 * Script to show diff through clang-format execution - `scripts/run-clang-format.py`
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe147.md8 depend on ArkTS through importing the ArkTS codebase. Imports in reverse
/arkcompiler/ets_frontend/es2panda/test/size_statistics/
DREADME.md3 …e percentage of each data structure size in the abc file generated by the test case through es2abc.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/url/
DUrlTestParamKeys.ets93 * @tc.desc: Returns an iterator allowing to go through all keys contained in this object.
112 * @tc.desc: Returns an iterator allowing to go through all keys contained in this object.
131 * @tc.desc: Returns an iterator allowing to go through all keys contained in this object.
150 * @tc.desc: Returns an iterator allowing to go through all keys contained in this object.
169 * @tc.desc: Returns an iterator allowing to go through all keys contained in this object.
/arkcompiler/runtime_core/static_core/tests/checked/
Dfloat_intrinsic.pa14 #! CHECKER Check call intrinsic which returns float value, through runtime bridge (JIT)
23 #! CHECKER Check call intrinsic which returns float value, through runtime bridge (AOT)

12345678910>>...12