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

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceContentProvider.java 97 Object[] newEntries = mFileListingService.getChildren(parentEntry,
100 if (newEntries != null) {
101 return newEntries;
  /external/srec/portable/src/
phashtable.c 281 PHashTableEntry **newEntries =
286 if (newEntries == NULL)
289 table->entries = newEntries;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 67 IClasspathEntry[] newEntries = new IClasspathEntry[n + 1];
68 System.arraycopy(entries, 0, newEntries, 0, n);
69 newEntries[n] = new_entry;
70 return newEntries;
98 IClasspathEntry[] newEntries = new IClasspathEntry[n-1];
101 System.arraycopy(entries, 0, newEntries, 0, index);
104 System.arraycopy(entries, index + 1, newEntries, index,
107 return newEntries;
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 333 ArrayList<ApplicationsState.AppEntry> newEntries
339 newEntries.add(entry);
342 return newEntries;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java     [all...]

Completed in 112 milliseconds