HomeSort by relevance Sort by last modified time
    Searched refs:filePaths (Results 1 - 10 of 10) 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/webkit/Source/WebCore/WebCore.gyp/scripts/
action_derivedsourcesallinone.py 111 def extractMetaData(filePaths):
114 for f in filePaths:
  /external/icu4c/tools/pkgdata/
pkgtypes.h 107 CharList *filePaths; /* All the files, with long paths */
pkgdata.cpp 466 if (o.filePaths != NULL) {
467 pkg_deleteList(o.filePaths);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 484 TreeSet<String> filePaths = mFolderCache.get(newPath);
486 if (filePaths == null) {
487 filePaths = new TreeSet<String>();
495 filePaths.add(newPath + name);
503 mFolderCache.put(newPath, filePaths);
507 if (leafName.length() > 0 && !filePaths.contains(currPath)) {
508 filePaths.add(currPath);
517 for (String filePath : filePaths) {
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
SdkRepoSourceTest.java 512 ArrayList<String> filePaths = new ArrayList<String>();
514 filePaths.add(filePath);
516 extraFilePaths.add(filePaths);
634 ArrayList<String> filePaths = new ArrayList<String>();
636 filePaths.add(filePath);
638 extraFilePaths.add(filePaths);
    [all...]
SdkAddonSourceTest.java 391 ArrayList<String> filePaths = new ArrayList<String>();
393 filePaths.add(filePath);
395 extraFilePaths.add(filePaths);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ExtraPackage.java 208 ArrayList<String> filePaths = new ArrayList<String>();
213 filePaths.add(filePath);
217 mProjectFiles = filePaths.toArray(new String[filePaths.size()]);
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 267 NSMutableArray *filePaths = [NSMutableArray array];
273 [filePaths addObject:[absoluteFileURL path]];
276 [pboard setPropertyList:filePaths forType:NSFilenamesPboardType];
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 411 milliseconds