Home
last modified time | relevance | path

Searched refs:find (Results 3426 - 3450 of 5287) sorted by relevance

1...<<131132133134135136137138139140>>...212

/third_party/spirv-tools/test/val/
H A Dval_non_uniform_test.cpp173 while ((pos = args.find(match)) != std::string::npos) { in TEST_P()
213 while ((pos = args.find(match)) != std::string::npos) { in TEST_P()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2146 if (valid_keys.find(key) == valid_keys.end()) {
3361 ObjectValues::const_iterator it = value_.map_->find(key); in operator []()
3430 Value const* Value::find(char const* key, char const* cend) const in find() function in Json::Value
3434 "in Json::Value::find(key, end, found): requires objectValue or nullValue"); in find()
3437 ObjectValues::const_iterator it = value_.map_->find(actualKey); in find()
3443 Value const* found = find(key, key + strlen(key)); in operator []()
3449 Value const* found = find(key.data(), key.data() + key.length()); in operator []()
3472 Value const* found = find(key.c_str(), key.end_c_str()); in operator []()
3482 Value const* found = find(key, cend); in get()
3501 ObjectValues::iterator it = value_.map_->find(actualKe in removeMember()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp115 // If we find performance issues later on some specific GPUs, this may be the cause. in GetTextureBindFlags()
273 // TODO(jmadill): Re-use find query result. in getSRVForSampler()
274 const auto srvEntry = mSrvCacheForSampler.find(key); in getSRVForSampler()
290 auto iter = mSrvCacheForSampler.find(key); in getCachedOrCreateSRVForSampler()
411 auto iter = mSrvCacheForImage.find(key); in getCachedOrCreateSRVForImage()
444 auto iter = mUavCacheForImage.find(key); in getCachedOrCreateUAVForImage()
1929 // Since the render target of an EGL image will be updated when orphaning, trying to find a in findRenderTarget()
3049 if (mLevelLayerRenderTargets.find(key) == mLevelLayerRenderTargets.end()) in findRenderTarget()
3111 if (mLevelLayerRenderTargets.find(key) == mLevelLayerRenderTargets.end()) in getRenderTarget()
3285 bool retValue = (mAssociatedImages.find(ke in verifyAssociatedImageValid()
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2118 if (valid_keys.find(key) == valid_keys.end()) {
3328 ObjectValues::const_iterator it = value_.map_->find(key); in operator []()
3397 Value const* Value::find(char const* key, char const* end) const in find() function in Value
3401 "in Json::Value::find(key, end, found): requires objectValue or nullValue"); in find()
3404 ObjectValues::const_iterator it = value_.map_->find(actualKey); in find()
3410 Value const* found = find(key, key + strlen(key)); in operator []()
3416 Value const* found = find(key.data(), key.data() + key.length()); in operator []()
3439 Value const* found = find(key.c_str(), key.end_c_str()); in operator []()
3449 Value const* found = find(key, end); in get()
3468 ObjectValues::iterator it = value_.map_->find(actualKe in removeMember()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2118 if (valid_keys.find(key) == valid_keys.end()) {
3328 ObjectValues::const_iterator it = value_.map_->find(key); in operator []()
3397 Value const* Value::find(char const* key, char const* end) const in find() function in Value
3401 "in Json::Value::find(key, end, found): requires objectValue or nullValue"); in find()
3404 ObjectValues::const_iterator it = value_.map_->find(actualKey); in find()
3410 Value const* found = find(key, key + strlen(key)); in operator []()
3416 Value const* found = find(key.data(), key.data() + key.length()); in operator []()
3439 Value const* found = find(key.c_str(), key.end_c_str()); in operator []()
3449 Value const* found = find(key, end); in get()
3468 ObjectValues::iterator it = value_.map_->find(actualKe in removeMember()
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2118 if (valid_keys.find(key) == valid_keys.end()) {
3328 ObjectValues::const_iterator it = value_.map_->find(key); in operator []()
3397 Value const* Value::find(char const* key, char const* end) const in find() function in Value
3401 "in Json::Value::find(key, end, found): requires objectValue or nullValue"); in find()
3404 ObjectValues::const_iterator it = value_.map_->find(actualKey); in find()
3410 Value const* found = find(key, key + strlen(key)); in operator []()
3416 Value const* found = find(key.data(), key.data() + key.length()); in operator []()
3439 Value const* found = find(key.c_str(), key.end_c_str()); in operator []()
3449 Value const* found = find(key, end); in get()
3468 ObjectValues::iterator it = value_.map_->find(actualKe in removeMember()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c515 /* Find a particular kbase device (as specified by minor number), or find the
1170 union kbase_ioctl_mem_find_cpu_offset *find) in kbase_api_mem_find_cpu_offset()
1173 kctx, find->in.cpu_addr, find->in.size, &find->out.offset); in kbase_api_mem_find_cpu_offset()
1178 union kbase_ioctl_mem_find_gpu_start_and_offset *find) in kbase_api_mem_find_gpu_start_and_offset()
1181 kctx, find->in.gpu_addr, find->in.size, &find->out.start, in kbase_api_mem_find_gpu_start_and_offset()
1182 &find in kbase_api_mem_find_gpu_start_and_offset()
1169 kbase_api_mem_find_cpu_offset(struct kbase_context *kctx, union kbase_ioctl_mem_find_cpu_offset *find) kbase_api_mem_find_cpu_offset() argument
1176 kbase_api_mem_find_gpu_start_and_offset( struct kbase_context *kctx, union kbase_ioctl_mem_find_gpu_start_and_offset *find) kbase_api_mem_find_gpu_start_and_offset() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c469 /* Find a particular kbase device (as specified by minor number), or find the "first" device if -1 is specified */
1056 union kbase_ioctl_mem_find_cpu_offset *find) in kbase_api_mem_find_cpu_offset()
1060 find->in.cpu_addr, in kbase_api_mem_find_cpu_offset()
1061 find->in.size, in kbase_api_mem_find_cpu_offset()
1062 &find->out.offset); in kbase_api_mem_find_cpu_offset()
1066 union kbase_ioctl_mem_find_gpu_start_and_offset *find) in kbase_api_mem_find_gpu_start_and_offset()
1070 find->in.gpu_addr, in kbase_api_mem_find_gpu_start_and_offset()
1071 find->in.size, in kbase_api_mem_find_gpu_start_and_offset()
1072 &find->out.start, in kbase_api_mem_find_gpu_start_and_offset()
1073 &find in kbase_api_mem_find_gpu_start_and_offset()
1055 kbase_api_mem_find_cpu_offset(struct kbase_context *kctx, union kbase_ioctl_mem_find_cpu_offset *find) kbase_api_mem_find_cpu_offset() argument
1065 kbase_api_mem_find_gpu_start_and_offset(struct kbase_context *kctx, union kbase_ioctl_mem_find_gpu_start_and_offset *find) kbase_api_mem_find_gpu_start_and_offset() argument
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp386 auto iter = map.find(key); in GetPluralString()
399 auto mapIter = map.find(converted); in GetPluralString()
401 mapIter = map.find("other"); in GetPluralString()
490 auto iter = outValue.find(key); in ResolveParentReference()
620 // find in theme pack in GetFloatById()
644 // find in theme pack in GetFloatById()
667 // find in theme pack in GetFloatByName()
847 // find in theme pack in GetColorById()
867 // find in theme pack in GetColorByName()
1231 // find i in GetMediaDataById()
[all...]
/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp138 auto iter = optionReasonMap.find(option); in CheckCountNum()
1201 if (s.find("/data/crasher_c") != string::npos) { in HWTEST_F()
1203 size_t leftBraceIdx = s.find('('); in HWTEST_F()
1204 size_t rightBraceIdx = s.find(')'); in HWTEST_F()
1304 auto iter = optionSymbolMap.find(option); in CheckMinidebugSymbols()
/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp523 // find merged record, instead accessCount and rejectCount in InsteadMergedRecIfNessary()
776 if ((record.opCode == opCode) && (record.tokenId == tokenId)) { // find token in AddRecordToStartList()
778 if (!IsPidValid(pid) || record.pidList.find(pid) != record.pidList.end()) { in AddRecordToStartList()
849 // find permissions from startRecordList_ by tokenId which status diff from currStatus in NotifyAppStateChange()
893 if (!isFind && it->pidList.find(pid) != it->pidList.end()) { in RemoveRecordFromStartList()
926 if (it->tokenId != tokenId || (!it->pidList.empty() && it->pidList.find(pid) == it->pidList.end())) { in RemoveRecordFromStartListByPid()
1257 auto iter = std::find(foreTokenIdList_.begin(), foreTokenIdList_.end(), tokenId); in IsAllowedUsingMicrophone()
1317 auto iter = std::find(foreTokenIdList_.begin(), foreTokenIdList_.end(), tokenId); in SetHapWithFGReminder()
/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp893 auto it = std::find(transientIndexs.begin(), transientIndexs.end(), j); in OutputTransientEventsByInsertTime()
968 auto it = find(transientIndexs.begin(), transientIndexs.end(), unionTransientEvents[i].onsetIdx); in OutputTransientEventsAlign()
979 auto it = find(transientIndexs.begin(), transientIndexs.end(), minIndex); in OutputTransientEventsAlign()
995 auto it = find(transientIndexs.begin(), transientIndexs.end(), unionTransientEvents[i].onsetIdx); in OutputTransientEventsDirect()
1061 auto it = find(transientIndexs.begin(), transientIndexs.end(), i); in InsertTransientEvent()
/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp208 auto it = timerEntryMap_.find(timerId); in StartTimer()
257 auto it = timerEntryMap_.find(timerNumber); in StopTimerInner()
1070 auto itMap = delayedTimers_.find(alarm->id);
1166 auto iter = timerEntryMap_.find(timerId);
1282 return (std::find(NEED_RECOVER_ON_REBOOT.begin(), NEED_RECOVER_ON_REBOOT.end(), bundleName) !=
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp235 auto iter = allAsts_.find(importName); in ParseImportInfo()
238 LogError(token, StringHelper::Format("can not find idl file from import name '%s'", importName.c_str())); in ParseImportInfo()
378 if (attrs.find(token) != attrs.end()) { in AprseAttrUnit()
1824 auto iter = allAsts_.find(extendsInterfaceName); in ParseExtendsInfo()
1828 StringHelper::Format("can not find idl file by extends interface name '%s', please check import info", in ParseExtendsInfo()
1921 if (sourceFile.find(ast.second->GetIdlFilePath()) != sourceFile.end()) { in GetGenVersion()
1942 if (sourceFile.find(ast.second->GetIdlFilePath()) != sourceFile.end()) { in GetGenNamespace()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_api.c154 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 Dsch_api.c155 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 DTimeZoneFormat.java1201 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 DTimeZoneFormat.java1140 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.py556 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 DBuildSPIRV.cpp607 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 DInlineSpiller.cpp114 /// 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 DMetadata.cpp216 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 DIRMover.cpp971 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 DCommandBufferVk.cpp356 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 Dspirv_glsl.cpp541 // 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...]

Completed in 76 milliseconds

1...<<131132133134135136137138139140>>...212