HomeSort by relevance Sort by last modified time
    Searched defs:newContents (Results 1 - 4 of 4) sorted by null

  /system/core/libcutils/
array.c 70 void** newContents;
73 newContents = malloc(newCapacity * sizeof(void*));
74 if (newContents == NULL) {
79 newContents = realloc(array->contents, sizeof(void*) * newCapacity);
80 if (newContents == NULL) {
86 array->contents = newContents;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 197 String newContents = readTestFile(sourceName, true);
198 if (currentContents == null || !currentContents.equals(newContents)) {
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 50 milliseconds