Home
last modified time | relevance | path

Searched refs:has_data (Results 1 – 25 of 2204) sorted by relevance

12345678910>>...89

/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/std/ranges/access/
H A Ddata.cc26 concept has_data
39 static_assert( has_data<R&> ); in test01()
40 static_assert( has_data<const R&> ); in test01()
49 static_assert( !has_data<R> ); in test01()
50 static_assert( !has_data<const R> ); in test01()
63 static_assert( has_data<int(&)[2]> ); in test02()
64 static_assert( has_data<decltype(r)&> ); in test02()
65 static_assert( !has_data<int(&&)[2]> ); in test02()
84 static_assert( has_data<R3&> ); in test03()
86 static_assert( has_data<const R3&> ); in test03()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/std/ranges/access/
H A Ddata.cc26 concept has_data
39 static_assert( has_data<R&> ); in test01()
40 static_assert( has_data<const R&> ); in test01()
49 static_assert( !has_data<R> ); in test01()
50 static_assert( !has_data<const R> ); in test01()
63 static_assert( has_data<int(&)[2]> ); in test02()
64 static_assert( has_data<decltype(r)&> ); in test02()
65 static_assert( !has_data<int(&&)[2]> ); in test02()
84 static_assert( has_data<R3&> ); in test03()
86 static_assert( has_data<const R3&> ); in test03()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/std/ranges/access/
H A Ddata.cc26 concept has_data
39 static_assert( has_data<R&> ); in test01()
40 static_assert( has_data<const R&> ); in test01()
49 static_assert( !has_data<R> ); in test01()
50 static_assert( !has_data<const R> ); in test01()
63 static_assert( has_data<int(&)[2]> ); in test02()
64 static_assert( has_data<decltype(r)&> ); in test02()
65 static_assert( !has_data<int(&&)[2]> ); in test02()
84 static_assert( has_data<R3&> ); in test03()
86 static_assert( has_data<const R3&> ); in test03()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/std/ranges/access/
H A Ddata.cc28 concept has_data
41 static_assert( has_data<R&> ); in test01()
42 static_assert( has_data<const R&> ); in test01()
51 static_assert( !has_data<R> ); in test01()
52 static_assert( !has_data<const R> ); in test01()
65 static_assert( has_data<int(&)[2]> ); in test02()
66 static_assert( has_data<decltype(r)&> ); in test02()
67 static_assert( !has_data<int(&&)[2]> ); in test02()
86 static_assert( has_data<R3&> ); in test03()
88 static_assert( has_data<const R3&> ); in test03()
[all …]
/dports/dns/powerdns/pdns-4.5.2/modules/geoipbackend/
H A Dgeoipinterface-mmdb.cc61 … (MMDB_get_value(&res.entry, &data, "country", "iso_code", NULL) != MMDB_SUCCESS || !data.has_data) in queryCountry()
73 … (MMDB_get_value(&res.entry, &data, "country", "iso_code", NULL) != MMDB_SUCCESS || !data.has_data) in queryCountryV6()
95 …if (MMDB_get_value(&res.entry, &data, "continent", "code", NULL) != MMDB_SUCCESS || !data.has_data) in queryContinent()
107 …if (MMDB_get_value(&res.entry, &data, "continent", "code", NULL) != MMDB_SUCCESS || !data.has_data) in queryContinentV6()
143 …B_get_value(&res.entry, &data, "autonomous_system_number", NULL) != MMDB_SUCCESS || !data.has_data) in queryASnum()
191 …UCCESS || !data.has_data) && (MMDB_get_value(&res.entry, &data, "city", "names", d_lang.c_str(), N… in queryCity()
203 …UCCESS || !data.has_data) && (MMDB_get_value(&res.entry, &data, "city", "names", d_lang.c_str(), N… in queryCityV6()
217 …(MMDB_get_value(&res.entry, &data, "location", "latitude", NULL) != MMDB_SUCCESS || !data.has_data) in queryLocation()
220 …MMDB_get_value(&res.entry, &data, "location", "longitude", NULL) != MMDB_SUCCESS || !data.has_data) in queryLocation()
237 …(MMDB_get_value(&res.entry, &data, "location", "latitude", NULL) != MMDB_SUCCESS || !data.has_data) in queryLocationV6()
[all …]
/dports/math/R-cran-spData/spData/R/
H A Dzzz.R4 has_data <- requireNamespace("spDataLarge", quietly = TRUE) functionVar
5 .pkgenv[["has_data"]] <- has_data
13 if (!.pkgenv$has_data) {
23 hasData <- function(has_data = .pkgenv$has_data) { argument
24 if (!has_data) {
/dports/devel/ga/ga-5.8/global/testing/
H A Dnb2test.F38 logical status, safe_put, safe_get, has_data(0:MAXPROC-1)
134 has_data(i) = .true.
245 if (has_data(me).and.safe_get)
282 if (has_data(me)) call nga_access_ghosts(g_a, dims3,
288 + nmax+2*nwidth,has_data)
351 subroutine aprint(a,nrow,ncol,ld,has_data)
356 logical has_data(0:1999)
361 if (k-1.eq.ga_nodeid().and.has_data(k-1)) then
376 subroutine atest(a,nrow,ncol,ld,b,ld2,has_data)
381 logical has_data(0:1999), check_data
[all …]
H A Dd2test.F35 logical status, safe_put, safe_get, has_data(0:MAXPROC-1) variable
132 has_data(i) = .true.
232 if (has_data(me).and.safe_get)
269 if (has_data(me)) call nga_access_ghosts(g_a, dims3,
275 + nmax+2*nwidth,has_data)
345 subroutine aprint(a,nrow,ncol,ld,has_data) argument
350 logical has_data(0:1999) local
355 if (k-1.eq.ga_nodeid().and.has_data(k-1)) then
370 subroutine atest(a,nrow,ncol,ld,b,ld2,has_data) argument
375 logical has_data(0:1999), check_data local
[all …]
H A Dg2test.F52 logical status, safe_put, safe_get, has_data(0:MAXPROC-1)
174 has_data(i) = .true.
219 if (has_data(me).and.safe_get)
237 if (has_data(me)) call nga_access_ghosts(g_a, dims3,
270 + nmax+2*width(1),has_data,width,corner_flag,1)
715 subroutine aprint(a,nrow,ncol,ld,has_data)
720 logical has_data(0:1999)
725 if (k-1.eq.ga_nodeid().and.has_data(k-1)) then
740 subroutine atest(a,nrow,ncol,ld,b,ld2,has_data,width,
746 logical has_data(0:1999), check_data
[all …]
/dports/net/gsk/gsk-1.0.63/src/http/
H A Dgskprefixtree.c10 rv->has_data = FALSE; in tree_alloc()
20 rv->has_data = FALSE; in tree_alloc_n()
53 gpointer rv = (*tree)->has_data ? (*tree)->data : NULL; in gsk_prefix_tree_insert()
54 (*tree)->has_data = TRUE; in gsk_prefix_tree_insert()
86 new->has_data = TRUE; in gsk_prefix_tree_insert()
122 (*tree)->has_data = TRUE; in gsk_prefix_tree_insert()
140 if (at->has_data) in gsk_prefix_tree_lookup()
161 if (at->has_data) in gsk_prefix_tree_lookup_exact()
182 if (at->has_data) in gsk_prefix_tree_lookup_all()
203 if (tree->has_data) in gsk_prefix_tree_foreach()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-color.cc71 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
202 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
249 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
287 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
308 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
311 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-color.cc69 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
189 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
233 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
271 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
292 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
295 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-color.cc69 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
189 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
233 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
271 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
292 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
295 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-ot-color.cc74 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
205 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
252 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
290 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
311 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
314 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-color.cc69 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
189 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
233 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
271 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
292 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
295 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-ot-color.cc74 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
205 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
252 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
290 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
311 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
314 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-ot-color.cc71 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
202 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
249 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
289 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
312 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
315 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-color.cc71 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
202 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
249 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
287 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
308 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
311 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-ot-color.cc71 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
202 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
249 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
289 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
312 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
315 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-ot-color.cc71 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
202 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
249 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
289 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
312 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
315 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-ot-color.cc71 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
202 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
249 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
289 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
312 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
315 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-color.cc69 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
189 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
233 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
271 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
292 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
295 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-ot-color.cc74 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
205 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
252 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
290 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
311 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
314 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-color.cc69 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
189 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
233 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
271 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
292 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
295 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-ot-color.cc71 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes()
202 return face->table.COLR->has_data (); in hb_ot_color_has_layers()
249 return face->table.SVG->has_data (); in hb_ot_color_has_svg()
287 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png()
308 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png()
311 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()

12345678910>>...89