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

1 2 3 4 5 6

  /external/libcxx/test/localization/locales/locale/locale.members/
Android.mk 19 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/
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));
Annotations.java 52 public static Annotations combine(Annotations a1, Annotations a2) { method in class:Annotations
72 public static Annotations combine(Annotations annotations, method in class:Annotations
  /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));
Annotations.java 51 public static Annotations combine(Annotations a1, Annotations a2) { method in class:Annotations
71 public static Annotations combine(Annotations annotations, method in class:Annotations
  /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/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/chromium_org/third_party/WebKit/Source/core/css/invalidation/
DescendantInvalidationSetTest.cpp 43 set1->combine(*set2);
58 set1->combine(*set2);
  /external/llvm/utils/lit/utils/
check-coverage 41 # Combine all the data files.
42 (cd tests && python -m coverage combine)
  /external/mockito/src/org/mockito/internal/creation/jmock/
SearchingClassLoader.java 49 return combine(loaders);
52 private static ClassLoader combine(List<ClassLoader> parentLoaders) { method in class:SearchingClassLoader
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app_worker.js 114 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/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_fre.c 63 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)
125 if (!combine)
172 if (!combine)
tasn_new.c 66 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
  /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)
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
  /external/llvm/include/llvm/ADT/
Hashing.h 343 /// 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
515 /// \brief Combine one chunk of data into the current in-flight hash.
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_t length, char *buffer_ptr, char *buffer_end, 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...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 93 result = Annotations.combine(result, signature);
124 result = Annotations.combine(result, innerClassAnnotations);
131 result = Annotations.combine(result, enclosingMethod);
138 result = Annotations.combine(result, annotationDefault);
160 result = Annotations.combine(result, throwsAnnotation);
192 // Both are non-null, so combine them.
194 return Annotations.combine(visible.getAnnotations(),
379 // Both are non-null, so combine them.
381 return AnnotationsList.combine(visible.getParameterAnnotations(),
  /external/emma/core/java12/com/vladium/util/
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);

Completed in 917 milliseconds

1 2 3 4 5 6