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

  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.h 107 CharList *filePaths; /* All the files, with long paths */
  /external/chromium_org/third_party/WebKit/Source/web/
WebHistoryItem.cpp 62 const Vector<String>& filePaths = FormController::getReferencedFilePaths(item->documentState());
63 for (size_t i = 0; i < filePaths.size(); ++i)
64 results.add(filePaths[i]);
316 HashSet<String> filePaths;
317 addReferencedFilePaths(m_private.get(), filePaths);
320 copyToVector(filePaths, results);
  /external/icu4c/tools/pkgdata/
pkgtypes.h 107 CharList *filePaths; /* All the files, with long paths */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 488 TreeSet<String> filePaths = mFolderCache.get(newPath);
490 if (filePaths == null) {
491 filePaths = new TreeSet<String>();
499 filePaths.add(newPath + name);
507 mFolderCache.put(newPath, filePaths);
511 if (leafName.length() > 0 && !filePaths.contains(currPath)) {
512 filePaths.add(currPath);
521 for (String filePath : filePaths) {
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2474 milliseconds