HomeSort by relevance Sort by last modified time
    Searched full:oldlist (Results 1 - 12 of 12) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
IDList.java 44 public int[] oldList = new int[16];
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/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 134 Vector<OwnPtr<Digest> > oldList;
136 oldList.append(createDigest(child, 0));
153 if (!innerPatchChildren(parentNode, oldList, newList, exceptionState)) {
210 DOMPatchSupport::diff(const Vector<OwnPtr<Digest> >& oldList, const Vector<OwnPtr<Digest> >& newList)
213 ResultMap oldMap(oldList.size());
226 for (size_t i = 0; i < oldList.size() && i < newList.size() && oldList[i]->m_sha1 == newList[i]->m_sha1; ++i) {
227 oldMap[i].first = oldList[i].get();
232 for (size_t i = 0; i < oldList.size() && i < newList.size() && oldList[oldList.size() - i - 1]->m_sha1 == newList[newList.size() - i - 1]->m_sha1; ++i)
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestIDList.java 135 int slot = list.oldList[i];
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 618 ArrayList<Long> oldList = entry.getValue();
619 if (oldList.isEmpty() || oldList.get(oldList.size() - 1) < beginCheckPeriod) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 211 oldList = variable.split(os.pathsep)
213 for i in oldList:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 211 oldList = variable.split(os.pathsep)
213 for i in oldList:
  /external/chromium_org/third_party/libxslt/libxslt/
transform.c     [all...]
  /external/libxslt/libxslt/
transform.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java     [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java     [all...]

Completed in 737 milliseconds