Searched refs:strings (Results 51 - 75 of 120) sorted by relevance

12345

/openjdk9/langtools/test/com/sun/javadoc/lib/
H A DJavadocTester.java75 * The checks can be either that a series of strings are found or are not found.
94 * <i>strings-to-find</i>);
96 * <i>strings-to-not-find</i>);
368 * Within the search strings, the newline character \n
372 * where to look for the search strings.
373 * @param expectedFound true if all of the search strings are expected
374 * to be found, or false if all of the strings are expected to be
376 * @param strings the strings to be searched for
378 public void checkOutput(String path, boolean expectedFound, String... strings) { argument
403 checkOutput(Output output, boolean expectedFound, String... strings) argument
407 checkOutput(String path, String fileString, boolean expectedFound, String... strings) argument
450 checkOrder(String path, String... strings) argument
476 checkUnique(String path, String... strings) argument
[all...]
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java252 String[] strings = new String[4]; // leave room for index == 3 to return null
256 strings[0] = getSimpleString(keyString);
258 strings[0] = getSimpleString(keyString.substring(0, n));
261 strings[1] = getSimpleString(keyString.substring(n+1));
265 strings[1] = getSimpleString(keyString.substring(n+1, m));
266 strings[2] = getSimpleString(keyString.substring(m+1));
275 if (strings[strx] == null) {
276 src = strings[0]; // use strings[0] twice for each other string
279 src = strings[str
[all...]
/openjdk9/jdk/test/tools/jlink/plugins/
H A DCompressorPluginTest.java229 final Map<Integer, String> strings = new HashMap<>();
235 strings.put(id, str);
241 return strings.get(id);
248 applyDecompressors(factories, inputResourcesMgr.resourcePool(), compressedResources, strings, includesPatterns);
294 Map<Integer, String> strings,
309 strings::get, decompressed,
291 applyDecompressors(ResourceDecompressorFactory[] decompressors, ResourcePool inputResources, ResourcePool compressedResources, Map<Integer, String> strings, List<Pattern> includesPatterns) argument
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputMethod.java115 String[] strings = text.split("\n");
117 for (String s : strings) {
/openjdk9/jdk/src/java.base/macosx/native/libnio/ch/
H A DKQueue.c34 #include <strings.h>
/openjdk9/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp108 AbstractInterpreter::code()->commit(committed_code_size, (*_masm)->code()->strings());
/openjdk9/hotspot/src/share/vm/code/
H A DicBuffer.hpp53 CodeStrings strings) { _size = size; _ic_site = NULL; }
52 initialize(int size, CodeStrings strings) argument
/openjdk9/hotspot/test/compiler/compilercontrol/share/scenario/
H A DState.java55 * @param strings array of strings that represent the state
59 public static State fromString(String[] strings) { argument
60 Asserts.assertNotNull(strings, "Non null array is required");
61 Asserts.assertNE(strings.length, 0, "Non empty array is required");
63 for (String string : strings) {
/openjdk9/jdk/test/javax/net/ssl/ALPN/
H A DSSLEngineAlpnTest.java254 * Convert a comma-separated list into an array of strings.
265 String[] strings;
267 strings = list.split(",");
269 strings = new String[]{ list };
272 return strings;
H A DSSLSocketAlpnTest.java404 * Convert a comma-separated list into an array of strings.
415 String[] strings;
417 strings = list.split(",");
419 strings = new String[]{ list };
422 return strings;
H A DSSLServerSocketAlpnTest.java408 * Convert a comma-separated list into an array of strings.
419 String[] strings;
421 strings = list.split(",");
423 strings = new String[]{ list };
426 return strings;
/openjdk9/jdk/test/sun/management/jmxremote/bootstrap/
H A Dlauncher.c29 #include <strings.h>
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCDataTransferer.java152 String[] strings = dragQueryFile(bytes);
153 if(strings == null) {
157 strings).getBytes();
/openjdk9/jdk/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DArguments.java60 private boolean strings; field in class:Arguments
105 // -strings - output strings with -name output
179 } else if ((arg.compareTo("-strings") == 0)
181 strings = true;
369 return strings;
/openjdk9/jdk/test/java/awt/datatransfer/MissedHtmlAndRtfBug/
H A DMissedHtmlAndRtfBug.java89 private String concatStrings(String[] strings) { argument
91 for (int i = 0; i < strings.length; i++) {
92 result.append(strings[i]);
/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DCalendar.java202 * The date or time format strings are not part of the definition of a
751 * are typically single character strings, such as "M" for Monday.
764 * are typically single character strings, such as "M" for Monday.
1696 // NOTE: The language, country and variant strings are interned.
2113 String[] strings = getFieldStrings(field, style, symbols);
2114 if (strings != null) {
2115 if (fieldValue < strings.length) {
2116 return strings[fieldValue];
2147 * all strings returned by {@link DateFormatSymbols#getShortMonths()}
2201 String[] strings
[all...]
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/jimage/
H A DBasicImageReader.java80 private final ByteBuffer strings; field in class:BasicImageReader
170 strings = slice(memoryMap, header.getStringsOffset(), header.getStringsSize());
329 if (offset < 0 || offset >= strings.limit()) {
333 ByteBuffer buffer = slice(strings, offset, strings.limit() - offset);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DCSS.java829 * strings are valid.
1508 * @return an array of all the strings in <code>value</code>
1839 * strings. They also have no conversion to/from
1843 * CSS attributes that are held as strings.
2671 String[] strings = CSS.parseStrings(value);
2672 int count = strings.length;
2683 String string = strings[index++];
2729 LengthUnit lu = new LengthUnit(strings[0], (short)0, 0f);
2743 lu = new LengthUnit(strings[1], (short)0, 0f);
2981 String[] strings
[all...]
/openjdk9/jdk/make/src/classes/build/tools/cldrconverter/
H A DBundle.java209 // merge individual strings into arrays
461 String[] strings = (String[]) value;
463 for (int i = 0; i < strings.length; i++) {
464 if (strings[i] == null || strings[i].length() == 0) {
465 strings[i] = pstrings[i];
468 return Arrays.equals(strings, pstrings);
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DFigure.java282 String[] strings = diagram.getNodeText().split("\n");
283 String[] result = new String[strings.length];
285 for (int i = 0; i < strings.length; i++) {
286 result[i] = resolveString(strings[i], getProperties());
/openjdk9/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_sparcWorks.hpp37 # include <strings.h> // for bsd'isms
/openjdk9/hotspot/src/share/vm/runtime/
H A DstubCodeGenerator.cpp78 blob->set_strings(cbuf->strings());
/openjdk9/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dsecitem.c59 #include <strings.h>
/openjdk9/jdk/test/javax/management/openmbean/
H A DBadConstraintTest.java188 Set<String> strings = new HashSet<String>();
190 strings.add(x.toString());
193 "legalValues", strings));
197 strings.toArray(new String[0])));
/openjdk9/jdk/test/java/net/httpclient/websocket/
H A DDummyWebSocketServer.java110 List<String> strings = asList(request.toString().split("\r\n"));
111 List<String> response = mapping.apply(strings);

Completed in 170 milliseconds

12345