HomeSort by relevance Sort by last modified time
    Searched refs:combine (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /libcore/luni/src/main/java/java/security/
DomainCombiner.java 37 ProtectionDomain[] combine(ProtectionDomain[] current, ProtectionDomain[] assigned); method in interface:DomainCombiner
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Combiner.java 24 * Combine an event with the existing state and return the new event.
25 * @param event the event to combine with the existing state.
28 Event combine(Event event); method in interface:Combiner
DeadKeyCombiner.java 31 public Event combine(final Event event) { method in class:DeadKeyCombiner
46 // We can't combine both characters. We need to commit the dead key as a committable
55 // We could combine the characters.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoringTest.java 18 import static com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UseCompoundDrawableRefactoring.combine;
33 assertNull(combine(null, null)); method
34 assertNull(combine("@dimen/foo", "@dimen/bar"));
35 assertNull(combine("@dimen/foo", "@dimen/bar"));
36 assertNull(combine("1sp", "@dimen/bar"));
37 assertNull(combine("1sp", "2dp"));
38 assertNull(combine(null, "")); method
39 assertNull(combine("", null));
41 assertEquals("@dimen/foo", combine(null, "@dimen/foo"));
42 assertEquals("@dimen/foo", combine("@dimen/foo", null))
    [all...]
  /libcore/luni/src/main/java/javax/security/auth/
SubjectDomainCombiner.java 31 public ProtectionDomain[] combine(ProtectionDomain[] currentDomains, ProtectionDomain[] assignedDomains) { return null; } method in class:SubjectDomainCombiner
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationsList.java 39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java 39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
AnnotationsList.java 39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProviders.java 62 public static PropertyCategoryProvider combine(final PropertyCategoryProvider... providers) { method in class:PropertyCategoryProviders
76 private static final PropertyCategoryProvider DEF = combine(forcedByUser(), fromProperty());
  /external/stlport/test/unit/
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<numpunct<char> >(loc1)
    [all...]
locale_test.h 55 CPPUNIT_TEST(combine);
74 void combine();
  /ndk/tests/device/test-gnustl-full/unit/
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<numpunct<char> >(loc1)
    [all...]
locale_test.h 55 CPPUNIT_TEST(combine);
74 void combine();
  /ndk/tests/device/test-stlport/unit/
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<numpunct<char> >(loc1)
    [all...]
locale_test.h 55 CPPUNIT_TEST(combine);
74 void combine();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/
SubjectDomainCombinerTest.java 66 * @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/
NestedTask.java 52 final IProperties settings = IProperties.Factory.combine (taskOverrides, parentSettings);
SuppressableTask.java 117 return IProperties.Factory.combine (verbositySettings,
118 IProperties.Factory.combine (genericSettings,
  /external/guava/guava/src/com/google/common/collect/
BstBalancePolicy.java 44 N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right); method in interface:BstBalancePolicy
BstCountBasedBalancePolicies.java 44 * 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) { method in class:BstCountBasedBalancePolicies
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(nodeFactory, left.childOrNull(RIGHT), right)
    [all...]
  /external/llvm/utils/lit/utils/
check-coverage 41 # Combine all the data files.
42 (cd tests && python -m coverage combine)
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 162 properties = IProperties.Factory.combine (userOverrides,
163 IProperties.Factory.combine (system,
164 IProperties.Factory.combine (systemFile,
165 IProperties.Factory.combine (appDefaults,
  /external/openssl/crypto/asn1/
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)
127 if (!combine)
174 if (!combine)
  /external/llvm/include/llvm/ADT/
Hashing.h 344 /// 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
516 /// \brief Combine one chunk of data into the current in-flight hash.
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_t length, char *buffer_ptr, char *buffer_end, 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...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 94 result = Annotations.combine(result, signature);
125 result = Annotations.combine(result, innerClassAnnotations);
132 result = Annotations.combine(result, enclosingMethod);
139 result = Annotations.combine(result, annotationDefault);
161 result = Annotations.combine(result, throwsAnnotation);
193 // Both are non-null, so combine them.
195 return Annotations.combine(visible.getAnnotations(),
380 // Both are non-null, so combine them.
382 return AnnotationsList.combine(visible.getParameterAnnotations(),

Completed in 703 milliseconds

1 2 3 4 5 6