/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_sim.c | 736 const u8 *pos, *end; in eap_sim_process() local 745 end = pos + len; in eap_sim_process() 757 if (eap_sim_parse_attr(pos, end, &attr, 0, 0)) { in eap_sim_process()
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 333 AutoPtr<AST> importAst = (iter != allAsts_.end()) ? iter->second : nullptr;
in ParseImportInfo() 478 if (attrs.find(token) != attrs.end()) {
in ParseAttrUnit() 488 if (attrs.find(token) != attrs.end()) {
in ParseAttrUnit() 513 if (attrs.find(token) != attrs.end()) {
in ParseAttrUnitFreezecontrol() 1953 AutoPtr<AST> extendsAst = (iter != allAsts_.end()) ? iter->second : nullptr;
in ParseExtendsInfo() 2023 return std::any_of(allAsts_.begin(), allAsts_.end(), [](const std::pair<std::string, AutoPtr<AST>> &astPair) {
in CheckExistExtends() 2033 if (sourceFile.find(ast.second->GetIdlFilePath()) != sourceFile.end()) {
in GetGenVersion() 2055 if ((sourceFile.find(ast.second->GetIdlFilePath()) != sourceFile.end()) &&
in GetGenNamespace()
|
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/ |
H A D | distributed_mission_manager.cpp | 99 "remote end and installation-free is not supported."); in ErrorMessageReturn() 101 return std::string("The application is not installed on the remote end and " in ErrorMessageReturn() 181 TAG_LOGI(AAFwkTag::MISSION, "end"); in SetStartSyncMissionsContext() 233 TAG_LOGI(AAFwkTag::MISSION, "end"); in SetSyncRemoteMissionsContext() 264 TAG_LOGI(AAFwkTag::MISSION, "end"); in ProcessSyncInput() 311 TAG_LOGI(AAFwkTag::MISSION, "end"); in StartSyncRemoteMissionsAsyncWork() 337 TAG_LOGI(AAFwkTag::MISSION, "end"); in NAPI_StartSyncRemoteMissions() 383 TAG_LOGI(AAFwkTag::MISSION, "end"); in StopSyncRemoteMissionsAsyncWork() 409 TAG_LOGI(AAFwkTag::MISSION, "end"); in NAPI_StopSyncRemoteMissions() 425 TAG_LOGI(AAFwkTag::MISSION, "end"); in CreateRegisterMissionCBCBInfo() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 207 std::string::const_iterator end = originStr.end(); in ReplaceHolder() local 211 while (std::regex_search(start, end, matchs, RESOURCE_APP_STRING_PLACEHOLDER)) { in ReplaceHolder() 225 end = originStr.end(); in ReplaceHolder() 1269 // end in NewCjSweepGradient() 1270 double end = sweepGradientParam.end; in NewCjSweepGradient() local 1271 newGradient.GetSweepGradient()->endAngle = CalcDimension(end, DimensionUnit::PX); in NewCjSweepGradient()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_sw_layout_test.cpp | 140 EXPECT_TRUE(info_->idxToLane_.find(1) == info_->idxToLane_.end()); in HWTEST_F() 685 EXPECT_EQ(info->GetOverScrolledDelta(20.0f).end, 0.0f); in HWTEST_F() 686 EXPECT_EQ(info->GetOverScrolledDelta(-10.0f).end, -10.0f); in HWTEST_F() 689 EXPECT_EQ(info->GetOverScrolledDelta(-20.0f).end, 0.0f); in HWTEST_F() 690 EXPECT_EQ(info->GetOverScrolledDelta(20.0f).end, 0.0f); in HWTEST_F() 693 EXPECT_EQ(info->GetOverScrolledDelta(-20.0f).end, 0.0f); in HWTEST_F() 694 EXPECT_EQ(info->GetOverScrolledDelta(20.0f).end, 0.0f); in HWTEST_F() 736 return std::all_of(endItems.begin(), endItems.end(), in HWTEST_F()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 145 AUDIO_INFO_LOG("Audio policy server start end"); in OnStart() 1827 if (id == TRACKER_CLIENT && std::find(clientDiedListenerState_.begin(), clientDiedListenerState_.end(), uid) in RegisterClientDeathRecipient() 1828 != clientDiedListenerState_.end()) { in RegisterClientDeathRecipient() 1862 clientDiedListenerState_.erase(std::remove_if(clientDiedListenerState_.begin(), clientDiedListenerState_.end(), in RegisteredTrackerClientDied() 1863 filter), clientDiedListenerState_.end()); in RegisteredTrackerClientDied() 1933 infos.erase(std::remove_if(infos.begin(), infos.end(), filter), infos.end()); in GetVolumeGroupInfos() 1945 volumeGroupInfos.erase(std::remove_if(volumeGroupInfos.begin(), volumeGroupInfos.end(), filter), in GetNetworkIdByGroupId() 1946 volumeGroupInfos.end()); in GetNetworkIdByGroupId()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 828 return iter != supportedDegrees.end() ? iter->second : 0; in GetRotationFromMatrix() 909 for (auto iter = curAllSurfaces.begin(); iter != curAllSurfaces.end(); iter++) { in AssignWindowNodes() 1039 std::unordered_set<std::shared_ptr<RSSurfaceRenderNode>> nodes(subThreadNodes.begin(), subThreadNodes.end()); in CacheSubThreadNodes() 1091 std::set<std::shared_ptr<RSBaseRenderNode>> tmpSet(curAllSurfaces.begin(), curAllSurfaces.end()); in ClearSurfaceIfNeed() 1837 for (auto it = secUIExtensionNodes.begin(); it != secUIExtensionNodes.end(); ++it) { in UIExtensionFindAndTraverseAncestor() 1840 if (callbackData.find(it->second) != callbackData.end()) { in UIExtensionFindAndTraverseAncestor() 1878 if (iter != callbackData.end()) { in TraverseAndCollectUIExtensionInfo() 1891 if (iter != callbackData.end() && currentUIExtensionIndex_ != -1 && in TraverseAndCollectUIExtensionInfo()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | medialibrary_napi_utils.cpp | 275 if (std::all_of(fileIdStr.begin(), fileIdStr.end(), ::isdigit)) { in GetFileIdFromPhotoUri() 305 auto it = find(dateTypes.begin(), dateTypes.end(), dateType); in HandleSpecialDateTypePredicate() 306 if (it != dateTypes.end() && item.operation != DataShare::ORDER_BY_ASC && in HandleSpecialDateTypePredicate() 368 if (LOCATION_PARAM_MAP.find(static_cast<string>(item.GetSingle(FIELD_IDX))) != LOCATION_PARAM_MAP.end()) { in HandleSpecialPredicate() 389 if (LOCATION_PARAM_MAP.find(static_cast<string>(item.GetSingle(FIELD_IDX))) != LOCATION_PARAM_MAP.end()) { in GetLocationPredicate() 878 PhotoColumn::DEFAULT_FETCH_COLUMNS.begin(), PhotoColumn::DEFAULT_FETCH_COLUMNS.end()); in AddDefaultAssetColumns() 914 fetchColumn.assign(validFetchColumns.begin(), validFetchColumns.end()); in AddDefaultAssetColumns() 1265 std::string tempValue(blobValue.begin(), blobValue.end()); in GetStringValueByColumn()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 1689 EXPECT_TRUE(count(freqVector.begin(), freqVector.end(), in WifiMaxThroughputTest() 1691 EXPECT_TRUE(count(freqVector.begin(), freqVector.end(), in WifiMaxThroughputTest() 1693 EXPECT_TRUE(count(freqVector.begin(), freqVector.end(), in WifiMaxThroughputTest() 1695 EXPECT_TRUE(count(freqVector.begin(), freqVector.end(), in WifiMaxThroughputTest() 1697 EXPECT_TRUE(count(freqVector.begin(), freqVector.end(), in WifiMaxThroughputTest() 1699 EXPECT_TRUE(count(freqVector.begin(), freqVector.end(), in WifiMaxThroughputTest() 1701 EXPECT_TRUE(count(freqVector.begin(), freqVector.end(), in WifiMaxThroughputTest() 1704 EXPECT_TRUE(count(freqVector.begin(), freqVector.end(), in WifiMaxThroughputTest()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_check_sync_test.cpp | 201 void DeleteUserTableRecord(int64_t begin, int64_t end); 400 void DistributedDBCloudCheckSyncTest::DeleteUserTableRecord(int64_t begin, int64_t end) in DeleteUserTableRecord() argument 404 for (int64_t i = begin; i <= end; ++i) { in DeleteUserTableRecord() 430 if (entry != data[j].end() && std::get<bool>(entry->second)) { in CheckCloudTableCount() 460 if (expectSyncProcess.tableProcess.find(tableName) == expectSyncProcess.tableProcess.end()) { in CheckSyncProcessInner() 488 if (expectSyncProcessMap.find(mapKey) == expectSyncProcessMap.end()) { in CheckSyncProcess() 807 EXPECT_TRUE(syncProcess.find("CLOUD") != syncProcess.end()); in HWTEST_F() 953 * @tc.steps:step5. wait sync process end and check data. in HWTEST_F() 1062 if (extend.find(CloudDbConstant::QUERY_FIELD) == extend.end()) { in HWTEST_F()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | backref.c | 974 unsigned long end; in add_inline_refs() local 993 end = (unsigned long)ei + item_size; in add_inline_refs() 1002 BUG_ON(ptr > end); in add_inline_refs() 1009 while (ptr < end) { in add_inline_refs() 1489 * the current while iterating. The process stops when we reach the end of the 1870 unsigned long end; local 1896 end = (unsigned long)ei + item_size; 1904 WARN_ON(*ptr > end); 1905 if (*ptr == end) 2340 * the returned pointer must be freed with free_ipath() in the end [all...] |
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | dev.c | 277 * the 'end' callback is called if given, else the reference to the 332 req->args->end(fm, req->args, req->out.h.error); in fuse_request_end() 483 if (args->end) in fuse_args_to_req() 1584 loff_t end; in fuse_notify_store() local 1611 end = outarg.offset + outarg.size; in fuse_notify_store() 1612 if (end > file_size) { in fuse_notify_store() 1613 file_size = end; in fuse_notify_store() 1631 (this_num == PAGE_SIZE || file_size == end)) { in fuse_notify_store() 1716 args->end = fuse_retrieve_end; in fuse_retrieve()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dev.c | 277 * the 'end' callback is called if given, else the reference to the 328 req->args->end(fm, req->args, req->out.h.error); in fuse_request_end() 481 if (args->end) in fuse_args_to_req() 1575 loff_t end; in fuse_notify_store() local 1602 end = outarg.offset + outarg.size; in fuse_notify_store() 1603 if (end > file_size) { in fuse_notify_store() 1604 file_size = end; in fuse_notify_store() 1622 (this_num == PAGE_SIZE || file_size == end)) in fuse_notify_store() 1705 args->end = fuse_retrieve_end; in fuse_retrieve()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | phy.c | 832 goto end; in rtw_phy_linear_2_db() 854 end: in rtw_phy_linear_2_db() 1092 const union phy_table_tile *end = p + tbl->size / 2; in rtw_parse_tbl_phy_cond() local 1098 for (; p < end; p++) { in rtw_parse_tbl_phy_cond() 1483 const struct rtw_phy_pg_cfg_pair *end = p + tbl->size; in rtw_parse_tbl_bb_pg() local 1485 for (; p < end; p++) { in rtw_parse_tbl_bb_pg() 1656 const struct rtw_txpwr_lmt_cfg_pair *end = p + tbl->size; in rtw_parse_tbl_txpwr_lmt() local 1661 for (; p < end; p++) { in rtw_parse_tbl_txpwr_lmt()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 889 void *end = data + len; in mt7915_mac_tx_free() local 904 if (WARN_ON_ONCE((void *)cur_info >= end)) in mt7915_mac_tx_free() 978 void *end = data + len; in mt7915_mac_tx_free_v0() local 986 if (WARN_ON_ONCE((void *)&info[count] > end)) in mt7915_mac_tx_free_v0() 1049 __le32 *end = (__le32 *)&rxd[len / 4]; in mt7915_rx_check() local 1062 for (rxd += 2; rxd + 8 <= end; rxd += 8) in mt7915_rx_check() 1078 __le32 *end = (__le32 *)&skb->data[skb->len]; in mt7915_queue_rx_skb() local 1099 for (rxd += 2; rxd + 8 <= end; rxd += 8) in mt7915_queue_rx_skb()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | firmware_if.c | 78 * @given_char: the given char at the end of the u32 in the string 113 char *end, *start; in hl_get_sw_major_minor_subminor() local 115 end = strnstr(fw_str, "-rc-", VERSION_MAX_LEN); in hl_get_sw_major_minor_subminor() 116 if (end == fw_str) in hl_get_sw_major_minor_subminor() 119 if (!end) in hl_get_sw_major_minor_subminor() 120 end = strnstr(fw_str, "-fw-", VERSION_MAX_LEN); in hl_get_sw_major_minor_subminor() 122 if (end == fw_str) in hl_get_sw_major_minor_subminor() 125 if (!end) in hl_get_sw_major_minor_subminor() 128 for (start = end - 1; start != fw_str; start--) { in hl_get_sw_major_minor_subminor() 136 /* start/end poin in hl_get_sw_major_minor_subminor() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 89 if (e->cur == e->end) { in __i915_error_grow() 108 e->end = sgl + SG_MAX_SINGLE_ALLOC - 1; in __i915_error_grow() 350 goto end; in compress_flush() 357 end: in compress_flush() 555 u64 end = start + batch->gtt_size; in error_print_engine() local 559 upper_32_bits(end), lower_32_bits(end)); in error_print_engine() 931 GEM_BUG_ON(m.end < m.cur); in err_print_to_sgl()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | synthetic-events.c | 293 static bool read_proc_maps_line(struct io *io, __u64 *start, __u64 *end, in read_proc_maps_line() argument 305 if (io__get_hex(io, end) != ' ') in read_proc_maps_line() 794 char *end; in __event__synthesize_thread() local 798 _pid = strtol(dirent[i]->d_name, &end, 10); in __event__synthesize_thread() 799 if (*end) in __event__synthesize_thread() 928 char *end; in __perf_event__synthesize_threads() local 954 pid = (pid_t)strtol(dirent[i]->d_name, &end, 10); in __perf_event__synthesize_threads() 956 if (*end) in __perf_event__synthesize_threads()
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdsp_template.c | 171 #define TR_4(dst, src, dstep, sstep, assign, end) \ 184 #define TR_8(dst, src, dstep, sstep, assign, end) \ 190 for (j = 1; j < end; j += 2) \ 200 #define TR_16(dst, src, dstep, sstep, assign, end) \ 206 for (j = 1; j < end; j += 2) \ 216 #define TR_32(dst, src, dstep, sstep, assign, end) \ 222 for (j = 1; j < end; j += 2) \ 224 TR_16(e_32, src, 1, 2 * sstep, SET, end / 2); \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderBuiltinVarTests.cpp | 339 if (m_largeDepthEnable && !de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_depth_range_unrestricted")) in BuiltinFragDepthCaseInstance() 1399 std::sort(locations.begin(), locations.end(), pixelOffsetCompare); in validateSampleLocations() 1400 for (std::vector<Vec2>::const_iterator sampleIt = locations.begin(); sampleIt != locations.end(); sampleIt++) in validateSampleLocations() 1412 std::vector<Vec2>::iterator last = std::unique(locations.begin(), locations.end()); in validateSampleLocations() 1413 if (last != locations.end()) in validateSampleLocations() 1425 if (!de::contains(locations.begin(), locations.end(), standardSampleLocationTable[logSampleCount][sampleNdx] + Vec2(float(colNdx), float(rowNdx)))) in validateSampleLocations() 2041 for (vector<Vec3>::iterator coord = coords.begin(); coord != coords.end(); ++coord) in iterate() 2061 for (vector<Vec3>::const_iterator pointIter = coords.begin(); pointIter != coords.end(); ++pointIter) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTexture2Tests.cpp | 407 for (std::vector<glw::GLint>::const_iterator iter = mSupportedTargets.begin(); iter != mSupportedTargets.end(); in iterate() 413 formIter != mStandardVirtualPageSizesTable.end(); ++formIter) in iterate() 1414 for (std::vector<glw::GLint>::const_iterator iter = mSupportedTargets.begin(); iter != mSupportedTargets.end(); in iterate() 1420 formIter != mSupportedInternalFormats.end(); ++formIter) in iterate() 2420 for (std::vector<glw::GLint>::const_iterator iter = mSupportedTargets.begin(); iter != mSupportedTargets.end(); in iterate() 2426 formIter != mSupportedInternalFormats.end(); ++formIter) in iterate() 2433 for (std::vector<FunctionToken>::const_iterator tokIter = mFunctions.begin(); tokIter != mFunctions.end(); in iterate() 2706 if (funcToken.allowedTargets.find(target) == funcToken.allowedTargets.end()) in funcAllowed()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 1274 // Add argument registers to the end of the list so that they are known live in LowerCall() 1328 std::reverse(RVLocs.begin(), RVLocs.end()); in LowerCallResult() 1394 std::reverse(RVLocs.begin(), RVLocs.end()); in LowerReturn() 1495 for (I = BB->getIterator(); I != F->end() && &(*I) != BB; ++I); in insertShift() 1496 if (I != F->end()) ++I; in insertShift() 1508 BB->end()); in insertShift() 1649 for (I = MF->begin(); I != MF->end() && &(*I) != MBB; ++I); in EmitInstrWithCustomInserter() 1650 if (I != MF->end()) ++I; in EmitInstrWithCustomInserter() 1658 std::next(MachineBasicBlock::iterator(MI)), MBB->end()); in EmitInstrWithCustomInserter() 2047 } // end o [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 202 if (FLC != LoadPciMap.end()) { in LoadInstrForLoadIntrinsic() 335 if (FLI != LoadBrevMap.end()) { in SelectBrevLdIntrinsic() 383 if (FLI != LoadNPcMap.end()) { in SelectNewCircIntrinsic() 422 if (FSI != StoreNPcMap.end()) { in SelectNewCircIntrinsic() 1697 std::pop_heap(Q.begin(), Q.end(), WeightedLeaf::Compare); in pop() 1714 std::push_heap(Q.begin(), Q.end(), WeightedLeaf::Compare); in push() 1734 } // end anonymous namespace 1757 std::make_heap(Q.begin(), Q.end(), WeightedLeaf::Compare); in findSHL() 1784 std::make_heap(Q.begin(), Q.end(), WeightedLeaf::Compare); in findMULbyConst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 201 Fragment.insert(Fragment.end(), OldFragment.begin(), OldFragment.end()); in addFragment() 288 std::uninitialized_copy(Types.begin(), Types.end(), in create() 321 std::uninitialized_copy(Targets.begin(), Targets.end(), in create() 354 // the end. in ScopedSaveAliaseesAndUsed() 370 appendToUsed(M, std::vector<GlobalValue *>(Used.begin(), Used.end())); in ~ScopedSaveAliaseesAndUsed() 372 CompilerUsed.end())); in ~ScopedSaveAliaseesAndUsed() 538 } // end anonymous namespace 1408 // particular function will end up being (the size could even depend on what in buildBitSetsFromFunctionsNative() 1438 // We output the jump table as module-level inline asm string. The end resul in buildBitSetsFromFunctionsNative() [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil.c | 2020 char *end = NULL; in cil_string_to_uint32() local 2028 val = strtoul(string, &end, base); in cil_string_to_uint32() 2029 if (errno != 0 || end == string || *end != '\0') { in cil_string_to_uint32() 2053 char *end = NULL; in cil_string_to_uint64() local 2061 *value = strtoull(string, &end, base); in cil_string_to_uint64() 2062 if (errno != 0 || end == string || *end != '\0') { in cil_string_to_uint64()
|