Lines Matching defs:code
21 * file that accompanied this code.
35 * its licensees as provided above. However, if you add GPL Version 2 code
37 * only if the new code is made subject to such option by the copyright
72 int code = invokeServlet(url);
73 report(code);
84 int code = c1.getResponseCode();
95 return code;
98 private void report(int code) {
99 if(code != 200) {
100 log("Incorrect return code: " + code);