Searched defs:bundle (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A Dslpd.java94 // Server bundle. Set the parent.
98 private ResourceBundle bundle = null; field in class:slpd.ServerBundle
121 bundle =
129 bundle = bundle != null ?
130 bundle :
141 ret = bundle.getObject(key);
153 return bundle.getKeys();
228 ResourceBundle bundle =
232 bundle));
609 errorExit(ResourceBundle bundle, ServiceLocationException ex) argument
[all...]
H A DSLPConfig.java1580 System.err.println("Missing resource bundle ``"+
1594 System.err.println("Missing resource bundle ``"+
1621 ResourceBundle bundle = getMessageBundle(getLocale());
1622 return formatMessageInternal(msgTag, params, bundle);
1646 ResourceBundle bundle) {
1650 pattern = bundle.getString(msgTag);
1659 pattern = bundle.getString("cant_find_resource");
1644 formatMessageInternal(String msgTag, Object[] params, ResourceBundle bundle) argument
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1055 * the bundle is values followed by key to accommodate the
1446 dt_ahashent_t *h, **sorted = NULL, ***bundle, **nbundle; local
1758 * to reuse the underlying storage. And note that "bundle" is an
1764 bundle = (dt_ahashent_t ***)sorted;
1772 * We have a bundle boundary. Everything from start to
1773 * (i - 1) belongs in one bundle.
1819 bundle[nbundles++] = nbundle;
1826 dt_aggregate_qsort(dtp, bundle, nbundles, sizeof (dt_ahashent_t **),
1847 assert(bundle[i][ndx] != NULL);
1848 data[j + 1] = &bundle[
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c7155 char bundle[MAXPATHLEN]; local
7197 if (scf_decoration_get_bundle(dec, bundle,
7209 dgettext(TEXT_DOMAIN, "from file"), bundle);
7248 if (scf_decoration_get_bundle(dec, bundle,
7260 dgettext(TEXT_DOMAIN, "from file"), bundle);

Completed in 43 milliseconds