/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | disallowed_usb_devices_plugin_test.cpp | 91 std::for_each(usbDeviceTypes.begin(), usbDeviceTypes.end(), [&](const auto usbDeviceType) { in HWTEST_F() 99 std::copy_if(handlePolicyData.policyData.begin(), handlePolicyData.policyData.end(), in HWTEST_F() 124 std::copy_if(handlePolicyData.policyData.begin(), handlePolicyData.policyData.end(), in HWTEST_F() 150 std::for_each(usbDeviceTypes.begin(), usbDeviceTypes.end(), [&](const auto usbDeviceType) { in HWTEST_F() 158 std::copy_if(handlePolicyData.policyData.begin(), handlePolicyData.policyData.end(), in HWTEST_F() 184 std::for_each(usbDeviceTypes.begin(), usbDeviceTypes.end(), [&](const auto usbDeviceType) { in HWTEST_F() 233 std::for_each(usbDeviceTypes.begin(), usbDeviceTypes.end(), [&](const auto usbDeviceType) { in HWTEST_F() 261 std::copy_if(handlePolicyData.policyData.begin(), handlePolicyData.policyData.end(), in HWTEST_F() 287 std::for_each(usbDeviceTypes.begin(), usbDeviceTypes.end(), [&](const auto usbDeviceType) { in HWTEST_F() 317 std::for_each(usbDeviceTypes.begin(), usbDeviceTypes.end(), [ in HWTEST_F() [all...] |
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | string_utils.cpp | 90 std::sort(paramsWithNum.begin(), paramsWithNum.end(), in getJsParams() 140 std::string::const_iterator end = inputOutputValue.end(); in parseArgs() local 147 while (std::regex_search(start, end, matches, PLACEHOLDER_MATCHING_RULES)) { in parseArgs() 300 std::string::const_iterator end = inputOutputValue.end(); in ReplacePlaceholderWithParams() local 305 while (std::regex_search(start, end, matches, PLACEHOLDER_MATCHING_RULES)) { in ReplacePlaceholderWithParams() 311 end = inputOutputValue.end(); in ReplacePlaceholderWithParams() 339 end in ReplacePlaceholderWithParams() [all...] |
/base/print/print_fwk/services/scan_service/src/ |
H A D | scan_system_data.cpp | 113 if (it == usbSnToPortMap_.end()) { in RefreshUsbDeviceId() 153 if (iter != addedScannerMap_.end()) { in UpdateScannerIdByUsbDevicePort() 174 if (iter == addedScannerMap_.end() || iter->second == nullptr) { in InsertScannerInfo() 192 if (iter != addedScannerMap_.end()) { in DeleteScannerInfo() 205 if (iter != addedScannerMap_.end() && iter->second != nullptr) { in UpdateScannerNameByUniqueId() 218 if (iter != addedScannerMap_.end()) { in UpdateScannerInfoByUniqueId() 234 if (iter != addedScannerMap_.end()) { in QueryScannerNameByUniqueId() 245 for (auto iter = addedScannerMap_.begin(); iter != addedScannerMap_.end(); ++iter) { in QueryScannerInfoByUniqueId() 268 for (auto iter = addedScannerMap_.begin(); iter != addedScannerMap_.end(); ++iter) { in GetAddedScannerInfoList() 286 for (auto iter = addedScannerMap_.begin(); iter != addedScannerMap_.end(); in SaveScannerMap() [all...] |
/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_agent_proxy.cpp | 56 if (iter == subscribeMap_.end()) { in GetSubscribeUserCallback() 159 if (subscribeMap_.find(sensorId) == subscribeMap_.end()) { in ActivateSensor() 164 if (subscribeSet.find(user) == subscribeSet.end()) { in ActivateSensor() 191 if (subscribeMap_.find(sensorId) == subscribeMap_.end()) { in DeactivateSensor() 196 if (subscribeSet.find(user) == subscribeSet.end()) { in DeactivateSensor() 229 if (subscribeMap_.find(sensorId) == subscribeMap_.end()) { in SetBatch() 234 if (subscribeSet.find(user) == subscribeSet.end()) { in SetBatch() 278 if (unsubscribeMap_.find(sensorId) == unsubscribeMap_.end()) { in UnsubscribeSensor() 283 if (unsubscribeSet.find(user) == unsubscribeSet.end()) { in UnsubscribeSensor() 313 if (subscribeMap_.find(sensorId) == subscribeMap_.end()) { in SetMode() [all...] |
/base/telephony/cellular_data/services/src/ |
H A D | data_connection_manager.cpp | 73 stateMachines_.begin(); iter != stateMachines_.end(); iter++) { in RemoveConnectionStateMachine() 99 if (it != cidActiveConnectionMap_.end()) { in GetActiveConnectionByCid() 128 if (cidActiveConnectionMap_.find(cid) != cidActiveConnectionMap_.end()) { in RemoveActiveConnectionByCid() 335 if (operatorConfig.boolValue.find(KEY_BANDWIDTH_SOURCE_USE_MODEM_BOOL) != operatorConfig.boolValue.end()) { in GetDefaultBandWidthsConfig() 339 operatorConfig.boolValue.end()) { in GetDefaultBandWidthsConfig() 343 if (operatorConfig.stringArrayValue.find(KEY_BANDWIDTH_STRING_ARRAY) != operatorConfig.stringArrayValue.end()) { in GetDefaultBandWidthsConfig() 375 if (iter != bandwidthConfigMap_.end()) { in UpdateBandWidthsUseLte() 380 if (iter != bandwidthConfigMap_.end()) { in UpdateBandWidthsUseLte() 384 if (iter != bandwidthConfigMap_.end()) { in UpdateBandWidthsUseLte() 425 if (iter != bandwidthConfigMap_.end()) { in GetBandwidthsByRadioTech() [all...] |
/base/telephony/core_service/services/sim/src/ |
H A D | icc_dialling_numbers_cache.cpp | 92 if (iter != diallingNumberFileList_.end()) { in ProcessObtainPbrDetailsDone() 118 if (iter != diallingNumberFileList_.end()) { in ProcessObtainAdnDetailsDone() 139 if (iter != diallingNumberFileList_.end()) { in ProcessChangeDiallingNumbersDone() 165 if (itDiallingNumbers != diallingNumberFileList_.end()) { in LoadReadyDiallingNumbers() 174 return (iter != extTypeMap_.end()) ? iter->second : -1; in ExtendedElementFile() 225 for (auto it = list->begin(); it != list->end(); it++) { in CheckValueAndOperation() 235 if (iter != diallingNumberFileList_.end()) { in CheckValueAndOperation() 244 for (auto it = list->begin(); it != list->end(); it++) { in CheckValueAndOperation() 259 for (auto it = list->begin(); it != list->end(); it++) { in SearchIndexByNameAndNumber() 335 TELEPHONY_LOGD("IccDiallingNumbersCache::SendBackResult send end"); in SendBackResult() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | connection_state_manager.cpp | 239 if (it == dlpItems_.end()) { in AddDlpManager() 294 for (auto it = dlpItems_.begin(); it != dlpItems_.end(); it++) { in GetDlpConnectionInfos() 319 connectionData.insert(connectionData.end(), allConnectionData.begin(), allConnectionData.end()); in GetConnectionData() 331 if (it == connectionStates_.end()) { in AddConnectionInner() 354 if (it == connectionStates_.end()) { in RemoveConnectionInner() 401 if (it == connectionStates_.end()) { in RemoveDiedCaller() 417 if (it == connectionStates_.end()) { in AddDataAbilityConnectionInner() 439 if (it == connectionStates_.end()) { in RemoveDataAbilityConnectionInner() 461 for (auto it = connectionStates_.begin(); it != connectionStates_.end();) { in HandleDataAbilityDiedInner() [all...] |
H A D | connection_state_item.cpp | 157 auto it = find_if(callers_.begin(), callers_.end(), [&caller](const std::shared_ptr<CallerInfo> &info) { in AddCaller() 164 if (it == callers_.end()) { in AddCaller() 177 auto it = find_if(callers_.begin(), callers_.end(), [&caller](const std::shared_ptr<CallerInfo> &info) { in RemoveCaller() 184 if (it != callers_.end()) { in RemoveCaller() 284 if (it == connectionMap_.end()) { in AddConnection() 327 if (it == connectionMap_.end()) { in RemoveConnection() 363 if (it == dataAbilityMap_.end()) { in AddDataAbilityConnection() 400 if (it == dataAbilityMap_.end()) { in RemoveDataAbilityConnection() 428 if (it == dataAbilityMap_.end()) { in HandleDataAbilityDied() 452 for (auto it = connectionMap_.begin(); it != connectionMap_.end(); in GenerateAllConnectionData() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/ |
H A D | scene_format.cpp | 137 if (iter == formatMap_.end() || iter->second.type != FORMAT_TYPE_BOOL) { in GetBoolValue() 151 if (iter == formatMap_.end() || iter->second.type != FORMAT_TYPE_UINT16) { in GetUint16Value() 164 if (iter == formatMap_.end() || iter->second.type != FORMAT_TYPE_INT32) { in GetIntValue() 177 if (iter == formatMap_.end() || iter->second.type != FORMAT_TYPE_UINT32) { in GetUint32Value() 190 if (iter == formatMap_.end() || iter->second.type != FORMAT_TYPE_INT64) { in GetInt64Value() 203 if (iter == formatMap_.end() || iter->second.type != FORMAT_TYPE_UINT64) { in GetUint64Value() 216 if (iter == formatMap_.end() || iter->second.type != FORMAT_TYPE_FLOAT) { in GetFloatValue() 229 if (iter == formatMap_.end() || iter->second.type != FORMAT_TYPE_DOUBLE) { in GetDoubleValue() 242 if (iter == formatMap_.end() || iter->second.type != FORMAT_TYPE_STRING) { in GetStringValue() 255 if (iter == formatMap_.end() || ite in GetObjectValue() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | stack_element.cpp | 81 if (!std::none_of(toastStack_.begin(), toastStack_.end(), in HasOverlayChild() 156 auto child = children_.end(); in PopInstant() 260 for (auto iter = toastStack_.end() - 1; iter >= toastStack_.begin(); --iter) { in PerformPopToastById() 285 bool hasDialog = std::any_of(children_.begin(), children_.end(), [](const RefPtr<Element>& child) { in PerformPopDialog() 305 bool hasDialog = std::any_of(children_.begin(), children_.end(), [](const RefPtr<Element>& child) { in PerformPopDialogById() 418 auto child = children_.end(); in PerformDirectPop() 422 toastStack_.begin(), toastStack_.end(), [child](const ToastInfo& toast) { return toast.child == *child; }); in PerformDirectPop() 446 itLastFocusNode_ = focusNodes_.end(); in OnFocus() 450 itLastFocusNode_ = focusNodes_.end(); in OnFocus() 461 itLastFocusNode_ = focusNodes_.end(); in OnFocus() [all...] |
/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_account_data.cpp | 111 if (iter != asacConnections_.end()) { in RemoveAccessibilityWindowConnection() 131 if (std::any_of(enabledAbilities_.begin(), enabledAbilities_.end(), in AddEnabledAbility() 145 for (auto it = enabledAbilities_.begin(); it != enabledAbilities_.end(); it++) { in RemoveEnabledAbility() 261 if (std::any_of(enabledAbilities_.begin(), enabledAbilities_.end(), in EnableAbility() 333 for (auto iter = configCallbacks_.begin(); iter != configCallbacks_.end(); iter++) { in RemoveConfigCallback() 417 if (iter != connectionMap_.end()) { in GetAccessibilityAbilityByUri() 441 if (iter != connectionMap_.end()) { in RemoveAccessibilityAbilityByUri() 464 if (iter != accountDataMap_.end()) { in AddAccountData() 483 if (iter != accountDataMap_.end()) { in GetCurrentAccountData() 500 if (iter != accountDataMap_.end()) { in GetAccountData() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_pack_info.cpp | 99 const auto &jsonObjectEnd = jsonObject.end(); in from_json() 138 const auto &jsonObjectEnd = jsonObject.end(); in from_json() 169 const auto &jsonObjectEnd = jsonObject.end(); in from_json() 202 const auto &jsonObjectEnd = jsonObject.end(); in from_json() 249 const auto &jsonObjectEnd = jsonObject.end(); in from_json() 283 const auto &jsonObjectEnd = jsonObject.end(); in from_json() 325 const auto &jsonObjectEnd = jsonObject.end(); in from_json() 368 const auto &jsonObjectEnd = jsonObject.end(); in from_json() 431 const auto &jsonObjectEnd = jsonObject.end(); in from_json() 466 const auto &jsonObjectEnd = jsonObject.end(); in from_json() [all...] |
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_account_data.cpp | 111 if (iter != asacConnections_.end()) { in RemoveAccessibilityWindowConnection() 131 if (std::any_of(enabledAbilities_.begin(), enabledAbilities_.end(), in AddEnabledAbility() 145 for (auto it = enabledAbilities_.begin(); it != enabledAbilities_.end(); it++) { in RemoveEnabledAbility() 261 if (std::any_of(enabledAbilities_.begin(), enabledAbilities_.end(), in EnableAbility() 333 for (auto iter = configCallbacks_.begin(); iter != configCallbacks_.end(); iter++) { in RemoveConfigCallback() 417 if (iter != connectionMap_.end()) { in GetAccessibilityAbilityByUri() 441 if (iter != connectionMap_.end()) { in RemoveAccessibilityAbilityByUri() 464 if (iter != accountDataMap_.end()) { in AddAccountData() 483 if (iter != accountDataMap_.end()) { in GetCurrentAccountData() 500 if (iter != accountDataMap_.end()) { in GetAccountData() [all...] |
/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | native_common_utils.cpp | 134 if (it != FORMAT_TABLE.end()) { in SwitchToOHFormatType() 143 auto formatIter = std::find_if(FORMAT_TABLE.begin(), FORMAT_TABLE.end(), in SwitchToFormatType() 147 if (formatIter != FORMAT_TABLE.end()) { in SwitchToFormatType() 157 if (it != IPTYPE_TABLE.end()) { in SwitchToOHBufferType() 215 auto it = std::find_if(effectInfo->formats_.begin(), effectInfo->formats_.end(), in IsMatchLookupCondition() 219 return it != effectInfo->formats_.end(); in IsMatchLookupCondition() 237 effectInfo->supportedFormats.find(ohFormatType) != effectInfo->supportedFormats.end(); in IsMatchLookupCondition() 250 CHECK_AND_RETURN_LOG(it != LOOK_UP_CAPABILITY.end(), in ParseLookupKey() 255 CHECK_AND_RETURN_LOG(valueIterator != it->second.end(), in ParseLookupKey() 292 info->supportedFormats.find(ohFormat) != info->supportedFormats.end()) { in SwitchToEffectInfo() [all...] |
/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avcontroller_callback.cpp | 47 for (auto ref = callbacks_[event].begin(); ref != callbacks_[event].end(); ++ref) { in HandleEvent() 56 for (auto it = callbacks_[event].begin(); it != callbacks_[event].end(); ++it) { in HandleEvent() 74 for (auto ref = callbacks_[event].begin(); ref != callbacks_[event].end(); ++ref) { in HandleEvent() 83 for (auto it = callbacks_[event].begin(); it != callbacks_[event].end(); ++it) { in HandleEvent() 106 for (auto ref = callbacks_[event].begin(); ref != callbacks_[event].end(); ++ref) { in HandleEvent() 115 for (auto it = callbacks_[event].begin(); it != callbacks_[event].end(); ++it) { in HandleEvent() 141 for (auto ref = callbacks_[event].begin(); ref != callbacks_[event].end(); ++ref) { in HandleEvent() 150 for (auto it = callbacks_[event].begin(); it != callbacks_[event].end(); ++it) { in HandleEvent() 177 for (auto ref = callbacks_[event].begin(); ref != callbacks_[event].end(); ++ref) { in HandleEventWithThreadSafe() 185 for (auto it = callbacks_[event].begin(); it != callbacks_[event].end(); in HandleEventWithThreadSafe() [all...] |
/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | video_callback_napi.cpp | 46 if (contextMap_.find(context->asyncWorkType) == contextMap_.end()) { in QueueAsyncWork() 65 for (auto it = contextMap_.begin(); it != contextMap_.end(); it++) { in ClearAsyncWorkWithErrorCode() 131 if (contextMap_.find(AsyncWorkType::ASYNC_WORK_SEEK) == contextMap_.end() || in OnSeekDoneCb() 152 if (contextMap_.find(AsyncWorkType::ASYNC_WORK_SPEED) == contextMap_.end() || in OnSpeedDoneCb() 169 if (contextMap_.find(AsyncWorkType::ASYNC_WORK_BITRATE) == contextMap_.end() || in OnBitRateDoneCb() 186 if (contextMap_.find(AsyncWorkType::ASYNC_WORK_VOLUME) == contextMap_.end() || in OnVolumeDoneCb() 203 if (refMap_.find(START_RENDER_FRAME_CALLBACK_NAME) == refMap_.end()) { in OnStartRenderFrameCb() 219 if (refMap_.find(VIDEO_SIZE_CHANGED_CALLBACK_NAME) == refMap_.end()) { in OnVideoSizeChangedCb() 235 if (refMap_.find(PLAYBACK_COMPLETED_CALLBACK_NAME) == refMap_.end()) { in OnPlaybackCompleteCb() 275 if (contextMap_.find(asyncWork) == contextMap_.end() || in DequeueAsyncWork() [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/ |
H A D | socperf_executor_config.cpp | 52 if (item != resourceNodeInfo_.end() && item->second->isGov) { in IsGovResId() 60 if (resourceNodeInfo_.find(resId) == resourceNodeInfo_.end()) { in IsValidResId() 93 reverse(configFilePaths.begin(), configFilePaths.end()); in GetAllRealConfigPath() 195 if (it != resourceNodeInfo_.end()) { in TraversalFreqResource() 280 if (it != resourceNodeInfo_.end()) { in LoadGovResource() 313 if (item != resourceNodeInfo_.end() && item->second->persistMode == REPORT_TO_PERFSO) { in GetResIdNumsPerType() 434 for (auto iter = resourceNodeInfo_.begin(); iter != resourceNodeInfo_.end(); ++iter) { in CheckPairResIdValid() 441 if (pairResId != INVALID_VALUE && resourceNodeInfo_.find(pairResId) == resourceNodeInfo_.end()) { in CheckPairResIdValid() 451 for (auto iter = resourceNodeInfo_.begin(); iter != resourceNodeInfo_.end(); ++iter) { in CheckDefValid() 455 if (!resourceNode->available.empty() && resourceNode->available.find(def) == resourceNode->available.end()) { in CheckDefValid() [all...] |
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display_listener.cpp | 83 if (it == jsCallBack_.end()) {
in RemoveCallback() 88 for (auto iter = listeners.begin(); iter != listeners.end();) {
in RemoveCallback() 130 if (jsCallBack_.find(EVENT_ADD) == jsCallBack_.end()) {
in OnCreate() 163 if (jsCallBack_.find(EVENT_REMOVE) == jsCallBack_.end()) {
in OnDestroy() 196 if (jsCallBack_.find(EVENT_CHANGE) == jsCallBack_.end()) {
in OnChange() 229 if (jsCallBack_.find(EVENT_PRIVATE_MODE_CHANGE) == jsCallBack_.end()) {
in OnPrivateWindow() 262 if (jsCallBack_.find(EVENT_FOLD_STATUS_CHANGED) == jsCallBack_.end()) {
in OnFoldStatusChanged() 294 if (jsCallBack_.find(EVENT_FOLD_ANGLE_CHANGED) == jsCallBack_.end()) {
in OnFoldAngleChanged() 326 if (jsCallBack_.find(EVENT_CAPTURE_STATUS_CHANGED) == jsCallBack_.end()) {
in OnCaptureStatusChanged() 359 if (jsCallBack_.find(EVENT_DISPLAY_MODE_CHANGED) == jsCallBack_.end()) {
in OnDisplayModeChanged() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | query_object.cpp | 209 while (iter != queryObjNodes_.end()) { in ParseQueryObjNodes() 325 if (nextIter != queryObjNodes_.end()) { in CheckEqualFormat() 350 if (nextIter == queryObjNodes_.end()) { in CheckLinkerFormat() 367 if (next != queryObjNodes_.end()) { in CheckSuggestIndexFormat() 368 LOGE("SuggestIndex only allowed once, and must appear at the end!"); in CheckSuggestIndexFormat() 403 if (next != queryObjNodes_.end() && SqliteQueryHelper::GetSymbolType(next->operFlag) != in CheckLimitFormat() 413 return std::none_of(queryObjNodes_.begin(), queryObjNodes_.end(), [&](const QueryObjNode &node) { in IsQueryOnlyByKey() 421 return std::any_of(queryObjNodes_.begin(), queryObjNodes_.end(), [&](const QueryObjNode &node) { in IsQueryByRange() 429 std::none_of(queryObjNodes_.begin(), queryObjNodes_.end(), [&](const QueryObjNode &node) { 528 std::transform(pk.begin(), pk.end(), p [all...] |
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/ |
H A D | softbus_adapter.cpp | 54 if (sessionAndPackage == sessionAndPackageMap_.end()) { in CreateSessionServer() 227 if (sessionAndPackage == sessionAndPackageMap_.end()) { in OpenSession() 298 if (iter != sessionNameMap_.end()) { in GetSessionNameFromMap() 321 if (iter != networkIdMap_.end()) { in GetPeerNetworkId() 352 if (iter == sessionOpenedMap_.end()) { in IsSessionOpened() 362 if (iter == sessionOpenedMap_.end()) { in AcceptSesion() 367 if (sessionNameMap == sessionNameMap_.end()) { in AcceptSesion() 372 if (networkIdMap == networkIdMap_.end()) { in AcceptSesion() 381 if (iter != sessionOpenedMap_.end()) { in RemoveSesion() 386 if (sessionNameMap != sessionNameMap_.end()) { in RemoveSesion() [all...] |
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_event.cpp | 98 if ((iter != mapClientCallBack.end()) && (iter->second != nullptr) && in OnIpSuccessChanged() 114 if ((iter != mapClientCallBack.end()) && (iter->second != nullptr) && (iter->second->OnIpFailChanged != nullptr)) { in OnIpFailChanged() 134 if ((iter != mapDhcpClientReport_.end()) && (iter->second != nullptr) && in OnDhcpOfferReport() 156 if (iter != mapClientCallBack.end()) { in RegisterCallBack() 178 if (iter != mapClientCallBack.end()) { in UnRegisterCallBack() 182 auto it = std::find_if(mapClientCallBack.begin(), mapClientCallBack.end(), in UnRegisterCallBack() 184 if (it != mapClientCallBack.end()) { in UnRegisterCallBack() 202 if (iter != mapDhcpClientReport_.end()) { in RegisterDhcpClientReportCallBack() 242 if ((iter != mapServerCallBack.end()) && (iter->second != nullptr) && (iter->second->OnServerSuccess != nullptr) && in OnServerSuccess() 293 if (iter != mapServerCallBack.end()) { in RegisterCallBack() [all...] |
/third_party/elfutils/libdwfl/ |
H A D | derelocate.c | 43 GElf_Addr start, end; member 54 GElf_Addr start, end; member 70 if ((*p1)->end < (*p2)->end) in compare_secrefs() 72 if ((*p1)->end > (*p2)->end) in compare_secrefs() 75 /* Same start/end, then just compare which section came first. */ in compare_secrefs() 139 newref->end = newref->start + shdr->sh_size; in cache_sections() 189 mod->reloc_info->refs[i].end = sortrefs[i]->end; in cache_sections() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | avstring.c | 126 goto end; in av_asprintf() 130 goto end; in av_asprintf() 138 end: in av_asprintf() 157 char *ret = out, *end = out; in av_get_token() local 167 end = out; in av_get_token() 173 end = out; in av_get_token() 182 while (out >= end && strspn(out, WHITESPACES)); in av_get_token() 199 /* s now points to the first non delimiter char, or to the end of the string */ in av_strtok() 399 goto end; in av_utf8_decode() 427 goto end; in av_utf8_decode() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_subtitles.c | 336 goto end; in init_subtitles() 340 goto end; in init_subtitles() 363 goto end; in init_subtitles() 399 goto end; in init_subtitles() 406 goto end; in init_subtitles() 414 goto end; in init_subtitles() 419 goto end; in init_subtitles() 433 goto end; in init_subtitles() 444 goto end; in init_subtitles() 451 goto end; in init_subtitles() [all...] |
/third_party/glslang/SPIRV/ |
H A D | SpvPostProcess.cpp | 124 for (auto it = capabilities.begin(); it != capabilities.end(); ++it) { in postProcessType() 143 for (auto it = capabilities.begin(); it != capabilities.end(); ++it) { in postProcessType() 281 std::for_each(decorations.begin(), decorations.end(), function); in postProcess() 294 std::for_each(decorations.begin(), decorations.end(), function); in postProcess() 377 for (auto mergeIter = unreachableMerges.begin(); mergeIter != unreachableMerges.end(); ++mergeIter) { in postProcessCFG() 381 continueIter != headerForUnreachableContinue.end(); in postProcessCFG() 389 decorations.erase(std::remove_if(decorations.begin(), decorations.end(), in postProcessCFG() 394 decorations.end()); in postProcessCFG() 443 std::for_each(decorations.begin(), decorations.end(), function); in postProcessFeatures() 454 if (capabilities.find(spv::CapabilityVulkanMemoryModelKHR) != capabilities.end()) { in postProcessFeatures() [all...] |