Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DIDList.java44 public int[] oldList = new int[16]; field in IDList
55 Arrays.fill(oldList, 0); in reset()
75 if (oldList[i] == idx){ in moveToNew()
80 oldList[j] = oldList[j+1]; in moveToNew()
92 System.arraycopy(newList, 0, oldList, 0, newLen); in copyNewToOld()
114 System.out.println(oldList[i]); in print()
116 System.out.print(oldList[i]+", "); in print()
/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/jmonkeyengine/engine/src/test/jme3test/app/
DTestIDList.java135 int slot = list.oldList[i]; in clearSlots()
/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/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DOGLESShaderRenderer.java2005 int idx = textureList.oldList[i]; in clearTextureUnits()
2298 int idx = attribList.oldList[i]; in clearVertexAttribs()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglRenderer.java2139 int idx = attribList.oldList[i]; in clearVertexAttribs()
/external/webkit/Source/WebCore/css/
DCSSParser.cpp4856 CSSParserValueList* oldList = p->m_valueList; in commitBorderImage() local
4859 p->m_valueList = oldList; in commitBorderImage()