/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
H A D | firewall_chain_rule.cpp | 82 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 D | account_iam_mgr_proxy_test.cpp | 101 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 D | running_lock_timer_handler.cpp | 73 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 D | string_operation.cpp | 38 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 D | notification_multiline_content.cpp | 107 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 D | notification_long_text_content.cpp | 110 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 D | notification_picture_content.cpp | 91 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 D | notification_progress.cpp | 93 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 D | notification_distributed_options.cpp | 100 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 D | dlp_permission_set_parser.cpp | 40 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 D | soft_bus_socket_listener.cpp | 48 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 D | finite_state_machine_impl.cpp | 72 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 D | Makefile | 55 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 D | Makefile | 56 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 D | common.py | 35 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 D | IntDiffer.java | 67 // 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 D | ohos_components_mapping.cc | 83 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 D | tst_kernel.c | 168 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 D | cpuset_regression_test.sh | 32 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 D | find_python.cmd | 16 call :find-versions %%k
24 :find-versions
label 69 echo Could not find Python.
|
/third_party/libevdev/doc/style/ |
H A D | dynsections.js | 9 {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('►');rows.filter("[id^=row_"+id+"]").hide();}else{var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfclosed").removeClass("iconfclosed").addClass("iconfopen");currentRowSpans.filter(".arrow").html('▼');var childRowsSpans=childRows.find("span");childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");childRowsSpans.filter(".arrow").html('►');childRows.show();}
|
/third_party/libevdev/doc/html/ |
H A D | dynsections.js | 89 var currentRowSpans = currentRow.find("span"); 95 var currentRowSpans = currentRow.find("span"); 99 var childRowsSpans = childRows.find("span");
|
/third_party/ltp/testcases/realtime/ |
H A D | run.sh | 72 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 D | zone-stats.cc | 41 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 D | vtunedomain-support-extension.cc | 28 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()
|