/glassfish-3.1.2/tests/jbi/bare_doc_literal/se_consumer_se_provider/client/ |
H A D | TestClient.java | 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 70 int code = invokeServlet(url); 71 report(code); 81 int code = c1.getResponseCode(); 93 return code; 96 private void report(int code) { argument 97 if(code != 200) { 98 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/rpc_literal/se_consumer_se_provider/bundled_wsdl/client/ |
H A D | TestClient.java | 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 71 int code = invokeServlet(url); 72 report(code); 82 int code = c1.getResponseCode(); 94 return code; 97 private void report(int code) { argument 98 if(code != 200) { 99 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/rpc_literal/se_consumer_se_provider/generated_wsdl/client/ |
H A D | TestClient.java | 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 70 int code = invokeServlet(url); 71 report(code); 81 int code = c1.getResponseCode(); 93 return code; 96 private void report(int code) { argument 97 if(code != 200) { 98 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/service_unit/add-numbers/client/ |
H A D | TestClient.java | 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 71 int code = invokeServlet(url); 72 report(code); 82 int code = c1.getResponseCode(); 91 return code; 94 private void report(int code) { argument 95 if(code != 200) { 96 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/service_unit/endpoint_mapping/client/ |
H A D | TestClient.java | 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 71 int code = invokeServlet(url); 72 report(code); 82 int code = c1.getResponseCode(); 91 return code; 94 private void report(int code) { argument 95 if(code != 200) { 96 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/soapfault/se_consumer/client/ |
H A D | TestClient.java | 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) { argument 96 if(code != 200) { 97 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/soapfault/se_consumerNprovider/client/ |
H A D | TestClient.java | 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) { argument 96 if(code != 200) { 97 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/client/web/client/ |
H A D | TestClient.java | 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) { argument 99 if(code != 200) { 100 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/security/jse_only/client/ |
H A D | TestClient.java | 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 73 int code = invokeServlet(url,passwd); 74 report(code); 87 int code = c1.getResponseCode(); 98 return code; 101 private void report(int code) { argument 102 if(code != 200) { 103 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/service_unit/compApp-client/client/ |
H A D | TestClient.java | 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) { argument 99 if(code != 200) { 100 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/service_unit/endpoint_mapping_consumer/client/ |
H A D | TestClient.java | 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) { argument 99 if(code != 200) { 100 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/transactions/jse_only/client/ |
H A D | TestClient.java | 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 73 int code = invokeServlet(url); 74 report(code); 85 int code = c1.getResponseCode(); 96 return code; 99 private void report(int code) { argument 100 if(code != 200) { 101 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbcommit/client/ |
H A D | TestClient.java | 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 73 int code = invokeServlet(url); 74 report(code); 85 int code = c1.getResponseCode(); 96 return code; 99 private void report(int code) { argument 100 if(code != 200) { 101 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbcommit1/client/ |
H A D | TestClient.java | 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 73 int code = invokeServlet(url); 74 report(code); 85 int code = c1.getResponseCode(); 96 return code; 99 private void report(int code) { argument 100 if(code != 200) { 101 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbrollback/client/ |
H A D | TestClient.java | 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) { argument 99 if(code != 200) { 100 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbrollback1/client/ |
H A D | TestClient.java | 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 73 int code = invokeServlet(url); 74 report(code); 85 int code = c1.getResponseCode(); 96 return code; 99 private void report(int code) { argument 100 if(code != 200) { 101 log("Incorrect return code [all...] |
/glassfish-3.1.2/tests/osgi-javaee/osgi-web/common/ |
H A D | Reporter.java | 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 95 int code = Integer.parseInt(args[1]); 96 reporter.printStatus(args[0], code); 100 public void printStatus(String testName, int code) { argument 106 out.write(testName + " :: " + statusCode[code] + "\n");
|
H A D | TestClient.java | 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) { argument 93 if(code ! [all...] |
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/remote/ |
H A D | RemoteResponseManager.java | 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 71 public RemoteResponseManager(InputStream in, int code, Logger logger) argument 73 this.code = code; 113 if(code != HTTP_SUCCESS_CODE) { 114 throw new RemoteFailureException(strings.get("badHttpCode", code)); 129 private int code; field in class:RemoteResponseManager
|
H A D | RemoteAdminCommand.java | 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 170 * Interface to enable factoring out common HTTP connection management code. 580 * Any exception handling code inside the loop that changes something 622 * Any code that wants to trigger a retry will say so explicitly. 865 * This code constructs the HttpConnectorAddress in a way that uses either 912 int code = urlConnection.getResponseCode(); 913 if (code == -1) { 918 if (code 1056 handleResponse(ParameterMap params, InputStream in, int code, OutputStream userOut) argument 1066 handleResponse(ParameterMap params, InputStream in, int code) argument [all...] |
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/ |
H A D | JniHandler.java | 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 78 * Base class for components using native code ( libjkjni.so ). 300 protected int nativeDispatch( Msg msg, MsgContext ep, int code, int raw ) argument 304 log.finest( "Sending packet " + code + " " + raw); 332 code, msg.getBuffer(), 0, msg.getLen(), raw ); 343 * code, where invoke() is called on the wrapped jk_bean.
|
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/apr/ |
H A D | AprImpl.java | 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 71 * only. The goal is to use 'natural' mappings for user code - for example 195 int code, byte data[], int off, int len, int raw); 204 // the native library, and have native code call instance methods. 278 * The burden is on our code to deal with platform specific 194 jkInvoke(long xEnv, long componentP, long endpointP, int code, byte data[], int off, int len, int raw) argument
|
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | infcodes.c | 42 } code; /* if LEN or DIST, where in tree */ member in union:inflate_codes_state::__anon7 118 c->sub.code.need = c->lbits; 119 c->sub.code.tree = c->ltree; 122 j = c->sub.code.need; 124 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]); 145 c->sub.code.need = e; 146 c->sub.code.tree = t + t->base; 155 c->mode = BADCODE; /* invalid code */ 156 z->msg = (char*)"invalid literal/length code"; 164 c->sub.code [all...] |
H A D | deflate.h | 22 /* number of length codes, not counting the special END_BLOCK code */ 28 /* number of Literal or Length codes, including the END_BLOCK code */ 48 /* Data structure describing a single value and its code string. */ 52 ush code; /* bit string */ member in union:ct_data_s::__anon4 61 #define Code fc.code 69 int max_code; /* largest code with non zero frequency */ 215 * example a binary file with poorly compressible code followed by 225 /* Buffer for distances. To simplify the code, d_buf and l_buf have 233 int last_eob_len; /* bit length of EOB code for last block */ 263 /* In order to simplify the code, particularl [all...] |
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ |
H A D | CodeAttribute.java | 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 54 /* The java class file contents defining this code attribute. 65 /* The java VM byte code sequence for this method - null for native 70 the byte code array, but may later be modified */ 73 /* The exception ranges and handlers which apply to the code in this 80 /* The method environment used for decompiling this code attribute */ 119 * Return the java VM byte code sequence for this method - null for 129 * from the byte code arra 172 CodeAttribute(ConstUtf8 attrName, int maxStack, int maxLocals, Insn code, ExceptionTable excTable, AttributeVector codeAttrs) argument 184 CodeAttribute(ConstUtf8 attrName, int maxStack, int maxLocals, Insn code, byte[] codeBytes, ExceptionTable excTable, AttributeVector codeAttrs, CodeEnv codeEnv) argument [all...] |