HomeSort by relevance Sort by last modified time
    Searched refs:family (Results 101 - 125 of 1602) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 25 font-family: Verdana, Arial, Helvetica, sans-serif;
34 font-family: Arial;
42 font-family: Arial;
  /external/iptables/iptables/
xtables-save.c 78 xtables_save_main(int family, const char *progname, int argc, char *argv[])
83 .family = family,
88 c = xtables_init_all(&xtables_globals, family);
127 h.family = AF_INET;
130 h.family = AF_INET6;
xtables-translate.c 144 family2str[h->family], p->table, p->chain);
147 family2str[h->family], p->table, p->chain);
170 switch (h->family) {
224 .family = h->family,
258 family2str[h->family], p.table, p.chain);
261 family2str[h->family], p.table);
273 family2str[h->family], p.table);
282 family2str[h->family], p.table, p.chain);
287 family2str[h->family], p.table, p.chain)
    [all...]
  /external/libnl/src/
nf-log.c 60 int family; local
67 printf("Usage: nf-log family group [ copy_mode ] "
74 family = nl_str2af(argv[1]);
75 if (family == AF_UNSPEC)
76 nl_cli_fatal(NLE_INVAL, "Unknown family \"%s\": %s",
77 argv[1], nl_geterror(family));
79 nfnl_log_pf_unbind(nf_sock, family);
80 if ((err = nfnl_log_pf_bind(nf_sock, family)) < 0)
  /frameworks/base/core/java/android/text/style/
TypefaceSpan.java 31 * be constructed either based on a font family or based on a <code>Typeface</code>. When
40 * <code>TypefaceSpan</code> based on a font family: "monospace", the resulted text will keep the
51 * from a font family.</figcaption>
62 * Constructs a {@link TypefaceSpan} based on the font family. The previous style of the
63 * TextPaint is kept. If the font family is null, the text paint is not modified.
65 * @param family The font family for this typeface. Examples include
68 public TypefaceSpan(@Nullable String family) {
69 this(family, null);
90 private TypefaceSpan(@Nullable String family, @Nullable Typeface typeface)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_video.c 229 return (rscreen->family < CHIP_TONGA) ? 2048 : 4096;
231 return (rscreen->family < CHIP_TONGA) ? 1152 : 2304;
241 return (rscreen->family < CHIP_TONGA) ? 1 : 2;
254 return rscreen->family >= CHIP_PALM;
256 if ((rscreen->family == CHIP_POLARIS10 ||
257 rscreen->family == CHIP_POLARIS11) &&
267 if (rscreen->family >= CHIP_STONEY)
270 else if (rscreen->family >= CHIP_CARRIZO)
278 return (rscreen->family < CHIP_TONGA) ? 2048 : 4096;
280 return (rscreen->family < CHIP_TONGA) ? 1152 : 4096
    [all...]
  /external/tcpdump/
print-rip.c 74 * | Address Family Identifier (2) | Route Tag (2) |
100 register u_short family; local
103 family = EXTRACT_16BITS(&ni->rip_family);
104 if (family != BSD_AFNUM_INET && family != 0) {
105 ND_PRINT((ndo, "\n\t AFI %s, ", tok2str(bsd_af_values, "Unknown (%u)", family)));
116 if (family == 0) {
131 register u_short family; local
133 family = EXTRACT_16BITS(&ni->rip_family);
134 if (family == 0xFFFF) { /* variable-sized authentication structures *
    [all...]
  /kernel/tests/net/test/
sock_diag.py 80 "InetDiagReqV2", "=BBBxIS", "family protocol ext states id",
84 "family state timer retrans id expires rqueue wqueue uid inode",
90 "family prefix_len port")
119 if msg.family == AF_INET or msg.family == AF_INET6:
152 if addr.family == AF_INET:
154 elif addr.family == AF_INET6:
229 family = AF_INET6 if ":" in addr else AF_INET
230 addr = inet_pton(family, addr)
231 arg = InetDiagHostcond((family, prefixlen, port)).Pack() + add
    [all...]
  /external/webrtc/webrtc/base/
virtualsocket_unittest.cc 148 EXPECT_EQ(pre_ip.family(), post_ip.family());
149 if (post_ip.family() == AF_INET) {
153 } else if (post_ip.family() == AF_INET6) {
170 ss_->CreateAsyncSocket(default_route.family(), SOCK_DGRAM);
171 socket->Bind(EmptySocketAddressWithFamily(default_route.family()));
178 ss_->CreateAsyncSocket(default_route.family(), SOCK_DGRAM);
198 AsyncSocket* socket = ss_->CreateAsyncSocket(initial_addr.family(),
203 EXPECT_EQ(server_addr.family(), initial_addr.family());
    [all...]
  /build/make/core/combo/arch/mips/
mips32r2-fp-xburst.mk 3 # support for the Madd family of instructions.
  /external/freetype/src/cache/
ftcglyph.h 31 * FTC_GNodes will belong to the same family in typical uses.
36 * * family: A pointer to a glyph `family'.
38 * - Family types are not fully specific in the FTC_Family type, but
82 * - Search for the corresponding family in the cache, or create
83 * a new one if necessary. Put it in FTC_GQUERY(myquery).family
128 * We can group glyphs into `families'. Each family correspond to a
138 FT_UInt num_nodes; /* current number of nodes in this family */
151 FTC_Family family; member in struct:FTC_GNodeRec_
163 FTC_Family family; member in struct:FTC_GQueryRec_
    [all...]
ftcimage.h 56 #define FTC_INODE_FAMILY( x ) FTC_GNODE(x)->family
59 (*FTC_IFamily_LoadGlyphFunc)( FTC_Family family,
84 /* Can be used as @FTC_Node_NewFunc. `gquery.index' and `gquery.family'
  /external/libnetfilter_conntrack/utils/
conntrack_dump.c 23 uint32_t family = AF_INET; local
33 ret = nfct_query(h, NFCT_Q_DUMP, &family);
expect_dump.c 23 uint8_t family = AF_INET; local
33 ret = nfexp_query(h, NFCT_Q_DUMP, &family);
  /external/lzma/C/
CpuArch.c 151 UInt32 family, model; local
155 family = x86cpuid_GetFamily(p.ver);
162 case CPU_FIRM_INTEL: return (family < 6 || (family == 6 && (
170 case CPU_FIRM_AMD: return (family < 5 || (family == 5 && (model < 6 || model == 0xA)));
171 case CPU_FIRM_VIA: return (family < 6 || (family == 6 && model < 0xF));
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
main_test.go 38 for _, family := range []int{syscall.AF_INET, syscall.AF_INET6} {
39 socketFunc(family, syscall.SOCK_STREAM, syscall.IPPROTO_TCP)
52 for _, family := range []int{syscall.AF_INET, syscall.AF_INET6} {
53 socketFunc(family, syscall.SOCK_STREAM, syscall.IPPROTO_TCP)
  /prebuilts/go/linux-x86/src/net/internal/socktest/
main_test.go 38 for _, family := range []int{syscall.AF_INET, syscall.AF_INET6} {
39 socketFunc(family, syscall.SOCK_STREAM, syscall.IPPROTO_TCP)
52 for _, family := range []int{syscall.AF_INET, syscall.AF_INET6} {
53 socketFunc(family, syscall.SOCK_STREAM, syscall.IPPROTO_TCP)
  /system/extras/multinetwork/
common.h 36 family(AF_UNSPEC),
44 sa_family_t family; member in struct:Arguments
  /external/iproute2/ip/
xfrm_monitor.c 53 __u16 family; local
63 family = xacq->sel.family;
64 if (family == AF_UNSPEC)
65 family = xacq->policy.sel.family;
66 if (family == AF_UNSPEC)
67 family = preferred_family;
82 xfrm_selector_print(&xacq->sel, family, fp, " sel ");
183 __u16 family; local
    [all...]
ipmaddr.c 35 int family; member in struct:__anon22159
96 struct ma_info m = { .addr.family = AF_PACKET };
123 .addr.family = AF_INET,
173 struct ma_info m = { .addr.family = AF_INET6 };
199 if (list->addr.family == AF_PACKET) {
205 switch (list->addr.family) {
213 fprintf(fp, "family %d ", list->addr.family);
217 format_host(list->addr.family,
247 if (!filter.family)
    [all...]
  /external/freetype/src/truetype/
ttsubpix.c 755 /* Does font name match rule family? */
820 const FT_String* family,
833 if ( family &&
834 ( is_member_of_family_class ( family, rule[i].family ) ) )
851 const FT_String* family,
864 if ( family &&
865 ( is_member_of_family_class ( family, rule[i].family ) ) )
882 const FT_String* family,
908 FT_String* family = face->root.family_name; local
    [all...]
  /external/iptables/extensions/
libxt_TRACE.c 18 .family = NFPROTO_UNSPEC,
  /external/mdnsresponder/mDNSWindows/
PosixCompat.h 46 inet_pton( int family, const char * addr, void * dst );
  /external/mesa3d/src/gallium/drivers/r300/
r300_chipset.h 46 /* Chipset family */
47 int family; member in struct:r300_capabilities
  /external/pdfium/core/fpdfapi/page/
cpdf_devicecs.h 16 explicit CPDF_DeviceCS(int family);

Completed in 663 milliseconds

1 2 3 45 6 7 8 91011>>