Searched defs:newList (Results 1 - 25 of 31) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DIDList.java43 public int[] newList = new int[16]; field in class:IDList
54 Arrays.fill(newList, 0);
69 if (newLen == 0 || newList[newLen-1] != idx)
70 // add item to newList first
71 newList[newLen++] = idx;
92 System.arraycopy(newList, 0, oldList, 0, newLen);
105 System.out.println(newList[i]);
107 System.out.print(newList[i]+", ");
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.c137 CharList *newList; local
138 newList = uprv_malloc(sizeof(CharList));
141 if(newList == NULL) {
145 newList->str = str;
146 newList->next = l;
147 return newList;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStrings.java316 public static StringList newList() method in class:Strings
/external/icu/icu4c/source/common/
H A Dulist.c36 UList *newList = NULL; local
42 newList = (UList *)uprv_malloc(sizeof(UList));
43 if (newList == NULL) {
48 newList->curr = NULL;
49 newList->head = NULL;
50 newList->tail = NULL;
51 newList->size = 0;
52 newList->currentIndex = -1;
54 return newList;
/external/javassist/src/main/javassist/expr/
H A DExprEditor.java156 NewOp newList; field in class:ExprEditor.LoopContext
163 newList = null;
201 context.newList = new NewOp(context.newList, pos,
205 NewOp newList = context.newList;
206 if (newList != null
207 && minfo.getConstPool().isConstructor(newList.type,
210 newList.type, newList
[all...]
/external/oauth/core/src/main/java/net/oauth/
H A DOAuth.java198 public static List<Parameter> newList(String... parameters) { method in class:OAuth
283 return addParameters(url, newList(parameters));
/external/deqp/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp149 std::vector<tcu::IVec2> newList; local
154 newList.push_back(*oldListIter);
165 newList.push_back(curRange);
170 newList.push_back(*oldListIter);
172 DE_ASSERT(isRangeListValid(newList.begin(), newList.end()));
174 return newList;
/external/deqp/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp149 std::vector<tcu::IVec2> newList; local
154 newList.push_back(*oldListIter);
165 newList.push_back(curRange);
170 newList.push_back(*oldListIter);
172 DE_ASSERT(isRangeListValid(newList.begin(), newList.end()));
174 return newList;
/external/clang/include/clang/Sema/
H A DAttributeList.h686 void addAll(AttributeList *newList) { argument
687 if (!newList) return;
689 AttributeList *lastInNewList = newList;
694 list = newList;
697 void set(AttributeList *newList) { argument
698 list = newList;
/external/mesa3d/src/mesa/main/
H A Dshaderapi.c356 struct gl_shader **newList; local
362 newList = (struct gl_shader **)
364 if (!newList) {
369 newList[j] = shProg->Shaders[j];
372 newList[j++] = shProg->Shaders[i];
375 shProg->Shaders = newList;
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp412 Order *newList = new Order[listMax]; local
414 uprv_memcpy(newList, list, listSize * sizeof(Order));
416 list = newList;
/external/littlemock/tests/com/google/testing/littlemock/
H A DLittleMockTest.java652 assertEquals(newList("whinny", "jessica"), mCaptureAnotherString.getAllValues());
1677 private static <T> List<T> newList(T... things) { method in class:LittleMockTest
/external/mesa3d/src/glx/
H A Dglxcmds.c1261 XVisualInfo *newList; local
1266 newList = XGetVisualInfo(dpy, VisualScreenMask | VisualIDMask,
1269 if (newList) {
1271 visualList = newList;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.swt.win32.win32.x86_3.6.1.v3657a.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 ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 805 milliseconds

12