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

1 2 3 4 5 6 7 8

  /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
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_texblend.c 43 * Texture combine functions
128 * \c GL_ZERO as combine inputs (which the code already supports). It can
134 const struct gl_tex_env_combine_state * combine,
138 const GLuint numColorArgs = combine->_NumArgsRGB;
139 const GLuint numAlphaArgs = combine->_NumArgsA;
169 switch (combine->ModeRGB) {
171 alpha_shift = combine->ScaleShiftA;
181 rgb_shift = combine->ScaleShiftRGB;
182 alpha_shift = combine->ScaleShiftA;
187 switch (combine->ModeRGB)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 43 * Texture combine functions
128 * \c GL_ZERO as combine inputs (which the code already supports). It can
134 const struct gl_tex_env_combine_state * combine,
138 const GLuint numColorArgs = combine->_NumArgsRGB;
139 const GLuint numAlphaArgs = combine->_NumArgsA;
169 switch (combine->ModeRGB) {
171 alpha_shift = combine->ScaleShiftA;
181 rgb_shift = combine->ScaleShiftRGB;
182 alpha_shift = combine->ScaleShiftA;
187 switch (combine->ModeRGB)
    [all...]
  /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
  /external/llvm/utils/lit/utils/
check-coverage 41 # Combine all the data files.
42 (cd tests && python -m coverage combine)
  /external/chromium_org/third_party/openssl/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/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)

Completed in 1446 milliseconds

1 2 3 4 5 6 7 8