Home
last modified time | relevance | path

Searched refs:extra (Results 551 - 575 of 2043) sorted by relevance

1...<<21222324252627282930>>...82

/foundation/distributedhardware/device_manager/services/service/include/discovery/
H A Ddiscovery_manager.h33 std::string extra; member
/third_party/nghttp2/src/
H A Dshrpx_http2_session.h223 // advertised by server. If |extra| is nonzero, it is added to the
226 bool max_concurrency_reached(size_t extra = 0) const;
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/bn/
H A Dmips-mont.S45 dsubu $29,2*8 # place for two extra words
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/bn/
H A Dmips-mont.S45 dsubu $29,2*8 # place for two extra words
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTemplate.pm32 A few extra functions are offered to be used by the template perl code, see
H A Dfallback.pm31 It is used to add extra directories at the end of perl's search path so
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtraversal.rs355 /// If a particular type needs extra information beyond what it has in
366 extra: &Self::Extra, in trace()
/third_party/openssl/util/perl/OpenSSL/
H A DTemplate.pm32 A few extra functions are offered to be used by the template perl code, see
H A Dfallback.pm31 It is used to add extra directories at the end of perl's search path so
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pyshell.py15 for file, mul, extra in (('', 22, ''), ('finame', 21, '=')):
22 eq(line, f"{bar+extra} RESTART: {file} {bar}")
/third_party/typescript/tests/baselines/reference/
H A DunionAndIntersectionInference3.js48 declare let sx: string[] & { extra: number };
54 let y2 = foo2(sx); // { extra: number }
105 let y2 = foo2(sx); // { extra: number }
/third_party/selinux/libselinux/utils/
H A DMakefile30 -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar \
/third_party/rust/crates/syn/src/
H A Dmac.rs3 use proc_macro2::extra::DelimSpan;
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c1083 LnnEventExtra extra = { 0 }; in DfxRecordLnnSetNodeOfflineEnd() local
1084 LnnEventExtraInit(&extra); in DfxRecordLnnSetNodeOfflineEnd()
1085 extra.onlineNum = onlineNum; in DfxRecordLnnSetNodeOfflineEnd()
1086 extra.errcode = reason; in DfxRecordLnnSetNodeOfflineEnd()
1087 extra.result = (reason == SOFTBUS_OK) ? EVENT_STAGE_RESULT_OK : EVENT_STAGE_RESULT_FAILED; in DfxRecordLnnSetNodeOfflineEnd()
1092 extra.peerUdid = udidData; in DfxRecordLnnSetNodeOfflineEnd()
1094 LNN_EVENT(EVENT_SCENE_LEAVE_LNN, EVENT_STAGE_LEAVE_LNN, extra); in DfxRecordLnnSetNodeOfflineEnd()
/third_party/curl/tests/
H A Dservers.pm625 my $extra="";
632 $extra .= "--insecure --ftp-ssl-control ";
639 $flags .= $extra;
917 my $extra="";
928 $flags .= $extra;
977 my $extra="";
988 $flags .= $extra;
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc684 MaybeObject feedback, extra; in ic_state() local
685 std::tie(feedback, extra) = GetFeedbackPair(); in ic_state()
699 if (!feedback->IsCleared() || extra != UninitializedSentinel()) { in ic_state()
739 Object extra_object = extra->GetHeapObjectAssumeStrong(); in ic_state()
1125 MaybeObject extra = GetFeedbackExtra(); in GetName() local
1126 if (IsPropertyNameFeedback(extra)) { in GetName()
1127 return Name::cast(extra->GetHeapObjectAssumeStrong()); in GetName()
/third_party/python/Lib/
H A Dast.py744 def block(self, *, extra = None):
747 the indentation on exit. If *extra* is given, it will be directly
751 if extra:
752 self.write(extra)
1049 with self.block(extra=self.get_type_comment(node)):
1064 with self.block(extra=self.get_type_comment(node)):
1102 with self.block(extra=self.get_type_comment(node)):
1108 with self.block(extra=self.get_type_comment(node)):
1466 # it or add an extra space to get 3 .__abs__().
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp122 const std::string &deviceId, const std::string &extra) in CheckAuthParamVaild()
130 LOGE("DmAuthManager::CheckAuthParamVaild failed, pkgName is %{public}s, deviceId is %{public}s, extra is" in CheckAuthParamVaild()
131 "%{public}s.", pkgName.c_str(), GetAnonyString(deviceId).c_str(), extra.c_str()); in CheckAuthParamVaild()
168 int32_t DmAuthManager::CheckAuthParamVaildExtra(const std::string &extra) in CheckAuthParamVaildExtra() argument
170 nlohmann::json jsonObject = nlohmann::json::parse(extra, nullptr, false); in CheckAuthParamVaildExtra()
188 const std::string &deviceId, const std::string &extra) in GetAuthParam()
210 nlohmann::json jsonObject = nlohmann::json::parse(extra, nullptr, false); in GetAuthParam()
236 const std::string &deviceId, const std::string &extra) in InitAuthState()
249 GetAuthParam(pkgName, authType, deviceId, extra); in InitAuthState()
262 const std::string &deviceId, const std::string &extra) in AuthenticateDevice()
121 CheckAuthParamVaild(const std::string &pkgName, int32_t authType, const std::string &deviceId, const std::string &extra) CheckAuthParamVaild() argument
187 GetAuthParam(const std::string &pkgName, int32_t authType, const std::string &deviceId, const std::string &extra) GetAuthParam() argument
235 InitAuthState(const std::string &pkgName, int32_t authType, const std::string &deviceId, const std::string &extra) InitAuthState() argument
261 AuthenticateDevice(const std::string &pkgName, int32_t authType, const std::string &deviceId, const std::string &extra) AuthenticateDevice() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H A Dhost.c483 * @extra: sizeof private data structure
488 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host() argument
494 host = kzalloc(sizeof(struct mmc_host) + extra, GFP_KERNEL); in mmc_alloc_host()
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dkey_session_service.cpp335 int32_t MediaKeySessionService::SendEvent(OHOS::HDI::Drm::V1_0::EventType eventType, int32_t extra, in SendEvent() argument
342 return callback_->SendEvent(event, extra, data); in SendEvent()
H A Dmediakeysystem_service.cpp448 int32_t MediaKeySystemService::SendEvent(OHOS::HDI::Drm::V1_0::EventType eventType, int32_t extra, in SendEvent() argument
455 return callback_->SendEvent(event, extra, data); in SendEvent()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_video.cpp45 void OnInfo(int32_t type, int32_t extra) in OnInfo() argument
47 MEDIA_DEBUG_LOG("OnInfo Type is %{public}d, extra is %{public}d", type, extra); in OnInfo()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp178 .extra = src->extraInfo_->surfaceBuffer, in CropToOutputBuffer()
190 static_cast<OHOS::SurfaceBuffer *>(memData->memoryInfo.extra) : nullptr; in CropToOutputBuffer()
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_impl.cpp421 int32_t MediaKeySystemCallback::SendEvent(DrmEventType event, int32_t extra, const std::vector<uint8_t> &data) in SendEvent() argument
429 applicationCallback->SendEvent(eventName, extra, data); in SendEvent()
H A Dkey_session_impl.cpp342 int32_t MediaKeySessionServiceCallback::SendEvent(DrmEventType event, int32_t extra, const std::vector<uint8_t> &data) in SendEvent() argument
350 applicationCallback->SendEvent(eventName, extra, data); in SendEvent()

Completed in 40 milliseconds

1...<<21222324252627282930>>...82