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

  /external/webkit/Source/WebKit2/UIProcess/
WebOpenPanelResultListenerProxy.cpp 54 Vector<String> filePaths;
55 filePaths.reserveInitialCapacity(size);
61 filePaths.uncheckedAppend(url.fileSystemPath());
65 m_page->didChooseFilesForOpenPanel(filePaths);
  /external/icu4c/tools/pkgdata/
pkgtypes.h 107 CharList *filePaths; /* All the files, with long paths */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
ExtraPackage.java 263 ArrayList<String> filePaths = new ArrayList<String>();
268 filePaths.add(filePath);
272 mProjectFiles = filePaths.toArray(new String[filePaths.size()]);
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/sources/
SdkAddonSourceTest.java 404 ArrayList<String> filePaths = new ArrayList<String>();
406 filePaths.add(filePath);
408 extraFilePaths.add(filePaths);
535 ArrayList<String> filePaths = new ArrayList<String>();
537 filePaths.add(filePath);
539 extraFilePaths.add(filePaths);
SdkRepoSourceTest.java 530 ArrayList<String> filePaths = new ArrayList<String>();
532 filePaths.add(filePath);
534 extraFilePaths.add(filePaths);
652 ArrayList<String> filePaths = new ArrayList<String>();
654 filePaths.add(filePath);
656 extraFilePaths.add(filePaths);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 489 TreeSet<String> filePaths = mFolderCache.get(newPath);
491 if (filePaths == null) {
492 filePaths = new TreeSet<String>();
500 filePaths.add(newPath + name);
508 mFolderCache.put(newPath, filePaths);
512 if (leafName.length() > 0 && !filePaths.contains(currPath)) {
513 filePaths.add(currPath);
522 for (String filePath : filePaths) {
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1087 milliseconds