Searched defs:combine (Results 1 - 14 of 14) sorted by relevance

/external/emma/core/java12/com/vladium/util/
H A DDescriptors.java27 public static String combine (final String packageName, final String name, final char separator) method in class:Descriptors
40 return combine (packageName, name, JAVA_NAME_SEPARATOR);
45 return combine (packageName, name, VM_NAME_SEPARATOR);
H A DIProperties.java112 public static IProperties combine (final IProperties overrides, final IProperties base) method in class:IProperties.Factory
H A DProperty.java56 public static Properties combine (final Properties overrides, final Properties base) method in class:Property
118 return combine (resOverrides,
119 combine (systemOverrides,
120 combine (systemFileOverrides,
/external/openssl/crypto/asn1/
H A Dtasn_fre.c65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
127 if (!combine)
174 if (!combine)
H A Dtasn_new.c68 int combine);
89 int combine)
103 if (!combine) *pval = NULL;
161 if (!combine)
189 if (!combine)
321 /* NB: could probably combine most of the real XXX_new() behaviour and junk
88 asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
/external/stlport/test/unit/
H A Dlocale_test.cpp236 void LocaleTest::combine() function in class:LocaleTest
244 loc.combine<messages<char> >(loc);
255 loc.combine<dummy_facet>(loc);
287 //We are going to combine money facets as all formats are different.
290 locale loc = loc1.combine<moneypunct<char, true> >(loc2);
291 loc = loc.combine<moneypunct<char, false> >(loc2);
292 loc = loc.combine<money_put<char> >(loc2);
293 loc = loc.combine<money_get<char> >(loc2);
305 //We check that resulting locale has not wrongly acquire loc1 facets that hasn't been combine:
306 locale loc = loc2.combine<numpunc
[all...]
/external/stlport/stlport/stl/
H A D_locale.h152 locale combine(const locale& __loc) const { function in class:locale
250 locale combine(const locale& __loc) const { function in class:locale
/external/bluetooth/glib/glib/
H A Dgunidecomp.c298 combine (gunichar a, function
456 combine (wc_buffer[last_start], wc_buffer[i],
/external/iptables/
H A Diptables-xml.c50 /* Whether to combine actions of sequential rules with identical conditions */
51 static int combine = 0; variable
55 {"combine", 0, 0, 'c'},
64 " [--combine ]\n"
526 NOTE: We don't want to combine actions if there were no criteria
552 // This means we don't combine target-less rules, which is good
563 if (combine && argc > 2 && !isTarget(argv[2]) && compareRules()) {
626 combine = 1;
/external/quake/quake/src/QW/client/
H A Dsnd_dma.c729 channel_t *combine; local
742 combine = NULL;
754 // try to combine static sounds with a previous channel of the same
760 if (combine && combine->sfx == ch->sfx)
762 combine->leftvol += ch->leftvol;
763 combine->rightvol += ch->rightvol;
768 combine = channels+MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS;
769 for (j=MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS ; j<i; j++, combine++)
770 if (combine
[all...]
/external/quake/quake/src/WinQuake/
H A Dsnd_dma.cpp733 channel_t *combine; local
746 combine = NULL;
758 // try to combine static sounds with a previous channel of the same
764 if (combine && combine->sfx == ch->sfx)
766 combine->leftvol += ch->leftvol;
767 combine->rightvol += ch->rightvol;
772 combine = channels+MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS;
773 for (j=MAX_DYNAMIC_CHANNELS + NUM_AMBIENTS ; j<i; j++, combine++)
774 if (combine
[all...]
/external/icu4c/tools/gennorm/
H A Dstore.c132 * The lead and trail code points combine into the the combined one,
312 * 1. code points that combine forward
313 * 2. code points that combine forward and backward
314 * 3. code points that combine backward
340 /* combine the flags, remove the old entry from the old place, and insert the new one */
1411 /* combine the lead and trail code points; return <0 if they do not combine */
1413 combine(uint32_t lead, uint32_t trail) { function
1466 starter=combine((uint32_t)starter, s[i]);
1474 /* try to combine/consum
[all...]
/external/libxml2/
H A Drelaxng.c112 xmlRelaxNGCombine combine; /* the default combine value */ member in struct:_xmlRelaxNGGrammar
5561 * Applies the 4.17. combine attribute rule for all the define
5611 * Applies the 4.17. combine attribute rule for all the define
5618 xmlChar *combine; local
5627 combine = xmlGetProp(cur->node, BAD_CAST "combine");
5628 if (combine != NULL) {
5629 if (xmlStrEqual(combine, BAD_CAST "choice")) {
5637 } else if (xmlStrEqual(combine, BAD_CAS
5738 xmlChar *combine; local
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 163 milliseconds