Searched defs:combine (Results 1 - 25 of 46) sorted by relevance

12

/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/jetty/src/java/org/eclipse/jetty/security/
H A DUserDataConstraint.java35 public UserDataConstraint combine(UserDataConstraint other) method in class:UserDataConstraint
H A DRoleInfo.java107 this._userDataConstraint = this._userDataConstraint.combine(userDataConstraint);
121 public void combine(RoleInfo other) method in class:RoleInfo
/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/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/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.c68 int combine);
89 int combine)
159 if (!combine)
187 if (!combine)
320 /* 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/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 DIProperties.java112 public static IProperties combine (final IProperties overrides, final IProperties base) method in class:IProperties.Factory
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/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DStripInfo.java294 combine(forwardFaces, backwardFaces);
303 void combine(FaceInfoVec forward, FaceInfoVec backward){ method in class:StripInfo
/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/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
H A DComposableFunction.java315 * The function h created by {@code h = g.combine(f, combiner)} is such that
318 * @param f function to combine with the instance
320 * @return a new function which computes {@code combine.value(this.value(x), f.value(x))}
322 public ComposableFunction combine(final UnivariateRealFunction f, method in class:ComposableFunction
335 * @param f function to combine with the instance
365 * @param f function to combine with the instance
380 * @param f function to combine with the instance
409 * @param f function to combine with the instance
/external/mesa3d/src/mesa/main/
H A Dtexstate.c47 * Default texture combine environment state. This is used to initialize
386 * Examine texture unit's combine/env state to update derived state.
391 struct gl_tex_env_combine_state *combine; local
416 combine = texUnit->_CurrentCombine;
419 switch (combine->ModeRGB) {
421 combine->_NumArgsRGB = 1;
426 combine->_NumArgsRGB = 4;
428 combine->_NumArgsRGB = 2;
436 combine->_NumArgsRGB = 2;
442 combine
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c88 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine; local
91 const GLfloat scaleRGB = (GLfloat) (1 << combine->ScaleShiftRGB);
92 const GLfloat scaleA = (GLfloat) (1 << combine->ScaleShiftA);
93 const GLuint numArgsRGB = combine->_NumArgsRGB;
94 const GLuint numArgsA = combine->_NumArgsA;
129 combine->ModeRGB,
130 combine->ModeA,
131 combine->SourceRGB[0],
132 combine->SourceA[0],
133 combine
[all...]
H A Ds_context.c193 const struct gl_tex_env_combine_state *combine = local
196 for (term = 0; term < combine->_NumArgsRGB; term++) {
197 if (combine->SourceRGB[term] == GL_PRIMARY_COLOR) {
201 if (combine->SourceA[term] == GL_PRIMARY_COLOR) {
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp767 static bool combine (bool a, bool b);
775 inline bool EqualityCompare<true>::combine (bool a, bool b) { return a && b; } function in class:rsg::__anon3076::EqualityCompare
782 inline bool EqualityCompare<false>::combine (bool a, bool b) { return a || b; } function in class:rsg::__anon3076::EqualityCompare
800 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asFloat(compNdx), b.component(elemNdx).asFloat(compNdx)));
812 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asInt(compNdx), b.component(elemNdx).asInt(compNdx)));
824 result = EqualityCompare<IsEqual>::combine(result, EqualityCompare<IsEqual>::compare(a.component(elemNdx).asBool(compNdx), b.component(elemNdx).asBool(compNdx)));
/external/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp9 // This pass replaces transfer instructions by combine instructions.
12 // replace them with a combine instruction.
37 #define DEBUG_TYPE "hexagon-copy-combine"
86 void combine(MachineInstr *I1, MachineInstr *I2,
110 INITIALIZE_PASS(HexagonCopyToCombine, "hexagon-copy-combine",
136 // workaround for an ABI bug that prevents GOT relocations on combine
141 // Only combine constant extended A2_tfrsi if we are in aggressive mode.
153 // workaround for an ABI bug that prevents GOT relocations on combine
179 /// into a combine (ignoring register constraints).
191 // There is no combine o
509 void HexagonCopyToCombine::combine(MachineInstr *I1, MachineInstr *I2, function in class:HexagonCopyToCombine
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpEngine.java799 .headers(combine(cacheResponse.headers(), networkResponse.headers()))
1011 private static Headers combine(Headers cachedHeaders, Headers networkHeaders) throws IOException { method in class:HttpEngine
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp138 void combine(HashType Type);
187 Hash.combine(Type);
620 void PGOHash::combine(HashType Type) { function in class:PGOHash
621 // Check that we never combine 0 and only have six bits.
/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java956 * @param futures futures to combine
979 * @param futures futures to combine
1039 * @param futures futures to combine
1061 * @param futures futures to combine
1517 C combine(List<Optional<V>> values); method in interface:Futures.FutureCombiner
1575 set(combiner.combine(ImmutableList.<Optional<V>>of()));
1676 set(localCombiner.combine(localValues));
1694 public List<V> combine(List<Optional<V>> values) {
/external/iptables/iptables/
H A Diptables-xml.c38 /* Whether to combine actions of sequential rules with identical conditions */
39 static int combine = 0; variable
43 {"combine", 0, NULL, 'c'},
52 " [--combine ]\n"
531 NOTE: We don't want to combine actions if there were no criteria
545 * to combine further actions into the same xml */
569 // This means we don't combine target-less rules, which is good
580 if (combine && argc > 2 && !isTarget(argv[2]) && compareRules()) {
636 combine = 1;
/external/llvm/include/llvm/ADT/
H A DHashing.h337 /// A type trait which is true if we want to combine values for hashing by
504 /// This sets up the state for a recursive hash combine, including getting
520 // with the variadic combine because that formation can have varying
555 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
560 return combine(length, buffer_ptr, buffer_end, args...);
568 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
594 /// attempt to combine them into a single hash_code. For user-defined types it
605 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c50 struct rc_src_register combine; local
51 combine.File = inner.File;
52 combine.Index = inner.Index;
53 combine.RelAddr = inner.RelAddr;
55 combine.Abs = 1;
56 combine.Negate = outer.Negate;
58 combine.Abs = inner.Abs;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
62 combine
[all...]

Completed in 1536 milliseconds

12