Searched refs:combine (Results 26 - 50 of 114) sorted by relevance

12345

/external/emma/core/java12/com/vladium/emma/
H A DProcessor.java36 toolProperties = IProperties.Factory.combine (m_propertyOverrides, appProperties);
H A DCommand.java159 m_propertyOverrides = Property.combine (cmdOverrides, m_propertyOverrides);
180 m_propertyOverrides = Property.combine (m_propertyOverrides, fileOverrides);
/external/smack/src/org/apache/harmony/javax/security/auth/
H A DSubjectDomainCombiner.java82 public ProtectionDomain[] combine(ProtectionDomain[] currentDomains, method in class:SubjectDomainCombiner
/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/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...]
/external/hyphenation/
H A Dsubstrings.pl91 combine ($newpattab{$newpat}, $pattab{$subpat});
128 sub combine { subroutine
H A Dsubstrings.c147 static char *combine( function
233 newpattab_val[newpatterns++] = combine(neworg,pattab_val[subpat_ndx]);
238 newpattab_val[newpat_ndx] = combine(
/external/pixman/pixman/
H A DAndroid.mk18 pixman-combine-float.c \
/external/emma/core/java12/com/vladium/util/
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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DClassTest.java189 boolean combine;
191 public ProtectionDomain[] combine(ProtectionDomain[] executionDomains,
193 combine = true;
205 combine = false;
209 return !combine;
/external/chromium_org/third_party/mesa/src/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...]
/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...]
/external/emma/ant/ant14/com/vladium/emma/
H A DemmajavaTask.java166 final IProperties settings = IProperties.Factory.combine (reportSettings,
167 IProperties.Factory.combine (verbositySettings,
168 IProperties.Factory.combine (genericSettings,
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.h86 UChar32 combine(const Norm &norm, UChar32 trail) const;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_context.h195 *combine, GLint blendUnit, GLuint texel_op,
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java60 // combine report and all generic settings:
68 settings = IProperties.Factory.combine (reportSettings, taskSettings);
/external/icu4c/tools/gennorm2/
H A Dn2builder.h86 UChar32 combine(const Norm &norm, UChar32 trail) const;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.h195 *combine, GLint blendUnit, GLuint texel_op,
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstTesting.java82 public SimpleNode combine(BstNodeFactory<SimpleNode> nodeFactory, @Nullable SimpleNode left,
91 left, left.childOrNull(LEFT), combine(nodeFactory, left.childOrNull(RIGHT), right));
/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/libvpx/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm48 .combine
80 jnz .combine
125 .combine
148 jnz .combine
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc437 HeaderCombine combine) {
438 if (combine == HC_AUTO) {
441 combine = !FromString(header, name) || HttpHeaderIsCollapsible(header)
443 } else if (combine == HC_REPLACE) {
445 combine = HC_NO;
447 // At this point, combine is one of (YES, NO, NEW)
448 if (combine != HC_NO) {
451 if (combine == HC_YES) {
436 changeHeader(const std::string& name, const std::string& value, HeaderCombine combine) argument
H A Dhttpcommon.h307 HeaderCombine combine);
351 HeaderCombine combine) {
352 changeHeader(ToString(header), value, combine); local
350 changeHeader(HttpHeader header, const std::string& value, HeaderCombine combine) argument
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc437 HeaderCombine combine) {
438 if (combine == HC_AUTO) {
441 combine = !FromString(header, name) || HttpHeaderIsCollapsible(header)
443 } else if (combine == HC_REPLACE) {
445 combine = HC_NO;
447 // At this point, combine is one of (YES, NO, NEW)
448 if (combine != HC_NO) {
451 if (combine == HC_YES) {
436 changeHeader(const std::string& name, const std::string& value, HeaderCombine combine) argument
H A Dhttpcommon.h307 HeaderCombine combine);
351 HeaderCombine combine) {
352 changeHeader(ToString(header), value, combine); local
350 changeHeader(HttpHeader header, const std::string& value, HeaderCombine combine) argument

Completed in 1255 milliseconds

12345