| /foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
| H A D | dbinder_service.cpp | 201 auto iter = mapDBinderStubRegisters_.find(stubTag); in QueryStubPtr() 491 /* if can not find session, means invoke failed or nothing in OnRemoteReplyMessage() */ in InvokerRemoteDBinder() 494 DBINDER_LOGE(LOG_LABEL, "client find session is null, seq:%{public}u", seqNumber); in InvokerRemoteDBinder() 1071 auto it = threadLockInfo_.find(seqNumber); in QueryThreadLockInfo() 1097 auto it = proxyObject_.find(binderObject); in QueryProxyObject() 1122 auto it = sessionObject_.find(stub); in QuerySessionObject() 1151 auto it = deathRecipients_.find(object); in QueryDeathRecipient() 1240 DBINDER_LOGE(LOG_LABEL, "find null stub, do not need notice death"); in NoticeServiceDieInner() 1245 DBINDER_LOGE(LOG_LABEL, "find null proxy"); in NoticeServiceDieInner()
|
| /foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
| H A D | http_exec.cpp | 502 auto it = staticVariable_.contextMap.find(handle); in AddCurlHandle() 504 NETSTACK_LOGE("can not find context"); in AddCurlHandle() 511 NETSTACK_LOGE("can not find context"); in AddCurlHandle() 523 NETSTACK_LOGE("can not find context manager"); in AddCurlHandle() 615 if (contentType.find(HttpConstant::HTTP_CONTENT_TYPE_OCTET_STREAM) != std::string::npos || in AddCurlHandle() 616 contentType.find(HttpConstant::HTTP_CONTENT_TYPE_IMAGE) != std::string::npos) { in AddCurlHandle() 883 auto curlTunnelValue = (url.find("https://") != std::string::npos) ? 1L : 0L; in AddCurlHandle() 885 auto proxyType = (host.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_HTTP; in AddCurlHandle()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
| H A D | kvdb_service_impl.cpp | 472 auto it = value.delayTimes_.find(storeId); in GetSyncParam() 572 auto iter = agent.watchers_.find(storeId.storeId); in Unsubscribe() 1128 auto it = result.find(device); in DoComplete() 1160 auto it = agent.delayTimes_.find(storeId); in GetSyncDelayTime() 1331 auto iter = agent.watchers_.find(storeId); in GetWatchers()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_utils.cpp | 93 auto it = TRIGGER_MODE_MAP.find(mode); in GetTriggerModeString() 1455 auto itTable = g_serverChangedDataMap[fileName].find(tableName); in CloudDataChangedServerObserver() 1471 auto itDb = g_serverChangedDataMap.find(dbName); in GetAndResetServerObserverData() 1473 auto itTable = itDb->second.find(tableName); in GetAndResetServerObserverData() 1523 const auto &it = fields.find(fieldName); in CreateSameStuTable()
|
| /kernel/linux/linux-5.10/net/sched/ |
| H A D | sch_api.c | 154 if (!(cops->find && cops->walk && cops->leaf)) in register_qdisc() 341 cl = cops->find(p, classid); in qdisc_leaf() 377 * starting from the mpu, we find low and high table entries for 808 cl = cops->find(sch, parentid); in qdisc_tree_reduce_backlog() 1111 cl = cops->find(parent, classid); in qdisc_graft() 1466 NL_SET_ERR_MSG(extack, "Failed to find qdisc with specified classid"); in tc_get_qdisc() 1477 NL_SET_ERR_MSG(extack, "Cannot find specified qdisc on specified device"); in tc_get_qdisc() 1488 NL_SET_ERR_MSG(extack, "Failed to find qdisc with specified handle"); in tc_get_qdisc() 1573 NL_SET_ERR_MSG(extack, "Failed to find specified qdisc"); in tc_modify_qdisc() 1703 NL_SET_ERR_MSG(extack, "Cannot find ingres in tc_modify_qdisc() [all...] |
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | sch_api.c | 155 if (!(cops->find && cops->walk && cops->leaf)) in register_qdisc() 344 cl = cops->find(p, classid); in qdisc_leaf() 380 * starting from the mpu, we find low and high table entries for 819 cl = cops->find(sch, parentid); in qdisc_tree_reduce_backlog() 1164 cl = cops->find(parent, classid); in qdisc_graft() 1500 NL_SET_ERR_MSG(extack, "Failed to find qdisc with specified classid"); in tc_get_qdisc() 1511 NL_SET_ERR_MSG(extack, "Cannot find specified qdisc on specified device"); in tc_get_qdisc() 1522 NL_SET_ERR_MSG(extack, "Failed to find qdisc with specified handle"); in tc_get_qdisc() 1604 NL_SET_ERR_MSG(extack, "Failed to find specified qdisc"); in tc_modify_qdisc() 1734 NL_SET_ERR_MSG(extack, "Cannot find ingres in tc_modify_qdisc() [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | TimeZoneFormat.java | 1201 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, nameTypes); in parse() 1222 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse() 1311 // zero format). Then, it tried to find a match within the set of display names, but could not in parse() 1312 // find a match. At this point, we can safely assume the input text contains the localized in parse() 1415 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse() 1435 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse() 3101 Collection<MatchInfo> exemplarMatches = _tznames.find(text, startIdx, nameTypes); in parseExemplarLocation()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | TimeZoneFormat.java | 1140 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, nameTypes); in parse() 1161 getTZDBTimeZoneNames().find(text, startIdx, nameTypes); in parse() 1250 // zero format). Then, it tried to find a match within the set of display names, but could not in parse() 1251 // find a match. At this point, we can safely assume the input text contains the localized in parse() 1354 Collection<MatchInfo> specificMatches = _tznames.find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse() 1374 getTZDBTimeZoneNames().find(text, startIdx, ALL_SIMPLE_NAME_TYPES); in parse() 3031 Collection<MatchInfo> exemplarMatches = _tznames.find(text, startIdx, nameTypes); in parseExemplarLocation()
|
| /third_party/python/Lib/ |
| H A D | _pyio.py | 556 n = (readahead.find(b"\n") + 1) or len(readahead) 2588 pos = line.find('\n', start) 2600 nlpos = line.find("\n", start) 2601 crpos = line.find("\r", start) 2628 pos = line.find(self._readnl)
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | BuildSPIRV.cpp | 607 auto iter = mTypeMap.find(type); in getSpirvTypeData() 630 auto iter = mTypePointerIdMap.find(key); in getTypePointerId() 648 auto iter = mFunctionTypeIdMap.find(key); in getFunctionTypeId() 1316 auto iter = constants->find(value); in getBasicConstantHelper() 1437 auto iter = mCompositeConstants.find(key); in getCompositeConstant()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | InlineSpiller.cpp | 114 /// siblings. To hoist a spill to another BB, we need to find out a live 655 assert(!MI.isDebugInstr() && "Did not expect to find a use in debug " in reMaterializeAll() 980 assert(!MI->isDebugInstr() && "Did not expect to find a use in debug " in spillAroundUses() 1144 if (StackSlotToOrigLI.find(StackSlot) == StackSlotToOrigLI.end()) { in addToMergeableSpills() 1159 auto It = StackSlotToOrigLI.find(StackSlot); in rmFromMergeableSpills() 1221 /// Starting from \p Root find a top-down traversal order of the dominator 1353 if (SpillsToKeep.find(*RIt) != SpillsToKeep.end() && !SpillsToKeep[*RIt]) { in runHoistSpills() 1366 if (SpillsInSubTreeMap.find(Child) == SpillsInSubTreeMap.end()) in runHoistSpills() 1405 if (SpillsToKeep.find(SpillBB) != SpillsToKeep.end() && in runHoistSpills()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | Metadata.cpp | 216 auto I = UseMap.find(Ref); in moveRef() 376 auto I = Store.find(V); in handleDeletion() 399 auto I = Store.find(From); in handleRAUW() 464 assert(Entry && "Expected to find string map entry"); in getString() 1298 const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second; 1309 const auto &Info = getContext().pImpl->InstructionMetadata.find(this)->second;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 971 auto I = ValueMap.find(SGV); in linkGlobalValueProto() 975 I = IndirectSymbolValueMap.find(SGV); in linkGlobalValueProto() 1460 if (ValueMap.find(GV) != ValueMap.end() || in run() 1461 IndirectSymbolValueMap.find(GV) != IndirectSymbolValueMap.end()) in run() 1559 auto I = NonOpaqueStructTypes.find(Ty); in hasType()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | CommandBufferVk.cpp | 356 auto firstTrueIt = std::find(currentIt, lastIt, true); in ResetUsedQuerySetsOnRenderPass() 362 auto nextFalseIt = std::find(firstTrueIt, lastIt, false); in ResetUsedQuerySetsOnRenderPass() 401 auto firstTrueIt = std::find(currentIt, lastIt, true); in RecordResolveQuerySetCmd() 406 auto nextFalseIt = std::find(firstTrueIt, lastIt, false); in RecordResolveQuerySetCmd() 675 // to find a valid extent to satisfy the requirements on both source and in RecordCommands() 772 bool hasUnavailableQueries = std::find(startIt, endIt, false) != endIt; in RecordCommands()
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_glsl.cpp | 541 // Instead of looping over all decorations to find this, just look at capabilities. 646 // Scan the SPIR-V to find trivial uses of extensions. 1478 SPIRV_CROSS_THROW("Did not find suitable rule for type. Bogus decorations?"); 2165 block_ssbo_names.find(buffer_name) != end(block_ssbo_names) || 2166 resource_names.find(buffer_name) != end(resource_names)) 2261 if (ir.meta[type.self].decoration.alias.empty() || block_namespace.find(buffer_name) != end(block_namespace) || 2262 resource_names.find(buffer_name) != end(resource_names)) 2536 if (block_name.empty() || block_namespace.find(block_name) != end(block_namespace)) 2709 if (keywords.find(m.alias) != end(keywords)) 2719 if (keywords.find( [all...] |
| H A D | spirv_msl.cpp | 155 auto itr = builtin_to_automatic_input_location.find(builtin); in get_automatic_builtin_input_location() 165 auto itr = resource_bindings.find(tuple); in is_msl_resource_binding_used() 175 auto itr = resource_bindings.find(tuple); in get_resource_array_size() 991 if (find(begin(var), end(var), VariableID(id)) == end(var)) in mark_implicit_builtin() 1572 if (processed_func_ids.find(func_id) != processed_func_ids.end()) in extract_global_variables_from_function() 1601 if (global_var_ids.find(base_id) != global_var_ids.end()) in extract_global_variables_from_function() 1635 if (global_var_ids.find(arg_id) != global_var_ids.end()) in extract_global_variables_from_function() 1651 if (global_var_ids.find(base_id) != global_var_ids.end()) in extract_global_variables_from_function() 1655 if (global_var_ids.find(rvalue_id) != global_var_ids.end()) in extract_global_variables_from_function() 1664 if (global_var_ids.find(base_i in extract_global_variables_from_function() [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_render_node.cpp | 195 (drawCmdModifiers_.find(RSModifierType::CONTENT_STYLE) != drawCmdModifiers_.end())) || in IsContentNode() 560 if (parent && parent->subSurfaceNodes_.find(GetId()) != parent->subSurfaceNodes_.end()) { in AddSubSurfaceNode() 580 if (parentNode->subSurfaceNodes_.find(id) == parentNode->subSurfaceNodes_.end()) { in AddSubSurfaceNode() 603 if (parent && parent->subSurfaceNodes_.find(GetId()) == parent->subSurfaceNodes_.end()) { in RemoveSubSurfaceNode() 1273 if (dirtySlots_.find(RSDrawableSlot::SHADOW) != dirtySlots_.end()) { in CollectAndUpdateLocalShadowRect() 1291 if (dirtySlots_.find(RSDrawableSlot::OUTLINE) != dirtySlots_.end()) { in CollectAndUpdateLocalOutlineRect() 1300 if (dirtySlots_.find(RSDrawableSlot::PIXEL_STRETCH) != dirtySlots_.end()) { in CollectAndUpdateLocalPixelStretchRect() 1385 if (renderContent_->drawCmdModifiers_.find(RSModifierType::GEOMETRYTRANS) == in CheckAndUpdateGeoTrans() 1575 (renderContent_->drawCmdModifiers_.find(RSModifierType::GEOMETRYTRANS) != in Update() 2300 auto it = modifiers_.find(i in RemoveModifier() [all...] |
| /third_party/node/deps/ada/ |
| H A D | ada.cpp | 31 // From the last character, find the last dot. 118 auto dot_location = input.find('.', start); 9012 // if (label.find('.') != std::string_view::npos) return false; 9594 size_t loc_dot = mapped_string.find('.', label_start); 9661 size_t loc_dot = utf32.find('.', label_start); 9743 size_t loc_dot = input.find('.', label_start); 10507 size_t location_of_first = input.find('#'); 10916 * Unless we find '[', then it only needs to be called once! Ideally, such a 10925 // Unless we find '[' then we are going only going to have to call 10930 location = view.find(']', locatio [all...] |
| /applications/standard/contacts_data/ability/common/utils/src/ |
| H A D | merge_utils.cpp | 145 if (mTemp.find(setRight) == mTemp.end()) { in SetEqual()
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/ |
| H A D | Makefile | 235 `find ./ -name $(file) | xargs rm -rf`)
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
| H A D | hdi_layer.cpp | 79 auto iter = mIdSets.find(mIdleId); in GetIdleId()
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| H A D | hdi_layer.cpp | 79 auto iter = mIdSets.find(mIdleId); in GetIdleId()
|
| /device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
| H A D | hdi_layer.cpp | 79 auto iter = mIdSets.find(mIdleId);
in GetIdleId()
|
| /foundation/CastEngine/castengine_wifi_display/services/network/server/ |
| H A D | udp_server.cpp | 101 auto itemItr = sessionMap_.find(fd); in CloseClientSocket() 194 MEDIA_LOGD("find session."); in FindOrCreateSession() 197 MEDIA_LOGD("not find, create session!"); in FindOrCreateSession()
|
| /foundation/ability/ability_runtime/test/unittest/connect_server_manager_test/ |
| H A D | connect_server_manager_test.cpp | 195 EXPECT_TRUE(connectServerManager.instanceMap_.find(TWO) == connectServerManager.instanceMap_.end()); in HWTEST_F()
|