/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 595 napi_value end; in HWTEST_F() local 596 ASSERT_CHECK_CALL(napi_map_iterator_get_next(env, entries, &end)); in HWTEST_F() 598 ASSERT_CHECK_CALL(napi_get_named_property(env, end, "done", &done)); in HWTEST_F() 635 napi_value end; in HWTEST_F() local 636 ASSERT_CHECK_CALL(napi_map_iterator_get_next(env, keys, &end)); in HWTEST_F() 638 ASSERT_CHECK_CALL(napi_get_named_property(env, end, "done", &done)); in HWTEST_F() 675 napi_value end; in HWTEST_F() local 676 ASSERT_CHECK_CALL(napi_map_iterator_get_next(env, values, &end)); in HWTEST_F() 678 ASSERT_CHECK_CALL(napi_get_named_property(env, end, "done", &done)); in HWTEST_F()
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_usage_database.cpp | 256 sort(sortedTableArray_.at(databaseType).begin(), sortedTableArray_.at(databaseType).end()); in HandleTableInfo() 547 if (it == bundleNameUidMap.end()) { in UpdateOldDataUid() 569 if (bundleActiveRdbStoreCache_.find(file) == bundleActiveRdbStoreCache_.end()) { in GetBundleActiveRdbStore() 598 && (bundleActiveRdbStoreCache_.find(databaseFileName) != bundleActiveRdbStoreCache_.end())) { in CheckDatabaseFile() 821 for (auto iter = userHistory->begin(); iter != userHistory->end(); iter++) { in PutBundleHistoryData() 966 for (auto iter = stats.bundleStats_.begin(); iter != stats.bundleStats_.end(); iter++) { in FlushPackageInfo() 1363 sort(sortedTableArray_.at(databaseType).begin(), sortedTableArray_.at(databaseType).end()); in UpdateBundleUsageData() 1795 if (it != moduleRecords.end() && it->second) { in LoadFormData() 1898 if (iter != notificationEventStats.end()) { in QueryNotificationEventStats()
|
/third_party/backends/backend/ |
H A D | magicolor.c | 1157 *source_list_add = NULL; /* add end marker to source list */ in mc_discover_capabilities() 1305 s->buf = s->end = s->ptr = NULL; in mc_scan_finish() 1330 while ((max_length >= s->params.bytes_per_line) && (s->ptr < s->end)) { in mc_copy_image_data() 1333 bytes_available = (s->end - s->ptr); in mc_copy_image_data() 1369 while ((max_length != 0) && (s->ptr < s->end)) { in mc_copy_image_data() 1371 bytes_available = (s->end - s->ptr); in mc_copy_image_data() 1493 if (s->ptr == s->end) { in mc_read() 1527 s->end = s->buf + buf_len; in mc_read() 2063 struct timeval nowtime, endtime; /* end time for SNMP scan */ in mc_network_discovery() 2860 DBG(17, "%s: end\ in setvalue() [all...] |
/third_party/backends/frontend/ |
H A D | saned.c | 569 char *end; in check_v4_in_range() local 577 cidr = strtol (netmask, &end, 10); in check_v4_in_range() 580 if ((cidr < 0) || (cidr > 32) || (end == netmask)) in check_v4_in_range() 636 char *end; in check_v6_in_range() local 643 cidr = strtol (netmask, &end, 10); in check_v6_in_range() 646 if ((cidr < 0) || (cidr > 128) || (end == netmask)) in check_v6_in_range() 703 char *end; in check_v4_in_range() local 708 cidr = strtol (netmask, &end, 10); in check_v4_in_range() 711 if ((cidr < 0) || (cidr > 32) || (end == netmask)) in check_v4_in_range() 1699 filedescriptor when reaching the end o in do_scan() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucurr.cpp | 618 // end registration 1163 // @param end(IN/OUT): the end index of matching range in currency names array. 1168 int32_t* begin, int32_t* end) { in binarySearch() 1173 int32_t last = *end; in binarySearch() 1225 R = *end; in binarySearch() 1248 *end = R - 1; in binarySearch() 1250 *end = R; in binarySearch() 1253 printf("end = %d\n", *end); in binarySearch() 1165 binarySearch(const CurrencyNameStruct* currencyNames, int32_t indexInCurrencyNames, const UChar key, int32_t* begin, int32_t* end) binarySearch() argument 1279 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucurr.cpp | 629 // end registration 1189 // @param end(IN/OUT): the end index of matching range in currency names array. 1194 int32_t* begin, int32_t* end) { in binarySearch() 1199 int32_t last = *end; in binarySearch() 1251 R = *end; in binarySearch() 1274 *end = R - 1; in binarySearch() 1276 *end = R; in binarySearch() 1279 printf("end = %d\n", *end); in binarySearch() 1191 binarySearch(const CurrencyNameStruct* currencyNames, int32_t indexInCurrencyNames, const char16_t key, int32_t* begin, int32_t* end) binarySearch() argument 1305 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const char16_t* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 72 #define end(cp) (strchr((cp), '\0')) macro 1251 "Zone continuation line end time is not after end time of previous line" in inzsub() 2012 (void) sprintf(end(result), "%d", hours); in stringoffset() 2014 (void) sprintf(end(result), ":%02d", minutes); in stringoffset() 2016 (void) sprintf(end(result), ":%02d", seconds); in stringoffset() 2028 result = end(result); in stringrule() 2077 if (stringoffset(end(result), tod) != 0) in stringrule() 2185 if (stringoffset(end(result), -zp->z_gmtoff) != 0) { in stringzone() 2191 doabbr(end(resul in stringzone() [all...] |
/third_party/python/Lib/ |
H A D | argparse.py | 407 end = start + group_action_count 408 if actions[start:end] == group._group_actions: 423 if end in inserts: 424 inserts[end] += ']' 426 inserts[end] = ']' 432 if end in inserts: 433 inserts[end] += ')' 435 inserts[end] = ')' 436 for i in range(start + 1, end): 550 # or add a newline if the description doesn't end wit [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 1004 if (It != InstrChanges.end()) { in cloneAndChangeInstr() 1159 assert(OrigInstr != InstrMap.end() && "Instruction not scheduled."); in rewriteScheduledInstr() 1309 // and the end of the block. Kill from the first non-phi to FirstMI. in rewrite() 1333 for (auto MI = BB->getFirstNonPHI(); MI != BB->end(); ++MI) { in rewrite() 1417 // the earliest phis, which are at the end of the defaults chain (the in remapUse() 1454 if (I != Phis.end()) in phi() 1466 if (I != UndefPhis.end()) { in phi() 1619 for (auto I = SourceBB->getFirstNonPHI(); I != SourceBB->end();) { in moveStageBetweenBlocks() 1677 for (auto I = DestBB->getFirstNonPHI(); I != DestBB->end(); ++I) { in moveStageBetweenBlocks() 1728 // Create a block that will end u in peelPrologAndEpilogs() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 303 } // end anonymous namespace 860 assert(SeqEnd && "Call sequence start/end must be known"); in UnscheduleNodeBottomUp() 869 // Release the special call resource dependence, if this is the end in UnscheduleNodeBottomUp() 935 std::vector<SUnit *>::const_iterator I = (Sequence.end() - LookAhead); in RestoreHazardCheckerBottomUp() 937 for (auto E = Sequence.end(); I != E; ++I) { in RestoreHazardCheckerBottomUp() 1633 std::reverse(Sequence.begin(), Sequence.end()); in ListScheduleBottomUp() 1765 std::fill(RegLimit.begin(), RegLimit.end(), 0); 1766 std::fill(RegPressure.begin(), RegPressure.end(), 0); 1789 std::fill(RegPressure.begin(), RegPressure.end(), 0); 1812 if (I != std::prev(Queue.end())) [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 71 #define end(cp) (strchr((cp), '\0')) macro 1250 "Zone continuation line end time is not after end time of previous line" in inzsub() 2011 (void) sprintf(end(result), "%d", hours); in stringoffset() 2013 (void) sprintf(end(result), ":%02d", minutes); in stringoffset() 2015 (void) sprintf(end(result), ":%02d", seconds); in stringoffset() 2027 result = end(result); in stringrule() 2076 if (stringoffset(end(result), tod) != 0) in stringrule() 2184 if (stringoffset(end(result), -zp->z_gmtoff) != 0) { in stringzone() 2190 doabbr(end(resul in stringzone() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucurr.cpp | 595 // end registration 1140 // @param end(IN/OUT): the end index of matching range in currency names array. 1145 int32_t* begin, int32_t* end) { in binarySearch() 1150 int32_t last = *end; in binarySearch() 1202 R = *end; in binarySearch() 1225 *end = R - 1; in binarySearch() 1227 *end = R; in binarySearch() 1230 printf("end = %d\n", *end); in binarySearch() 1142 binarySearch(const CurrencyNameStruct* currencyNames, int32_t indexInCurrencyNames, const UChar key, int32_t* begin, int32_t* end) binarySearch() argument 1256 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *partialMatchLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) linearSearch() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_dis.py | 89 # Class disassembling info has an extra newline at end. 671 end = offset 672 while line[end] in "0123456789": 673 end += 1 674 return end-5, end 679 start, end = self.find_offset_column(lines) 688 offset = int(line[start:end]) 694 start, end = self.find_offset_column(lines) 704 res.append(line[:start] + line[end [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 2026 auto it = std::find(connRecordList_.begin(), connRecordList_.end(), connRecord); in AddConnectRecordToList() 2028 if (it != connRecordList_.end()) { in AddConnectRecordToList() 2067 for (auto it = callerList_.begin(); it != callerList_.end(); it++) { in RemoveCallerRequestCode() 2098 auto record = std::find_if(callerList_.begin(), callerList_.end(), isExist); in AddCallerRecord() 2100 if (record != callerList_.end()) { in AddCallerRecord() 2156 auto record = std::find_if(callerList_.begin(), callerList_.end(), isExist); in AddSystemAbilityCallerRecord() 2157 if (record != callerList_.end()) { in AddSystemAbilityCallerRecord() 2162 TAG_LOGI(AAFwkTag::ABILITYMGR, "add system ability record end"); in AddSystemAbilityCallerRecord() 2208 std::find_if(connRecordList_.begin(), connRecordList_.end(), [](std::shared_ptr<ConnectionRecord> record) { in GetConnectingRecord() 2211 return (connect != connRecordList_.end()) in GetConnectingRecord() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 229 LOGW("render list Upgrade fail in scroll end callback"); in InitScrollable() 634 // Try to request new items at end if needed in PerformLayout() 649 // Check if reach the end of list in PerformLayout() 654 // Adjust end of list to match the end of layout in PerformLayout() 795 for (auto iter = items_.begin(); iter != items_.end();) { in SetItemsPositionForLaneList() 812 if ((++iter) == items_.end() || itemGroup) { in SetItemsPositionForLaneList() 1154 // Try to request new items at end if needed in GetCurMainPosAndMainSize() 1361 for (auto it = items_.begin(); it != items_.end();) { in LayoutOrRecycleCurrentItemsForLaneList() 1390 // reach end o in LayoutOrRecycleCurrentItemsForLaneList() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 281 if (iter != selfCureCmsHandleFuncMap.end()) { in ExecuteStateMsg() 761 if (connectFailCache.find(info.bssid) != connectFailCache.end()) { in HandleNetworkConnectFailCount() 950 if (iter != selfCureIssHandleFuncMap.end()) { in ExecuteStateMsg() 2221 for (auto iter = blackListCache.begin(); iter != blackListCache.end(); ++iter) { in AgeOutWifiCategoryBlack() 2229 for (auto iter = blackListCache.begin(); iter != blackListCache.end(); ++iter) { in AgeOutWifiCategoryBlack() 2243 for (auto iter = connectFailListCache.begin(); iter != connectFailListCache.end(); ++iter) { in AgeOutWifiConnectFailList() 2251 for (auto iter = connectFailListCache.begin(); iter != connectFailListCache.end(); ++iter) { in AgeOutWifiConnectFailList() 2293 WIFI_LOGI("IsHttpReachable network detect end"); in IsHttpReachable() 2760 if (wifi6BlackListCache.find(currConnectedBssid) == wifi6BlackListCache.end()) { in ShouldTransToWifi6SelfCure() 2801 if (iterConnectFail == connectFailListCache.end()) { in ShouldTransToWifi7SelfCure() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | demux.c | 426 int end; in probe_codec() local 451 end = si->raw_packet_buffer_size >= s->probesize in probe_codec() 454 if (end || av_log2(pd->buf_size) != av_log2(pd->buf_size - pkt->size)) { in probe_codec() 457 || end) { in probe_codec() 1228 /* end of the stream => close and free the parser */ in parse_packet() 1499 // 3. the packets for this stream at the end of the files had valid dts. in av_read_frame() 1771 /* estimate the end time (duration) */ in estimate_timings_from_pts() 1853 av_log(ic, AV_LOG_WARNING, "stream %d : no PTS found at end of file, duration not set\n", i); in estimate_timings_from_pts() 2132 if (timetable[i]->end == AV_NOPTS_VALUE) { in compute_chapters_end() 2134 int64_t end in compute_chapters_end() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 964 * the current block when it ends near the end of the last skipped block. 1001 * Sometimes the end of record is free space. in firstrecord() 1002 * This apparently means reaching the end of in firstrecord() 1008 printf("* Reaching free space at end of block %d\n", in firstrecord() 1072 /* Accept reaching the end with no record beginning */ in firstrecord() 1271 if (key) { /* Apparently, may have to stop before reaching the end */ in refresh_attributes() 1835 /* Apparently, may have to stop before reaching the end */ in fixup() 1869 unsigned int end; in detaillogr() local 1949 * 4) extra : unknown data (end of undo to data_length) in detaillogr() 1951 end in detaillogr() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 283 ASSERT(d < dest->end()); in fastClear() 291 ASSERT(d < dest->end()); in fastClear() 299 ASSERT(d < dest->end()); in fastClear() 1959 ASSERT(data.source < src->end()); in blit() 1960 ASSERT(data.dest < dst->end()); in blit() 2204 ASSERT(source0 < src->end()); in fastResolve() 2205 ASSERT(source3 < src->end()); in fastResolve() 2206 ASSERT(dest < dst->end()); in fastResolve() 2420 ASSERT((src < image->end()) && ((src + (w * srcDelta)) < image->end())); in copyCubeEdge() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 879 * "range end" == 0 and in sanitize() 886 * "design size" > "range end" or in sanitize() 887 * "range end" <= "range start" or in sanitize() 947 HBUINT16 rangeStart; /* Large end of the recommended usage range 950 HBUINT16 rangeEnd; /* Small end of the recommended usage range 976 * added to the end of this Feature Parameters 1971 hb_codepoint_t end = start + classValue.len; in subset() local 1973 for (const hb_codepoint_t gid : + hb_range (start, end) in subset() 2037 hb_codepoint_t end = startGlyph + classValue.len; in intersects() local 2039 hb_set_next (glyphs, &iter) && iter < end;) in intersects() 2194 hb_codepoint_t end = rangeRecord[i].last + 1; subset() local 2544 int start = startCoord, peak = peakCoord, end = endCoord; evaluate() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 224 return F != Map.end(); in has() 231 if (F != Map.end()) in get() 256 const_iterator end() const { return Map.end(); } in end() function in __anon24612::MachineConstPropagator::CellMap 429 } // end anonymous namespace 737 MachineBasicBlock::const_iterator End = B.end(); in visitBranchesFrom() 769 if (Next != MF.end()) in visitBranchesFrom() 813 MachineBasicBlock::const_iterator FirstBr = MB->end(); in computeBlockSuccessors() 824 MachineBasicBlock::const_iterator End = MB->end(); in computeBlockSuccessors() 844 if (NextI != MB->getParent()->end()) in computeBlockSuccessors() [all...] |
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | inspector_test.cc | 1097 ASSERT_TRUE(result.find(1) != result.end()); in TEST_F() 1100 ASSERT_TRUE(result.find(20) != result.end()); in TEST_F() 1104 ASSERT_TRUE(result.find(300) != result.end()); in TEST_F() 1118 ASSERT_TRUE(result.find(1) != result.end()); in TEST_F() 1121 ASSERT_TRUE(result.find(20) != result.end()); in TEST_F() 1136 ASSERT_TRUE(result.find(1) != result.end()); in TEST_F() 1139 ASSERT_TRUE(result.find(20) != result.end()); in TEST_F() 1143 ASSERT_TRUE(result.find(300) != result.end()); in TEST_F() 1159 ASSERT_TRUE(result.find(1) != result.end()); in TEST_F() 1162 ASSERT_TRUE(result.find(20) != result.end()); in TEST_F() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 2303 u8 *pos, *next, *end; local 2308 end = buf + *len; 2310 os_memmove(pos, next, end - next); 2599 const u8 *rm_en, *pos, *end; local 2644 end = pos + wpa_s->sme.ft_ies_len; 2656 os_memcpy(wpos, pos, end - pos); 3086 int start, end; local 3113 end = wpa_s->assoc_freq + 10; 3121 end += 20; 3124 end [all...] |
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 863 #define ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end, \ 877 __ RotateInsertSelectBits(temp2, temp2, Operand(start), Operand(end), \ 880 __ RotateInsertSelectBits(temp, value, Operand(start), Operand(end), \ 886 __ RotateInsertSelectBits(temp, temp2, Operand(start), Operand(end), \ 891 __ RotateInsertSelectBits(temp, value, Operand(start), Operand(end), \ 896 __ RotateInsertSelectBits(temp, new_val, Operand(start), Operand(end), \ 909 constexpr int end = start + 15; \ 910 ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end, true); \ 918 constexpr int end = start + 7; \ 919 ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end, fals 3285 Label end; AssembleArchTrap() local [all...] |
/third_party/vixl/test/aarch32/ |
H A D | test-disasm-a32.cc | 72 int32_t end = masm.GetCursorOffset(); \ 77 disassembler.DisassembleT32(*masm.GetBuffer(), start, end); \ 79 disassembler.DisassembleA32(*masm.GetBuffer(), start, end); \ 95 if ((SIZE) != -1 && ((end - start) != (SIZE))) { \ 98 8 * (end - start)); \ 119 int32_t end = masm.GetCursorOffset(); \ 124 disassembler.DisassembleT32(*masm.GetBuffer(), start, end); \ 126 disassembler.DisassembleA32(*masm.GetBuffer(), start, end); \ 142 if ((SIZE) != -1 && ((end - start) != (SIZE))) { \ 145 8 * (end 363 DisassembleA32(const CodeBuffer& buffer, ptrdiff_t start, ptrdiff_t end) DisassembleA32() argument 370 DisassembleT32(const CodeBuffer& buffer, ptrdiff_t start, ptrdiff_t end) DisassembleT32() argument [all...] |