/external/libxslt/libxslt/ |
D | preproc.c | 380 xsltFreeStylePreComp(xsltStylePreCompPtr comp) { in xsltFreeStylePreComp() argument 381 if (comp == NULL) in xsltFreeStylePreComp() 387 switch (comp->type) { in xsltFreeStylePreComp() 393 xsltStyleItemSortPtr item = (xsltStyleItemSortPtr) comp; in xsltFreeStylePreComp() 396 if (item->comp != NULL) in xsltFreeStylePreComp() 397 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp() 411 xsltStyleItemCopyOfPtr item = (xsltStyleItemCopyOfPtr) comp; in xsltFreeStylePreComp() 412 if (item->comp != NULL) in xsltFreeStylePreComp() 413 xmlXPathFreeCompExpr(item->comp); in xsltFreeStylePreComp() 417 xsltStyleItemValueOfPtr item = (xsltStyleItemValueOfPtr) comp; in xsltFreeStylePreComp() [all …]
|
D | variables.c | 525 cur->comp = elem->comp; in xsltCopyStackElem() 703 if (cur->comp != NULL) { in xsltCheckStackElem() 704 if (cur->comp->type == XSLT_FUNC_WITHPARAM) in xsltCheckStackElem() 706 else if (cur->comp->type == XSLT_FUNC_PARAM) in xsltCheckStackElem() 798 xsltStyleItemVariablePtr comp = in xsltEvalVariable() local 801 xsltStylePreCompPtr comp = castedComp; in xsltEvalVariable() 829 if ((comp != NULL) && (comp->comp != NULL)) { in xsltEvalVariable() 830 xpExpr = comp->comp; in xsltEvalVariable() 869 if (comp != NULL) { in xsltEvalVariable() 872 if (comp->inScopeNs != NULL) { in xsltEvalVariable() [all …]
|
D | pattern.c | 90 xmlXPathCompExprPtr comp; member 126 xsltCompMatchPtr comp; /* the result */ member 176 xsltFreeCompMatch(xsltCompMatchPtr comp) { in xsltFreeCompMatch() argument 180 if (comp == NULL) in xsltFreeCompMatch() 182 if (comp->pattern != NULL) in xsltFreeCompMatch() 183 xmlFree((xmlChar *)comp->pattern); in xsltFreeCompMatch() 184 if (comp->nsList != NULL) in xsltFreeCompMatch() 185 xmlFree(comp->nsList); in xsltFreeCompMatch() 186 for (i = 0;i < comp->nbStep;i++) { in xsltFreeCompMatch() 187 op = &comp->steps[i]; in xsltFreeCompMatch() [all …]
|
D | transform.h | 94 xsltStylePreCompPtr comp); 99 xsltStylePreCompPtr comp); 104 xsltStylePreCompPtr comp); 109 xsltStylePreCompPtr comp); 114 xsltStylePreCompPtr comp); 119 xsltStylePreCompPtr comp); 124 xsltStylePreCompPtr comp); 129 xsltStylePreCompPtr comp); 134 xsltStylePreCompPtr comp); 139 xsltStylePreCompPtr comp); [all …]
|
D | xsltutils.c | 957 xsltStyleItemSortPtr comp; in xsltComputeSortResult() local 959 xsltStylePreCompPtr comp; in xsltComputeSortResult() 972 comp = sort->psvi; in xsltComputeSortResult() 973 if (comp == NULL) { in xsltComputeSortResult() 979 if ((comp->select == NULL) || (comp->comp == NULL)) in xsltComputeSortResult() 1012 if (comp->inScopeNs != NULL) { in xsltComputeSortResult() 1013 ctxt->xpathCtxt->namespaces = comp->inScopeNs->list; in xsltComputeSortResult() 1014 ctxt->xpathCtxt->nsNr = comp->inScopeNs->xpathNumber; in xsltComputeSortResult() 1020 ctxt->xpathCtxt->namespaces = comp->nsList; in xsltComputeSortResult() 1021 ctxt->xpathCtxt->nsNr = comp->nsNr; in xsltComputeSortResult() [all …]
|
D | transform.c | 3214 xsltStyleItemDocumentPtr comp = (xsltStyleItemDocumentPtr) castedComp; in xsltDocumentElem() local 3216 xsltStylePreCompPtr comp = castedComp; in xsltDocumentElem() 3234 if ((ctxt == NULL) || (node == NULL) || (inst == NULL) || (comp == NULL)) in xsltDocumentElem() 3237 if (comp->filename == NULL) { in xsltDocumentElem() 3299 URL = xmlStrdup(comp->filename); in xsltDocumentElem() 3698 xsltStylePreCompPtr comp) { in xsltSort() argument 3699 if (comp == NULL) { in xsltSort() 3722 xsltStyleItemCopyPtr comp = (xsltStyleItemCopyPtr) castedComp; in xsltCopy() local 3724 xsltStylePreCompPtr comp = castedComp; in xsltCopy() 3766 if (comp->use != NULL) { in xsltCopy() [all …]
|
/external/libxml2/ |
D | pattern.c | 80 if ((c)->comp->dict) \ 81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \ 84 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r); 107 xmlStreamCompPtr comp; /* the compiled stream */ member 116 static void xmlFreeStreamComp(xmlStreamCompPtr comp); 180 xmlPatternPtr comp; /* the result */ member 228 xmlFreePattern(xmlPatternPtr comp) { in xmlFreePattern() argument 232 if (comp == NULL) in xmlFreePattern() 234 if (comp->next != NULL) in xmlFreePattern() 235 xmlFreePattern(comp->next); in xmlFreePattern() [all …]
|
/external/webkit/Source/WebCore/xml/ |
D | XSLTUnicodeSort.cpp | 76 xsltStyleItemSortPtr comp; in xsltUnicodeSortFunction() local 78 xsltStylePreCompPtr comp; in xsltUnicodeSortFunction() 97 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi); in xsltUnicodeSortFunction() 98 if (comp == NULL) in xsltUnicodeSortFunction() 106 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi); in xsltUnicodeSortFunction() 108 if ((comp->stype == NULL) && (comp->has_stype != 0)) { in xsltUnicodeSortFunction() 109 comp->stype = in xsltUnicodeSortFunction() 113 if (comp->stype != NULL) { in xsltUnicodeSortFunction() 115 if (xmlStrEqual(comp->stype, (const xmlChar *) "text")) in xsltUnicodeSortFunction() 116 comp->number = 0; in xsltUnicodeSortFunction() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontWinCE.cpp | 221 const TextRunComponent& comp = components.at(i); in drawComplexText() local 222 int len = comp.textLength(); in drawComplexText() 224 if (curPos < to && from < curEnd && !comp.isSpace()) { in drawComplexText() 227 pt.setX(point.x() + w - comp.m_offset - comp.m_width); in drawComplexText() 229 pt.setX(point.x() + comp.m_offset); in drawComplexText() 230 … drawSimpleText(context, comp.m_textRun, pt, from - curPos, std::min(to, curEnd) - curPos); in drawComplexText() 265 const TextRunComponent& comp = components.at(i); in offsetForPositionForComplexText() local 266 int xe = w - comp.m_offset; in offsetForPositionForComplexText() 267 int xs = xe - comp.m_width; in offsetForPositionForComplexText() 269 return offset + (comp.isSpace() in offsetForPositionForComplexText() [all …]
|
/external/opencv/cv/src/ |
D | cvcamshift.cpp | 62 CvTermCriteria criteria, CvConnectedComp* comp ) in cvMeanShift() argument 72 if( comp ) in cvMeanShift() 73 comp->rect = windowIn; in cvMeanShift() 136 if( comp ) in cvMeanShift() 138 comp->rect = cur_rect; in cvMeanShift() 139 comp->area = (float)moments.m00; in cvMeanShift() 179 CvConnectedComp comp; in cvCamShift() local 184 comp.rect = windowIn; in cvCamShift() 190 CV_CALL( itersUsed = cvMeanShift( mat, windowIn, criteria, &comp )); in cvCamShift() 191 windowIn = comp.rect; in cvCamShift() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | SortUtil.java | 76 public static void gsort(Object[] a, Comparator comp) { in gsort() argument 82 if ( comp.compare(a[pos], a[pos-1]) >= 0 ){ in gsort() 175 public static void qsort(Object[] a, Comparator comp) { in qsort() argument 176 qsort(a, 0, a.length - 1, comp); in qsort() 186 public static void qsort(Object[] a, int lo0, int hi0, Comparator comp) { in qsort() argument 196 if (comp.compare(a[hi0], a[lo0]) < 0) { in qsort() 214 while (comp.compare(a[++lo], mid) < 0); in qsort() 218 while (comp.compare(mid, a[--hi]) < 0); in qsort() 233 qsort(a, lo0, lo - 1, comp); in qsort() 239 qsort(a, hi + 1, hi0, comp); in qsort() [all …]
|
/external/jdiff/src/jdiff/ |
D | MethodAPI.java | 88 int comp = name_.compareTo(oMethod.name_); in compareTo() local 89 if (comp != 0) in compareTo() 90 return comp; in compareTo() 91 comp = returnType_.compareTo(oMethod.returnType_); in compareTo() 92 if (comp != 0) in compareTo() 93 return comp; in compareTo() 107 comp = exceptions_.compareTo(oMethod.exceptions_); in compareTo() 108 if (comp != 0) in compareTo() 109 return comp; in compareTo() 110 comp = modifiers_.compareTo(oMethod.modifiers_); in compareTo() [all …]
|
D | FieldAPI.java | 72 int comp = name_.compareTo(oFieldAPI.name_); in compareTo() local 73 if (comp != 0) in compareTo() 74 return comp; in compareTo() 75 comp = type_.compareTo(oFieldAPI.type_); in compareTo() 76 if (comp != 0) in compareTo() 77 return comp; in compareTo() 87 comp = value_.compareTo(oFieldAPI.value_); in compareTo() 88 if (comp != 0) in compareTo() 89 return comp; in compareTo() 91 comp = modifiers_.compareTo(oFieldAPI.modifiers_); in compareTo() [all …]
|
D | ConstructorAPI.java | 44 int comp = type_.compareTo(constructorAPI.type_); in compareTo() local 45 if (comp != 0) in compareTo() 46 return comp; in compareTo() 47 comp = exceptions_.compareTo(constructorAPI.exceptions_); in compareTo() 48 if (comp != 0) in compareTo() 49 return comp; in compareTo() 50 comp = modifiers_.compareTo(constructorAPI.modifiers_); in compareTo() 51 if (comp != 0) in compareTo() 52 return comp; in compareTo()
|
D | ParamAPI.java | 31 int comp = name_.compareTo(oParamAPI.name_); in compareTo() local 32 if (comp != 0) in compareTo() 33 return comp; in compareTo() 34 comp = type_.compareTo(oParamAPI.type_); in compareTo() 35 if (comp != 0) in compareTo() 36 return comp; in compareTo()
|
D | ClassAPI.java | 66 int comp = name_.compareTo(oClassAPI.name_); in compareTo() local 67 if (comp != 0) in compareTo() 68 return comp; in compareTo() 73 comp = modifiers_.compareTo(oClassAPI.modifiers_); in compareTo() 74 if (comp != 0) in compareTo() 75 return comp; in compareTo()
|
/external/bzip2/ |
D | bzdiff | 18 *cmp) comp=${CMP-cmp} ;; 19 *) comp=${DIFF-diff} ;; 37 echo "Usage: $prog [${comp}_options] file [file]" 47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE" 57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp 61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2" 66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" - 68 *) $comp $OPTIONS "$1" "$2" 74 echo "Usage: $prog [${comp}_options] file [file]"
|
/external/libvpx/vp8/common/ |
D | onyx.h | 202 void vp8_remove_compressor(VP8_PTR *comp); 209 …int vp8_receive_raw_frame(VP8_PTR comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, INT64 ti… 210 …int vp8_get_compressed_data(VP8_PTR comp, unsigned int *frame_flags, unsigned long *size, unsigned… 211 int vp8_get_preview_raw_frame(VP8_PTR comp, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t *flags); 213 int vp8_use_as_reference(VP8_PTR comp, int ref_frame_flags); 214 int vp8_update_reference(VP8_PTR comp, int ref_frame_flags); 215 int vp8_get_reference(VP8_PTR comp, VP8_REFFRAME ref_frame_flag, YV12_BUFFER_CONFIG *sd); 216 int vp8_set_reference(VP8_PTR comp, VP8_REFFRAME ref_frame_flag, YV12_BUFFER_CONFIG *sd); 217 int vp8_update_entropy(VP8_PTR comp, int update); 218 …int vp8_set_roimap(VP8_PTR comp, unsigned char *map, unsigned int rows, unsigned int cols, int del… [all …]
|
D | onyxd.h | 49 void vp8dx_set_setting(VP8D_PTR comp, VP8D_SETTING oxst, int x); 51 int vp8dx_get_setting(VP8D_PTR comp, VP8D_SETTING oxst); 53 …int vp8dx_receive_compressed_data(VP8D_PTR comp, unsigned long size, const unsigned char *dest, IN… 54 …int vp8dx_get_raw_frame(VP8D_PTR comp, YV12_BUFFER_CONFIG *sd, INT64 *time_stamp, INT64 *time_end_… 56 int vp8dx_get_reference(VP8D_PTR comp, VP8_REFFRAME ref_frame_flag, YV12_BUFFER_CONFIG *sd); 57 int vp8dx_set_reference(VP8D_PTR comp, VP8_REFFRAME ref_frame_flag, YV12_BUFFER_CONFIG *sd); 61 void vp8dx_remove_decompressor(VP8D_PTR comp);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/ |
D | AnnotationEncodedSubValue.java | 119 int comp = annotationType.compareTo(other.annotationType); in compareValue() local 120 if (comp != 0) { in compareValue() 121 return comp; in compareValue() 124 comp = names.length - other.names.length; in compareValue() 125 if (comp != 0) { in compareValue() 126 return comp; in compareValue() 130 comp = names[i].compareTo(other.names[i]); in compareValue() 131 if (comp != 0) { in compareValue() 132 return comp; in compareValue() 135 comp = values[i].compareTo(other.values[i]); in compareValue() [all …]
|
D | ArrayEncodedSubValue.java | 102 int comp = values.length - other.values.length; in compareValue() local 103 if (comp != 0) { in compareValue() 104 return comp; in compareValue() 108 comp = values[i].compareTo(other.values[i]); in compareValue() 109 if (comp != 0) { in compareValue() 110 return comp; in compareValue() 114 return comp; in compareValue()
|
/external/oprofile/libutil++/ |
D | path_filter.cpp | 27 string comp = op_dirname(str); in match() local 28 while (!comp.empty() && comp != "/") { in match() 30 fnmatcher(op_basename(comp))); in match() 35 if (comp == op_dirname(comp)) in match() 37 comp = op_dirname(comp); in match()
|
/external/stlport/stlport/stl/ |
D | _queue.h | 168 _Compare comp; in _STLP_RELOPS_OPERATORS() local 171 explicit priority_queue(const _Compare& __x) : c(), comp(__x) {} in _STLP_RELOPS_OPERATORS() 173 : c(__s), comp(__x) in _STLP_RELOPS_OPERATORS() 174 { make_heap(c.begin(), c.end(), comp); } in _STLP_RELOPS_OPERATORS() 179 comp(_STLP_PRIV _AsMoveSource(src.get().comp)) {} in _STLP_RELOPS_OPERATORS() 185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); } in _STLP_RELOPS_OPERATORS() 190 : c(__first, __last), comp(__x) in _STLP_RELOPS_OPERATORS() 191 { make_heap(c.begin(), c.end(), comp); } in _STLP_RELOPS_OPERATORS() 196 : c(__s), comp(__x) in _STLP_RELOPS_OPERATORS() 199 make_heap(c.begin(), c.end(), comp); in _STLP_RELOPS_OPERATORS() [all …]
|
/external/icu4c/layout/ |
D | LigatureSubstSubtables.cpp | 32 le_uint16 comp; in process() local 34 for (comp = 0; comp < compCount; comp += 1) { in process() 39 … if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) { in process() 44 … if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) { in process() 48 while (comp > 0) { in process() 52 comp -= 1; in process()
|
/external/libxml2/include/libxml/ |
D | pattern.h | 47 xmlFreePattern (xmlPatternPtr comp); 50 xmlFreePatternList (xmlPatternPtr comp); 58 xmlPatternMatch (xmlPatternPtr comp, 66 xmlPatternStreamable (xmlPatternPtr comp); 68 xmlPatternMaxDepth (xmlPatternPtr comp); 70 xmlPatternMinDepth (xmlPatternPtr comp); 72 xmlPatternFromRoot (xmlPatternPtr comp); 74 xmlPatternGetStreamCtxt (xmlPatternPtr comp);
|