/external/emma/core/java12/com/vladium/util/ |
H A D | Descriptors.java | 27 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 D | IProperties.java | 112 public static IProperties combine (final IProperties overrides, final IProperties base) method in class:IProperties.Factory
|
H A D | Property.java | 56 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 D | tasn_fre.c | 65 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 D | tasn_new.c | 68 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 D | locale_test.cpp | 236 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.h | 152 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 D | gunidecomp.c | 298 combine (gunichar a, function 456 combine (wc_buffer[last_start], wc_buffer[i],
|
/external/iptables/ |
H A D | iptables-xml.c | 50 /* 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 D | snd_dma.c | 729 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 D | snd_dma.cpp | 733 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 D | store.c | 132 * 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 D | relaxng.c | 112 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 D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |