Home
last modified time | relevance | path

Searched refs:still_valid (Results 1 – 12 of 12) sorted by relevance

/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dpolygon_funcs.h146 bool still_valid[2] = {false,}, got_ratio = false; in reduce() local
186 if(still_valid[j ? 0 : 1] || got_ratio) // We span a 2D space in reduce()
188 still_valid[j] = true; in reduce()
192 if(still_valid[0] || still_valid[1]) // We span a 2D space in reduce()
206 if(still_valid[0]) { in reduce()
208 assert(!still_valid[1]); in reduce()
216 if(still_valid[1]) { in reduce()
/dports/math/py-claripy/claripy-9.0.5405/claripy/frontend_mixins/
H A Dmodel_cache_mixin.py153 still_valid = set(self._get_models(extra_constraints=added))
154 if len(still_valid) != len(self._models):
159 self._models = still_valid
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dapi_resources.rs264 let still_valid = template.valid_tiles_after_bounds_change in create_blob_scene_builder_requests() localVariable
268 if still_valid && !dirty_tiles.contains(tile) { in create_blob_scene_builder_requests()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dapi_resources.rs265 let still_valid = template.valid_tiles_after_bounds_change in create_blob_scene_builder_requests() localVariable
269 if still_valid && !dirty_tiles.contains(tile) { in create_blob_scene_builder_requests()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dapi_resources.rs264 let still_valid = template.valid_tiles_after_bounds_change in create_blob_scene_builder_requests() localVariable
268 if still_valid && !dirty_tiles.contains(tile) { in create_blob_scene_builder_requests()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender_api/src/
H A Dresources.rs252 let still_valid = template.valid_tiles_after_bounds_change in create_blob_scene_builder_requests() localVariable
256 if still_valid && !dirty_tiles.contains(tile) { in create_blob_scene_builder_requests()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_cache_unittest.cc11985 ScopedMockTransaction still_valid(kETagGET_Transaction); in TEST_F() local
11986 still_valid.load_flags = LOAD_VALIDATE_CACHE; // Force a validation. in TEST_F()
11987 still_valid.handler = ETagGet_ConditionalRequest_Handler; in TEST_F()
11990 RunTransactionTestWithResponseInfo(cache.http_cache(), still_valid, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_cache_unittest.cc12274 ScopedMockTransaction still_valid(kETagGET_Transaction); in TEST_F() local
12275 still_valid.load_flags = LOAD_VALIDATE_CACHE; // Force a validation. in TEST_F()
12276 still_valid.handler = ETagGet_ConditionalRequest_Handler; in TEST_F()
12279 RunTransactionTestWithResponseInfo(cache.http_cache(), still_valid, in TEST_F()
/dports/lang/perl5.34/perl-5.34.0/
H A Dop.c1017 bool still_valid = gv && SvREFCNT(gv); in S_op_clear_gv() local
1019 if (still_valid) in S_op_clear_gv()
1030 if (still_valid) { in S_op_clear_gv()
/dports/lang/perl5.30/perl-5.30.3/
H A Dop.c955 bool still_valid = gv && SvREFCNT(gv); in S_op_clear_gv() local
957 if (still_valid) in S_op_clear_gv()
968 if (still_valid) { in S_op_clear_gv()
/dports/lang/perl5.32/perl-5.32.1/
H A Dop.c997 bool still_valid = gv && SvREFCNT(gv); in S_op_clear_gv() local
999 if (still_valid) in S_op_clear_gv()
1010 if (still_valid) { in S_op_clear_gv()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dop.c1014 bool still_valid = gv && SvREFCNT(gv); in S_op_clear_gv() local
1016 if (still_valid) in S_op_clear_gv()
1027 if (still_valid) { in S_op_clear_gv()