Home
last modified time | relevance | path

Searched refs:find (Results 451 - 475 of 5060) sorted by relevance

1...<<11121314151617181920>>...203

/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule.cpp82 auto sidx = srcPort_.find(splitStr); in Parameter()
83 auto didx = destPort_.find(splitStr); in Parameter()
106 auto idx = ip.find(splitStr); in IpToParameter()
/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_mgr_proxy_test.cpp101 ASSERT_TRUE(cmdRes.find("callback is nullptr") != std::string::npos); in HWTEST_F()
102 ASSERT_TRUE(cmdRes.find("get property callback is nullptr") != std::string::npos); in HWTEST_F()
103 ASSERT_TRUE(cmdRes.find("set property callback is nullptr") != std::string::npos); in HWTEST_F()
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_timer_handler.cpp73 auto iter = runninglockTimerMap_.find(token); in GetRunningLockTimerId()
82 auto iter = runninglockTimerMap_.find(token); in AddRunningLockTimerMap()
92 auto iter = runninglockTimerMap_.find(token); in RemoveRunningLockTimerMap()
/base/powermgr/thermal_manager/utils/native/src/
H A Dstring_operation.cpp38 std::string::size_type pos = str.find(sep, begin); in SplitString()
59 index = s.find(' ', index); in ClearAllSpace()
76 if (origin.find(target) != std::string::npos) { in Find()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_multiline_content.cpp107 if (jsonObject.find("expandedTitle") != jsonEnd && jsonObject.at("expandedTitle").is_string()) { in FromJson()
111 if (jsonObject.find("briefText") != jsonEnd && jsonObject.at("briefText").is_string()) { in FromJson()
115 if (jsonObject.find("allLines") != jsonEnd && jsonObject.at("allLines").is_array()) { in FromJson()
H A Dnotification_long_text_content.cpp110 if (jsonObject.find("longText") != jsonEnd && jsonObject.at("longText").is_string()) { in FromJson()
114 if (jsonObject.find("expandedTitle") != jsonEnd && jsonObject.at("expandedTitle").is_string()) { in FromJson()
118 if (jsonObject.find("briefText") != jsonEnd && jsonObject.at("briefText").is_string()) { in FromJson()
H A Dnotification_picture_content.cpp91 if (jsonObject.find("expandedTitle") != jsonEnd && jsonObject.at("expandedTitle").is_string()) { in FromJson()
96 if (jsonObject.find("briefText") != jsonEnd && jsonObject.at("briefText").is_string()) { in FromJson()
100 if (jsonObject.find("bigPicture") != jsonEnd && jsonObject.at("bigPicture").is_string()) { in FromJson()
H A Dnotification_progress.cpp93 if (jsonObject.find("maxValue") != jsonEnd && jsonObject.at("maxValue").is_number_integer()) { in FromJson()
97 if (jsonObject.find("currentValue") != jsonEnd && jsonObject.at("currentValue").is_number_integer()) { in FromJson()
101 if (jsonObject.find("isPercentage") != jsonEnd && jsonObject.at("isPercentage").is_boolean()) { in FromJson()
H A Dnotification_distributed_options.cpp100 if (jsonObject.find("isDistributed") != jsonEnd && jsonObject.at("isDistributed").is_boolean()) { in FromJson()
104 if (jsonObject.find("devicesSupportDisplay") != jsonEnd && jsonObject.at("devicesSupportDisplay").is_array()) { in FromJson()
108 if (jsonObject.find("devicesSupportOperate") != jsonEnd && jsonObject.at("devicesSupportOperate").is_array()) { in FromJson()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Ddlp_permission_set_parser.cpp40 if (j.find("name") == j.end() || (!j.at("name").is_string())) { in from_json()
48 if (j.find("dlpGrantRange") == j.end() || (!j.at("dlpGrantRange").is_string())) { in from_json()
73 if ((jsonRes.find("dlpPermissions") != jsonRes.end()) && (jsonRes.at("dlpPermissions").is_array())) { in ParserDlpPermsRawData()
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_socket_listener.cpp48 auto iter = socketBindMap_.find(socket); in OnBind()
67 auto iter = socketBindMap_.find(socket); in OnShutdown()
81 auto iter = socketBindMap_.find(socket); in GetNetworkIdBySocket()
/base/useriam/face_auth/services_ex/src/
H A Dfinite_state_machine_impl.cpp72 auto iter = transitionMap_.find(GetTransitionIndex(currentState_, event)); in ScheduleInner()
100 if (auto iter = leaveMap_.find(oldState); iter != leaveMap_.end()) { in DealWithStateLeaveAndEnter()
106 if (auto iter = enterMap_.find(currentState_); iter != enterMap_.end()) { in DealWithStateLeaveAndEnter()
/kernel/linux/linux-5.10/tools/spi/
H A DMakefile55 find $(if $(OUTPUT),$(OUTPUT),.) -name '*.o' -delete
56 find $(if $(OUTPUT),$(OUTPUT),.) -name '\.*.o.d' -delete
57 find $(if $(OUTPUT),$(OUTPUT),.) -name '\.*.o.cmd' -delete
/kernel/linux/linux-6.6/tools/spi/
H A DMakefile56 find $(or $(OUTPUT),.) -name '*.o' -delete
57 find $(or $(OUTPUT),.) -name '\.*.o.d' -delete
58 find $(or $(OUTPUT),.) -name '\.*.o.cmd' -delete
/test/testfwk/developer_test/aw/python/distributed/common/
H A Dcommon.py35 pos = filedir.find(findkey)
38 pos1 = subpath.find(os.sep)
65 pos = phone_res_dir.find(os.sep + "tests" + os.sep)
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DIntDiffer.java67 // find the initial strings that are the same in checkMatch()
87 int match = find(a, aCount-EQUALSIZE, aCount, b, maxSame, bCount); in checkMatch()
93 match = find(b, bCount-EQUALSIZE, bCount, a, maxSame, aCount); in checkMatch()
110 private int find(int[] aArr, int aStart, int aEnd, int[] bArr, int bStart, int bEnd) { in find() method in IntDiffer
/third_party/gn/src/gn/
H A Dohos_components_mapping.cc83 auto iter = mapping_map_.find(kv.first); in LoadMappingFile()
115 size_t tool_sep = deps.find("("); in MappingTargetAbsoluteDpes()
124 size_t pos = deps.find(":"); in MappingTargetAbsoluteDpes()
/third_party/ltp/lib/
H A Dtst_kernel.c168 char find = '-', replace = '_'; in tst_search_driver() local
171 find = '_'; in tst_search_driver()
175 while ((ix = strchr(ix, find))) in tst_search_driver()
/third_party/ltp/testcases/kernel/controllers/cpuset/
H A Dcpuset_regression_test.sh32 find ${root_cpuset_dir} -mindepth 1 -type d -exec echo 1 \; -quit
36 # Do a parent first find of <what>
41 find . -mindepth 2 -name ${what} |
47 # Do a child first find of <what>
52 find . -mindepth 2 -name ${what} |
/third_party/node/tools/msvs/
H A Dfind_python.cmd16 call :find-versions %%k
24 :find-versions label
69 echo Could not find Python.
/third_party/libevdev/doc/style/
H A Ddynsections.js9 {var currentRow=$('#row_'+id);var rows=currentRow.nextAll("tr");var re=new RegExp('^row_'+id+'\\d+_$',"i");var childRows=rows.filter(function(){return this.id.match(re);});if(childRows.filter(':first').is(':visible')===true){var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");currentRowSpans.filter(".arrow").html('&#9658;');rows.filter("[id^=row_"+id+"]").hide();}else{var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfclosed").removeClass("iconfclosed").addClass("iconfopen");currentRowSpans.filter(".arrow").html('&#9660;');var childRowsSpans=childRows.find("span");childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");childRowsSpans.filter(".arrow").html('&#9658;');childRows.show();}
/third_party/libevdev/doc/html/
H A Ddynsections.js89 var currentRowSpans = currentRow.find("span");
95 var currentRowSpans = currentRow.find("span");
99 var childRowsSpans = childRows.find("span");
/third_party/ltp/testcases/realtime/
H A Drun.sh72 for file in `find -name run_auto.sh`
102 echo " Failed to find run script in $test \n"
116 for mfile in `find -name "Makefile"`;
166 for name in `find -name "run_auto.sh"`; do
/third_party/node/deps/v8/src/compiler/
H A Dzone-stats.cc41 InitialValues::iterator it = initial_values_.find(zone); in GetCurrentAllocatedBytes()
59 InitialValues::iterator it = initial_values_.find(zone); in ZoneReturned()
105 Zones::iterator it = std::find(zones_.begin(), zones_.end(), zone); in ReturnZone()
/third_party/node/deps/v8/src/extensions/
H A Dvtunedomain-support-extension.cc28 std::string::size_type offindex = str.find(delimiter); in split()
33 offindex = str.find(delimiter, offindex); in split()
87 auto it = function_map.find(vparams[0]); in invoke()

Completed in 13 milliseconds

1...<<11121314151617181920>>...203