Searched refs:TEXT (Results 1 - 25 of 67) sorted by relevance

123

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DesktopProperties.cpp69 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 Dawt_Mlib.cpp52 hDLL = ::GetModuleHandle(TEXT("mlib_image.dll"));
H A Dawt_Dialog.h39 #define AWT_DIALOG_WINDOW_CLASS_NAME TEXT("SunAwtDialog")
H A DWPrinterJob.cpp94 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 Dawt_PrintControl.cpp167 ? _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 Dawt_TrayIcon.cpp106 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 Dawt_Window.h35 static LPCTSTR ModalBlockerProp = TEXT("SunAwtModalBlockerProp");
36 static LPCTSTR ModalDialogPeerProp = TEXT("SunAwtModalDialogPeerProp");
37 static LPCTSTR NativeDialogWndProcProp = TEXT("SunAwtNativeDialogWndProcProp");
H A Dawt_Frame.h42 #define AWT_FRAME_WINDOW_CLASS_NAME TEXT("SunAwtFrame")
H A Dawt_Button.cpp62 return TEXT("BUTTON");
311 labelStr = TEXT("");
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DMethod.java54 public static final String TEXT = "text"; field in class:Method
H A DSerializerFactoryImpl.java52 ! _method.equals( Method.TEXT ) ) {
101 } else if ( _method.equals( Method.TEXT ) ) {
H A DTextSerializer.java74 super( new OutputFormat( Method.TEXT, null, false ) );
80 super.setOutputFormat( format != null ? format : new OutputFormat( Method.TEXT, null, false ) );
H A DSerializerFactory.java65 factory = new SerializerFactoryImpl( Method.TEXT );
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DMethod.java29 * 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 DNodeTest.java34 public static final int TEXT = DTM.TEXT_NODE; field in interface:NodeTest
H A Dsym.java62 public static final int TEXT = 30; field in class:sym
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DConstants.java39 final static int TEXT = DTM.TEXT_NODE; field in interface:Constants
/openjdk7/jdk/test/javax/swing/text/CSSBorder/6796710/
H A Dbug6796710.java41 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 DMain.java53 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 DMain.java89 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 DItxtUtf8Test.java62 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 DSpp.java96 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 DSystemColor.java141 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 DAccessibleRole.java464 public static final AccessibleRole TEXT field in class:AccessibleRole
/openjdk7/jdk/src/windows/native/com/sun/security/auth/module/
H A Dnt.c630 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"),

Completed in 140 milliseconds

123