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

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSource.java 61 public static class PathId {
62 public PathId(Path path, int id) {
76 public void mapMediaItems(ArrayList<PathId> list, ItemConsumer consumer) {
79 PathId pid = list.get(i);
LocalSource.java 41 public static final Comparator<PathId> sIdComparator = new IdComparator();
192 public void mapMediaItems(ArrayList<PathId> list, ItemConsumer consumer) {
193 ArrayList<PathId> imageList = new ArrayList<PathId>();
194 ArrayList<PathId> videoList = new ArrayList<PathId>();
197 PathId pid = list.get(i);
212 private void processMapMediaItems(ArrayList<PathId> list,
218 PathId pid = list.get(i);
227 PathId pid2 = list.get(j)
    [all...]
DataManager.java 29 import com.android.gallery3d.data.MediaSource.PathId;
219 HashMap<String, ArrayList<PathId>> map =
220 new HashMap<String, ArrayList<PathId>>();
227 ArrayList<PathId> group = map.get(prefix);
229 group = new ArrayList<PathId>();
232 group.add(new PathId(path, i + startIndex));
236 for (Entry<String, ArrayList<PathId>> entry : map.entrySet()) {
  /external/pdfium/core/src/fxge/agg/agg23/
agg_render_scanlines.h 33 class VertexSource, class ColorStorage, class PathId>
39 const PathId& path_id,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddscsi.h 44 UCHAR PathId;
60 UCHAR PathId;
77 UCHAR PathId;
93 UCHAR PathId;
110 UCHAR PathId;
125 UCHAR PathId;
142 UCHAR PathId;
157 UCHAR PathId;
188 UCHAR PathId;
220 UCHAR PathId;
    [all...]
ntddstor.h 238 UCHAR PathId;
244 UCHAR PathId;
winioctl.h 212 BYTE PathId;
218 BYTE PathId;
    [all...]
clusapi.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
storport.h 58 UCHAR PathId;
132 IN UCHAR PathId,
141 IN UCHAR PathId,
184 IN UCHAR PathId,
195 IN UCHAR PathId,
328 IN UCHAR PathId,
338 IN UCHAR PathId,
360 IN UCHAR PathId,
370 IN UCHAR PathId,
scsiscan.h 113 UCHAR PathId;
srb.h 281 UCHAR PathId;
314 UCHAR PathId;
360 UCHAR PathId;
408 UCHAR PathId;
460 IN ULONG PathId);
535 IN UCHAR PathId,
595 IN UCHAR PathId,
613 IN UCHAR PathId,
657 IN UCHAR PathId,
scsiwmi.h 190 IN UCHAR PathId,
classpnp.h 1066 UCHAR PathId,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 28 import com.android.sdklib.BuildToolInfo.PathId;
303 String zipAlignPath = buildToolInfo.getPath(PathId.ZIP_ALIGN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 109 commandList.add(getBuildToolInfo().getPath(BuildToolInfo.PathId.AIDL));
BuildHelper.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 800 String dexLocation = buildToolInfo.getPath(BuildToolInfo.PathId.DX_JAR);
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3.jar 

Completed in 2444 milliseconds

1 2