/foundation/communication/bluetooth/services/bluetooth_standard/service/src/ble/ |
D | ble_utils.cpp | 58 std::default_random_engine re(rd()); in Rand16hex() local 63 result = random_value(re); in Rand16hex() 75 std::default_random_engine re(rd()); in GetRandomAddress() local 79 addr.push_back(random_value(re) & 0xff); in GetRandomAddress() 83 addr.push_back(random_value(re) & BLE_NON_RES_PRI_ADDR); in GetRandomAddress() 85 addr.push_back((random_value(re) & 0xff) | BLE_STATIC_PRI_ADDR); in GetRandomAddress()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/ |
D | avail_buffer_manager.cpp | 125 std::regex re("SwapTotal:[[:s:]]*([[:d:]]+) kB[[:s:]]*"); in UpdateZramEnableFromKernel() local 127 if (std::regex_search(content, res, re)) { in UpdateZramEnableFromKernel() 145 std::regex re("MemTotal:[[:s:]]*([[:d:]]+) kB[[:s:]]*"); in UpdateMemTotalFromKernel() local 147 if (std::regex_search(content, res, re)) { in UpdateMemTotalFromKernel()
|
D | memcg.cpp | 153 std::regex re(".*swapOutTotal:([[:d:]]+)[[:s:]]*" in UpdateSwapInfoFromKernel() local 161 if (!std::regex_match(content, res, re)) { in UpdateSwapInfoFromKernel() 194 std::regex re(".*Anon:[[:s:]]*([[:d:]]+) kB[[:s:]]*" in UpdateMemInfoFromKernel() local 198 if (!std::regex_match(content, res, re)) { in UpdateMemInfoFromKernel() 311 std::regex re("memcg score:[[:s:]]*([[:d:]]+)[[:s:]]*" in ReadScoreAndReclaimRatiosFromKernel_() local 316 if (!std::regex_match(content, res, re)) { in ReadScoreAndReclaimRatiosFromKernel_()
|
/foundation/graphic/standard/frameworks/bootanimation/data/bootanimation_tool/ |
D | raw_player.py | 24 import re 39 screen_size = re.findall("bootanimation-([0-9]+)x([0-9]+).raw", self._raw)
|
D | raw_maker.py | 22 import re 74 self._display = [int(i) for i in re.split(r'[xX* ]+', args.display.strip())]
|
/foundation/filemanagement/file_api/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/foundation/filemanagement/storage_service/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/foundation/communication/netmanager_base/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/foundation/communication/netmanager_ext/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/foundation/filemanagement/dfs_service/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/foundation/filemanagement/user_file_service/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/foundation/filemanagement/app_file_service/ |
D | README.md | 4 {**When you're done, you can delete the content in this README and update the file with details for…
|
/foundation/communication/wifi/utils/src/ |
D | wifi_common_util.cpp | 178 std::regex re(delim); in StrSplit() local 180 first{ str.begin(), str.end(), re, -1 }, in StrSplit()
|
/foundation/multimodalinput/input/patch/prebuild_eudev/rules.d/ |
D | 80-mm-candidate.rules | 5 # get devices that haven't had all rules run yet. Thus, we tag devices we're
|
D | 60-gpsd.rules | 4 # GPSes don't have their own USB device class. They're serial-over-USB
|
D | 78-sound-card.rules | 54 # If we now find a parent that is a platform device, assume that we're working with
|
/foundation/aafwk/standard/services/appmgr/include/ |
D | app_running_manager.h | 148 … void ClipStringContent(const std::regex &re, const std::string &sorce, std::string &afferCutStr);
|
D | app_mgr_service_inner.h | 664 … void ClipStringContent(const std::regex &re, const std::string &sorce, std::string &afferCutStr);
|
/foundation/aafwk/standard/services/formmgr/src/ |
D | form_mgr_service.cpp | 448 bool re = iBundleMgr->RegisterBundleEventCallback(formBundleEventCallback_); in Init() local 449 if (!re) { in Init()
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
D | ipc_hitrace_unittest.cpp | 128 std::regex re(checkItem); in BinderTraceCheckLog() local 132 if (std::regex_search(str, re) == true && str.find(chainId) != std::string::npos) { in BinderTraceCheckLog()
|
/foundation/graphic/standard/rosen/tools/ |
D | gn_project_to_cmake.py | 32 import re
|
/foundation/aafwk/standard/services/appmgr/src/ |
D | app_running_manager.cpp | 391 void AppRunningManager::ClipStringContent(const std::regex &re, const std::string &sorce, std::stri… in ClipStringContent() argument 394 if (std::regex_search(sorce, basket, re)) { in ClipStringContent()
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
D | ethernet_management.cpp | 256 std::regex re(IFACE_MATCH); in Init() local 269 if (!std::regex_search(devName, re)) { in Init()
|
/foundation/ace/ace_engine_lite/frameworks/tools/qt/simulator/jerryScript/ |
D | jerryScript.pro | 221 $${ROOT_PATH}/third_party/jerryscript/jerry-core/parser/regexp/re-bytecode.c \ 222 $${ROOT_PATH}/third_party/jerryscript/jerry-core/parser/regexp/re-compiler.c \ 223 $${ROOT_PATH}/third_party/jerryscript/jerry-core/parser/regexp/re-parser.c \
|
/foundation/appexecfwk/standard/test/systemtest/common/bms/acts_bms_kit_system_test/ |
D | acts_bms_kit_system_test.cpp | 5809 bool re = bundleMgrProxy->RegisterBundleEventCallback(callback); variable 5810 EXPECT_TRUE(re); 5824 re = bundleMgrProxy->UnregisterBundleEventCallback(callback); 5825 EXPECT_TRUE(re); 5844 bool re = bundleMgrProxy->RegisterBundleEventCallback(callback); variable 5845 EXPECT_FALSE(re); 5847 re = bundleMgrProxy->UnregisterBundleEventCallback(callback); 5848 EXPECT_FALSE(re); 5865 bool re = bundleMgrProxy->RegisterBundleEventCallback(callback); variable 5866 EXPECT_FALSE(re); [all …]
|