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

12345

/external/libcxx/test/localization/locales/locale/locale.members/
H A DAndroid.mk19 test_name := localization/locales/locale/locale.members/combine
20 test_src := combine.pass.cpp
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_texblend.c43 * 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
133 i830SetTexEnvCombine(struct i830_context * i830, const struct gl_tex_env_combine_state * combine, GLint blendUnit, GLuint texel_op, GLuint * state, const GLfloat * factor) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texblend.c43 * 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
133 i830SetTexEnvCombine(struct i830_context * i830, const struct gl_tex_env_combine_state * combine, GLint blendUnit, GLuint texel_op, GLuint * state, const GLfloat * factor) argument
[all...]
/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/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/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DDescendantInvalidationSetTest.cpp43 set1->combine(*set2);
58 set1->combine(*set2);
/external/llvm/utils/lit/utils/
H A Dcheck-coverage42 (cd tests && python -m coverage combine)
/external/mockito/src/org/mockito/internal/creation/jmock/
H A DSearchingClassLoader.java49 return combine(loaders);
52 private static ClassLoader combine(List<ClassLoader> parentLoaders) { method in class:SearchingClassLoader
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_fre.c63 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
77 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
125 if (!combine)
172 if (!combine)
H A Dtasn_new.c66 int combine);
87 int combine)
101 if (!combine) *pval = NULL;
159 if (!combine)
187 if (!combine)
319 /* NB: could probably combine most of the real XXX_new() behaviour and junk
86 asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
/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,
/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.h343 /// A type trait which is true if we want to combine values for hashing by
510 /// This sets up the state for a recursive hash combine, including getting
526 // with the variadic combine because that formation can have varying
563 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
568 return combine(length, buffer_ptr, buffer_end, args...);
577 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
581 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5, arg6);
584 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
588 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5);
591 hash_code combine(size_ function in struct:llvm::hashing::detail::hash_combine_recursive_helper
598 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
604 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
610 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
623 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
[all...]
/external/chromium_org/tools/perf/page_sets/endure/
H A Dindexeddb_app_worker.js114 combineTimeoutId = setTimeout(combine, COMBINE_TIMEOUT);
153 function combine() { function
158 log('combine ' + combine_id + ' started');
181 log('combine ' + combine_id +
195 log('combine # ' + combine_id +
199 log('combine # ' + combine_id +
212 log('combine ' + combine_id +
218 log('combine ' + combine_id +
221 combineTimeoutId = setTimeout(combine, COMBINE_TIMEOUT);
/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);
/external/libcxx/test/localization/locales/locale/locale.operators/
H A Deq.pass.cpp25 std::locale noname1 = n1.combine<std::ctype<char> >(cloc);
27 std::locale noname2 = n1.combine<std::ctype<char> >(cloc);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c542 char *combine; local
547 combine = yasm__combpath(from, iname);
548 f = fopen(combine, mode);
551 *oname = combine;
553 yasm_xfree(combine);
556 yasm_xfree(combine);
560 combine = yasm__combpath(np->path, iname);
561 f = fopen(combine, mode);
564 *oname = combine;
566 yasm_xfree(combine);
[all...]

Completed in 4667 milliseconds

12345