Home
last modified time | relevance | path

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

12345678910

/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 …er the value returned through the TaggedArray's(transformed from the TemplateMap) calling GetLength
59 …* the value(entry) returned through the TemplateMap's calling FindEntry function with th…
60 …in expectations. Check whether the value returned through the TemplateMap's calling GetKey/GetValue
97 * calling EntriesCount function is within expectations.
115 … whether the value returned through calling EntriesCount function and the value returned thr…
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_map_iterator_test.cpp71 …* @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…
100 …* calling "GetNextIndex" function from the JSMapIterator is the same with the changed va…
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…
121 … whether the returned value through calling "GetIterationKind" function is within expectations…
[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 …]
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_async_function_test.cpp32 …wJSAsyncAwaitStatusFunction" function to construct class JSAsyncAwaitStatusFunction object, calling
33 …cContext" function to set AsyncContext and check the AsyncContext is within expectations by calling
57 …@tc.desc: Call "NewJSAsyncFuncObject" function to construct class JSAsyncFuncObject object, calling
Dglobal_dictionary_test.cpp29 …* @tc.desc: Check whether two JSTaggedValue is equal through calling IsMatch function is within ex…
46 * @tc.desc: Check whether the hash size through calling Hash function is within expectations.
73 …* @tc.desc: Check whether the Box and Value through calling SetEntry function is within expectatio…
107 …* @tc.desc: Check whether the Attributes Get through calling SetAttributes function is within expe…
126 * @tc.desc: Create dictionary and set entry calling SetEntry function,Check whether Attributes is
127 * the same as Attributes after calling the ClearEntry function.
152 * @tc.desc: Update value and Attributes through calling UpdateValueAndAttributes function.
317 // calling InvalidatePropertyBox function to Invalidate the PropertyBox in HWTEST_F_L0()
Djs_dataview_test.cpp80 * calling "SetDataView" function.
115 * after calling "SetViewedArrayBuffer" function.
156 * calling "SetByteLength" function.
189 * calling "SetByteOffset" function.
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…
143 …* calling Splice function with the source Array, an EcmaRuntimeCallInfo that set Args fr…
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
340calling Join function with the source Array and the EcmaRuntimeCallInfo is within expectations.
376calling Join function with the source Array and the EcmaRuntimeCallInfo is within expectations.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/standalone_function/ets_to_js/js_suites/
Dtest_function_arg_type_union_call.js24 // calling similar JS method also gets type string not string
28 // calling similar JS method also gets type string not string
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-warnings-generation.puactivity29 raw pointers of ObjectHeader after calling the function:
31 - in case of calling function from GC FUNCTION LIST, mark regions as not safe
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dstatic-analyzer-warnings-generation-activity.plantuml29 raw pointers of ObjectHeader after calling the function:
31 - in case of calling function from GC FUNCTION LIST, mark regions as not safe
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.h27 …* save/restore registers before calling native functions. These intrinsics pushes caller saved reg…
33 * So, before calling the slow path we restore all modified callee registers.
36 * before calling slow path, since they are saved within irtoced entrypoint.
/arkcompiler/runtime_core/static_core/docs/
Druntime-compiled_code-interaction.md7 * Calling convention
10 * Calling the runtime
27 ## Calling convention
28 Panda runtime and managed code must call functions according to the target calling convention.
42 ### Dynamic calling convention
44 …2_t num_actual_args`) are passed in first two argument registers of the target calling convention.
46 The result of call is placed according to the target calling convention.
63 … entrypoints. A runtime entrypoint is a function which conforms to the target calling convention.
82 …ode which can execute the function. This code must conform to the target calling convention and mu…
83 one extra argument: a pointer to `ark::Method` ( See [Calling convention](#calling_convention)).
[all …]
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.h66 * which must be accepted by calling `ConnectUnixWebSocketBySocketpair`.
67 …* @param socketfd connection socket file descriptor, must be correctly opened before calling the m…
80 * @brief Set callback for calling after received HTTP handshake request.
86 * @brief Set callback for calling after accepted new connection.
/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md7 * Calling convention
10 * Calling the runtime
27 ## Calling convention
28 Panda runtime and managed code must call functions according to the target calling convention.
57 … entrypoints. A runtime entrypoint is a function which conforms to the target calling convention.
76 …ode which can execute the function. This code must conform to the target calling convention and mu…
77 one extra argument: a pointer to `panda::Method` ( See [Calling convention](#calling_convention)).
146 ## Calling a function from compiled code
149 Resolving of a function could be done by calling the corresponding runtime entrypoint.
152 Calling `int max(int a, int b)` function from compiled code on ARM architecture with arguments `2` …
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArrayAlgorithms.sts31 * The array has to be sorted before calling this function.
69 * The array has to be sorted before calling this function.
84 * The array has to be sorted before calling this function.
122 * The array has to be sorted before calling this function.
197 * The array has to be sorted before calling this function.
235 * The array has to be sorted before calling this function.
250 * The array has to be sorted before calling this function.
288 * The array has to be sorted before calling this function.
363 * The array has to be sorted before calling this function.
401 * The array has to be sorted before calling this function.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_builtin_algorithms.sts.j235 * The array has to be sorted before calling this function.
73 * The array has to be sorted before calling this function.
88 * The array has to be sorted before calling this function.
126 * The array has to be sorted before calling this function.
141 * The array has to be sorted before calling this function.
179 * The array has to be sorted before calling this function.
194 * The array has to be sorted before calling this function.
232 * The array has to be sorted before calling this function.
/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp59 // a.Return the result of calling the default ordinary object [[Get]] internal method (9.1.8) in GetProperty()
67 // 5.Return the result of calling the default ordinary object [[Set]] internal method (9.1.9) in SetProperty()
75 …// 4.Let result be the result of calling the default [[Delete]] internal method for ordinary objec… in DeleteProperty()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D16_gui.rst187 - Calling builders by name.
189 - Calling builders by the reference stored in the
192 - Calling a predefined builder ``ForEach`` for iterative rendering.
194 - Calling a function that does not mutate the program state (note that all
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h72 * This handle must be released by calling CloseArchive with this handle.
86 * This handle must be released by calling CloseArchiveFile with this handle.
132 * This handle must be released by calling CloseCurrentFile with this handle.
/arkcompiler/toolchain/test/autotest/aw/api/
Dprotocol_api.py36 … raise AssertionError("{} send ProtocolType inconsistent: Protocol {}, calling {}, should be {}"
46 … raise AssertionError("{} recv ProtocolType inconsistent: Protocol {}, calling {}, should be {}"
/arkcompiler/runtime_core/static_core/libziparchive/
Dzip_archive.h77 * This handle must be released by calling CloseArchive with this handle.
91 * This handle must be released by calling CloseArchiveFile with this handle.
137 * This handle must be released by calling CloseCurrentFile with this handle.
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/x86/
Dcallconv.cpp19 Low-level calling convention
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/04.explicit_constructor_call/
Dcall_to_this_recursively.sts17 desc: Test calling constructors recursively

12345678910