Searched refs:processed (Results 1 - 25 of 38) sorted by relevance

12

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DConnectorDescriptor.java117 // book keeping annotations that cannot be processed up-front. These will be processed
939 public void setValidConnectorAnnotationProcessed(boolean processed){ argument
940 this.validConnectorAnnotationProcessed = processed;
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DRegisteredResources.java971 int processed = 0;
1005 processed++;
1179 (((heuristicRollback + success) == processed)? false : true), heuristicMixed);
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DCLIPParser.java99 protected boolean processed; field in class:CLIPParser
168 processed = true;
264 processed = false;
327 if (processed)
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/
H A DAMXConfigLoader.java306 boolean processed = true;
313 mLogger.log(Level.INFO, "amx.ConfigBean.not.processed",cb.getProxyType().getName());
314 processed = false;
325 return processed;
465 /** wait until the initial queue of MBeans has been processed */
/glassfish-3.1.2/packager/nucleus-base/config/
H A Dasenv.bat47 REM and processed by a server as it starts up. That scanning code resolves
/osnet-11/usr/src/lib/libpkg/common/
H A Dcfext.h50 unsigned processed:1; /* already installed or removed */ member in struct:mergstat
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dmodule.c670 if (request->processed != 0)
H A Dproblem.c952 if (request->processed != 0)
1179 if (request->processed != 0)
H A Dresource.c691 if (request->processed != 0)
742 * actually processed; i.e. it's been delegated)
782 if (requests->processed != 0)
/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c197 uint_t processed = 0; local
212 while (name != NULL && name != FMEV_ARG_TERM && processed <= ntuples) {
342 processed++;
346 if (name != FMEV_ARG_TERM || processed != ntuples) {
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c810 SizeT processed; local
835 processed = p->buf - src;
836 (*srcLen) += processed;
837 src += processed;
838 inSize -= processed;
H A DLzmaEnc.c247 UInt64 processed; member in struct:_CRangeEnc
508 #define RangeEnc_GetProcessed(p) ((p)->processed + ((p)->buf - (p)->bufBase) + (p)->cacheSize)
539 p->processed = 0;
551 p->processed += num;
1964 UInt32 processed; local
1974 processed = nowPos32 - startPos32;
1977 if (processed + kNumOpts + 300 >= maxUnpackSize ||
1981 else if (processed >= (1 << 15))
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_include.sh472 processed=""
488 in_list if_comp $ifname $processed && continue
492 in_list physical_comp $ifname $processed || {
495 processed="$processed $ifname"
508 # The hostname files are processed twice. In the first
554 in_list physical_comp $ifname $processed || {
555 processed="$processed $ifname"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL278 Creates a complete C<latex> file that can be processed immediately
320 Print information messages as each document is processed.
H A Dpod2man.PL123 processed in the same B<pod2man> invocation (saving module load and compile
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm76 processed in the execution order of the program.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm581 return the portion of the data that has been processed so far when
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm284 processed. It modifies it in place to remove bytes/characters it can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm657 processed in the next serialization.
685 have been processed courtesy of the Storable engine).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs220 the value to perl it is processed in the same way as for T_IV.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm217 or delete from the list of names to import. They are processed left to
253 specifications are being processed and what is actually being imported
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1858 Ref to hash of files to be processed as perl programs. MakeMaker
2428 is processed before any actual command line arguments are processed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm92 preprocess the current directory. The name of the currently processed
104 the currently processed directory. It is called in void context with no
145 to be processed a second time. If a directory or a symbolic link
146 are about to be processed a second time, File::Find dies.
149 processed a second time.
883 # the user pre-processed ordering of files.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm238 are processed, stopping when the end of file is reached or an-
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm494 be written that could be immediately processed by C<latex>.
512 file after the document has been processed.
524 be written that could be immediately processed by C<latex>.

Completed in 113 milliseconds

12