Searched refs:oldList (Results 1 - 13 of 13) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DIDList.java44 public int[] oldList = new int[16]; field in class:IDList
55 Arrays.fill(oldList, 0);
73 // find idx in oldList, if removed successfuly, return true.
75 if (oldList[i] == idx){
80 oldList[j] = oldList[j+1];
92 System.arraycopy(newList, 0, oldList, 0, newLen);
114 System.out.println(oldList[i]);
116 System.out.print(oldList[i]+", ");
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp526 string Find(const char* oldList)
533 newBase, "/WebCore", oldList, findWebCore.c_str());
541 newBase, "/JavaScriptCore", oldList, findJavaScriptCore.c_str());
558 fprintf(stderr, "deleted file \"%s\" has more than one possible rename:\n", oldList);
1107 char* oldList = List(oldBase, "old", workingDir);
1110 char* oldMem = oldList;
1115 size_t oldLen = strlen(oldList);
1123 char last = oldList[oldLen - 1];
1147 string oldFileStr = string(oldList).substr(0, oldLen);
1153 int order = Compare(oldList, oldLe
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestIDList.java135 int slot = list.oldList[i];
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp419 ArgumentListNode* oldList = m_args->m_listNode; local
424 generator.emitNode(callArguments.thisRegister(), oldList->m_expr);
428 m_args->m_listNode = oldList;
471 ArgumentListNode* oldList = m_args->m_listNode; local
478 generator.emitNode(callArguments.thisRegister(), oldList->m_expr);
484 generator.emitNode(callArguments.thisRegister(), oldList->m_expr);
487 m_args->m_listNode = oldList;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libxslt/libxslt/
H A Dtransform.c4686 xmlNodeSetPtr list = NULL, oldList; local
4717 oldList = ctxt->nodeList;
5053 ctxt->nodeList = oldList;
5461 xmlNodeSetPtr oldList; local
5499 oldList = ctxt->nodeList;
5639 ctxt->nodeList = oldList;
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java2005 int idx = textureList.oldList[i];
2298 int idx = attribList.oldList[i];
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java1924 // int idx = textureList.oldList[i];
2139 int idx = attribList.oldList[i];
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp4856 CSSParserValueList* oldList = p->m_valueList; local
4859 p->m_valueList = oldList;

Completed in 276 milliseconds