Searched refs:expects (Results 1 - 10 of 10) sorted by relevance

/openjdk7/langtools/test/tools/javap/
H A DT4501660.java63 void verify(String output, String... expects) { argument
64 for (String expect: expects) {
H A DT4876942.java57 void verify(String output, String... expects) { argument
58 for (String expect: expects) {
H A DT4880663.java75 void verify(File classFile, String... expects) { argument
77 for (String expect: expects) {
H A DT4880672.java48 void verify(String className, String... expects) { argument
50 for (String expect: expects) {
H A DT4975569.java52 void verify(String className, String... expects) { argument
54 for (String expect: expects) {
H A DT6271787.java76 void verify(File classFile, String... expects) { argument
78 for (String expect: expects) {
H A DT6868539.java60 void verify(String output, String... expects) { argument
61 for (String expect: expects) {
H A DT6729471.java88 void verify(String className, String... expects) { argument
90 for (String expect: expects) {
/openjdk7/langtools/test/tools/javap/4870651/
H A DT4870651.java70 void verify(String className, String... expects) { argument
72 for (String expect: expects) {
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java1094 String expects = requests.findValue("Expect");
1095 if ("100-Continue".equalsIgnoreCase(expects)) {

Completed in 59 milliseconds