Searched refs:family (Results 26 - 50 of 60) sorted by relevance

123

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFontConfigManager.java240 logger.info("FC font " + fci.fcName+" maps to family " +
391 /* First, see if the family and exact style is already registered.
399 FontFamily family = FontFamily.getFamily(fcInfo.firstFont.familyName);
401 if (family != null) {
402 Font2D f2D = family.getFontWithExactStyleMatch(fcInfo.style);
414 family = FontFamily.getFamily(physFont.getFamilyName(null));
417 /* Now register the fonts in the family (the other styles) after
423 * so we can find all the family members which must be registered
431 family.getFontWithExactStyleMatch(fc.style) == null) {
/openjdk7/jdk/src/windows/native/java/net/
H A Dnet_util_md.c59 { WSAEAFNOSUPPORT, 0, "Address family not supported by protocol family" },
82 { WSAEPFNOSUPPORT, 0, "Protocol family not supported" },
597 int family = a->sin6_family; local
599 if (family == AF_INET) {
674 int family = b->addr->him.sa_family; local
679 if (family == AF_INET && (b->addr->him4.sin_addr.s_addr != INADDR_ANY)) {
691 if (family == AF_INET6 && (!IN6_IS_ADDR_ANY(&b->addr->him6.sin6_addr))) {
707 if (family == AF_INET) {
762 fd = (int)socket (family, sotyp
849 jint family, iafam; local
[all...]
H A DTwoStacksPlainDatagramSocketImpl.c429 int fd, fd1, family; local
436 family = getInetAddress_family(env, addressObj);
437 if (family == IPv6 && !ipv6_supported) {
439 "Protocol family not supported");
533 /* The packetAddress address, family and port */
534 jint addr, family; local
558 family = getInetAddress_family(env, address);
559 if (family == IPv6 && !ipv6_supported) {
561 "Protocol family not supported");
565 fdc = family
595 Java_java_net_TwoStacksPlainDatagramSocketImpl_disconnect0(JNIEnv *env, jobject this, jint family) argument
646 jint family; local
804 jint address, family; local
1573 getInetAddrFromIf(JNIEnv *env, int family, jobject nif, jobject *iaddr) argument
2361 int len, family; local
[all...]
H A DTwoStacksPlainSocketImpl.c195 /* family and localport are int fields of iaObj */
196 int family; local
230 family = him.him.sa_family;
231 if (family == AF_INET6) {
234 "Protocol family not supported");
407 /* family is an int field of iaObj */
408 int family; local
416 family = getInetAddress_family(env, iaObj);
418 if (family == IPv6 && !ipv6_supported) {
420 "Protocol family no
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DInetAddress.java109 * The textual representation of an IP address is address family specific.
192 * Specify the address family: Internet Protocol, Version 4
198 * Specify the address family: Internet Protocol, Version 6
203 /* Specify address family preference */
210 InetAddressHolder(String hostName, int address, int family) { argument
213 this.family = family;
232 * Specifies the address family type, for instance, '1' for IPv4
235 int family; field in class:InetAddress.InetAddressHolder
238 return family;
[all...]
H A DInet6Address.java218 holder().family = IPv6;
227 holder().family = IPv6;
330 holder().family = IPv6;
454 throw new InvalidObjectException("invalid address family type");
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DBasicMulticastTests.java51 ProtocolFamily family = (group instanceof Inet4Address) ?
54 DatagramChannel dc = DatagramChannel.open(family)
/openjdk7/jdk/test/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java140 public DatagramChannel openDatagramChannel(ProtocolFamily family) argument
143 return provider.openDatagramChannel(family);
H A DRmidViaInheritedChannel.java130 public DatagramChannel openDatagramChannel(ProtocolFamily family) argument
133 return provider.openDatagramChannel(family);
/openjdk7/jdk/test/sun/management/jdp/
H A DJdpClient.java130 ProtocolFamily family = (address instanceof Inet6Address)
135 channel = DatagramChannel.open(family);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleConstants.java97 * Name of the font family.
99 public static final Object FontFamily = new FontConstants("family");
102 * Name of the font family.
345 * Gets the font family setting from the attribute list.
348 * @return the font family, "Monospaced" as the default
351 String family = (String) a.getAttribute(FontFamily);
352 if (family == null) {
353 family = "Monospaced";
355 return family;
/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DSelectorProvider.java193 * @param family
194 * The protocol family
199 * If the specified protocol family is not supported
205 public abstract DatagramChannel openDatagramChannel(ProtocolFamily family) argument
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DFontEditor.java128 String family = familyChoser.getSelectedItem();
132 Font f = new Font(family, style, size);
135 System.err.println("Couldn't create font " + family + "-" +
/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c80 int family; /* to make searches simple */ member in struct:_netaddr
137 static netif *addif(JNIEnv *env, int sock, const char * if_name, netif *ifs, struct sockaddr* ifr_addrP, int family, short prefix);
155 static netif *enumIPvXInterfaces(JNIEnv *env, int sock, netif *ifs, int family);
299 int family = (getInetAddress_family(env, iaObj) == IPv4) ? AF_INET : AF_INET6; local
301 int family = AF_INET; local
321 if (family == addrP->family) {
322 if (family == AF_INET) {
333 if (family == AF_INET6) {
647 if (addrP->family
837 addif(JNIEnv *env, int sock, const char * if_name, netif *ifs, struct sockaddr* ifr_addrP, int family, short prefix) argument
1382 enumIPvXInterfaces(JNIEnv *env, int sock, netif *ifs, int family) argument
[all...]
H A Dnet_util_md.c359 * xinetd. If it's a socket then check the family - if it's an
820 jint family; local
821 family = getInetAddress_family(env, iaObj);
823 /* needs work. 1. family 2. clean up him6 etc deallocate memory */
824 if (ipv6_available() && !(family == IPv4 && v4MappedAddress == JNI_FALSE)) {
831 if (family == IPv4) { /* will convert to IPv4-mapped address */
929 if (family != IPv4) {
940 if (family == IPv6) {
941 JNU_ThrowByName(env, JNU_JAVANETPKG "SocketException", "Protocol family unavailable");
1548 * ## with family se
[all...]
H A DPlainDatagramSocketImpl.c291 /* The packetAddress address, family and port */
333 Java_java_net_PlainDatagramSocketImpl_disconnect0(JNIEnv *env, jobject this, jint family) { argument
556 jint family; local
619 family = getInetAddress_family(env, iaObj) == IPv4? AF_INET : AF_INET6;
621 family = AF_INET;
623 if (family == AF_INET) { /* this api can't handle IPV6 addresses */
2347 jint family; local
2349 family = getInetAddress_family(env, iaObj) == IPv4? AF_INET : AF_INET6;
2350 if (family == AF_INET) { /* will convert to IPv4-mapped address */
2402 if (family
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c1151 FcChar8 **family, **styleStr, **fullname, **file; local
1188 * Next create separate C arrrays of length nfonts for family file etc.
1193 family = (FcChar8**)calloc(nfonts, sizeof(FcChar8*));
1197 if (family == NULL || styleStr == NULL ||
1199 if (family != NULL) {
1200 free(family);
1248 free(family);
1249 free(family);
1281 (*FcPatternGetString)(fontPattern, FC_FAMILY, 0, &family[j]);
1291 * The non-null entries of "family[]" et
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMinimalHTMLWriter.java46 * font-family: SansSerif;
551 * attributes such as font family and font size have no direct
584 String family = (String)attr.getAttribute(StyleConstants.FontFamily);
585 if (family != null) {
589 style += "font-family: " + family;
H A DCSS.java54 * <ul><li>font-family
267 new Attribute("font-family", null, true);
703 String family = (familyValue != null) ? familyValue.getValue() :
715 if (family.equalsIgnoreCase("monospace")) {
716 family = Font.MONOSPACED;
718 Font f = sc.getFont(family, style, size);
721 && ! family.equalsIgnoreCase(Font.DIALOG))) {
722 family = Font.SANS_SERIF;
723 f = sc.getFont(family, style, size);
1972 * Returns the font family t
2063 String family; field in class:CSS.FontFamily
[all...]
/openjdk7/jdk/src/windows/classes/java/net/
H A DTwoStacksPlainDatagramSocketImpl.java203 protected native void disconnect0(int family); argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DNames.java109 public final Name family; field in class:Names
222 family = fromString("family");
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11FontManager.java141 * Takes family name property in the following format:
546 String family = name.substring(hPos[FAMILY_NAME_FIELD-1]+1,
558 if (family.equals("itc zapfdingbats")
815 protected FontUIResource getFontConfigFUIR(String family, int style, int size) { argument
817 CompositeFont font2D = getFontConfigManager().getFontConfigFont(family, style);
820 return new FontUIResource(family, style, size);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp41 family : 4, member in struct:VM_Version::StdCpuid1Eax::__anon54
366 uint32_t result = _cpuid_info.std_cpuid1_eax.bits.family;
469 assert(_cpuid_info.std_cpuid1_eax.bits.family != 0, "VM_Version not initialized");
473 // Processor family:
479 // family 6 model: 9, 13, 14, 15
482 // Note: The cpu family should be used to select between
/openjdk7/jdk/src/share/native/java/net/
H A Dnet_util.h62 extern void setInetAddress_family(JNIEnv *env, jobject iaObj, int family);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java710 String family = font2D.getFamilyName(null);
712 if (!wPrinterJob.setFont(family, scaledFontSizeY, style,
749 String family = slotFont.getFamilyName(null);
751 if (!wPrinterJob.setFont(family, scaledFontSizeY, style,
784 String family = font2D.getFamilyName(null);
787 boolean setFont = wPrinterJob.setFont(family, deviceSize, style,

Completed in 110 milliseconds

123