Searched refs:txt (Results 1 - 25 of 79) sorted by relevance

1234

/openjdk10/jdk/src/java.desktop/share/classes/javax/accessibility/
H A DAccessibleTextSequence.java59 * @param txt the {@code String} shared by this text span
62 public AccessibleTextSequence(int start, int end, String txt) { argument
65 text = txt;
/openjdk10/jdk/test/java/lang/StringCoding/
H A DCheckEncodings.sh57 locale -a > machine_locales.txt
59 # ${TESTSRC}/locales.txt contains the list of "fully supported" locales
61 cat ${TESTSRC}/locales.txt machine_locales.txt | sort | uniq > locale_union.txt
63 for i in `xargs < locale_union.txt` ; do
/openjdk10/jdk/test/java/awt/font/JNICheck/
H A DLoadFontsJNICheck.sh47 -cp "${CP}" -Xcheck:jni LoadFontsJNICheck | grep "local refs" > "${CP}"/log.txt
50 if [ -s "${CP}"/log.txt ]; then
52 cat "${CP}"/log.txt
H A DJNICheck.sh52 -cp "${CP}" -Xcheck:jni JNICheck | grep -v SIG | grep -v Signal | grep -v CallStatic > "${CP}"/log.txt
55 if [ -s "${CP}"/log.txt ]; then
/openjdk10/jdk/test/java/lang/ProcessBuilder/InheritIO/
H A DInheritIO.sh61 'InheritIO$'${TEST_NAME} printf message > stdout.txt 2> stderr.txt
70 OUT_RECEIVED=`cat stdout.txt`
77 ERR_RECEIVED=`cat stderr.txt`
/openjdk10/langtools/make/test/
H A Dcontents.sh36 if diff ${TESTSRC}/contents.gold.txt contents.tmp ; then
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWLabelPeer.java68 String txt = l.getText();
69 if (txt != null) {
70 setText(txt);
/openjdk10/jdk/make/gendata/
H A DGendataCryptoPolicy.gmk55 $(POLICY_DIR)/README.txt: $(POLICY_SRC_DIR)/README.txt
65 $(POLICY_DIR)/README.txt \
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/fault/
H A DReasonType.java44 ReasonType(String txt) { argument
45 text.add(new TextType(txt));
/openjdk10/jdk/test/java/lang/System/LoggerFinder/internal/BootstrapLogger/
H A DLogStream.java53 String txt = BAOS.toString();
55 return txt;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DSOAPTextImpl.java78 String txt = getNodeValue();
79 if (txt == null) {
82 return txt.startsWith("<!--") && txt.endsWith("-->");
/openjdk10/langtools/make/test/bootstrap/
H A Djavadoc.sh38 if diff ${TESTSRC}/../HelloWorld.javadoc.gold.txt javadoc.tmp ; then
/openjdk10/jdk/test/sun/security/tools/jarsigner/
H A Dnewsize7.sh62 touch ns7.txt
63 $JAR cvf ns7.jar ns7.txt
/openjdk10/jdk/test/javax/swing/JTableHeader/6442918/
H A Dbug6442918a.java80 String txt = "\nInstructions:\n\n";
81 txt += "Only the last column header should show \"...\".";
82 area.setText(txt);
/openjdk10/jdk/test/javax/swing/JComboBox/4515752/
H A DDefaultButtonTest.java188 StringBuffer txt = new StringBuffer("Test for 4337071:\n");
189 txt.append("ENTER pressed in NON-EDITABLE combo box should be passed to the OK button.\n");
190 txt.append("For an EDITABLE combo box, the combo box should fire an action event.");
191 txt.append("\n\nTest for 4515752:\n");
192 txt.append("ENTER on an EDITABLE combo box in which the contents has not changed\n");
193 txt.append("should be passed to the default button");
195 JTextArea text = new JTextArea(txt.toString());
/openjdk10/langtools/test/
H A DMakefile100 PROBLEM_LISTS=ProblemList.txt
317 # (Optional) reference results (e.g. work, report or summary.txt)
322 $(JTREG_OUTPUT_DIR)/diff.html $(JTREG_OUTPUT_DIR)/status.txt
334 echo $$status > $(JTREG_OUTPUT_DIR)/status.txt \
336 ) 2>&1 | tee $(JTREG_OUTPUT_DIR)/output.txt
344 @if [ -r $(JTREG_OUTPUT_DIR)/status.txt ]; then \
346 cat $(JTREG_OUTPUT_DIR)/JTreport/text/summary.txt | \
349 $(EXIT) `cat $(JTREG_OUTPUT_DIR)/status.txt` ; \
375 # (Optional) reference results (e.g. work, report or summary.txt)
379 $(JCK_COMPILER_OUTPUT_DIR)/diff.html $(JCK_COMPILER_OUTPUT_DIR)/status.txt
[all...]
/openjdk10/jdk/make/gensrc/
H A DGensrcCharacterData.gmk42 -spec $(UNICODEDATA)/UnicodeData.txt \
43 -specialcasing $(UNICODEDATA)/SpecialCasing.txt \
44 -proplist $(UNICODEDATA)/PropList.txt \
/openjdk10/hotspot/make/gensrc/
H A DGenerateSources.gmk47 # The Xusage.txt file needs to have platform specific path separator
49 SOURCE_FILES := $(HOTSPOT_TOPDIR)/src/share/vm/Xusage.txt, \
50 OUTPUT_FILE := $(JVM_LIB_OUTPUTDIR)/Xusage.txt, \
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DJPasswordField.java130 * @param txt the text to be displayed, <code>null</code> if none
136 public JPasswordField(Document doc, String txt, int columns) { argument
137 super(doc, txt, columns);
295 Segment txt = new Segment();
297 doc.getText(0, doc.getLength(), txt); // use the non-String API
301 char[] retValue = new char[txt.count];
302 System.arraycopy(txt.array, txt.offset, retValue, 0, txt.count);
/openjdk10/langtools/make/test/lib/
H A Dsrc.sh45 if diff ${TESTSRC}/src.gold.txt expect.lst ; then
H A Dclasses.sh45 if diff ${TESTSRC}/classes.gold.txt expect.lst ; then
H A Djavadoc.sh42 if diff ${TESTSRC}/../HelloWorld.javadoc.gold.txt javadoc.tmp ; then
H A Djavap.sh41 if diff ${TESTSRC}/../HelloWorld.javap.gold.txt javap.tmp ; then
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DDocument.java349 * If the partialReturn property on the txt parameter is false, the
376 * @param txt the Segment object to return the text in
382 public void getText(int offset, int length, Segment txt) throws BadLocationException; argument
/openjdk10/hotspot/test/compiler/aot/scripts/
H A Dbuild-jdk.vm-modules.sh47 if [ -f $DIR/$m-list.txt ]; then
48 LIST="--compile-commands $DIR/$m-list.txt"
61 if [ -f $DIR/$m-list.txt ]; then
62 LIST="--compile-commands $DIR/$m-list.txt"
75 if [ -f $DIR/$m-list.txt ]; then
76 LIST="--compile-commands $DIR/$m-list.txt"
89 if [ -f $DIR/$m-list.txt ]; then
90 LIST="--compile-commands $DIR/$m-list.txt"

Completed in 358 milliseconds

1234