HomeSort by relevance Sort by last modified time
    Searched refs:newEntries (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SetFolders.java 76 List<IPathEntry> newEntries = new ArrayList<IPathEntry>(pathEntries.length);
81 newEntries.add(pathEntry);
89 newEntries.add(CoreModel.newSourceEntry(folder.getFullPath()));
96 newEntries.add(CoreModel.newOutputEntry(folder.getFullPath()));
98 cproject.setRawPathEntries(newEntries.toArray(new IPathEntry[newEntries.size()]),
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsDiffReporter.java 53 ArrayList<WidgetListRowEntry> newEntries, WidgetListRowEntryComparator comparator) {
56 + " newEntries#=" + newEntries.size());
58 if (currentEntries.size() == 0 && newEntries.size() > 0) {
59 currentEntries.addAll(newEntries);
66 Iterator<WidgetListRowEntry> newIter = newEntries.iterator();
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 114 ArrayList<RestrictionEntry> newEntries = initRestrictions(context);
120 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
128 for (RestrictionEntry entry : newEntries) {
158 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
  /developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
GetRestrictionsReceiver.java 114 ArrayList<RestrictionEntry> newEntries = initRestrictions(context);
120 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
128 for (RestrictionEntry entry : newEntries) {
158 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
  /development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
GetRestrictionsReceiver.java 114 ArrayList<RestrictionEntry> newEntries = initRestrictions(context);
120 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
128 for (RestrictionEntry entry : newEntries) {
158 extras.putParcelableArrayList(Intent.EXTRA_RESTRICTIONS_LIST, newEntries);
  /external/desugar/java/com/google/devtools/build/android/desugar/
CoreLibraryRewriter.java 191 Object[] newEntries = new Object[n];
193 System.arraycopy(entries, 0, newEntries, 0, i);
197 newEntries[i++] = t instanceof String ? remapper.mapType((String) t) : t;
199 return newEntries;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 114 * @param newEntries the new directory entries
116 public void setEntries(List<FatDirectoryEntry> newEntries) {
117 if (newEntries.size() > capacity)
121 this.entries.addAll(newEntries);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSettings.java 323 String[] newEntries = new String[activeValues.length];
329 newEntries[i] = allEntries[index];
336 mReminderInterval.setEntries(newEntries);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 88 IClasspathEntry[] newEntries = new IClasspathEntry[n + 1];
89 System.arraycopy(entries, 0, newEntries, 0, n);
90 newEntries[n] = newEntry;
91 return newEntries;
165 IClasspathEntry[] newEntries = new IClasspathEntry[n-1];
168 System.arraycopy(entries, 0, newEntries, 0, index);
171 System.arraycopy(entries, index + 1, newEntries, index,
174 return newEntries;
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 307 Vector<entry> newEntries;
325 newOffset = newEntries.add(oldEnt);
326 newEntries.editItemAt(newOffset).indices.clear();
333 newEntries.editItemAt(newOffset).indices.add(i);
360 mEntries = newEntries;
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java     [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java     [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
asm-all.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.1/
asm-debug-all-5.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 

Completed in 1362 milliseconds

1 2 3 4 5 6