Searched refs:cur (Results 1 - 25 of 273) sorted by relevance

1234567891011

/external/chromium/base/
H A Dbase_paths.cc16 FilePath cur; local
19 PathService::Get(base::FILE_EXE, &cur);
20 cur = cur.DirName();
23 PathService::Get(base::FILE_MODULE, &cur);
24 cur = cur.DirName();
27 if (!file_util::GetTempDir(&cur))
34 *result = cur;
H A Dbase_paths_win.cc30 FilePath cur; local
34 cur = FilePath(system_buffer);
41 cur = FilePath(system_buffer);
46 cur = FilePath(system_buffer);
50 cur = FilePath(system_buffer);
56 cur = FilePath(system_buffer);
62 cur = FilePath(system_buffer);
68 cur = FilePath(system_buffer);
74 cur = FilePath(system_buffer);
80 cur
[all...]
/external/chromium/chrome/common/
H A Dchrome_paths.cc112 FilePath cur; local
115 if (!GetDefaultUserDataDirectory(&cur)) {
122 if (!GetUserDocumentsDirectory(&cur))
128 if (!GetUserDownloadsDirectorySafe(&cur))
135 if (!GetUserDownloadsDirectory(&cur))
145 if (!GetDefaultUserDataDirectory(&cur))
147 cur = cur.Append(FILE_PATH_LITERAL("Crash Reports"));
151 if (!GetUserDesktop(&cur))
156 cur
[all...]
/external/oprofile/libutil++/tests/
H A Dstring_manip_tests.cpp55 input_output<char const *, char const*> const * cur; local
56 for (cur = expect_erase; cur->input; ++cur) {
57 string result = erase_to_last_of(cur->input, ';');
58 check_result("erase_to_last_of()", cur->input, cur->output,
81 input_output<char const *, pair<string, string> > const * cur; local
82 for (cur = expect_split; cur
106 input_output<char const *, pair<string, bool> > const * cur; local
138 input_output<char const *, char const *[max_token]> const * cur; local
185 input_output<char const *, char const*> const * cur; local
207 input_output<char const *, char const*> const * cur; local
229 input_output<char const *, char const*> const * cur; local
251 input_output<double, char const*> const * cur; local
271 input_output<unsigned int, char const *> const * cur; local
282 input_output<unsigned int, char const *> const * cur; local
301 input_output<char const *, bool> const * cur; local
[all...]
H A Dfile_manip_tests.cpp80 input_output<char const *, char const *> const * cur; local
81 for (cur = expect_dirname; cur->input; ++cur) {
82 string result = op_dirname(cur->input);
83 check_result("dirname", cur->input, cur->output, result);
108 input_output<char const *, char const *> const * cur; local
109 for (cur = expect_basename; cur
130 input_output<char const *, bool> const * cur; local
154 input_output<pair<string, string>, bool> const * cur; local
180 input_output<char const *, bool> const * cur; local
205 input_output<string, string> const * cur; local
[all...]
/external/dropbear/libtomcrypt/src/math/
H A Dmulti.c18 void **cur = a; local
23 while (cur != NULL) {
24 if (mp_init(cur) != CRYPT_OK) {
29 cur = a;
31 mp_clear(*cur);
32 cur = va_arg(clean_list, void**);
38 cur = va_arg(args, void**);
46 void *cur = a; local
50 while (cur != NULL) {
51 mp_clear(cur);
[all...]
/external/oprofile/libregex/tests/
H A Djava_test.cpp57 input_output const * cur; local
58 for (cur = mangle_tests; cur->mangled; ++cur) {
59 string result = demangle_java_symbol(cur->mangled);
60 check_result(cur->mangled, cur->expect, result);
/external/libxml2/
H A DHTMLtree.c49 htmlNodePtr cur; local
55 cur = doc->children;
60 while (cur != NULL) {
61 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) {
62 if (xmlStrEqual(cur->name, BAD_CAST"html"))
64 if (xmlStrEqual(cur->name, BAD_CAST"head"))
66 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
69 cur = cur
163 htmlNodePtr cur, meta; local
395 htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int format) argument
439 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) argument
460 htmlNodeDumpFileFormat(FILE *out, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format) argument
509 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) argument
524 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) argument
604 htmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) argument
630 xmlDtdPtr cur = doc->intSubset; local
662 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding ATTRIBUTE_UNUSED) argument
724 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding) argument
747 htmlNodeListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format) argument
769 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding, int format) argument
958 htmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, const char *encoding) argument
973 htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding, int format) argument
1006 htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) argument
1027 htmlDocDump(FILE *f, xmlDocPtr cur) argument
1087 htmlSaveFile(const char *filename, xmlDocPtr cur) argument
1150 htmlSaveFileFormat(const char *filename, xmlDocPtr cur, const char *encoding, int format) argument
1214 htmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) argument
[all...]
H A Dtree.c364 const xmlChar *cur = value; local
374 while (IS_BLANK_CH(*cur)) cur++;
375 if (((*cur >= 'a') && (*cur <= 'z')) || ((*cur >= 'A') && (*cur <= 'Z')) ||
376 (*cur == '_'))
377 cur++;
380 while (((*cur >
438 const xmlChar *cur = value; local
536 const xmlChar *cur = value; local
605 const xmlChar *cur = value; local
718 xmlNsPtr cur; local
797 xmlFreeNs(xmlNsPtr cur) argument
817 xmlFreeNsList(xmlNsPtr cur) argument
848 xmlDtdPtr cur; local
896 xmlNodePtr cur; local
922 xmlDtdPtr cur; local
1074 xmlFreeDtd(xmlDtdPtr cur) argument
1133 xmlDocPtr cur; local
1179 xmlFreeDoc(xmlDocPtr cur) argument
1249 const xmlChar *cur = value, *end = cur + len; local
1446 const xmlChar *cur = value; local
1786 xmlAttrPtr cur; local
1958 xmlAttrPtr cur; local
2011 xmlFreePropList(xmlAttrPtr cur) argument
2028 xmlFreeProp(xmlAttrPtr cur) argument
2056 xmlRemoveProp(xmlAttrPtr cur) argument
2108 xmlNodePtr cur; local
2170 xmlNodePtr cur; local
2212 xmlNodePtr cur; local
2261 xmlNodePtr cur; local
2298 xmlNodePtr cur; local
2332 xmlNodePtr cur; local
2354 xmlNodePtr cur; local
2384 xmlNodePtr cur; local
2430 xmlNodePtr cur, prev; local
2499 xmlNodePtr cur; local
2542 xmlNodePtr cur; local
2598 xmlNodePtr cur; local
2615 xmlNodePtr cur; local
2650 xmlNodePtr cur; local
2666 xmlNodePtr cur; local
2700 xmlNodePtr cur; local
2733 xmlNodePtr cur; local
2777 xmlNodePtr cur; local
2810 xmlNodePtr cur, prev; local
2883 xmlAddPropSibling(xmlNodePtr prev, xmlNodePtr cur, xmlNodePtr prop) argument
2933 xmlAddNextSibling(xmlNodePtr cur, xmlNodePtr elem) argument
3011 xmlAddPrevSibling(xmlNodePtr cur, xmlNodePtr elem) argument
3087 xmlAddSibling(xmlNodePtr cur, xmlNodePtr elem) argument
3155 xmlAddChildList(xmlNodePtr parent, xmlNodePtr cur) argument
3241 xmlAddChild(xmlNodePtr parent, xmlNodePtr cur) argument
3396 xmlNodePtr cur = NULL; local
3431 xmlNodePtr cur = NULL; local
3466 xmlNodePtr cur = NULL; local
3577 xmlFreeNodeList(xmlNodePtr cur) argument
3647 xmlFreeNode(xmlNodePtr cur) argument
3718 xmlUnlinkNode(xmlNodePtr cur) argument
3792 xmlReplaceNode(xmlNodePtr old, xmlNodePtr cur) argument
3863 xmlCopyNamespace(xmlNsPtr cur) argument
3890 xmlCopyNamespaceList(xmlNsPtr cur) argument
3911 xmlCopyPropInternal(xmlDocPtr doc, xmlNodePtr target, xmlAttrPtr cur) argument
4016 xmlCopyProp(xmlNodePtr target, xmlAttrPtr cur) argument
4030 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) argument
4336 xmlNodePtr cur, p = NULL, q; local
4521 xmlNodePtr cur, tmp, next; local
4830 xmlNodeSetLang(xmlNodePtr cur, const xmlChar *lang) argument
4879 xmlNodeGetLang(xmlNodePtr cur) argument
4902 xmlNodeSetSpacePreserve(xmlNodePtr cur, int val) argument
4958 xmlNodeGetSpacePreserve(xmlNodePtr cur) argument
4988 xmlNodeSetName(xmlNodePtr cur, const xmlChar *name) argument
5047 xmlNodeSetBase(xmlNodePtr cur, const xmlChar* uri) argument
5121 xmlNodeGetBase(xmlDocPtr doc, xmlNodePtr cur) argument
5204 xmlNodeBufGetContent(xmlBufferPtr buffer, xmlNodePtr cur) argument
5344 xmlNodeGetContent(xmlNodePtr cur) argument
5452 xmlNodeSetContent(xmlNodePtr cur, const xmlChar *content) argument
5529 xmlNodeSetContentLen(xmlNodePtr cur, const xmlChar *content, int len) argument
5603 xmlNodeAddContentLen(xmlNodePtr cur, const xmlChar *content, int len) argument
5678 xmlNodeAddContent(xmlNodePtr cur, const xmlChar *content) argument
5729 xmlNsPtr cur; local
5830 xmlNsPtr cur; local
5959 xmlNsPtr cur; local
6371 xmlNsPtr *nsList, *cur; local
6770 const xmlChar *cur; local
7410 const char *cur; local
7479 const xmlChar *cur, *base; local
7626 xmlNsMapItemPtr cur, tmp; local
7855 xmlNodePtr cur; local
8124 xmlNodePtr cur, prev = NULL, out = NULL; local
8224 xmlNodePtr cur; local
8510 xmlNodePtr cur, curElem = NULL; local
8774 xmlNodePtr cur, curElem = NULL; local
9141 xmlNodePtr cur, curElem = NULL; local
9661 xmlNodePtr cur; local
9837 xmlNodePtr cur = node; local
[all...]
H A Dxmlsave.c496 xhtmlNodeDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur);
498 static void xmlNodeListDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur);
499 static void xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur);
500 void xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur);
501 static int xmlDocContentDumpOutput(xmlSaveCtxtPtr ctxt, xmlDocPtr cur);
506 * @cur: a namespace
512 xmlNsDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur) { argument
513 if ((cur == NULL) || (buf == NULL)) return;
514 if ((cur->type == XML_LOCAL_NAMESPACE) && (cur
538 xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur) argument
609 xmlAttrDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) argument
636 xmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) argument
653 xmlNodeListDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) argument
683 htmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) argument
742 xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) argument
933 xmlDocContentDumpOutput(xmlSaveCtxtPtr ctxt, xmlDocPtr cur) argument
1166 xhtmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) argument
1252 xhtmlNodeListDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) argument
1284 xhtmlNodeDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) argument
1879 xmlChar *base, *cur; local
2010 xmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format) argument
2062 xmlElemDump(FILE * f, xmlDocPtr doc, xmlNodePtr cur) argument
2116 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, int level, int format, const char *encoding) argument
2257 xmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) argument
2275 xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) argument
2311 xmlDocFormatDump(FILE *f, xmlDocPtr cur, int format) argument
2361 xmlDocDump(FILE *f, xmlDocPtr cur) argument
2378 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) argument
2414 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding, int format) argument
2454 xmlSaveFormatFileEnc( const char * filename, xmlDocPtr cur, const char * encoding, int format ) argument
2509 xmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) argument
2528 xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format) argument
2543 xmlSaveFile(const char *filename, xmlDocPtr cur) argument
[all...]
H A Dc14n.c73 static void xmlC14NVisibleNsStackDestroy (xmlC14NVisibleNsStackPtr cur);
74 static void xmlC14NVisibleNsStackAdd (xmlC14NVisibleNsStackPtr cur,
77 static void xmlC14NVisibleNsStackSave (xmlC14NVisibleNsStackPtr cur,
79 static void xmlC14NVisibleNsStackRestore (xmlC14NVisibleNsStackPtr cur,
81 static void xmlC14NVisibleNsStackShift (xmlC14NVisibleNsStackPtr cur);
82 static int xmlC14NVisibleNsStackFind (xmlC14NVisibleNsStackPtr cur,
84 static int xmlExcC14NVisibleNsStackFind (xmlC14NVisibleNsStackPtr cur,
94 static int xmlC14NProcessNode(xmlC14NCtxPtr ctx, xmlNodePtr cur);
95 static int xmlC14NProcessNodeList(xmlC14NCtxPtr ctx, xmlNodePtr cur);
288 xmlC14NVisibleNsStackDestroy(xmlC14NVisibleNsStackPtr cur) { argument
307 xmlC14NVisibleNsStackAdd(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlNodePtr node) argument
353 xmlC14NVisibleNsStackSave(xmlC14NVisibleNsStackPtr cur, xmlC14NVisibleNsStackPtr state) argument
365 xmlC14NVisibleNsStackRestore(xmlC14NVisibleNsStackPtr cur, xmlC14NVisibleNsStackPtr state) argument
376 xmlC14NVisibleNsStackShift(xmlC14NVisibleNsStackPtr cur) argument
406 xmlC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns) argument
440 xmlExcC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlC14NCtxPtr ctx) argument
596 xmlC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
701 xmlExcC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
978 xmlC14NProcessAttrsAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int parent_visible) argument
1057 xmlC14NCheckForRelativeNamespaces(xmlC14NCtxPtr ctx, xmlNodePtr cur) argument
1117 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
1225 xmlC14NProcessNode(xmlC14NCtxPtr ctx, xmlNodePtr cur) argument
1416 xmlC14NProcessNodeList(xmlC14NCtxPtr ctx, xmlNodePtr cur) argument
1840 const xmlChar *cur = input; local
[all...]
H A Dcatalog.c538 xmlCatalogEntryPtr cur; local
542 cur = catal;
543 while (cur != NULL) {
544 if (cur->group == cgroup) {
545 switch (cur->type) {
550 if (cur == catal) {
551 cur = cur->children;
557 xmlSetProp(node, BAD_CAST "catalog", cur->value);
564 xmlSetProp(node, BAD_CAST "id", cur
1140 xmlParseXMLCatalogOneNode(xmlNodePtr cur, xmlCatalogEntryType type, const xmlChar *name, const xmlChar *attrName, const xmlChar *uriAttrName, xmlCatalogPrefer prefer, xmlCatalogEntryPtr cgroup) argument
1212 xmlParseXMLCatalogNode(xmlNodePtr cur, xmlCatalogPrefer prefer, xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup) argument
1315 xmlParseXMLCatalogNodeList(xmlNodePtr cur, xmlCatalogPrefer prefer, xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup) argument
1340 xmlNodePtr cur; local
1499 xmlCatalogEntryPtr cur; local
1576 xmlCatalogEntryPtr cur; local
1629 xmlCatalogEntryPtr cur; local
1861 xmlCatalogEntryPtr cur; local
2155 xmlParseSGMLCatalogComment(const xmlChar *cur) argument
2177 xmlParseSGMLCatalogPubid(const xmlChar *cur, xmlChar **id) argument
2246 xmlParseSGMLCatalogName(const xmlChar *cur, xmlChar **name) argument
2326 const xmlChar *cur = value; local
2755 xmlCatalogEntryPtr tmp, cur; local
3116 const char *cur, *paths; local
3234 const char *cur; local
[all...]
H A Dxmlschemastypes.c840 * @cur: the value to be appended
847 xmlSchemaValueAppend(xmlSchemaValPtr prev, xmlSchemaValPtr cur) { argument
849 if ((prev == NULL) || (cur == NULL))
851 prev->next = cur;
857 * @cur: the value
865 xmlSchemaValueGetNext(xmlSchemaValPtr cur) { argument
867 if (cur == NULL)
869 return (cur->next);
1192 const xmlChar *cur = *str, *firstChar; local
1195 if (((*cur < '
1285 const xmlChar *cur = *str; local
1315 const xmlChar *cur = *str; local
1345 const xmlChar *cur = *str; local
1396 const xmlChar *cur; local
1551 const xmlChar *cur = dateTime; local
1772 const xmlChar *cur = duration; local
1911 const xmlChar *cur = value; local
2002 xmlChar *val, *cur, *endval; local
2072 const xmlChar *tmp, *cur = *str; local
2179 const xmlChar *cur = value; local
2232 const xmlChar *cur = value; local
2253 const xmlChar *cur = value; local
2393 const xmlChar *cur = value; local
2526 const xmlChar *cur = value; local
2585 const xmlChar *cur = value; local
2923 const xmlChar *cur = value, *start; local
2995 const xmlChar *cur = value; local
3108 const xmlChar *cur = value; local
3167 const xmlChar *cur = value; local
3240 const xmlChar *cur = value; local
3655 xmlSchemaValPtr ret = NULL, prev = NULL, cur; local
[all...]
H A Dschematron.c727 * @cur: the current include node
733 xmlDocPtr doc, xmlNodePtr cur)
759 ctxt->includes[2 * ctxt->nbIncludes] = cur;
851 xmlNodePtr cur; local
884 cur = rule->children;
885 NEXT_SCHEMATRON(cur);
886 while (cur != NULL) {
887 if (IS_SCHEMATRON(cur, "assert")) {
889 test = xmlGetNoNsProp(cur, BAD_CAST "test");
891 xmlSchematronPErr(ctxt, cur,
959 xmlNodePtr cur; local
1079 xmlNodePtr root, cur; local
1241 xmlSchematronGetNode(xmlSchematronValidCtxtPtr ctxt, xmlNodePtr cur, const xmlChar *xpath) argument
1291 xmlSchematronFormatReport(xmlSchematronValidCtxtPtr ctxt, xmlNodePtr test, xmlNodePtr cur) argument
1368 xmlSchematronReportSuccess(xmlSchematronValidCtxtPtr ctxt, xmlSchematronTestPtr test, xmlNodePtr cur, xmlSchematronPatternPtr pattern, int success) argument
1554 xmlSchematronNextNode(xmlNodePtr cur) argument
1600 xmlSchematronRunTest(xmlSchematronValidCtxtPtr ctxt, xmlSchematronTestPtr test, xmlDocPtr instance, xmlNodePtr cur, xmlSchematronPatternPtr pattern) argument
1666 xmlNodePtr cur, root; local
[all...]
/external/stlport/test/unit/
H A Dstrstream_buffer_read_test.cpp31 char cur; local
32 stream >> cur; local
33 CPPUNIT_ASSERT(cur == 'H');
/external/freetype/src/psaux/
H A Dpsobjs.c294 FT_Byte* cur = *acur; local
297 while ( cur < limit )
299 if ( IS_PS_NEWLINE( *cur ) )
301 cur++;
304 *acur = cur;
312 FT_Byte* cur = *acur; local
315 while ( cur < limit )
317 if ( !IS_PS_SPACE( *cur ) )
319 if ( *cur == '%' )
321 skip_comment( &cur, limi
342 FT_Byte* cur = *acur; local
418 FT_Byte* cur = *acur; local
457 FT_Byte* cur; local
520 FT_Byte* cur = parser->cursor; local
622 FT_Byte* cur; local
739 T1_Token cur = tokens; local
780 FT_Byte* cur = *acur; local
858 FT_Byte* cur = *acur; local
991 FT_Byte* cur = *acur; local
1031 FT_Byte* cur; local
1321 FT_Byte* cur; local
[all...]
/external/libxslt/libxslt/
H A Dkeys.c56 xsltKeyDefPtr cur; local
58 cur = (xsltKeyDefPtr) xmlMalloc(sizeof(xsltKeyDef));
59 if (cur == NULL) {
64 memset(cur, 0, sizeof(xsltKeyDef));
66 cur->name = xmlStrdup(name);
68 cur->nameURI = xmlStrdup(nameURI);
69 cur->nsList = NULL;
70 return(cur);
109 xsltKeyDefPtr cur; local
112 cur
129 xsltKeyTablePtr cur; local
175 xsltKeyTablePtr cur; local
213 skipString(const xmlChar *cur, int end) argument
238 skipPredicate(const xmlChar *cur, int end) argument
606 xmlNodePtr oldInst, cur; local
[all...]
H A Dattrvt.c64 xsltAttrVTPtr cur; local
66 cur = (xsltAttrVTPtr) xmlMalloc(sizeof(xsltAttrVT));
67 if (cur == NULL) {
73 memset(cur, 0, sizeof(xsltAttrVT));
75 cur->nb_seg = 0;
76 cur->max_seg = MAX_AVT_SEG;
77 cur->strstart = 0;
78 cur->next = style->attVTs;
83 style->attVTs = (xsltAttrVTPtr) cur;
85 return(cur);
126 xsltAttrVTPtr cur = (xsltAttrVTPtr) avt, next; local
173 const xmlChar *cur; local
362 xsltAttrVTPtr cur = (xsltAttrVTPtr) avt; local
[all...]
H A Ddocuments.c145 xsltDocumentPtr cur; local
147 cur = (xsltDocumentPtr) xmlMalloc(sizeof(xsltDocument));
148 if (cur == NULL) {
153 memset(cur, 0, sizeof(xsltDocument));
154 cur->doc = doc;
157 cur->next = ctxt->docList;
158 ctxt->docList = cur;
167 * xsltInitCtxtKeys(ctxt, cur); not called here anymore
170 return(cur);
184 xsltDocumentPtr cur; local
211 xsltDocumentPtr doc, cur; local
252 xsltDocumentPtr doc, cur; local
[all...]
H A Dimports.c79 * @cur: the import element
87 xsltParseStylesheetImport(xsltStylesheetPtr style, xmlNodePtr cur) { argument
96 if ((cur == NULL) || (style == NULL))
99 uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
101 xsltTransformError(NULL, style, cur,
106 base = xmlNodeGetBase(style->doc, cur);
109 xsltTransformError(NULL, style, cur,
119 xsltTransformError(NULL, style, cur,
145 xsltTransformError(NULL, style, cur,
176 * @cur
184 xsltParseStylesheetInclude(xsltStylesheetPtr style, xmlNodePtr cur) argument
288 xsltNextImport(xsltStylesheetPtr cur) argument
396 xsltTemplatePtr cur; local
[all...]
H A Dxslt.c386 xsltTemplatePtr cur; local
388 cur = (xsltTemplatePtr) xmlMalloc(sizeof(xsltTemplate));
389 if (cur == NULL) {
394 memset(cur, 0, sizeof(xsltTemplate));
395 cur->priority = XSLT_PAT_NO_PRIORITY;
396 return(cur);
432 xsltTemplatePtr cur; local
435 cur = template;
437 xsltFreeTemplate(cur);
543 xsltCompilerNodeInfoPtr tmp, cur local
1058 xmlNsPtr cur; local
1149 xsltParseStylesheetOutput(xsltStylesheetPtr style, xmlNodePtr cur) argument
1366 xsltParseStylesheetDecimalFormat(xsltStylesheetPtr style, xmlNodePtr cur) argument
1474 xsltParseStylesheetPreserveSpace(xsltStylesheetPtr style, xmlNodePtr cur) argument
1547 xsltParseStylesheetExtPrefix(xsltStylesheetPtr style, xmlNodePtr cur, int isXsltElem) argument
1613 xsltParseStylesheetStripSpace(xsltStylesheetPtr style, xmlNodePtr cur) argument
1683 xsltParseStylesheetExcludePrefix(xsltStylesheetPtr style, xmlNodePtr cur, int isXsltElem) argument
2616 xmlChar *cur, *end; local
2984 xmlNodePtr deleteNode, cur, txt, textNode = NULL; local
3417 xsltPrecomputeStylesheet(xsltStylesheetPtr style, xmlNodePtr cur) argument
3628 xmlNodePtr cur; local
4361 xsltParseSequenceConstructor(xsltCompilerCtxtPtr cctxt, xmlNodePtr cur) argument
4831 xmlNodePtr cur, delete; local
5368 xsltTemplatePtr cur; local
5461 xsltParseFindTopLevelElem(xsltCompilerCtxtPtr cctxt, xmlNodePtr cur, const xmlChar *name, const xmlChar *namespaceURI, int breakOnOtherElem, xmlNodePtr *resultNode) argument
5595 xmlNodePtr cur, start = NULL; local
5952 xmlNodePtr cur, start; local
6036 xmlNodePtr cur; local
6303 xmlNodePtr cur; local
6374 xmlNodePtr cur; local
6767 const xmlChar *cur; local
[all...]
H A Dnamespaces.h37 xmlNodePtr cur,
42 xmlNodePtr cur,
47 xmlNodePtr cur,
58 xmlNsPtr cur);
/external/libxml2/include/libxml/
H A DHTMLtree.h75 htmlDocDumpMemory (xmlDocPtr cur,
79 htmlDocDumpMemoryFormat (xmlDocPtr cur,
85 xmlDocPtr cur);
88 xmlDocPtr cur);
92 xmlNodePtr cur);
96 xmlNodePtr cur);
100 xmlNodePtr cur,
105 xmlDocPtr cur,
109 xmlDocPtr cur,
116 xmlNodePtr cur,
[all...]
/external/opencv/cvaux/src/
H A Dextendededges.cpp143 CvPoint cur; local
145 CV_READ_SEQ_ELEM( cur, reader );
148 ((uchar*)image->imageData)[image->widthStep * cur.y + cur.x]++;
149 assert( ((uchar*)image->imageData)[image->widthStep * cur.y + cur.x] != 255 );
156 CvPoint cur; local
158 CV_READ_SEQ_ELEM( cur, reader );
161 uchar flag = image->imageData[image->widthStep * cur.y + cur
[all...]
/external/webkit/Source/WebCore/css/
H A DWebKitCSSKeyframeRule.cpp76 String cur = strings[i].stripWhiteSpace(); local
79 if (cur == "from")
81 else if (cur == "to")
83 else if (cur.endsWith("%")) {
84 float k = cur.substring(0, cur.length() - 1).toFloat();

Completed in 601 milliseconds

1234567891011