Searched refs:fp (Results 1 - 16 of 16) sorted by relevance

/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DCommandRunnerImpl.java816 FailurePolicy fp = null;
913 fp = FailurePolicy.Error;
924 fp = FailurePolicy.Error;
926 fp = clAnnotation.ifFailure();
1070 if (!FailurePolicy.applyFailurePolicy(fp,
1165 && (!FailurePolicy.applyFailurePolicy(fp, report.getActionExitCode()).equals(ActionReport.ExitCode.FAILURE))
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/provider/
H A DFlashlightProbeProviderFactory.java281 FlashlightProbe fp = genericProvider.getProbe(probeDescriptor);
282 if (fp != null) {
283 probe.setParent(fp);
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sql/generator/
H A DSelectQueryPlan.java352 SelectQueryPlan fp = new SelectQueryPlan(cfn.desc, store, concurrency);
354 fp.prefetched = cfn.isPrefetched();
355 if (fp.prefetched) {
357 fp.options |= RetrieveDescImpl.OPT_ADD_FETCHGROUPS;
360 fp.processParentField(config, cfn.name);
361 fp.build();
367 for (int i = 0; i < fp.parentField.localFields.size(); i++) {
368 LocalFieldDesc la = (LocalFieldDesc) fp.parentField.localFields.get(i);
382 foreignPlans.add(fp);
1358 SelectQueryPlan fp
[all...]
/solaris-userland/components/jansson/doc/html/_static/
H A Dsearchtools.js93 var fp = re.exec(w);
95 if (re.test(fp[1])) {
101 var fp = re2.exec(w);
102 stem = fp[1];
123 var fp = re.exec(w);
124 stem = fp[1];
133 var fp = re.exec(w);
134 stem = fp[1];
135 suffix = fp[2];
144 var fp
[all...]
/solaris-userland/components/stdcxx/Solaris/
H A Dconfigure230 cp -fp ./include/tr1/${file} ./include/ansi/
278 cp -fp ../Solaris/atomic-cxx.d build/lib/.depend/
307 cp -fp ../../Solaris/${HEADER_FILE} .
312 cp -fp "${TOPLEVELDIR}/../Solaris/rwconfig_std.h" .
H A Dfix_nls_symlinks.sh35 cp -fp ../Solaris/readlink.sh build/nls/
H A Dinstall.sh113 ${CP} -fp libstdcxx4.so.4.2.1 ${LIBDIR}/
166 ${CP} -fp "${COMPONENTDIR}/${HEADER_FILE}.sed" \
171 ${CP} -fp ${COMPONENTDIR}/Solaris/rwconfig_std.h ${INCDIR}/stdcxx4/rw/config/
182 ${CP} -fp include/tr1/cstdint include/ansi/
186 ${CP} -fp ${COMPONENTDIR}/Solaris/libstdcxx4.pc ${PKGCONFIGDIR}/
205 ${CP} -fp ${file} ${DOCDIR}/${file}
455 ${CP} -fp ${file} ${NLSDIR}/${file}
468 ${CP} -fp libstdcxx4.pc.sed ${PKGCONFIGDIR}/libstdcxx4.pc
474 ${CP} -fp ${COMPONENTDIR}/Solaris/libstdcxx4.3lib ${MAN3LIBDIR}/libstdcxx4.3lib
H A Drun_tests.sh102 cp -fp rwstderr.cat rwstderr
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_vmstat.c333 void *fp = kstat_data_lookup(ksp, name); local
335 if (fp == NULL)
338 return (fp);
/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A Dsparct4-mont.pl150 or $sentinel,%fp,%fp
166 save %sp,-128,%sp; or $sentinel,%fp,%fp
187 save %sp,-128,%sp; or $sentinel,%fp,%fp
199 save %sp,-128,%sp; or $sentinel,%fp,%fp
211 save %sp,-128,%sp; or $sentinel,%fp,%fp
[all...]
H A Dsparcv9_modes.pl925 add %fp, $::bias-16, %o1
929 add %fp, $::bias-16, %l7
931 add %fp, $::bias-8, %l7
1287 std %f0, [%fp + $::bias-16] ! copy of output
1288 std %f2, [%fp + $::bias-8]
1291 add %fp, $::bias-16, %l7
1353 std %f0, [%fp + $::bias-16]
1354 std %f2, [%fp + $::bias-8]
1357 add %fp, $::bias-16, %l7
/solaris-userland/components/krb5/Solaris/
H A Dg_utils.c46 FILE *fp; local
60 fp = fopen(QOP_NUM_FILE, "rF");
61 if (fp == (FILE *)0) {
72 while (!feof(fp)) {
73 line = fgets(buf, BUFLEN, fp);
139 (void) fclose(fp);
/solaris-userland/components/mpfr/
H A DMakefile101 $(CP) -fp $(PROTOUSRINCDIR)/mpfr/mpfr.h.sed \
/solaris-userland/tools/
H A Duserland-incorporator100 with open(static_file, 'r') as fp:
101 for line in fp:
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py686 with open(ref_filename, "w") as fp:
687 fp.write("0")
696 with open(ref_filename, "r+") as fp:
697 ref_count = fp.readline()
718 fp.seek(0)
719 fp.write(ref_count)
1429 def _string_in_file(self, fp, string):
1432 :param fp: Open file pointer to read
1439 fp.seek(0)
1440 for line in fp
[all...]
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py1719 fp = os.path.join(sc_dir, 'zone-network-%d.xml' % vifid)
1720 sysconfig.create_sc_profile(fp, tree)
1777 fp = os.path.join(sc_dir, 'config-root.xml')
1797 sysconfig.create_sc_profile(fp, tree)
1800 fp = os.path.join(sc_dir, 'config-root-ssh-keys.xml')
1802 sysconfig.create_sc_profile(fp, tree)
1805 fp = os.path.join(sc_dir, 'hostname.xml')
1806 sysconfig.create_sc_profile(fp, sysconfig.create_hostname(name))

Completed in 233 milliseconds