Searched refs:local (Results 1 - 25 of 42) sorted by relevance

12

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinffixed.h11 local uInt fixed_bl = 9;
12 local uInt fixed_bd = 5;
13 local inflate_huft fixed_tl[] = {
143 local inflate_huft fixed_td[] = {
H A Dtrees.h4 local const ct_data static_ltree[L_CODES+2] = {
65 local const ct_data static_dtree[D_CODES] = {
119 local const int base_length[LENGTH_CODES] = {
124 local const int base_dist[D_CODES] = {
H A Dtrees.c61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
70 local const uch bl_order[BL_CODES]
90 local ct_data static_ltree[L_CODES+2];
97 local ct_data static_dtree[D_CODES];
111 local int base_length[LENGTH_CODES];
114 local int base_dist[D_CODES];
129 local static_tree_desc static_l_desc =
132 local static_tree_des
[all...]
H A Dinftrees.c29 local int huft_build OF((
42 local const uInt cplens[31] = { /* Copy lengths for literal codes 257..285 */
46 local const uInt cplext[31] = { /* Extra bits for literal codes 257..285 */
49 local const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */
53 local const uInt cpdext[30] = { /* Extra bits for distance codes */
94 local int huft_build(b, n, s, d, e, t, m, hp, hn, v)
387 local int fixed_built = 0;
389 local inflate_huft fixed_mem[FIXEDH];
390 local uInt fixed_bl;
391 local uIn
[all...]
H A Dcrc32.c9 #define local static macro
13 local int crc_table_empty = 1;
14 local uLongf crc_table[256];
15 local void make_crc_table OF((void));
41 local void make_crc_table()
67 local const uLongf crc_table[256] = {
H A Dminigzip.c68 # define local static macro
71 # define local macro
104 local char buf[BUFLEN];
172 local char buf[BUFLEN];
199 local char outfile[MAX_NAME_LEN];
228 local char buf[MAX_NAME_LEN];
H A Dzcrc32.c19 #define local static macro
23 local int crc_table_empty = 1;
24 local uLongf crc_table[256];
25 local void make_crc_table OF((void));
51 local void make_crc_table()
77 local const uLongf crc_table[256] = {
H A Ddeflate.c75 local void fill_window OF((deflate_state *s));
76 local block_state deflate_stored OF((deflate_state *s, int flush));
77 local block_state deflate_fast OF((deflate_state *s, int flush));
78 local block_state deflate_slow OF((deflate_state *s, int flush));
79 local void lm_init OF((deflate_state *s));
80 local void putShortMSB OF((deflate_state *s, uInt b));
81 local void flush_pending OF((z_streamp strm));
82 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
87 local uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local voi
[all...]
H A Dgzio.c55 local gzFile gz_open OF((const char *path, const char *mode, int fd));
56 local int do_flush OF((gzFile file, int flush));
57 local int get_byte OF((gz_stream *s));
58 local void check_header OF((gz_stream *s));
59 local int destroy OF((gz_stream *s));
60 local void putLong OF((FILE *file, uLong x));
61 local uLong getLong OF((gz_stream *s));
72 local gzFile gz_open (path, mode, fd)
235 local int get_byte(s)
262 local voi
[all...]
H A Dzutil.c112 local int next_ptr = 0;
119 local ptr_table table[MAX_PTR];
H A Dzutil.h29 #ifndef local
30 # define local static macro
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/deploy/
H A DContextLocalEjb.java65 * Representation of a local EJB resource reference for a web application, as
66 * represented in a <code>&lt;ejb-local-ref&gt;</code> element in the
122 * The name of the EJB local implementation class.
124 private String local = null; field in class:ContextLocalEjb
127 return (this.local);
130 public void setLocal(String local) { argument
131 this.local = local;
190 if (local != null) {
191 sb.append(", local
[all...]
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DStopDomainCommand.java72 private boolean local; field in class:StopDomainCommand
80 local = getServerDirs().getServerName() != null;
85 * the local domain information (name, directory) in the local
90 // only initialize local domain information if it's a local operation
102 if (local) {
103 // if the local password isn't available, the domain isn't running
106 return dasNotRunning(local);
109 logger.finer("Stopping local domai
149 dasNotRunning(boolean local) argument
[all...]
H A DRestartDomainCommand.java55 * The local portion of this command is only used to block until:
120 protected int dasNotRunning(boolean local) throws CommandException { argument
121 if (!local)
H A DVersionCommand.java53 * A local version command.
55 * available Version class if server is not running, if the --local flag is passed
59 * does not return the version of local server installation if its
73 private boolean local; field in class:VersionCommand
83 if (local) {
114 logger.info(terse ? fv : strings.get("version.local", fv));
116 logger.info(strings.get("version.local.java",
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/session/createmethod/
H A DHomeInterfaceCreateMethodReturn.java91 String local = null;
111 local = descriptor.getLocalClassName();
113 if ((home == null) && (remote == null) && (localHome == null) && (local == null)) {
128 oneFailed = commonToBothInterfaces(remote,home,local,localHome,(EjbSessionDescriptor)descriptor);
152 * This method is responsible for the logic of the test. It is called for both local and remote interfaces.
160 private boolean commonToBothInterfaces(String remote, String home, String local, String localHome, EjbSessionDescriptor descriptor) { argument
171 oneFailed = findReturnType(methods,home,local,remote);
176 lc = Class.forName(local, false, getVerifierContext().getClassLoader());
178 oneFailed = findReturnType(localMethods,localHome,local,remote);
192 new Object[] {home, localHome, remote, local, descripto
198 findReturnType(Method[] methods, String home, String local, String remote) argument
[all...]
H A DHomeInterfaceCreateMethodExceptionMatch.java119 "Ejb [ {0} ] does not have local or remote Home interfaces",
153 * This method is responsible for the logic of the test. It is called for both local and remote interfaces.
159 private boolean commonToBothInterfaces(String home, String local,EjbSessionDescriptor descriptor) { argument
187 if (local != null) {
188 Class c = Class.forName(local, false, getVerifierContext().getClassLoader());
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/entity/createmethod/
H A DHomeInterfaceCreateMethodReturn.java91 String local = null;
112 local = descriptor.getLocalClassName();
114 oneFailed = commonToBothInterfaces(remote,home,local,localHome,(EjbEntityDescriptor)descriptor);
153 * This method is responsible for the logic of the test. It is called for both local and remote interfaces.
160 private boolean commonToBothInterfaces(String remote, String home, String local, String localHome, EjbEntityDescriptor descriptor) { argument
171 oneFailed = findReturnType(methods,home,local,remote);
176 lc = Class.forName(local, false, getVerifierContext().getClassLoader());
178 oneFailed = findReturnType(localMethods,localHome,local,remote);
192 new Object[] {home, localHome, remote, local, descriptor.getName()}));
198 private boolean findReturnType(Method[] methods, String home, String local, Strin argument
[all...]
H A DHomeInterfaceCreateMethodExceptionMatch.java133 * This method is responsible for the logic of the test. It is called for both local and remote interfaces.
136 * @param interfaceType remote/local
140 private boolean commonToBothInterfaces(String component, String local,EjbDescriptor descriptor) { argument
167 if (local != null) {
168 Class home = Class.forName(local, false, getVerifierContext().getClassLoader());
H A DHomeInterfaceCreateMethodMatchArgs.java134 * This method is responsible for the logic of the test. It is called for both local and remote interfaces.
141 private boolean commonToBothInterfaces(String component, String local,EjbDescriptor descriptor) { argument
166 if (local != null) {
167 Class home = Class.forName(local, false, getVerifierContext().getClassLoader());
/glassfish-3.1.2/admingui/jms-plugin/src/main/resources/
H A DconfigureJmsCluster.js84 var local = document.getElementById(jmsTypeSheet + ':jmsTypeSection:jmsTypeProp:optLocal').checked;
92 (embedded ? "EMBEDDED" : (local ? "LOCAL" : "REMOTE"));
119 local = true;
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/ejb/
H A DEjbDescriptorImpl.java103 * Gets the local business interfaces of the EJB
105 * @return An iterator over the local business interfaces
118 for(String local : localNames) {
120 Class localClass = sessionDesc.getEjbBundleDescriptor().getClassLoader().loadClass(local);
135 for(String local : localNames) {
138 Class localClass = sessionDesc.getEjbBundleDescriptor().getClassLoader().loadClass(local);
322 for(String local : remoteNames) {
324 Class remoteClass = sessionDesc.getEjbBundleDescriptor().getClassLoader().loadClass(local);
/glassfish-3.1.2/ejb/ejb-connector/src/main/java/org/glassfish/ejb/deployment/annotation/handlers/
H A DInitHandler.java94 // Check for matching method on home and/or local home interface.
134 String adaptedCreateMethodName, boolean local)
137 String homeIntfName = local ? descriptor.getLocalHomeClassName() :
172 ( local ?
132 addInitMethod(EjbSessionDescriptor descriptor, Method beanMethod, String adaptedCreateMethodName, boolean local) argument
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/mbeans/
H A DMBeanUtils.java673 String local="";
674 int seq = getSeq(local);
680 ext + local );
682 String local=",host=" +container.getName();
683 int seq = getSeq(local);
689 ext + local );
696 String local=",path=" + path + ",host=" +
698 int seq = getSeq(local);
704 ext + local );
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/entity/ejbcreatemethod/
H A DEjbCreateMatchesCreate.java123 * This method is responsible for the logic of the test. It is called for both local and remote interfaces.
130 private boolean commonToBothInterfaces(String remote, String local,EjbDescriptor descriptor) { argument
142 if (local != null) {
143 Class localhome = Class.forName(local, false, getVerifierContext().getClassLoader());

Completed in 77 milliseconds

12