| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | template_map_test.cpp | 29 …* @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 …]
|
| D | js_map_iterator_test.cpp | 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… 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 …]
|
| D | constant_string_test.cpp | 28 …* @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 …]
|
| D | ecma_string_test.cpp | 39 …* @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 …]
|
| D | ecma_string_accessor_test.cpp | 28 …* @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 …]
|
| D | js_async_function_test.cpp | 32 …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
|
| D | global_dictionary_test.cpp | 29 …* @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()
|
| D | js_dataview_test.cpp | 80 * calling "SetDataView" function. 115 * after calling "SetViewedArrayBuffer" function. 156 * calling "SetByteLength" function. 189 * calling "SetByteOffset" function.
|
| D | js_stable_array_test.cpp | 72 …* @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 340 … calling Join function with the source Array and the EcmaRuntimeCallInfo is within expectations. 376 … calling 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/ |
| D | test_function_arg_type_union_call.js | 24 // 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/ |
| D | static-analyzer-warnings-generation.puactivity | 29 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/ |
| D | static-analyzer-warnings-generation-activity.plantuml | 29 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/ |
| D | codegen_fastpath.h | 27 …* 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/ |
| D | runtime-compiled_code-interaction.md | 7 * 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/ |
| D | websocket_server.h | 66 * 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/ |
| D | runtime-compiled_code-interaction.md | 7 * 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/ |
| D | BuiltinArrayAlgorithms.sts | 31 * 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/ |
| D | Array_builtin_algorithms.sts.j2 | 35 * 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/ |
| D | js_arguments.cpp | 59 // 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/ |
| D | 16_gui.rst | 187 - 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/ |
| D | zip_archive.h | 72 * 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/ |
| D | protocol_api.py | 36 … 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/ |
| D | zip_archive.h | 77 * 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/ |
| D | callconv.cpp | 19 Low-level calling convention
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/04.explicit_constructor_call/ |
| D | call_to_this_recursively.sts | 17 desc: Test calling constructors recursively
|