Searched defs:combine (Results 1 - 25 of 33) sorted by path

12

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpclient.cc243 HttpData::HeaderCombine combine) {
270 response->changeHeader(name, value, combine);
554 HttpData::HeaderCombine combine = local
557 if (!HttpReadCacheHeaders(stream.get(), &transaction_->response, combine)) {
242 HttpReadCacheHeaders(StreamInterface* input, HttpResponseData* response, HttpData::HeaderCombine combine) argument
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/dexmaker/src/dx/java/com/android/dx/rop/annotation/
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
H A DAnnotationsList.java39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/elfutils/libcpu/
H A Di386_parse.c291 static struct argname *combine (struct argname *name);
1834 runp->next->name = combine ((yyvsp[(3) - (3)].name));
1844 (yyval.arg)->name = combine ((yyvsp[(1) - (1)].name));
2345 combine (struct argname *name)
3078 /* With the prefixes gone, try to combine strings. */
2342 combine (struct argname *name) function
/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/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/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/hyphenation/
H A Dsubstrings.c147 static char *combine( function
233 newpattab_val[newpatterns++] = combine(neworg,pattab_val[subpat_ndx]);
238 newpattab_val[newpat_ndx] = combine(
H A Dsubstrings.pl91 combine ($newpattab{$newpat}, $pattab{$subpat});
128 sub combine { subroutine
/external/icu4c/common/
H A Dnormalizer2impl.cpp641 * If the lead and trail characters combine, then this function returns
657 int32_t Normalizer2Impl::combine(const uint16_t *list, UChar32 trail) { function in class:Normalizer2Impl
800 * a Jamo T could combine with.
808 } else if((compositeAndFwd=combine(compositionsList, c))>=0) {
809 // The starter and the combining mark (c) do combine.
882 // If c did not combine, then check if it is a starter.
886 // It may combine with something, prepare for it.
1068 * may combine
1352 // Hangul LV and non-inert yesYes characters combine forward.
1366 // it and its decomposition do not combine forwar
[all...]
/external/icu4c/tools/gennorm2/
H A Dn2builder.cpp397 UChar32 Normalizer2DataBuilder::combine(const Norm &norm, UChar32 trail) const { function in class:Normalizer2DataBuilder
608 return FALSE; // the last starter does not combine forward
618 (starter=combine(*starterNorm, buffer.charAt(combMarkIndex)))>=0
623 return FALSE; // the composite does not combine further
/external/iptables/iptables/
H A Diptables-xml.c42 /* Whether to combine actions of sequential rules with identical conditions */
43 static int combine = 0; variable
47 {"combine", 0, NULL, 'c'},
56 " [--combine ]\n"
528 NOTE: We don't want to combine actions if there were no criteria
542 * to combine further actions into the same xml */
566 // This means we don't combine target-less rules, which is good
577 if (combine && argc > 2 && !isTarget(argv[2]) && compareRules()) {
638 combine = 1;
/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/libxml2/
H A Drelaxng.c112 xmlRelaxNGCombine combine; /* the default combine value */ member in struct:_xmlRelaxNGGrammar
5664 * Applies the 4.17. combine attribute rule for all the define
5720 * Applies the 4.17. combine attribute rule for all the define
5727 xmlChar *combine; local
5736 combine = xmlGetProp(cur->node, BAD_CAST "combine");
5737 if (combine != NULL) {
5738 if (xmlStrEqual(combine, BAD_CAST "choice")) {
5746 } else if (xmlStrEqual(combine, BAD_CAS
5847 xmlChar *combine; local
[all...]
/external/llvm/include/llvm/ADT/
H A DHashing.h344 /// A type trait which is true if we want to combine values for hashing by
511 /// This sets up the state for a recursive hash combine, including getting
527 // with the variadic combine because that formation can have varying
564 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
569 return combine(length, buffer_ptr, buffer_end, args...);
578 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
582 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5, arg6);
585 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
589 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5);
592 hash_code combine(size_ function in struct:llvm::hashing::detail::hash_combine_recursive_helper
599 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
605 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
611 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, function in struct:llvm::hashing::detail::hash_combine_recursive_helper
624 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) { function in struct:llvm::hashing::detail::hash_combine_recursive_helper
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp160 /// combine - call the node-specific routine that knows how to fold each
163 SDValue combine(SDNode *N);
621 "Cannot combine value to value of different type!"));
999 // try and combine it.
1021 SDValue RV = combine(N);
1164 SDValue DAGCombiner::combine(SDNode *N) { function in class:DAGCombiner
1167 // If nothing happened, try a target-specific DAG combine.
1991 SDValue OptimizedDiv = combine(Div.getNode());
2044 SDValue OptimizedDiv = combine(Div.getNode());
2173 SDValue LoOpt = combine(L
[all...]

Completed in 1573 milliseconds

12