Home
last modified time | relevance | path

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

12345678910

/arkcompiler/runtime_core/static_core/verification/util/tests/
Denvironment.cpp38 …const auto WS = Par::OfCharset(" \t\r\n"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
39 …const auto DELIM = Par::OfString(";"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
47 …WS.OfCharset("abcdefghijklmnopqrstuvwxyz_") // NOLINT(readability-static-accessed-through-instanc… in EnvOptions()
49 … EQ = NAME.OfString("="); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
50 … BOOL_TRUE = EQ.OfString("true"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
51 … BOOL_FALSE = BOOL_TRUE.OfString("false"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
64 …t auto DEC = BOOL.OfCharset("0123456789"); // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
65 …t auto HEX = DEC.OfString("0x") >> DEC; // NOLINT(readability-static-accessed-through-instance) in EnvOptions()
73 …static const auto QUOTES = HEX.OfString("\""); // NOLINT(readability-static-accessed-through-inst… in EnvOptions()
75 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 …]
Dconstant_string_test.cpp28 …* @tc.desc: Check whether the EcmaString created through calling CreateConstantString function is …
44 …* @tc.desc: Check whether the EcmaString created through calling CreateConstantString function is …
64 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta…
84 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
112 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
155 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
185 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
217 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
233 …* @tc.desc: Check whether the value returned through calling GetUtf8Length function is within expe…
248 …* @tc.desc: Check whether the pointer returned through calling GetDataUtf8 function is within expe…
[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()
97 …* CaseDescription: Call the "SetNextIndex" function, check whether the result returned through "Ge…
106 // Call "SetNextIndex" function through "NewJSArrayIterator" function of "object_factory.cpp". in HWTEST_F_L0()
124 …* CaseDescription: Call the "SetIterationKind" function, check whether the result returned through
132 … // Call "SetIterationKind" function through "NewJSArrayIterator" function of "object_factory.cpp". in HWTEST_F_L0()
Decma_string_test.cpp39 …* @tc.desc: Check whether the bool returned through calling CanBeCompressed function is within exp…
55 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit…
69 …* @tc.desc: Check whether the EcmaString created through calling CreateLineString function is with…
99 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within…
119 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi…
146 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta…
189 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
217 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
245 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
284 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings …
[all …]
Decma_string_accessor_test.cpp28 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf8 function is within ex…
43 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf16 function is within e…
61 …* @tc.desc: Check whether the EcmaString created through calling CreateLineString function is with…
86 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit…
100 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within…
120 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi…
147 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
177 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
209 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
222 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
[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…
98 …* @tc.desc: Call the "SetNextIndex" function, check whether the result returned through "GetNextIn…
121 …* @tc.desc: Create TreeSet iterator, check whether the result returned through "IsJSAPITreeSetIter…
148 …* @tc.desc: Create an iterator of JSAPITreeSet,and then loop through the elements(key and keyAndva…
149 * iterator to check whether the elements through "Next" function are consistent.
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…
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_stable_array_test.cpp72 …* @tc.desc: Change a JSArray through calling Push function with the JSArray and a EcmaRuntimeCallI…
105 …* @tc.desc: Change a JSArray through calling Pop function with the JSArray and a EcmaRuntimeCallIn…
142 …* through calling CreateArrayFromList function with the source TaggedArray, create a del…
191 // Check the JSArray(in-out-parameter) changed through calling the Splice function. in HWTEST_F_L0()
245 …* returned through calling Join function with the source Array and the EcmaRuntimeCallIn…
276 …* EcmaString returned through calling Join function with the source Array and the EcmaRu…
308 …ntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through calling
339 …e EcmaRuntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through
375 …e EcmaRuntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through
418 …e EcmaRuntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through
[all …]
/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…
89 …* @tc.desc: Creating PropertiesCache through "GetPropertiesCache" function,Set two values through
90 …* 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/ecmascript/dfx/stackinfo/tests/
Djs_stackinfo_test.cpp69 …* @tc.desc: Check whether the result returned through "ArkFrameCheck" function is within expectati…
88 …* @tc.desc: Check whether the result returned through "IsJsFunctionFrame" function is within expec…
109 …* @tc.desc: Check whether the result returned through "IsFastJitFunctionFrame" function is within …
128 …* @tc.desc: Check whether the result returned through "IsNativeFunctionFrame" function is within e…
160 …* @tc.desc: Check whether the result returned through "IsAotFunctionFrame" function is within expe…
179 …* @tc.desc: Check whether the result returned through "ReadMethodInfo" function is within expectat…
218 …* @tc.desc: Check whether the result returned through "ReadAllMethodInfos" function is within expe…
244 …* @tc.desc: Check whether the result returned through "TranslateByteCodePc" function is within exp…
272 …* @tc.desc: Check whether the result returned through "ParseJsFrameInfo" function is within expect…
299 …* @tc.desc: Check whether the result returned through "ArkCreateJSSymbolExtractor" function is wit…
[all …]
/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/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/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/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