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

1234

/external/python/cpython2/Tools/scripts/
H A Dcombinerefs.py88 def combine(fname): function
127 combine(sys.argv[1])
/external/python/cpython3/Tools/scripts/
H A Dcombinerefs.py88 def combine(fname): function
128 combine(sys.argv[1])
/external/boringssl/src/crypto/asn1/
H A Dtasn_fre.c76 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
121 if (!combine) {
165 if (!combine) {
H A Dtasn_new.c71 int combine);
92 int combine)
156 if (!combine) {
181 if (!combine) {
205 asn1_item_combine_free(pval, it, combine);
215 asn1_item_combine_free(pval, it, combine);
311 * NB: could probably combine most of the real XXX_new() behaviour and junk
91 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/guava/guava-tests/benchmark/com/google/common/util/concurrent/
H A DFuturesCombineBenchmark.java32 * A benchmark for {@link Futures#combine}
39 @Override <V> ListenableFuture<V> combine(final Callable<V> combiner, Executor executor,
59 <V> ListenableFuture<V> combine(Callable<V> combiner, final Executor executor,
61 return Futures.combine(combiner, executor, futures);
65 abstract <V> ListenableFuture<V> combine( method in class:FuturesCombineBenchmark.Impl
89 sum += impl.combine(callable, INLINE_EXECUTOR, futures).get();
104 sum += impl.combine(callable, INLINE_EXECUTOR, futures).get();
115 ListenableFuture<Integer> combined = impl.combine(callable, INLINE_EXECUTOR, futures);
131 ListenableFuture<Integer> combined = impl.combine(callable, INLINE_EXECUTOR, futures);
/external/guice/core/src/com/google/inject/util/
H A DModules.java107 public static Module combine(Module... modules) { method in class:Modules
108 return combine(ImmutableSet.copyOf(modules));
114 public static Module combine(Iterable<? extends Module> modules) { method in class:Modules
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
H A DStyles.java107 public static String combine(final String... styles) { method in class:Styles
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texblend.c42 * Texture combine functions
127 * \c GL_ZERO as combine inputs (which the code already supports). It can
133 const struct gl_tex_env_combine_state * combine,
137 const GLuint numColorArgs = combine->_NumArgsRGB;
138 GLuint numAlphaArgs = combine->_NumArgsA;
168 switch (combine->ModeRGB) {
170 alpha_shift = combine->ScaleShiftA;
180 rgb_shift = combine->ScaleShiftRGB;
181 alpha_shift = combine->ScaleShiftA;
186 switch (combine
132 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/skia/src/core/
H A DSkEdgeBuilder.h108 Combine combine = analyticAA ? local
111 if (kNo_Combine == combine) {
114 } else if (kTotal_Combine == combine) {
H A DSkEdgeBuilder.cpp132 Combine combine = CombineVertical(edge, (SkAnalyticEdge*)*(fList.end() - 1)); local
133 if (kNo_Combine != combine) {
134 if (kTotal_Combine == combine) {
150 Combine combine = CombineVertical(edge, (SkEdge*)*(fList.end() - 1)); local
151 if (kNo_Combine != combine) {
152 if (kTotal_Combine == combine) {
/external/skqp/src/core/
H A DSkEdgeBuilder.h108 Combine combine = analyticAA ? local
111 if (kNo_Combine == combine) {
114 } else if (kTotal_Combine == combine) {
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Drpcbench_test.cc141 Output combine = AddN( local
144 this_stage.push_back(combine);
/external/tensorflow/tensorflow/core/lib/io/
H A Dproto_encode_helper.h44 Encode32(combine(tag, WIRETYPE_VARINT));
48 Encode32(combine(tag, WIRETYPE_VARINT));
52 Encode32(combine(tag, WIRETYPE_LENGTH_DELIMITED));
57 Encode32(combine(tag, WIRETYPE_LENGTH_DELIMITED));
69 static uint32 combine(uint32 tag, uint32 type) { return ((tag << 3) | type); } function in class:tensorflow::io::ProtoEncodeHelper
/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/autotest/client/deps/webgl_mpd/src/resources/
H A DJ3DIMath.js842 row1.combine(row0, 1.0, -skew[0]);
851 row2.combine(row0, 1.0, -skew[1]);
853 row2.combine(row1, 1.0, -skew[2]);
1038 J3DIVector3.prototype.combine = function(v, ascl, bscl)
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize.cc370 /* As noted in the comment earlier, we don't try to combine
376 bool combine = true; local
381 if (combine &&
414 * trying to combine as soon as combining-class drops. */
417 combine = false;
426 combine = true;
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DXLocaleMatcher.java376 public static ULocale combine(ULocale bestSupported, ULocale bestDesired) { method in class:XLocaleMatcher
/external/icu/icu4c/source/tools/gennorm2/
H A Dnorms.cpp55 UChar32 Norm::combine(UChar32 trail) const { function in class:Norm
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXLocaleMatcher.java374 public static ULocale combine(ULocale bestSupported, ULocale bestDesired) { method in class:XLocaleMatcher
/external/libmojo/third_party/jinja2/
H A D_stringdefs.py83 def combine(*args): function
108 footer = content[content.find("def combine("):]
/external/mesa3d/src/mesa/main/
H A Dtexstate.c46 * Default texture combine environment state. This is used to initialize
379 * Examine texture unit's combine/env state to update derived state.
384 struct gl_tex_env_combine_state *combine; local
409 combine = texUnit->_CurrentCombine;
412 switch (combine->ModeRGB) {
414 combine->_NumArgsRGB = 1;
419 combine->_NumArgsRGB = 4;
421 combine->_NumArgsRGB = 2;
429 combine->_NumArgsRGB = 2;
435 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...]

Completed in 2486 milliseconds

1234