Home
last modified time | relevance | path

Searched full:returned (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/arkcompiler/ets_runtime/test/jittest/negative_zero/
Dnegative_zero.ts35 throw "testNegativeZeroMod(i, 5, 5), returned: " + result;
39 throw "testNegativeZeroMul(i, 0), returned: " + result;
43 throw "testNegativeZeroDiv(0, i, i), returned: " + result;
58 throw "testNegativeZeroMod(-i, 0, 2), returned: " + result;
62 throw "testNegativeZeroMul(-i, 0), returned: " + result;
66 throw "testNegativeZeroDiv(0, -i, i), returned: " + result;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DWeakMapTest.ets40 assertTrue(v === weakMap.get(k), "WeakMap.get() returned unexpected value")
41 assertTrue(weakMap.has(k), "WeakMap.has() returned false")
43 assertTrue(weakMap.delete(k), "WeakMap.delete() returned false")
46 assertFalse(weakMap.delete(k), "repeated WeakMap.delete() returned true")
48 assertFalse(weakMap.has(k), "after detete WeakMap.has() returned true")
DDeepCopyTest.ets91 assertTrue(obj === objCopy, "returned object should be same as the source object")
119 assertTrue(ref !== refCopy, "source object returned")
120 assertTrue(refCopy != null, "null returned")
133 assertTrue(objs !== objsCopy!, "source array returned")
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_abi.h55 and returned in the upper bytes of it.
56 - X87, X87UP These classes consists of types that will be returned via the x87 FPU.
57 - COMPLEX_X87 This class consists of types that will be returned via the x87 FPU.
60 - MEMORY This class consists of types that will be passed and returned in memory via the stack.
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md7 returned string pointer into the slot and subsequent executions of the same code will bypass runtim…
37 - if PLT-slot's value is already a pointer then the resolved string gets returned;
39 returned;
41 returned;
43 registered as GC-root in `AotManager` and the resolved string is returned.
/arkcompiler/runtime_core/static_core/compiler/docs/
Daot_resolve_string.md7 returned string pointer into the slot and subsequent executions of the same code will bypass runtim…
37 - if PLT-slot's value is already a pointer then the resolved string gets returned;
39 returned;
41 returned;
43 registered as GC-root in `AotManager` and the resolved string is returned.
/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp30 …* 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 …
160 …* Check whether the bool returned through the source TemplateMap's calling IsNeedGrowHas…
196 …* returned through the TemplateMap's(returned through calling GrowHashTable function) ca…
240 …* @tc.desc: Check whether the value returned through calling RecalculateTableSize function is with…
[all …]
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…
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…
256 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
281 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
306 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma…
349 …* @tc.desc: Check whether the value returned through calling GetUtf8Length function is within expe…
[all …]
Dbase_string_test.cpp49 …* @tc.desc: Check whether the bool returned through calling CanBeCompressed function is within exp…
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 …
351 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
397 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m…
444 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
478 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri…
[all …]
Dbase_string_table_test.cpp59 … it will be returned directly. If not, it will be added to the detention pool and then returned.
84 … it will be returned directly. If not, it will be added to the detention pool and then returned.
Djs_dataview_test.cpp33 …* CaseDescription: Check whether the returned value through "GetElementSize" function is within ex…
79 …* CaseDescription: Check whether the returned value through "GetDataView" function is within expec…
114 …* CaseDescription: Check whether the returned value through "GetViewedArrayBuffer" function is wit…
155 …* CaseDescription: Check whether the returned value through "GetByteLength" function is within exp…
188 …* CaseDescription: Check whether the returned value through "GetByteOffset" function is within exp…
Djs_map_iterator_test.cpp72 …* 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 …
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
120 …* the returned value through calling "GetIterationKind" function is the same with JSTagg…
121 …* whether the returned value through calling "GetIterationKind" function is within expec…
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe14.md21 console.log(fn.description + " returned " + fn(6))
42 console.log(fn.description + " returned " + fn.invoke(6))
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Dcli_options.py58 :return: If the option is found, its value is returned.
59 The type of the returned value is the type of `default_value`.
60 In other case the `default_value` is returned.
82 :return: the first item: True if returned value is int,
83 the second item: the returned value if it's int or None
99 :return: the first item: True if returned value is str,
100 the second item: the returned value if it's str or None
112 :return: the first item: True if returned value is bool,
113 the second item: the returned value if it's bool or None
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dbuiltins_base_test.cpp57 …* 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/runtime_core/taihe/runtime/include/taihe/
Dstring.abi.h72 // - The returned TString must be freed using `tstr_drop`.
83 // string buffer and the returned TString remain unchanged during the whole
115 // - The returned TString must be freed using `tstr_drop`.
127 // - The returned TString is just a view of the original string and does not own
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/
Descompat_Array_modifications.ets58 console.println("Unexpected value returned at shift")
82 console.println("Unexpected data returned at shift empty " + result)
102 console.println("Unexpected value returned at pop")
125 console.println("Unexpected data returned at pop empty" + result)
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp58 …"LoadElement" function,check whether the Element is loaded successfully by checking returned value.
74 …oadProperty" function,check whether the Property is loaded successfully by checking returned value.
111 …StoreElement" function,check whether the Element is stored successfully by checking returned value.
139 …oreProperty" function,check whether the Property is stored successfully by checking returned value.
182 * returned value.
208 …adPrototype" function,check whether the Prototype is loaded successfully by checking returned value
247 …orePrototype function,check whether the Prototype is stored successfully by checking returned value
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/test_ets_evaluate/global_std_class/
Dglobal_std_class.patch.ets17 // Result won't be returned due to non-primitive type.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/test_ets_evaluate/local_variable_std_class/
Dlocal_variable_std_class.patch.ets16 // Result won't be returned due to non-primitive type.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/test_ets_evaluate/global_user_class/
Dglobal_user_class.patch.ets17 // Result won't be returned due to non-primitive type.
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule14.ets22 console.log(fn.description + " returned " + fn(6))
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/test_ets_evaluate/local_variable_user_class/
Dlocal_variable_user_class.patch.ets17 // Result won't be returned due to non-primitive type.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/test_ets_evaluate/global_user_class/expected/
Dglobal_user_class.expected.ets23 // Result won't be returned due to non-primitive type.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/test_ets_evaluate/global_std_class/expected/
Dglobal_std_class.expected.ets23 // Result won't be returned due to non-primitive type.

12345678910>>...12