/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 168 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 D | window_session_impl_test2.cpp | 294 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 D | common.c | 530 * @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 D | common.c | 522 * @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 D | node_messaging.cc | 381 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 D | HttpServer.cc | 1070 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 D | cookiejar.py | 181 # 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 D | Blit11.cpp | 1341 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 D | BranchFolding.cpp | 234 // 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 D | LegacyPassManager.cpp | 41 // 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...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTessellation.cpp | 434 while ((primitive_mode_token_index = result.find(primitive_mode_token)) != std::string::npos) in getTECode() 438 primitive_mode_token_index = result.find(primitive_mode_token); in getTECode() 930 while ((token_index = result.find(token)) != std::string::npos) in getTCCode() 934 token_index = result.find(token); in getTCCode() 986 while ((token_index = result.find(token)) != std::string::npos) in getTECode() 990 token_index = result.find(token); in getTECode()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cCullDistanceTests.cpp | 264 for (size_t start_pos = str.find(from, 0); start_pos != std::string::npos; start_pos = str.find(from, start_pos)) in replaceAll() 906 while ((token_position = current_body.body_ptr->find(current_pair.token)) != std::string::npos) in iterate() 3170 while ((token_position = vs_body_string.find(token_n_gl_clipdistance_entries)) != std::string::npos) in iterate() 3176 while ((token_position = vs_body_string.find(token_n_gl_culldistance_entries)) != std::string::npos) in iterate() 3182 while ((token_position = vs_body_string.find(token_insert_static_writes)) != std::string::npos) in iterate()
|
H A D | gl4cDirectStateAccessBuffersTests.cpp | 2676 std::find(&valid_internal_formats[0], &valid_internal_formats[valid_internal_formats_last], in TestErrorsOfClearNamedBufferData() 2757 std::find(&valid_formats[0], &valid_formats[valid_formats_last], (++invalid_format))) in TestErrorsOfClearNamedBufferData() 2787 std::find(&valid_types[0], &valid_types[valid_types_last], (++invalid_type))) in TestErrorsOfClearNamedBufferData() 2910 std::find(&valid_internal_formats[0], &valid_internal_formats[valid_internal_formats_last], in TestErrorsOfClearNamedBufferSubData() 3040 std::find(&valid_formats[0], &valid_formats[valid_formats_last], (++invalid_format))) in TestErrorsOfClearNamedBufferSubData() 3071 std::find(&valid_types[0], &valid_types[valid_types_last], (++invalid_type))) in TestErrorsOfClearNamedBufferSubData() 3635 std::find(&valid_parameters[0], &valid_parameters[valid_parameters_last], (++invalid_parameter))) in TestErrorsOfGetNamedBufferParameter() 3664 std::find(&valid_parameters[0], &valid_parameters[valid_parameters_last], (++invalid_parameter))) in TestErrorsOfGetNamedBufferParameter() 4018 std::find(&valid_access_flags[0], &valid_access_flags[valid_access_flags_last], in TestErrorsOfMapNamedBuffer() 4464 std::find( in TestErrorsOfNamedBufferData() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_image.cpp | 1896 if (models->find(SpvExecutionModelGLCompute) != models->end() && in ValidateImageQueryLod() 1897 modes->find(SpvExecutionModeDerivativeGroupLinearNV) == in ValidateImageQueryLod() 1899 modes->find(SpvExecutionModeDerivativeGroupQuadsNV) == in ValidateImageQueryLod() 2072 models->find(SpvExecutionModelGLCompute) != models->end() && in ImagePass() 2074 (modes->find(SpvExecutionModeDerivativeGroupLinearNV) == in ImagePass() 2076 modes->find(SpvExecutionModeDerivativeGroupQuadsNV) == in ImagePass()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | VertexRoutine.cpp | 117 auto it = spirvShader->outputBuiltins.find(spv::BuiltInPosition); in computeClipFlags() 158 auto it = spirvShader->outputBuiltins.find(spv::BuiltInCullDistance); in computeCullMask() 587 auto it = spirvShader->outputBuiltins.find(spv::BuiltInPosition); in writeCache() 629 it = spirvShader->outputBuiltins.find(spv::BuiltInPointSize); in writeCache() 641 it = spirvShader->outputBuiltins.find(spv::BuiltInClipDistance); in writeCache() 655 it = spirvShader->outputBuiltins.find(spv::BuiltInCullDistance); in writeCache()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_image.cpp | 1896 if (models->find(SpvExecutionModelGLCompute) != models->end() && in ValidateImageQueryLod() 1897 modes->find(SpvExecutionModeDerivativeGroupLinearNV) == in ValidateImageQueryLod() 1899 modes->find(SpvExecutionModeDerivativeGroupQuadsNV) == in ValidateImageQueryLod() 2072 models->find(SpvExecutionModelGLCompute) != models->end() && in ImagePass() 2074 (modes->find(SpvExecutionModeDerivativeGroupLinearNV) == in ImagePass() 2076 modes->find(SpvExecutionModeDerivativeGroupQuadsNV) == in ImagePass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCUtils.h | 1087 auto I = Handlers.find(FnId); in handleOne() 1136 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler() 1139 auto HandlerItr = Handlers.find(IdItr->second); in removeHandler() 1193 auto I = PendingResponses.find(SeqNo); in handleResponse() 1209 "If we didn't find a response handler we should have bailed out"); in handleResponse() 1220 auto I = LocalFunctionIds.find(Name); in handleNegotiate() 1233 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 235 // we find an unwind dest for a pad we may update its ancestors, but in getUnwindDestTokenHelper() 264 auto Memo = MemoMap.find(ChildPad); in getUnwindDestTokenHelper() 302 auto Memo = MemoMap.find(ChildPad); in getUnwindDestTokenHelper() 362 /// Given an EH pad, find where it unwinds. If it unwinds to an EH pad, 388 auto Memo = MemoMap.find(EHPad); in getUnwindDestToken() 401 // search up the chain to try to find a funclet with information. Put in getUnwindDestToken() 422 // find a null entry in the MemoMap for AncestorPad. in getUnwindDestToken() 424 auto AncestorMemo = MemoMap.find(AncestorPad); in getUnwindDestToken() 455 auto Memo = MemoMap.find(UselessPad); in getUnwindDestToken() 1204 ValueToValueMapTy::iterator VMI = VMap.find(OrigCal in UpdateCallGraphAfterInlining() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonVLIWPacketizer.cpp | 394 // We did not find a use of the CUR, so de-cur it. in cleanUpDotCur() 548 llvm_unreachable("Unable to find base and offset operands."); in undoChangedOffset() 573 // Post Increment means duplicates. Use dense map to find duplicates in the in getPostIncrementOperand() 666 SUnit *PacketSU = MIToSUnit.find(I)->second; in canPromoteToNewValueStore() 752 SUnit *TempSU = MIToSUnit.find(I)->second; in canPromoteToNewValueStore() 914 SUnit *PacketSUDep = MIToSUnit.find(&MI)->second; in restrictingDepExistInPacket() 922 SUnit *PacketSU = MIToSUnit.find(I)->second; in restrictingDepExistInPacket() 988 SUnit *PacketSU = MIToSUnit.find(I)->second; in arePredicatesComplements() 1475 auto Itr = find(IgnoreDepMIs, &J); in isLegalToPacketizeTogether()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 584 VRegRCMap::const_iterator I = VRegMapping.find(RC); in getVirtualRegisterName() 588 VRegMap::const_iterator VI = RegMap.find(Reg); in getVirtualRegisterName() 694 if (seenMap.find(caller) != seenMap.end()) in useFuncSeen() 749 if (seenMap.find(caller) != seenMap.end()) { in emitDeclarations() 1120 if (localDecls.find(demotedFunc) != localDecls.end()) in printModuleLevelGV() 1248 if (localDecls.find(f) == localDecls.end()) in emitDemotedVars() 1387 // Go through each element of the struct and find the in getOpenCLAlignment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 777 // Try to find an if-then block (check if R is an if-then). in findScope() 829 // Need to push in the order to make it easier to find the first Select in findScope() 996 // Traverse the region tree, find all nested scopes and merge them if possible. 1460 auto IT = HoistStopMap.find(R); in hoistValue() 1811 auto It = VMap.find(V); in cloneScopeBlocks() 1813 assert(VMap.find(Pred) != VMap.end() && "Pred must have been cloned"); in cloneScopeBlocks() 1830 assert(VMap.find(NewEntryBlock) != VMap.end() && in createMergedBranch() 1896 assert(BranchBiasMap.find(R) != BranchBiasMap.end() && in fixupBranch() 1939 assert(SelectBiasMap.find(SI) != SelectBiasMap.end() && in fixupSelect() 2015 // Recursively traverse the region tree and find region in run() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 633 assert(It != F->end() && "Could not find successor in function"); in registerPossiblyHoistableBranch() 1350 BlockColors.find(const_cast<BasicBlock *>(BB))->second.size() != 1) in isNotUsedOrFreeInLoop() 1386 const ColorVector &CV = BlockColors.find(&ExitBlock)->second; in CloneInstructionInExitBlock() 1474 auto It = SunkCopies.find(ExitBlock); in sinkThroughTriviallyReplaceablePHI() 1938 // We start with an alignment of one and try to find instructions that allow in promoteLoopAccessesToScalars() 2175 auto MapI = LoopToAliasSetMap.find(InnerL); in collectAliasInfoForLoop() 2224 auto ASTIt = LICM.getLoopToAliasSetMap().find(L); in cloneBasicBlockAnalysis() 2234 auto ASTIt = LICM.getLoopToAliasSetMap().find(L); in deleteAnalysisValue()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 121 auto iter = sessionAbilityMap_.find(sessionInfo->persistentId); in GenerateAbilityRecord() 810 auto iter = sessionAbilityMap_.find(sessionInfo->persistentId); in GetUIAbilityRecordBySessionInfo() 994 auto search = tmpAbilityMap_.find(sessionInfo->uiAbilityId); in CallUIAbilityBySCB() 996 TAG_LOGW(AAFwkTag::ABILITYMGR, "not find UIAbility"); in CallUIAbilityBySCB() 1001 auto sessionSearch = sessionAbilityMap_.find(sessionInfo->persistentId); in CallUIAbilityBySCB() 1240 TAG_LOGE(AAFwkTag::ABILITYMGR, "no find caller by requestCode"); in BackToCallerAbilityWithResult() 1267 // find host of UI Extension in BackToCallerAbilityWithResult() 1444 TAG_LOGD(AAFwkTag::ABILITYMGR, "SINGLETON: find."); in GetPersistentIdByAbilityRequest() 1449 TAG_LOGD(AAFwkTag::ABILITYMGR, "Not find existed ui ability."); in GetPersistentIdByAbilityRequest() 1467 TAG_LOGD(AAFwkTag::ABILITYMGR, "SPECIFIED: find in GetReusedSpecifiedPersistentId() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 212 if (FONT_WEIGHTS.find(fontProp) != FONT_WEIGHTS.end()) { in JsParseTextState() 214 } else if (FONT_STYLES.find(fontProp) != FONT_STYLES.end()) { in JsParseTextState() 217 } else if (FONT_FAMILIES.find(fontProp) != FONT_FAMILIES.end()) { in JsParseTextState() 219 } else if (fontProp.find("px") != std::string::npos) { in JsParseTextState() 506 bool isEnabled = args.find("\"antialias\":true") != std::string::npos; in JsSetAntiAlias() 2209 if (FONT_STYLES.find(fontProp) != FONT_STYLES.end()) { in JsFontSetter() 2213 } else if (FONT_WEIGHTS.find(fontProp) != FONT_WEIGHTS.end()) { in JsFontSetter() 2217 } else if (FONT_FAMILIES.find(fontProp) != FONT_FAMILIES.end()) { in JsFontSetter() 2221 } else if (fontProp.find("px") != std::string::npos) { in JsFontSetter() 2452 if (quality.empty() || QUALITY_TYPE.find(qualit in JsSmoothingQualitySetter() [all...] |
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 92 auto mapped = inst_map_.find(from_inst); 108 return inst_map_.find(from_inst) != inst_map_.end(); 116 assert(inst_map_.find(from_inst) == inst_map_.end()); 663 assert(std::find((*info_map)[id].begin(), (*info_map)[id].end(), &inst) == 683 assert(std::find(ids.begin(), ids.end(), result_id) == ids.end()); 1267 // For gl_PerVertex, find the type pointer of this type (array) and make 1279 // For gl_PerVertex, find the type pointer of this type (array) and match by 1482 // For gl_PerVertex, find the type pointer of this type (array) and make sure 1594 assert(functions->find(id) == functions->end()); 1595 assert(function_insts->find(i [all...] |