Home
last modified time | relevance | path

Searched refs:oldList (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/android/webkitmerge/
Dwebkitmerge.cpp526 string Find(const char* oldList) in Find() argument
533 newBase, "/WebCore", oldList, findWebCore.c_str()); in Find()
541 newBase, "/JavaScriptCore", oldList, findJavaScriptCore.c_str()); in Find()
558 fprintf(stderr, "deleted file \"%s\" has more than one possible rename:\n", oldList); in Find()
1107 char* oldList = List(oldBase, "old", workingDir); in CompareDirs() local
1110 char* oldMem = oldList; in CompareDirs()
1115 size_t oldLen = strlen(oldList); in CompareDirs()
1123 char last = oldList[oldLen - 1]; in CompareDirs()
1147 string oldFileStr = string(oldList).substr(0, oldLen); in CompareDirs()
1153 int order = Compare(oldList, oldLen, newList, newLen); in CompareDirs()
[all …]
/external/webkit/Source/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp419 ArgumentListNode* oldList = m_args->m_listNode; in emitBytecode() local
424 generator.emitNode(callArguments.thisRegister(), oldList->m_expr); in emitBytecode()
428 m_args->m_listNode = oldList; in emitBytecode()
471 ArgumentListNode* oldList = m_args->m_listNode; in emitBytecode() local
478 generator.emitNode(callArguments.thisRegister(), oldList->m_expr); in emitBytecode()
484 generator.emitNode(callArguments.thisRegister(), oldList->m_expr); in emitBytecode()
487 m_args->m_listNode = oldList; in emitBytecode()
/external/libxslt/libxslt/
Dtransform.c4686 xmlNodeSetPtr list = NULL, oldList; in xsltApplyTemplates() local
4717 oldList = ctxt->nodeList; in xsltApplyTemplates()
5053 ctxt->nodeList = oldList; in xsltApplyTemplates()
5461 xmlNodeSetPtr oldList; in xsltForEach() local
5499 oldList = ctxt->nodeList; in xsltForEach()
5639 ctxt->nodeList = oldList; in xsltForEach()
/external/webkit/Source/WebCore/css/
DCSSParser.cpp4941 CSSParserValueList* oldList = p->m_valueList; in commitBorderImage() local
4944 p->m_valueList = oldList; in commitBorderImage()