Home
last modified time | relevance | path

Searched refs:attempt_count (Results 1 – 25 of 78) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_elf/third_party_dlls/
H A Dbeacon.cc48 DWORD attempt_count = 0; in LeaveSetupBeacon() local
51 &attempt_count); in LeaveSetupBeacon()
52 ++attempt_count; in LeaveSetupBeacon()
54 attempt_count); in LeaveSetupBeacon()
56 if (attempt_count >= blacklist::kBeaconMaxAttempts) { in LeaveSetupBeacon()
H A Dbeacon_unittest.cc114 DWORD attempt_count = 0; in TEST_F() local
116 &attempt_count); in TEST_F()
117 EXPECT_EQ(attempt_count, blacklist::kBeaconMaxAttempts); in TEST_F()
144 DWORD attempt_count = blacklist::kBeaconMaxAttempts; in TEST_F() local
146 &attempt_count); in TEST_F()
147 EXPECT_EQ(static_cast<DWORD>(0), attempt_count); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/background_service/
H A Dentry.cc25 attempt_count(0), in Entry()
40 attempt_count(0), in Entry()
67 attempt_count == other.attempt_count && in operator ==()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/background_service/
H A Dentry.cc25 attempt_count(0), in Entry()
40 attempt_count(0), in Entry()
67 attempt_count == other.attempt_count && in operator ==()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/pinpoint/models/compare/
H A Dcompare.py30 def Compare(values_a, values_b, attempt_count, mode, magnitude): argument
63 high_threshold = thresholds.HighThreshold(mode, magnitude, attempt_count)
83 if p_value <= thresholds.HighThreshold(mode, magnitude, attempt_count):
/dports/devel/git-svn/git-2.34.1/trace2/
H A Dtr2_dst.c120 unsigned attempt_count; in tr2_dst_try_auto_path() local
134 for (attempt_count = 0; attempt_count < MAX_AUTO_ATTEMPTS; attempt_count++) { in tr2_dst_try_auto_path()
135 if (attempt_count > 0) { in tr2_dst_try_auto_path()
137 strbuf_addf(&path, ".%d", attempt_count); in tr2_dst_try_auto_path()
/dports/devel/git-p4/git-2.34.1/trace2/
H A Dtr2_dst.c120 unsigned attempt_count; in tr2_dst_try_auto_path() local
134 for (attempt_count = 0; attempt_count < MAX_AUTO_ATTEMPTS; attempt_count++) { in tr2_dst_try_auto_path()
135 if (attempt_count > 0) { in tr2_dst_try_auto_path()
137 strbuf_addf(&path, ".%d", attempt_count); in tr2_dst_try_auto_path()
/dports/devel/git-gui/git-2.34.1/trace2/
H A Dtr2_dst.c120 unsigned attempt_count; in tr2_dst_try_auto_path() local
134 for (attempt_count = 0; attempt_count < MAX_AUTO_ATTEMPTS; attempt_count++) { in tr2_dst_try_auto_path()
135 if (attempt_count > 0) { in tr2_dst_try_auto_path()
137 strbuf_addf(&path, ".%d", attempt_count); in tr2_dst_try_auto_path()
/dports/devel/git/git-2.34.1/trace2/
H A Dtr2_dst.c120 unsigned attempt_count; in tr2_dst_try_auto_path() local
134 for (attempt_count = 0; attempt_count < MAX_AUTO_ATTEMPTS; attempt_count++) { in tr2_dst_try_auto_path()
135 if (attempt_count > 0) { in tr2_dst_try_auto_path()
137 strbuf_addf(&path, ".%d", attempt_count); in tr2_dst_try_auto_path()
/dports/devel/git-cvs/git-2.34.1/trace2/
H A Dtr2_dst.c120 unsigned attempt_count; in tr2_dst_try_auto_path() local
134 for (attempt_count = 0; attempt_count < MAX_AUTO_ATTEMPTS; attempt_count++) { in tr2_dst_try_auto_path()
135 if (attempt_count > 0) { in tr2_dst_try_auto_path()
137 strbuf_addf(&path, ".%d", attempt_count); in tr2_dst_try_auto_path()
/dports/devel/cgit/cgit-1.2.3/git/trace2/
H A Dtr2_dst.c120 unsigned attempt_count; in tr2_dst_try_auto_path() local
134 for (attempt_count = 0; attempt_count < MAX_AUTO_ATTEMPTS; attempt_count++) { in tr2_dst_try_auto_path()
135 if (attempt_count > 0) { in tr2_dst_try_auto_path()
137 strbuf_addf(&path, ".%d", attempt_count); in tr2_dst_try_auto_path()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/
H A Dchrome_elf_init.cc130 DWORD attempt_count = 0; in BrowserBlacklistBeaconSetup() local
132 &attempt_count); in BrowserBlacklistBeaconSetup()
134 attempt_count); in BrowserBlacklistBeaconSetup()
H A Dchrome_elf_init_unittest.cc155 DWORD attempt_count = blacklist::kBeaconMaxAttempts; in TEST_F() local
157 &attempt_count); in TEST_F()
158 ASSERT_EQ(static_cast<DWORD>(0), attempt_count); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/metrics/
H A Dreporting_service_unittest.cc127 EXPECT_EQ(1, client_.uploader()->reporting_info().attempt_count()); in TEST_F()
133 EXPECT_EQ(2, client_.uploader()->reporting_info().attempt_count()); in TEST_F()
139 EXPECT_EQ(1, client_.uploader()->reporting_info().attempt_count()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/metrics/
H A Dreporting_service_unittest.cc126 EXPECT_EQ(1, client_.uploader()->reporting_info().attempt_count()); in TEST_F()
132 EXPECT_EQ(2, client_.uploader()->reporting_info().attempt_count()); in TEST_F()
138 EXPECT_EQ(1, client_.uploader()->reporting_info().attempt_count()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/win/
H A Dsel_memory.c53 int attempt_count; in NaClPageAllocAtAddr() local
101 for (attempt_count = 0; in NaClPageAllocAtAddr()
102 attempt_count < NACL_MEMORY_ALLOC_RETRY_MAX; in NaClPageAllocAtAddr()
103 ++attempt_count) { in NaClPageAllocAtAddr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/background_service/test/
H A Dentry_utils.cc85 int attempt_count, in BuildEntry() argument
100 entry.attempt_count = attempt_count; in BuildEntry()
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/filters/client_channel/
H A Dglobal_subchannel_pool.cc64 for (int attempt_count = 0; c == nullptr; attempt_count++) { in RegisterSubchannel() local
80 if (attempt_count >= in RegisterSubchannel()
/dports/lang/clover/mesa-21.3.6/src/intel/ds/
H A Dintel_pps_driver.cc88 constexpr size_t attempt_count = 3; in query_correlation_timestamps() local
93 } attempts[attempt_count] = {}; in query_correlation_timestamps()
98 for (uint32_t i = 0; i < attempt_count; i++) { in query_correlation_timestamps()
109 for (uint32_t i = 1; i < attempt_count; i++) { in query_correlation_timestamps()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/ds/
H A Dintel_pps_driver.cc88 constexpr size_t attempt_count = 3; in query_correlation_timestamps() local
93 } attempts[attempt_count] = {}; in query_correlation_timestamps()
98 for (uint32_t i = 0; i < attempt_count; i++) { in query_correlation_timestamps()
109 for (uint32_t i = 1; i < attempt_count; i++) { in query_correlation_timestamps()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/ds/
H A Dintel_pps_driver.cc88 constexpr size_t attempt_count = 3; in query_correlation_timestamps() local
93 } attempts[attempt_count] = {}; in query_correlation_timestamps()
98 for (uint32_t i = 0; i < attempt_count; i++) { in query_correlation_timestamps()
109 for (uint32_t i = 1; i < attempt_count; i++) { in query_correlation_timestamps()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/ds/
H A Dintel_pps_driver.cc88 constexpr size_t attempt_count = 3; in query_correlation_timestamps() local
93 } attempts[attempt_count] = {}; in query_correlation_timestamps()
98 for (uint32_t i = 0; i < attempt_count; i++) { in query_correlation_timestamps()
109 for (uint32_t i = 1; i < attempt_count; i++) { in query_correlation_timestamps()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/ds/
H A Dintel_pps_driver.cc88 constexpr size_t attempt_count = 3; in query_correlation_timestamps() local
93 } attempts[attempt_count] = {}; in query_correlation_timestamps()
98 for (uint32_t i = 0; i < attempt_count; i++) { in query_correlation_timestamps()
109 for (uint32_t i = 1; i < attempt_count; i++) { in query_correlation_timestamps()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/ds/
H A Dintel_pps_driver.cc88 constexpr size_t attempt_count = 3; in query_correlation_timestamps() local
93 } attempts[attempt_count] = {}; in query_correlation_timestamps()
98 for (uint32_t i = 0; i < attempt_count; i++) { in query_correlation_timestamps()
109 for (uint32_t i = 1; i < attempt_count; i++) { in query_correlation_timestamps()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/ds/
H A Dintel_pps_driver.cc88 constexpr size_t attempt_count = 3; in query_correlation_timestamps() local
93 } attempts[attempt_count] = {}; in query_correlation_timestamps()
98 for (uint32_t i = 0; i < attempt_count; i++) { in query_correlation_timestamps()
109 for (uint32_t i = 1; i < attempt_count; i++) { in query_correlation_timestamps()

1234