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
53 int failCode = 3; // Fail code for runtime failure.
69 int code = invokeServlet(url);
70 report(code);
80 int code = c1.getResponseCode();
89 return code;
92 private void report(int code) {
93 if(code != 200) {
94 log("Incorrect return code: " + code);