/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | huffman_encode_utils.h | 3 // Use of this source code is governed by a BSD-style license 25 uint8_t code; // value (0..15) or escape code (16,17,18) member 51 // huffman code tree.
|
/third_party/typescript/tests/baselines/reference/ |
H A D | discriminatedUnionTypes3.js | 5 code: string
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.cc | 2 // Use of this source code is governed by a BSD-style license that can be 13 #include "src/codegen/code-factory.h" 29 #include "src/wasm/wasm-code-manager.h" 175 // Clobber clobbered input registers when running with the debug-code flag in RecordWriteField() 331 // Clobber clobbered registers when running with the debug-code flag in CallRecordWriteStub() 1228 FPURegister nextfpreg = FPURegister::from_code(fd.code() + 1); in CallRecordWriteStub() 1256 FPURegister nextfpreg = FPURegister::from_code(fd.code() + 1); in CallRecordWriteStub() 1316 // non-isolate-independent code. In many cases it might be cheaper than in CallRecordWriteStub() 1327 // non-isolate-independent code. In many cases it might be cheaper than in CallRecordWriteStub() 1369 // this code t in CallRecordWriteStub() 3730 Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 3872 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument 4472 Register code = kJavaScriptCallCodeStartRegister; CallRecordWriteStub() local 4657 Handle<Code> code = CallRecordWriteStub() local 4676 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, CallRecordWriteStub() local 5537 int code = config->GetAllocatableGeneralCode(i); CallRecordWriteStub() local [all...] |
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_provider_proxy.cpp | 519 int FormProviderProxy::SendTransactCmd(IFormProvider::Message code, MessageParcel &data, in SendTransactCmd() argument 528 int ret = remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendTransactCmd() 530 HILOG_ERROR("SendRequest fail.code= %{public}d,ret= %{public}d", code, ret); in SendTransactCmd()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | application_state_observer_stub.cpp | 26 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() 35 switch (static_cast<Message>(code)) { in OnRemoteRequest() 70 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest() 25 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
|
/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | dataobs_mgr_proxy.cpp | 242 int32_t DataObsManagerProxy::SendTransactCmd(uint32_t code, MessageParcel &data, in SendTransactCmd() argument 251 int32_t ret = remote->SendRequest(code, data, reply, option); in SendTransactCmd() 253 TAG_LOGE(AAFwkTag::DBOBSMGR, "sendRequest errorCode:%{public}d, ret:%{public}d", code, ret); in SendTransactCmd()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/ |
H A D | window_manager_service_handler_proxy.cpp | 248 int32_t WindowManagerServiceHandlerProxy::SendTransactCmd(uint32_t code, MessageParcel &data, in SendTransactCmd() argument 257 int32_t ret = remote->SendRequest(code, data, reply, option); in SendTransactCmd() 259 TAG_LOGE(AAFwkTag::ABILITYMGR, "SendRequest failed. code: %{public}d, ret: %{public}d", code, ret); in SendTransactCmd()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | connection_record.cpp | 180 auto code = isTargetDied ? (resultCode - 1) : resultCode; in CompleteDisconnect() local 181 auto onDisconnectDoneTask = [connCallback = GetAbilityConnectCallback(), element, code]() { in CompleteDisconnect() 187 connCallback->OnAbilityDisconnectDone(element, code); in CompleteDisconnect()
|
/foundation/arkui/ace_engine/advanced_ui_component/navpushpathhelper/src/ |
H A D | hsp_silentinstall_napi.cpp | 237 napi_value code = nullptr;
in CreateResultMessage() local 239 status = napi_create_int32(callbackData->env, callbackData->errCode, &code);
in CreateResultMessage() 260 status = napi_set_named_property(callbackData->env, businessError, "code", code);
in CreateResultMessage()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent_controller.cpp | 48 napi_value code = nullptr; in CreateErrorValue() local 50 napi_create_string_utf8(env, codeStr.c_str(), codeStr.length(), &code); in CreateErrorValue() 54 napi_create_error(env, code, msg, &error); in CreateErrorValue()
|
/foundation/arkui/advanced_ui_component/navpushpathhelper/src/ |
H A D | hsp_silentinstall_napi.cpp | 237 napi_value code = nullptr; in CreateResultMessage() local 239 status = napi_create_int32(callbackData->env, callbackData->errCode, &code); in CreateResultMessage() 260 status = napi_set_named_property(callbackData->env, businessError, "code", code); in CreateResultMessage()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_async_work.cpp | 154 napi_value code = nullptr; in GenerateOutput() local 159 stat = napi_create_int32(contextBase->env, contextBase->errCode, &code); in GenerateOutput() 161 stat = napi_set_named_property(contextBase->env, result[RESULT_ERROR], "code", code); in GenerateOutput()
|
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionitem_fuzzer/ |
H A D | avsessionitem_fuzzer.cpp | 47 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in AvSessionItemFuzzerTest() local 48 if (code >= MAX_CODE_TEST) { in AvSessionItemFuzzerTest() 80 avSessionItem->OnRemoteRequest(code, dataMessageParcel, reply, option); in AvSessionItemFuzzerTest() 280 /* Run your code on data */ in LLVMFuzzerTestOneInput()
|
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/tone_haptics_attrs/ |
H A D | tone_haptics_attrs_napi.cpp | 121 napi_value code = nullptr; in ThrowErrorAndReturn() local 127 napi_create_int32(env, errCode, &code); in ThrowErrorAndReturn() 128 napi_set_named_property(env, errVal, "code", code); in ThrowErrorAndReturn()
|
/foundation/multimodalinput/input/test/facility/virtual_device/src/ |
H A D | v_input_device.cpp | 98 int32_t VInputDevice::SendEvent(uint16_t type, uint16_t code, int32_t value) in SendEvent() argument 106 .code = code, in SendEvent()
|
/foundation/resourceschedule/device_standby/frameworks/src/ |
H A D | standby_service_stub.cpp | 28 ErrCode StandbyServiceStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest() argument 36 switch (code) { in OnRemoteRequest() 77 return IRemoteStub<IStandbyService>::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest()
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_service_proxy.cpp | 29 int32_t ResSchedServiceProxy::SendRequestToRemote(const uint32_t code, MessageParcel &data, MessageParcel &reply, in SendRequestToRemote() argument 34 return remote->SendRequest(code, data, reply, option); in SendRequestToRemote() 37 RESSCHED_LOGE("remote is null, code=%{public}u.", code); in SendRequestToRemote()
|
/foundation/communication/ipc/ipc/test/unittest/ipc/client/ |
H A D | IpcClientTest.cpp | 39 int32_t RemoteRequest(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in RemoteRequest() argument 43 switch (code) { in RemoteRequest() 67 RPC_LOG_ERROR("unknown code %u", code); in RemoteRequest()
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_service.cpp | 265 std::cout << " desc = " << Str16ToStr8(info.desc) << " code = " << info.code; in Dump() 266 std::cout << " DescCount = " << IPCPayloadStatistics::GetDescriptorCodeCount(val, info.desc, info.code); in Dump() 267 IPCPayloadCost payloadCost = IPCPayloadStatistics::GetDescriptorCodeCost(val, info.desc, info.code); in Dump()
|
/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | napi_utils.h | 55 napi_value CreateUint32(napi_env env, uint32_t code); 57 napi_value CreateUint64(napi_env env, uint64_t code); 72 napi_value CreateInt32(napi_env env, int32_t code);
|
/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_service.cpp | 53 auto code = eventInfo.errorType; in SendRequestEvent() local 54 if (code == NETMANAGER_EXT_SUCCESS) { in SendRequestEvent() 62 convertor.ConvertErrorCode(code)); in SendRequestEvent() 125 NETMGR_EXT_LOG_E("mdns_log Failed to register the NetInterfaceCallback, error code: [%{public}d]", err); in Init() 140 NETMGR_EXT_LOG_E("mdns_log manager call failed, error code: [%{public}d]", err); in RegisterService() 155 NETMGR_EXT_LOG_E("mdns_log manager call failed, error code: [%{public}d]", err); in UnRegisterService() 242 NETMGR_EXT_LOG_E("mdns_log manager call failed, error code: [%{public}d]", err); in StartDiscoverService() 257 NETMGR_EXT_LOG_E("mdns_log manager call failed, error code: [%{public}d]", err); in StopDiscoverService() 272 NETMGR_EXT_LOG_E("mdns_log manager call failed, error code: [%{public}d]", err); in ResolveService()
|
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/ |
H A D | networkvpn_service_stub_test.cpp | 39 static int32_t SendRemoteRequest(MessageParcel &data, INetworkVpnService::MessageCode code);
46 int32_t NetworkVpnServiceStubTest::SendRemoteRequest(MessageParcel &data, INetworkVpnService::MessageCode code)
in SendRemoteRequest() argument 53 return instance_->OnRemoteRequest(static_cast<uint32_t>(code), data, reply, option);
in SendRemoteRequest()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | kv_delegate.cpp | 65 std::error_code code;
in CopyFile() local 72 bool copyRet = std::filesystem::copy_file(src, dst, options, code);
in CopyFile() 75 fileName, isBackup, code.message().c_str());
in CopyFile()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_async_call.cpp | 117 napi_value code = nullptr;
in SetBusinessError() local 119 napi_create_int32(env, error->GetCode(), &code);
in SetBusinessError() 121 napi_create_error(env, code, msg, businessError);
in SetBusinessError()
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | napi_async_call.cpp | 84 napi_value code = nullptr; in SetBusinessError() local 88 napi_create_int32(env, error->GetCode(), &code); in SetBusinessError() 91 DECLARE_NAPI_DEFAULT_PROPERTY("code", code), in SetBusinessError()
|