Home
last modified time | relevance | path

Searched refs:find (Results 4801 - 4825 of 7519) sorted by relevance

1...<<191192193194195196197198199200>>...301

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp774 while ((pos = originalCmdLine.find(paramStr, pos)) != std::string::npos) in runTestsInSubprocess()
794 if (args[i].find(elem) == 0) in runTestsInSubprocess()
885 std::size_t beginPos = subQpaText.find(beginText); in runTestsInSubprocess()
919 std::size_t beginPos = subQpaText.find(beginStat); in runTestsInSubprocess()
/third_party/vulkan-loader/scripts/
H A Dloader_extension_generator.py115 self.number = token[token.find('_VERSION_') + len('_VERSION_'):].replace('_', '.')
380 handle = self.registry.tree.find("types/type/[name='" + handle_type + "'][@category='handle']")
382 return_type = cmdinfo.elem.find('proto/type')
388 require_node = self.registry.tree.find("./extensions/extension[@name='{}']/require/command[@name='{}']/..".format(extension_name, name))
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp308 // Look through the event log. If you find a line containing the prefix we're interested in, look for the end of
314 while ((new_start = returned_output.find(prefix, new_start)) != std::string::npos) {
315 next_eol = returned_output.find("\n", new_start);
316 if ((postfix_index = returned_output.find(postfix, new_start)) != std::string::npos) {
630 layer.lib_path.stem().str().find(fs::path(TEST_LAYER_WRAP_OBJECTS).stem().str()) == std::string::npos) {
/third_party/vulkan-loader/tests/
H A Dloader_wsi_tests.cpp147 ASSERT_TRUE(log.find("ICD for selected physical device does not export vkGetPhysicalDeviceWin32PresentationSupportKHR!")); in TEST()
330 ASSERT_TRUE(log.find("ICD for selected physical device does not export vkGetPhysicalDeviceXcbPresentationSupportKHR!")); in TEST()
513 ASSERT_TRUE(log.find("ICD for selected physical device does not export vkGetPhysicalDeviceXlibPresentationSupportKHR!")); in TEST()
696 ASSERT_TRUE(log.find("ICD for selected physical device does not export vkGetPhysicalDeviceWaylandPresentationSupportKHR!")); in TEST()
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp251 bool createBlock = atomicCounterBuffers.find(binding) == atomicCounterBuffers.end(); in growAtomicCounterBlock()
319 TSymbol* symbol = symbolTable.find(builtin); in setInvariant()
1111 const TSymbol* symbol = symbolTable.find(baseSymbol->getName()); in blockMemberExtensionCheck()
1149 TSymbol* symbol = symbolTable.find(function.getMangledName(), &builtIn); in handleFunctionDeclarator()
1216 TSymbol* symbol = symbolTable.find(function.getMangledName()); in handleFunctionDefinition()
1220 error(loc, "can't find function", function.getName().c_str(), ""); in handleFunctionDefinition()
1269 // knows where to find parameters. in handleFunctionDefinition()
1615 // find the maximum precision from the arguments and parameters in computeBuiltinPrecisions()
2620 bool isValid = true; // Assume that the interpolant is valid until we find a condition making it invalid in builtInOpCheck()
2873 if (fnCandidate.getName().find("Offse in nonOpBuiltInCheck()
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp470 auto it = appRunningRecordMap_.find(recordId); in RemoveAppRunningRecordById()
925 auto it = procLevelMap.find(pid); in NotifyProcMemoryLevel()
1214 if (pids.find(info->pid_) != pids.end()) { in OnWindowVisibilityChanged()
1321 return childProcessRecordMap.find(pid) != childProcessRecordMap.end(); in GetAppRunningRecordByChildProcessPid()
1666 if ((cachedSet.find(itemRecord) == cachedSet.end() && supportCache) || !supportCache) { in IsAppProcessesAllCached()
1678 auto it = updateConfigurationDelayedMap_.find(appRecord->GetRecordId()); in UpdateConfigurationDelayed()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp343 // Only find out the port of out in the sound card in SwitchAdapterRender()
1335 auto sinkRate_begin = usbInfoStr.find("sink_rate:"); in UpdateUsbAttrs()
1339 auto sinkFormat_begin = usbInfoStr.find("sink_format:"); in UpdateUsbAttrs()
1359 auto sinkRate_begin = dpInfoStr.find("rate="); in UpdateDPAttrs()
1364 auto sinkBuffer_begin = dpInfoStr.find("buffer_size="); in UpdateDPAttrs()
1369 auto sinkChannel_begin = dpInfoStr.find("channels="); in UpdateDPAttrs()
1374 auto address_begin = dpInfoStr.find("address="); in UpdateDPAttrs()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1644 for (auto pos = shaderSource.find(multiview); pos != std::string::npos;
1645 pos = shaderSource.find(multiview, pos + multiview.size())) {
1647 (shaderSource.find("enabled", pos + multiview.size()) !=
1690 for (auto pos = shaderSource.find(multiview); pos != std::string::npos;
1691 pos = shaderSource.find(multiview, pos + multiview.size())) {
1693 (shaderSource.find("enabled", pos + multiview.size()) !=
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_object_utils.cpp396 size_t index = path.find("/", parentPath.length() + 1); in InsertDirToDbRecursively()
826 if (mode.find(MEDIA_FILEMODE_WRITEONLY) != string::npos) { in OpenFile()
1583 if (path.find(ROOT_MEDIA_DIR) == 0) { in GetRelativePathFromPath()
1602 auto pos = relativePath.find('/'); in GetRootDirAssetByRelativePath()
1608 if (dirMap.find(rootDir) == dirMap.end()) { in GetRootDirAssetByRelativePath()
1646 if (dirMediaTypes.find(fileMediaType) == string::npos) { in CheckDirExtension()
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp54 auto addEvent = devListener_.find(CHANGED_TYPE); in EmitAddedDeviceEvent()
97 auto removeEvent = devListener_.find(CHANGED_TYPE); in EmitRemoveDeviceEvent()
139 auto changeEvent = devListener_.find(CHANGED_TYPE); in OnDeviceAdded()
169 auto changeEvent = devListener_.find(CHANGED_TYPE); in OnDeviceRemoved()
1233 auto iter = devListener_.find(type); in AddListener()
1265 auto iter = devListener_.find(type); in RemoveListener()
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp269 STANDBYSERVICE_LOGE("failed to find extern func of plugin %{public}s", pluginName.c_str()); in RegisterPlugin()
354 auto pidNameIter = pidNameMap.find(iter->second->pid_); in ParsePersistentData()
492 if (std::find(resourcesApply.begin(), resourcesApply.end(), EXEMPT_ALL_RESOURCES) != resourcesApply.end()) { in GetExemptedResourceType()
534 auto item = std::find(strategyConfigList.begin(), strategyConfigList.end(), subscriber->GetSubscriberName()); in SubscribeStandbyCallback()
591 auto iter = allowInfoMap_.find(keyStr); in ApplyAllowResInner()
694 auto iter = allowInfoMap_.find(keyStr); in UnapplyAllowResInner()
925 auto item = std::find(strategyConfigList.begin(), strategyConfigList.end(), strategyName); in IsStrategyEnabled()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c659 LNN_LOGE(LNN_LANE, "no find lane resource by linktype=%{public}d, peerUdid=%{public}s", in FindLaneResourceByLinkType()
736 LNN_LOGI(LNN_LANE, "find and refresh oldLaneId=%{public}" PRIu64 ", newLaneId=%{public}" PRIu64, in UpdateLaneResourceLaneId()
770 LNN_LOGE(LNN_LANE, "no find lane resource by linktype=%{public}d, peerUdid=%{public}s", in CheckLaneResourceNumByLinkType()
1060 bool find = false; in LaneAddP2pAddress() local
1069 find = true; in LaneAddP2pAddress()
1073 if (find) { in LaneAddP2pAddress()
1111 bool find = false; in LaneAddP2pAddressByIp() local
1119 find = true; in LaneAddP2pAddressByIp()
1123 if (find) { in LaneAddP2pAddressByIp()
1237 LNN_LOGE(LNN_LANE, "can not find nod in LaneLinkSetBleMac()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp707 LOGI("[AutoLaunch] ReceiveUnknownIdentifierCallBack not find identifier"); in ReceiveUnknownIdentifierCallBack()
1310 if (extItemMap_.find(identifier) == extItemMap_.end() || in RegisterRelationalObserver()
1311 extItemMap_[identifier].find(userId) == extItemMap_[identifier].end()) { in RegisterRelationalObserver()
1339 auto itemMapIter = extItemMap_.find(identifier); in CloseConnection()
1342 itemMapIter = extItemMap_.find(dualIdentifier); // Try find conn in dual tuple mode in CloseConnection()
1350 auto itemIter = itemMapIter->second.find(userId); in CloseConnection()
1387 if (autoLaunchItemMap_.find(identifier) == autoLaunchItemMap_.end()) { in GetAutoLaunchItemUid()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp498 auto it = std::find(users.begin(), users.end(), user); in GenerateCompensatedSync()
878 if (std::find(target.table.begin(), target.table.end(), table) == target.table.end()) { // LCOV_EXCL_BR_LINE in MergeTaskTablesIfConsistent()
893 if (std::find(tmpTables.begin(), tmpTables.end(), table.name) != tmpTables.end()) { // LCOV_EXCL_BR_LINE in AdjustTableBasedOnSchema()
1068 if (cloudTaskInfos_.find(currentContext_.currentTaskId) == cloudTaskInfos_.end()) { in IsLockInDownload()
1211 auto iter = cloudTaskInfos_.find(taskId); in GetCloudTaskStatus()
1237 if (cloudTaskInfos_.find(taskInfo.taskId) != cloudTaskInfos_.end()) { in GenerateTaskIdIfNeed()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp573 auto iter = tables.find(tableName); in RemoveDeviceData()
601 if (hashDevices.find(DBCommon::TransferHashString(device)) == hashDevices.end()) { in RemoveDeviceData()
949 if (equalFields.find(newField.colName) == equalFields.end()) { in AddFields()
1027 if (tableNames.find(oldOriginTableName) == tableNames.end()) { in PrepareSharedTable()
1507 if (schemaFields.find(item.first) == schemaFields.end()) { in CheckSchemaForUpsertData()
1511 if (dbPkFields.find(item.first) == dbPkFields.end()) { in CheckSchemaForUpsertData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp168 ZLOGI("find identifier %{public}s", Anonymous::Change(entry.storeId).c_str()); in ResolveAutoLaunch()
183 ZLOGE("not find identifier"); in ResolveAutoLaunch()
192 auto it = agents.find(pid); in OnAppExit()
328 auto it = syncAgents.find(pid); in OnAsyncComplete()
607 auto it = agents.find(pid);
652 auto agent = agents.find(pid);
656 auto it = agent->second.callBackStores_.find(storeName);
1100 auto iter = tasks.find(storeName);
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp294 ASSERT_TRUE(window->avoidAreaChangeListeners_.find(id) != window->avoidAreaChangeListeners_.end() && in HWTEST_F()
296 ASSERT_TRUE(window->touchOutsideListeners_.find(id) != window->touchOutsideListeners_.end() && in HWTEST_F()
1190 ASSERT_NE(std::find(screenshotListeners.begin(), screenshotListeners.end(), nullptr), screenshotListeners.end()); in HWTEST_F()
1280 ASSERT_NE(std::find(dialogTargetTouchListeners.begin(), dialogTargetTouchListeners.end(), nullptr), in HWTEST_F()
1335 ASSERT_NE(std::find(displayMoveListeners.begin(), displayMoveListeners.end(), nullptr), in HWTEST_F()
1387 ASSERT_NE(std::find(dialogDeathRecipientListeners.begin(), dialogDeathRecipientListeners.end(), nullptr), in HWTEST_F()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c530 * @profile: Profile number to find.
549 * @find: Name of keyword.
551 * Returns 1 if "@find=yes" was found, 0 if "@find=no" was found, -1 otherwise.
553 static s8 tomoyo_find_yesno(const char *string, const char *find) in tomoyo_find_yesno() argument
555 const char *cp = strstr(string, find); in tomoyo_find_yesno()
558 cp += strlen(find); in tomoyo_find_yesno()
572 * @find: Name of keyword.
577 const char *find) in tomoyo_set_uint()
579 const char *cp = strstr(string, find); in tomoyo_set_uint()
576 tomoyo_set_uint(unsigned int *i, const char *string, const char *find) tomoyo_set_uint() argument
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c522 * @profile: Profile number to find.
541 * @find: Name of keyword.
543 * Returns 1 if "@find=yes" was found, 0 if "@find=no" was found, -1 otherwise.
545 static s8 tomoyo_find_yesno(const char *string, const char *find) in tomoyo_find_yesno() argument
547 const char *cp = strstr(string, find); in tomoyo_find_yesno()
550 cp += strlen(find); in tomoyo_find_yesno()
564 * @find: Name of keyword.
569 const char *find) in tomoyo_set_uint()
571 const char *cp = strstr(string, find); in tomoyo_set_uint()
568 tomoyo_set_uint(unsigned int *i, const char *string, const char *find) tomoyo_set_uint() argument
[all...]
/third_party/node/src/
H A Dnode_messaging.cc381 if (std::find(host_objects_.begin(), in AddNestedHostObjects()
478 if (std::find(array_buffers.begin(), array_buffers.end(), ab) != in Serialize()
514 if (std::find(delegate.host_objects_.begin(), in Serialize()
1332 auto i = groups_.find(name); in Get()
1344 auto i = groups_.find(name); in CheckSiblingGroup()
1366 if (ports_.find(source) == ports_.end()) { in Dispatch()
/third_party/nghttp2/src/
H A DHttpServer.cc1070 auto itr = id2stream_.find(stream_id); in get_stream()
1253 auto query_pos = std::find(std::begin(reqpath), std::end(reqpath), '?'); in prepare_response()
1269 if (std::find(std::begin(raw_path), std::end(raw_path), '%') == in prepare_response()
1279 if (std::find(std::begin(path), std::end(path), '\\') != std::end(path)) { in prepare_response()
1289 auto push_itr = hd->get_config()->push.find(path.str()); in prepare_response()
1367 auto content_type_itr = mime_types.find(ext); in prepare_response()
/third_party/python/Lib/http/
H A Dcookiejar.py181 # find "obvious" year
643 if req_host.find(".") == -1 and not IPV4_RE.search(req_host):
659 i = host.find(':')
717 i = h.find(".")
721 i = b.find(".")
1045 embedded_dots = (undotted_domain.find(".") >= 0)
1068 if (host_prefix.find(".") >= 0 and
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp1341 ASSERT(mBlitShaderMap.find(blitShaderType) == mBlitShaderMap.end()); in addBlitShaderToMap()
1361 ASSERT(mSwizzleShaderMap.find(swizzleShaderType) == mSwizzleShaderMap.end()); in addSwizzleShaderToMap()
1596 auto blitShaderIt = mBlitShaderMap.find(blitShaderType); in getBlitShader()
1607 blitShaderIt = mBlitShaderMap.find(blitShaderType); in getBlitShader()
1623 auto swizzleShaderIt = mSwizzleShaderMap.find(swizzleShaderType); in getSwizzleShader()
1699 swizzleShaderIt = mSwizzleShaderMap.find(swizzleShaderType); in getSwizzleShader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchFolding.cpp234 // Walk the function to find jump tables that are live. in OptimizeFunction()
433 const auto &EHScopeI = EHScopeMembership.find(&CurMBB); in SplitMBBAt()
506 auto I = MergedBBFreq.find(MBB); in getBlockFreq()
598 auto EHScope1 = EHScopeMembership.find(MBB1); in ProfitableToMerge()
600 auto EHScope2 = EHScopeMembership.find(MBB2); in ProfitableToMerge()
959 // If we didn't find any pair that has at least MinCommonTailLength in TryTailMergeBlocks()
1048 // First find blocks with no successors. in TailMergeBlocks()
1367 auto MBBEHScope = EHScopeMembership.find(MBB); in OptimizeBlock()
1369 auto FallThroughEHScope = EHScopeMembership.find(&*FallThrough); in OptimizeBlock()
1706 // block doesn't fall through into some other block, see if we can find in OptimizeBlock()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLegacyPassManager.cpp41 // Pass debugging information. Often it is useful to find out what pass is
184 auto It = FunctionToInstrCount.find(MaybeChangedFn.getName()); in emitInstrCountChangedRemark()
210 // doesn't actually contain a basic block, we have to go and find one that's in emitInstrCountChangedRemark()
215 // Didn't find a function. Quit. in emitInstrCountChangedRemark()
453 OnTheFlyManagers.find(MP);
602 InversedLastUser.find(P); in collectLastUses()
615 auto DMI = AnUsageMap.find(P); in findAnalysisUsage()
1006 AvailableAnalysis.find(II[i]->getTypeInfo()); in freePass()
1137 DenseMap<AnalysisID, Pass*>::const_iterator I = AvailableAnalysis.find(AID); in findAnalysisPass()
1293 llvm_unreachable("Unable to find o in getOnTheFlyPass()
[all...]

Completed in 78 milliseconds

1...<<191192193194195196197198199200>>...301