/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_DesktopProperties.cpp | 69 SetIntegerProperty( TEXT("win.properties.version"), AWT_DESKTOP_PROPERTIES_VERSION); 83 HDC dc = CreateDC(TEXT("DISPLAY"), NULL, NULL, NULL); 86 SetFontProperty(dc, ANSI_FIXED_FONT, TEXT("win.ansiFixed.font")); 87 SetFontProperty(dc, ANSI_VAR_FONT, TEXT("win.ansiVar.font")); 88 SetFontProperty(dc, DEVICE_DEFAULT_FONT, TEXT("win.deviceDefault.font")); 89 SetFontProperty(dc, DEFAULT_GUI_FONT, TEXT("win.defaultGUI.font")); 90 SetFontProperty(dc, OEM_FIXED_FONT, TEXT("win.oemFixed.font")); 91 SetFontProperty(dc, SYSTEM_FONT, TEXT("win.system.font")); 92 SetFontProperty(dc, SYSTEM_FIXED_FONT, TEXT("win.systemFixed.font")); 131 LPTSTR subKey = TEXT("Softwar [all...] |
H A D | awt_Mlib.cpp | 52 hDLL = ::GetModuleHandle(TEXT("mlib_image.dll"));
|
H A D | awt_Dialog.h | 39 #define AWT_DIALOG_WINDOW_CLASS_NAME TEXT("SunAwtDialog")
|
H A D | WPrinterJob.cpp | 94 if (GetProfileString(TEXT("windows"), TEXT("device"), TEXT(",,,"), 247 HDC pdc = CreateDC(TEXT("WINSPOOL"), printerName, NULL, NULL); 663 LPTSTR printerName = NULL, printerPort = TEXT("LPT1"); 678 printerPort = TEXT("LPT1"); 726 HDC pdc = CreateDC(TEXT("WINSPOOL"), printerName, NULL, NULL); 994 DocInfo.pDatatype = TEXT("RAW");
|
H A D | awt_PrintControl.cpp | 167 ? _tcstok(info5->pPortName, TEXT(",")) : NULL; 175 ? _tcstok(info2->pPortName, TEXT(",")) : NULL; 214 LPTSTR port = _tcstok(info5->pPortName, TEXT(",")); 221 port = _tcstok(NULL, TEXT(",")); 391 info2->pPortName = _tcstok(info2->pPortName, TEXT(",")); 933 TEXT("") : lpcNames + devnames->wDeviceOffset); 942 TEXT("") : lpcNames + devnames->wOutputOffset);
|
H A D | awt_TrayIcon.cpp | 106 return TEXT("SunAwtTrayIcon"); 147 HWND hWnd = ::CreateWindow(AwtTrayIcon::GetClassName(), TEXT("TrayMessageWindow"), 235 s_msgTaskbarCreated = ::RegisterWindowMessage(TEXT("TaskbarCreated")); 799 if (lstrcmp(msgType, TEXT("ERROR")) == 0) { 801 } else if (lstrcmp(msgType, TEXT("WARNING")) == 0) { 803 } else if (lstrcmp(msgType, TEXT("INFO")) == 0) { 805 } else if (lstrcmp(msgType, TEXT("NONE")) == 0) {
|
H A D | awt_Window.h | 35 static LPCTSTR ModalBlockerProp = TEXT("SunAwtModalBlockerProp"); 36 static LPCTSTR ModalDialogPeerProp = TEXT("SunAwtModalDialogPeerProp"); 37 static LPCTSTR NativeDialogWndProcProp = TEXT("SunAwtNativeDialogWndProcProp");
|
H A D | awt_Frame.h | 42 #define AWT_FRAME_WINDOW_CLASS_NAME TEXT("SunAwtFrame")
|
H A D | awt_Button.cpp | 62 return TEXT("BUTTON"); 311 labelStr = TEXT("");
|
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/ |
H A D | Method.java | 54 public static final String TEXT = "text"; field in class:Method
|
H A D | SerializerFactoryImpl.java | 52 ! _method.equals( Method.TEXT ) ) { 101 } else if ( _method.equals( Method.TEXT ) ) {
|
H A D | TextSerializer.java | 74 super( new OutputFormat( Method.TEXT, null, false ) ); 80 super.setOutputFormat( format != null ? format : new OutputFormat( Method.TEXT, null, false ) );
|
H A D | SerializerFactory.java | 65 factory = new SerializerFactoryImpl( Method.TEXT );
|
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/ |
H A D | Method.java | 29 * Three default output methods are defined: XML, HTML, and TEXT. 69 public static final String TEXT = "text"; field in class:Method
|
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/ |
H A D | NodeTest.java | 34 public static final int TEXT = DTM.TEXT_NODE; field in interface:NodeTest
|
H A D | sym.java | 62 public static final int TEXT = 30; field in class:sym
|
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/ |
H A D | Constants.java | 39 final static int TEXT = DTM.TEXT_NODE; field in interface:Constants
|
/openjdk7/jdk/test/javax/swing/text/CSSBorder/6796710/ |
H A D | bug6796710.java | 41 public static final String TEXT = "<html>" + field in class:bug6796710 83 editorPane.setText(TEXT);
|
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/ |
H A D | Main.java | 53 static final int TEXT = 0; field in class:Main 63 static int format = TEXT; 158 if (format != TEXT) 162 if (format != TEXT) 240 case TEXT:
|
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/ |
H A D | Main.java | 89 static final int TEXT = 0; field in class:Main 99 static int format = TEXT; 233 if (format != TEXT) 237 if (format != TEXT) 409 case TEXT:
|
/openjdk7/jdk/test/javax/imageio/plugins/png/ |
H A D | ItxtUtf8Test.java | 62 TEXT = "\u24c9\u24d4\u24e7\u24e3" + field in class:ItxtUtf8Test 165 entry.setAttribute("text", TEXT); 172 entry.setAttribute("text", TEXT); 210 if (!TEXT.equals(text)) 218 if (!TEXT.equals(text))
|
/openjdk7/jdk/make/tools/src/build/tools/spp/ |
H A D | Spp.java | 96 static final String TEXT = "([a-zA-Z0-9&;,.<>/#() \\$]+)"; // $ -- hack embedded $var$ field in class:Spp 107 Matcher vardef = Pattern.compile("\\{#if\\[(!)?" + KEY + "\\]\\?" + TEXT + "(:"+ TEXT + ")?\\}|\\$" + VAR + "\\$").matcher("");
|
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | SystemColor.java | 141 public final static int TEXT = 12; field in class:SystemColor 340 public final static SystemColor text = new SystemColor((byte)TEXT);
|
/openjdk7/jdk/src/share/classes/javax/accessibility/ |
H A D | AccessibleRole.java | 464 public static final AccessibleRole TEXT field in class:AccessibleRole
|
/openjdk7/jdk/src/windows/native/com/sun/security/auth/module/ |
H A D | nt.c | 630 dwSidSize=wsprintf(TextualSid, TEXT("S-%lu-"), dwSidRev ); 635 TEXT("0x%02hx%02hx%02hx%02hx%02hx%02hx"), 644 TEXT("%lu"), 653 dwSidSize+=wsprintf(TextualSid + dwSidSize, TEXT("-%lu"), 675 hModule = LoadLibraryEx(TEXT("netmsg.dll"),
|