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);
83 int code = c1.getResponseCode();
92 return code;
95 private void report(int code) {
96 if(code != 200) {
97 log("Incorrect return code: " + code);