Searched refs:fam (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | font.js | 92 var fam = descriptors['family']; 93 if (!fontCache[fam]) { 95 fontCache[fam] = { 99 fontCache[fam][key] = typeface; 106 var fam = descriptors['family']; 107 if (!fontCache[fam]) { 110 return fontCache[fam][key] || fontCache[fam]['*'];
|
/third_party/nghttp2/integration-tests/ |
H A D | server_tester.go | 740 var fam byte var 742 fam = byte(proxyProtocolV2FamilyInet << 4) 744 fam = byte(proxyProtocolV2FamilyInet6 << 4) 746 fam |= byte(proxyProtocolV2ProtocolStream) 747 if _, err := w.Write([]byte{fam}); err != nil { 774 fam := byte(proxyProtocolV2FamilyUnix << 4) 777 fam |= byte(proxyProtocolV2ProtocolStream) 779 fam |= byte(proxyProtocolV2ProtocolDgram) 781 fam |= byte(proxyProtocolV2ProtocolUnspec) 783 if _, err := w.Write([]byte{fam}); er [all...] |
/third_party/openssl/test/ |
H A D | v3ext.c | 148 IPAddressFamily *fam; in check_addr() local 154 fam = sk_IPAddressFamily_value(addr, 0); in check_addr() 155 if (!TEST_ptr(fam)) in check_addr() 158 if (!TEST_int_eq(fam->ipAddressChoice->type, IPAddressChoice_addressesOrRanges)) in check_addr() 161 if (!TEST_int_eq(sk_IPAddressOrRange_num(fam->ipAddressChoice->u.addressesOrRanges), 1)) in check_addr() 164 aorr = sk_IPAddressOrRange_value(fam->ipAddressChoice->u.addressesOrRanges, 0); in check_addr()
|
/third_party/skia/gm/ |
H A D | texteffects.cpp | 112 const char* fam[] = { "sans-serif", "serif", "monospace" }; in DEF_SIMPLE_GM() local 116 for (size_t font = 0; font < SK_ARRAY_COUNT(fam); ++font) { in DEF_SIMPLE_GM() 118 SkFont skFont(ToolUtils::create_portable_typeface(fam[font], SkFontStyle()), textSize); in DEF_SIMPLE_GM()
|
/third_party/skia/tools/fonts/ |
H A D | create_test_font.cpp | 53 SkString fam(family); in font_header() 55 int dashIndex = fam.find("-"); in font_header() 59 fam.writable_str()[dashIndex] = '_'; in font_header() 61 outPath.append(fam); in font_header()
|
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.cc | 1316 str_size(PROXY_PROTO_V2_SIG) + /* ver_cmd(1) + fam(1) + len(2) = */ 4; 1543 auto fam = *p++; in proxy_protocol_v2_read() local 1551 CLOG(INFO, this) << "PROXY-protocol-v2: Detected family=" << log::hex << fam in proxy_protocol_v2_read() 1569 switch (fam) { in proxy_protocol_v2_read() 1606 << log::hex << fam; in proxy_protocol_v2_read() local 1615 << log::hex << fam; in proxy_protocol_v2_read() local
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_gpu_info.c | 1973 static uint16_t get_task_num_entries(enum radeon_family fam) in get_task_num_entries() argument 1985 switch (fam) { in get_task_num_entries()
|
/third_party/libdrm/radeon/ |
H A D | radeon_surface.c | 140 #define CHIPSET(pci_id, name, fam) case pci_id: surf_man->family = CHIP_##fam; break; in radeon_get_family()
|
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 1338 for fam, _, pro, _, address in infos: 1339 key = (fam, pro)
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 3439 for fam in self.connection.families: 3440 l = self.connection.Listener(family=fam) 3544 for fam in families: 3545 l = cls.connection.Listener(family=fam) 3591 for fam in families: 3592 msg = ('This connection uses family %s' % fam).encode('ascii')
|
/third_party/node/src/ |
H A D | cares_wrap.cc | 1723 int fam = elm->Get(env->context(), 0) in SetServers() local 1733 switch (fam) { in SetServers()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 1458 \def\rm{\fam=0 \setfontstyle{rm}} 1459 \def\it{\fam=\itfam \setfontstyle{it}} 1460 \def\sl{\fam=\slfam \setfontstyle{sl}} 1461 \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf} 1462 \def\tt{\fam=\ttfam \setfontstyle{tt}} 1471 \def\sf{\fam=\sffam \setfontstyle{sf}} 2104 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire 2809 \def_{\ifnum\fam=\slfam \_\else\sb\fi}% 2817 \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi} 2962 \count255=\the\fam [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 48 milliseconds