Searched refs:combine (Results 1 - 25 of 66) sorted by relevance

123

/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotationsList.java39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
H A DAnnotations.java52 public static Annotations combine(Annotations a1, Annotations a2) { method in class:Annotations
72 public static Annotations combine(Annotations annotations, method in class:Annotations
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
H A DPropertyCategoryProviders.java62 public static PropertyCategoryProvider combine(final PropertyCategoryProvider... providers) { method in class:PropertyCategoryProviders
76 private static final PropertyCategoryProvider DEF = combine(forcedByUser(), fromProperty());
/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...]
H A Dlocale_test.h55 CPPUNIT_TEST(combine);
74 void combine();
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/
H A DSubjectDomainCombinerTest.java66 * @tests javax.security.auth.SubjectDomainCombiner#combine(ProtectionDomain[],
86 assertNull(combiner.combine(null, null));
105 pd = combiner.combine(new ProtectionDomain[] { domain }, null);
116 pd = combiner.combine(null, new ProtectionDomain[] { domain });
120 assertNotNull(new SubjectDomainCombiner(new Subject()).combine(new ProtectionDomain[] {null}, new ProtectionDomain[] {null}));
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DNestedTask.java52 final IProperties settings = IProperties.Factory.combine (taskOverrides, parentSettings);
H A DSuppressableTask.java117 return IProperties.Factory.combine (verbositySettings,
118 IProperties.Factory.combine (genericSettings,
/external/guava/guava/src/com/google/common/collect/
H A DBstBalancePolicy.java44 N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right); method in interface:BstBalancePolicy
H A DBstCountBasedBalancePolicies.java44 * Returns a balance policy that does no balancing or the bare minimum (for {@code combine}).
58 public N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right) {
65 left, left.childOrNull(LEFT), combine(nodeFactory, left.childOrNull(RIGHT), right));
67 return nodeFactory.createNode(right, combine(nodeFactory, left, right.childOrNull(LEFT)),
77 * combine} takes {@code O(log n)} time.
133 public N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right) {
156 * and performs a full rebalancing as necessary. Both {@code balance} and {@code combine} take
190 public N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right) {
199 N resultLeft = combine(nodeFactory, left, right.childOrNull(LEFT));
203 N resultRight = combine(nodeFactor
[all...]
/external/emma/core/java12/com/vladium/emma/
H A DEMMAProperties.java162 properties = IProperties.Factory.combine (userOverrides,
163 IProperties.Factory.combine (system,
164 IProperties.Factory.combine (systemFile,
165 IProperties.Factory.combine (appDefaults,
H A DProcessor.java36 toolProperties = IProperties.Factory.combine (m_propertyOverrides, appProperties);
/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/llvm/include/llvm/ADT/
H A DHashing.h344 /// A type trait which is true if we want to combine values for hashing by
511 /// This sets up the state for a recursive hash combine, including getting
527 // with the variadic combine because that formation can have varying
564 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
569 return combine(length, buffer_ptr, buffer_end, args...);
578 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
582 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5, arg6);
585 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
589 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5);
592 hash_code combine(size_ function in struct:llvm::hashing::detail::hash_combine_recursive_helper
599 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
605 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
611 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
624 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
[all...]
/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/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 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/apache-harmony/security/src/test/api/java/tests/api/java/security/
H A DDomainCombinerTest.java37 * @tests java.security.DomainCombiner#combine(java.security.ProtectionDomain[],
50 public ProtectionDomain[] combine(
/external/hyphenation/
H A Dsubstrings.pl91 combine ($newpattab{$newpat}, $pattab{$subpat});
128 sub combine { subroutine
H A Dsubstrings.c147 static char *combine( function
233 newpattab_val[newpatterns++] = combine(neworg,pattab_val[subpat_ndx]);
238 newpattab_val[newpat_ndx] = combine(
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DClassTest.java189 boolean combine;
191 public ProtectionDomain[] combine(ProtectionDomain[] executionDomains,
193 combine = true;
205 combine = false;
209 return !combine;
/external/emma/ant/ant14/com/vladium/emma/
H A DemmajavaTask.java166 final IProperties settings = IProperties.Factory.combine (reportSettings,
167 IProperties.Factory.combine (verbositySettings,
168 IProperties.Factory.combine (genericSettings,
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java60 // combine report and all generic settings:
68 settings = IProperties.Factory.combine (reportSettings, taskSettings);

Completed in 1231 milliseconds

123