Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 25 of 94) sorted by relevance

1234

/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dbasic_instruction_unittest.cpp85 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_SUCCESS); in TestBasicInstructionIsSubString01()
96 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_SUCCESS); in TestBasicInstructionIsSubString01()
129 auto instruction = std::make_unique<UScriptInstructionStdout>(); in TestBasicInstructionStdout() local
140 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_SUCCESS); in TestBasicInstructionStdout()
170 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_SUCCESS); in TestBasicInstructionConcat()
201 auto instruction = std::make_unique<UScriptInstructionAbort>(); in TestBasicInstructionAbort() local
207 auto instruction = std::make_unique<UScriptInstructionSleep>(); in TestBasicInstructionAbort() local
213 auto instruction = std::make_unique<UScriptInstructionAbort>(); in TestBasicInstructionAbort() local
214 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_SUCCESS); in TestBasicInstructionAbort()
220 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_ABOART); in TestBasicInstructionAbort()
[all …]
H A Dscript_updateprocesser_unittest.cpp81 auto instruction = std::make_unique<UScriptInstructionSetProcess>(); in TestUpdateProcesserSetProcess() local
82 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_INVALID_PARAM); in TestUpdateProcesserSetProcess()
95 auto instruction = std::make_unique<UScriptInstructionSetProcess>(); in TestUpdateProcesserSetProcess() local
96 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_SUCCESS); in TestUpdateProcesserSetProcess()
136 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_SUCCESS); in TestUpdateProcesserShowProcess()
155 auto instruction = std::make_unique<UScriptInstructionUiPrint>(); in TestUpdateProcesserPrint() local
156 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_INVALID_PARAM); in TestUpdateProcesserPrint()
164 auto instruction = std::make_unique<UScriptInstructionUiPrint>(); in TestUpdateProcesserPrint() local
165 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_SUCCESS); in TestUpdateProcesserPrint()
184 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_INVALID_PARAM); in TestUpdateProcesserSetProportion()
[all …]
H A Dscript_registercmd_unittest.cpp60 auto instruction = std::make_unique<ScriptRegisterCmd>(); in TestRegisterCmd01() local
61 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_INVALID_PARAM); in TestRegisterCmd01()
74 auto instruction = std::make_unique<ScriptRegisterCmd>(); in TestRegisterCmd02() local
75 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_INVALID_PARAM); in TestRegisterCmd02()
88 auto instruction = std::make_unique<ScriptRegisterCmd>(); in TestRegisterCmd03() local
89 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_SUCCESS); in TestRegisterCmd03()
H A Dscript_loadscript_unittest.cpp59 auto instruction = std::make_unique<ScriptLoadScript>(); in TestLoadScript01() local
60 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_INVALID_PARAM); in TestLoadScript01()
74 auto instruction = std::make_unique<ScriptLoadScript>(); in TestLoadScript02() local
75 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_INVALID_PARAM); in TestLoadScript02()
89 auto instruction = std::make_unique<ScriptLoadScript>(); in TestLoadScript03() local
90 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_SUCCESS); in TestLoadScript03()
H A Dscript_instructionhelper_unittest.cpp144 for (auto instruction : reservedInstructions) { in TestIsReservedInstruction() local
145 EXPECT_TRUE(helper->IsReservedInstruction(instruction)); in TestIsReservedInstruction()
157 for (auto instruction : reservedInstructions) { in TestAddInstruction() local
158 EXPECT_EQ(helper->AddInstruction(instruction, nullptr), USCRIPT_ERROR_REVERED); in TestAddInstruction()
/ohos5.0/base/update/updater/test/unittest/updater_binary/
H A Dupdate_image_patch_unittest.cpp39 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch01() local
40 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_INVALID_PARAM); in TestImgPatch01()
56 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch02() local
57 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_INVALID_PARAM); in TestImgPatch02()
73 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch03() local
74 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_ERROR_EXECUTE); in TestImgPatch03()
90 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch04() local
91 EXPECT_EQ(instruction->Execute(env, context), USCRIPT_ERROR_EXECUTE); in TestImgPatch04()
109 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch05() local
141 auto instruction = std::make_unique<USInstrImagePatch>(); in TestImgPatch06() local
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_apdu_sim_i_o_request_info_v10.md23 | int [instruction](#instruction) | APDU指令,参考ETSI 102 221 [55] |
53 ### instruction subsection
56 int ApduSimIORequestInfo::instruction
H A D_apdu_sim_i_o_request_info_v11.md23 | int [instruction](#instruction) | APDU指令,参考ETSI 102 221 [55] |
53 ### instruction subsection
56 int ApduSimIORequestInfo::instruction
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_interpreter.cpp177 UScriptInstruction* instruction = scriptManager_->FindInstruction(name); in ExecuteNativeFunc() local
178 if (instruction == nullptr) { in ExecuteNativeFunc()
189 int32_t ret = instruction->Execute(*scriptManager_->GetScriptEnv(name), *funcContext.get()); in ExecuteNativeFunc()
216 int32_t ret = instruction->Execute(*scriptManager_->GetScriptEnv(name), *funcContext.get()); in ExecuteNativeFunc()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-bytecode-fundamentals.md6 …de instructions, helping you understand these instructions and develop instruction-related feature…
7 An Ark Bytecode instruction consists of an operation code (instruction name) and an instruction inp…
36 | 0xfe | throw | Conditional/Unconditional **throw** instruction.|
37 | 0xfd | wide | An instruction that contains an immediate, id, or register index with a wider …
101 All module variables used in the source file are compiled into an array. In the instruction, an ind…
227 an instruction callruntime.newsendableenv 0x1: creating a shared lexical environment whose slot qua…
332 Take the *defineclasswithbuffer RR, @AAAA, @BBBB, +CCCC, vDD* instruction as an example:<br>
334 …ng Ark runtime. The number mentioned here is just an example showing a complete instruction format.
451 …Target** implicit parameter of the current function in **acc**.<br>The instruction feature is disa…
464 …pace](https://262.ecma-international.org/12.0/#sec-getmodulenamespace) instruction for module A an…
[all …]
H A Darkts-bytecode-overview.md7 …e, helping developers understand Ark bytecode instructions and develop instruction-related feature…
H A Darkts-bytecode-file-format.md271 | `start_pc` | `uleb128` | Offset between the first instruction of the **TryBlock** an…
285 | `handler_pc` | `uleb128` | Program counter of the first instruction for handling the e…
379 …machine maintains a pointer to the constant pool. When interpreting an instruction that requires c…
387 … | Program counter, an instruction that points to …
396instruction contains a single-byte operation code and optional parameters. Because of different op…
403 …mber of the register that will contain this variable is encoded in the instruction. If the registe…
404 …mber of the register that will contain this variable is encoded in the instruction. If the registe…
/ohos5.0/build/config/
H A Darm.gni35 # Whether to use the neon FPU instruction set or not.
41 # Thumb is a reduced instruction set available on some ARM processors that
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-trace-other-faqs.md16 …tes the location of the instruction being executed when the exception occurs. The **klr** value …
H A Dkernel-mini-memory-exception.md223 3. Search for the PC (pointing to the instruction being executed) in the .asm file to locate the ab…
225instruction being executed when the exception occurs. In the .asm file corresponding to the curren…
249 …- When the exception occurs, the CPU is executing the **ldr r3, [r3, #0]** instruction. The value …
/ohos5.0/base/update/updater/services/script/script_manager/
H A Dscript_manager_impl.h43 int32_t AddInstruction(const std::string &instrName, const UScriptInstructionPtr instruction);
H A Dscript_managerImpl.cpp243 …tManagerImpl::AddInstruction(const std::string &instrName, const UScriptInstructionPtr instruction) in AddInstruction() argument
253 scriptInstructions_[instrName] = instruction; in AddInstruction()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sim_parcel.h295 int32_t instruction = 0; member
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_operator_privilege_controller.cpp334 reqInfo.instruction = COMMAND; in ProcessOpenLogicalChannelDone()
366 reqInfo.instruction = COMMAND; in ProcessTransmitLogicalChannelDone()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-sub-unit.md26 …Use **target_cpu** to specify the instruction set of the **system** component. Use **inherit** to …
63 The example above indicates the product name, chipset vendor, supported instruction set, and more. …
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp392 reqInfo.instruction = 0xCA; // COMMAND;
451 reqInfo.instruction = 0xCA; // COMMAND;
491 reqInfo.instruction = 0xCA; // COMMAND;
514 reqInfo.instruction = 0xCA; // COMMAND;
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-crashpad.md49 Found by: given as instruction pointer in context
/ohos5.0/docs/en/application-dev/napi/
H A Dohos-abi.md4 OpenHarmony supports diverse device forms, instruction sets, and operating system kernels. To ensur…
57 …ary Interface (ABI) for the ARM Architecture*. It supports the AArch64 instruction set and the Neo…
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-yangfan-on_standard-demo.md227instruction through the service launched by the driver for handling the playback streaming (referr…
228 2. The Audio Interface Lib sends a path selection instruction to the Control Dispatch service. The …
230 …terface Lib dispatches the start playing instruction through the driver service. Upon receiving th…
232 …nterface Lib dispatches the stop playing instruction through the driver service. Upon receiving th…
233 …face Lib dispatches the **Render Close** instruction through the driver service. Upon receiving th…
239 …Lib sends an instruction for obtaining the volume range to the Control Dispatch service. The Contr…
240 …ace Lib sends an instruction for setting the volume to the Control Dispatch service. The Control D…
408 … layer delivers the control instruction using Dispatch. After receiving the instruction, the API d…
557 2. PipelineCorer: connects to the HDI implementation layer for control instruction and stream trans…
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h301 int32_t instruction; member

1234