Searched refs:fileNames (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
H A DWebFileChooserCompletionImpl.cpp45 void WebFileChooserCompletionImpl::didChooseFile(const WebVector<WebString>& fileNames) argument
47 if (fileNames.size() == 1)
48 m_fileChooser->chooseFile(fileNames[0]);
49 else if (fileNames.size() > 0) {
51 for (size_t i = 0; i < fileNames.size(); ++i)
52 paths.append(fileNames[i]);
H A DWebFileChooserCompletionImpl.h51 virtual void didChooseFile(const WebVector<WebString>& fileNames);
/external/icu4c/tools/memcheck/
H A DICUMemCheck.pl46 $fileNames = `find common i18n layout io -name "*.o" -print`;
47 foreach $f (split('\n', $fileNames)) {
/external/proguard/src/proguard/ant/
H A DClassPathElement.java62 String[] fileNames;
75 fileNames = path.list();
84 fileNames = scanner.getIncludedFiles();
94 fileNames = list();
99 if (fileNames.length != 1)
101 throw new BuildException("The <outjar> element must specify exactly one file or directory ["+fileNames.length+"]");
106 // if (fileNames.length < 1)
112 for (int index = 0; index < fileNames.length; index++)
116 String fileName = fileNames[index];
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileChooserCompletion.h45 virtual void didChooseFile(const WebVector<WebString>& fileNames) = 0;
/external/valgrind/tsan/
H A Dts_race_verifier.h49 void RaceVerifierInit(const std::vector<std::string>& fileNames,
H A Dts_race_verifier.cc421 * @param fileNames Names of TSan log to parse.
424 void RaceVerifierInit(const vector<string>& fileNames, argument
431 for (vector<string>::const_iterator it = fileNames.begin();
432 it != fileNames.end(); ++it) {
/external/webkit/Tools/BuildSlaveSupport/
H A Dtest-result-archive110 for dirPath, dirNames, fileNames in os.walk(file):
111 for fileName in fileNames:
/external/clang/utils/
H A Dtoken-delta.py148 def writeFiles(self, changes, fileNames):
149 assert len(fileNames) == len(self.tokenLists)
155 f = open(fileNames[i],'w')
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu4c/test/intltest/
H A Dtestidn.cpp63 static const char* fileNames[] = { variable
125 uprv_strcpy(basename,fileNames[0]);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp586 if (!output.fileNames.isEmpty()) {
588 for (int i = 0; i < output.fileNames.count(); ++i)
589 names.append(output.fileNames.at(i));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit/mac/WebView/
H A DWebUIDelegate.h134 @param fileNames
136 - (void)chooseFilenames:(NSArray *)fileNames WEBKIT_OBJC_METHOD_ANNOTATION(AVAILABLE_IN_WEBKIT_VERSION_4_0);
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java748 private String[] splitRightHandSide(String fileNames, String pattern) { argument
749 String[] names = fileNames.split(pattern);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.h339 QStringList fileNames; member in class:QWebPage::ChooseMultipleFilesExtensionReturn
H A Dqwebpage.cpp3494 \variable QWebPage::ChooseMultipleFilesExtensionReturn::fileNames
3535 static_cast<ChooseMultipleFilesExtensionReturn*>(output)->fileNames = names;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileTest.java2229 String[] fileNames = rootDir.list();
2230 for (String fileName : fileNames) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 900 milliseconds

12