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

123

/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/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
/external/smack/src/org/apache/harmony/javax/security/auth/
H A DSubjectDomainCombiner.java82 public ProtectionDomain[] combine(ProtectionDomain[] currentDomains, method in class:SubjectDomainCombiner
/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/chromium_org/third_party/WebKit/Source/core/css/invalidation/
H A DDescendantInvalidationSet.cpp75 void DescendantInvalidationSet::combine(const DescendantInvalidationSet& other) function in class:blink::DescendantInvalidationSet
/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/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/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/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...]
/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/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/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/stlport/stlport/stl/
H A D_locale.h154 locale combine(const locale& __loc) const { function in class:locale
252 locale combine(const locale& __loc) const { function in class:locale
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcontrol.py462 def combine(self): member in class:coverage
/external/chromium_org/third_party/jinja2/
H A D_stringdefs.py83 def combine(*args): function
108 footer = content[content.find("def combine("):]
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texcombine.c96 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine; local
99 const GLfloat scaleRGB = (GLfloat) (1 << combine->ScaleShiftRGB);
100 const GLfloat scaleA = (GLfloat) (1 << combine->ScaleShiftA);
101 const GLuint numArgsRGB = combine->_NumArgsRGB;
102 const GLuint numArgsA = combine->_NumArgsA;
137 combine->ModeRGB,
138 combine->ModeA,
139 combine->SourceRGB[0],
140 combine->SourceA[0],
141 combine
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dluac.c136 static const Proto* combine(lua_State* L, int n) function
174 f=combine(L,argc);
/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...]

Completed in 6090 milliseconds

123