Home
last modified time | relevance | path

Searched refs:sorts (Results 1 – 25 of 63) sorted by relevance

123

/external/webkit/Source/WebCore/xml/
DXSLTUnicodeSort.cpp73 void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr *sorts, int nbsorts) in xsltUnicodeSortFunction() argument
92 if ((ctxt == NULL) || (sorts == NULL) || (nbsorts <= 0) || in xsltUnicodeSortFunction()
95 if (sorts[0] == NULL) in xsltUnicodeSortFunction()
97 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi); in xsltUnicodeSortFunction()
106 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi); in xsltUnicodeSortFunction()
110 xsltEvalAttrValueTemplate(ctxt, sorts[j], in xsltUnicodeSortFunction()
120 xsltTransformError(ctxt, NULL, sorts[j], in xsltUnicodeSortFunction()
129 comp->order = xsltEvalAttrValueTemplate(ctxt, sorts[j], in xsltUnicodeSortFunction()
140 xsltTransformError(ctxt, NULL, sorts[j], in xsltUnicodeSortFunction()
151 resultsTab[0] = xsltComputeSortResult(ctxt, sorts[0]); in xsltUnicodeSortFunction()
[all …]
DXSLTUnicodeSort.h37 void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr* sorts, int nbsorts);
/external/bluetooth/glib/tests/
Dasyncqueue-test.c55 static gint sorts = 0; in sort_queue() local
69 sorts++; in sort_queue()
71 if (sorts >= sort_multiplier) { in sort_queue()
78 PRINT_MSG (("sorted queue (for %d/%d times, size:%d)...", sorts, MAX_SORTS, len)); in sort_queue()
/external/libxslt/libxslt/
Dxsltutils.c1082 xsltDefaultSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr *sorts, in xsltDefaultSortFunction() argument
1101 if ((ctxt == NULL) || (sorts == NULL) || (nbsorts <= 0) || in xsltDefaultSortFunction()
1104 if (sorts[0] == NULL) in xsltDefaultSortFunction()
1106 comp = sorts[0]->psvi; in xsltDefaultSortFunction()
1115 comp = sorts[j]->psvi; in xsltDefaultSortFunction()
1119 xsltEvalAttrValueTemplate(ctxt, sorts[j], in xsltDefaultSortFunction()
1129 xsltTransformError(ctxt, NULL, sorts[j], in xsltDefaultSortFunction()
1138 comp->order = xsltEvalAttrValueTemplate(ctxt, sorts[j], in xsltDefaultSortFunction()
1149 xsltTransformError(ctxt, NULL, sorts[j], in xsltDefaultSortFunction()
1160 resultsTab[0] = xsltComputeSortResult(ctxt, sorts[0]); in xsltDefaultSortFunction()
[all …]
Dxsltutils.h186 xmlNodePtr *sorts,
190 xmlNodePtr * sorts,
Dtransform.c4955 xmlNodePtr sorts[XSLT_MAX_SORT]; in xsltApplyTemplates() local
4957 sorts[nbsorts++] = cur; in xsltApplyTemplates()
4991 sorts[nbsorts++] = cur; in xsltApplyTemplates()
5003 xsltDoSortFunction(ctxt, sorts, nbsorts); in xsltApplyTemplates()
5580 xmlNodePtr sorts[XSLT_MAX_SORT]; in xsltForEach() local
5582 sorts[nbsorts++] = curInst; in xsltForEach()
5598 sorts[nbsorts++] = curInst; in xsltForEach()
5607 xsltDoSortFunction(ctxt, sorts, nbsorts); in xsltForEach()
DxsltInternals.h419 typedef void (*xsltSortFunc) (xsltTransformContextPtr ctxt, xmlNodePtr *sorts,
/external/icu4c/tools/genren/
DMakefile87 sorts: urename.sort urename.old.sort target
/external/llvm/docs/
DExtendedIntegerResults.txt57 Currently, these sorts of things are modelled by compiling a function to return
/external/blktrace/
DREADME152 it will do batch sorts of input events. Similarly, you can do traces over
/external/markdown/docs/
DCHANGE_LOG171 multi-line list items and all sorts of nesting.
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
Dusage.apt.vm128 If this parameter is set to true, then ANTLR will report all sorts of things
/external/mesa3d/docs/
DRELNOTES-3.346 The glapitemp.h template should be reusable for all sorts of OpenGL
DRELNOTES-5.1152 script that works on all sorts of systems. There are probably some
/external/chromium/chrome/browser/ui/cocoa/
Dfirst_run_dialog.mm42 // sorts the views in Y order bottom up.
/external/strace/
DINSTALL51 all sorts of other programs in order to regenerate files that came
/external/llvm/test/MC/Disassembler/ARM/
Dmemory-arm-instructions.txt23 # cleaned up, we can write useful assembly testcases for these sorts of
/external/openfst/
DINSTALL67 all sorts of other programs in order to regenerate files that came
/external/chromium/sdch/open-vcdiff/
DINSTALL67 all sorts of other programs in order to regenerate files that came
/external/libusb/
DINSTALL67 all sorts of other programs in order to regenerate files that came
/external/grub/
DINSTALL107 all sorts of other programs in order to regenerate files that came
/external/protobuf/
DINSTALL.txt72 all sorts of other programs in order to regenerate files that came
/external/webp/
DINSTALL67 all sorts of other programs in order to regenerate files that came
/external/dbus/
DINSTALL121 all sorts of other programs in order to regenerate files that came
/external/bluetooth/bluez/
DINSTALL67 all sorts of other programs in order to regenerate files that came

123