/external/llvm/lib/DebugInfo/ |
DWARFDebugLine.h | 60 std::vector<FileNameEntry> FileNames; 80 FileNames.clear();
|
/external/protobuf/python/ |
setup.py | 90 for (dirpath, dirnames, filenames) in os.walk("."): 91 for filename in filenames:
|
/external/webkit/Source/WebCore/platform/gtk/ |
DataObjectGtk.cpp | 77 // "The DragEvent and DataTransfer interfaces"). Also extract all filenames 155 // We do not clear filenames. According to the spec: "The clearData() method
|
/external/webkit/Source/WebCore/platform/mac/ |
DragDataMac.mm | 81 NSArray *filenames = [m_pasteboard.get() propertyListForType:NSFilenamesPboardType]; 82 NSEnumerator *fileEnumerator = [filenames objectEnumerator];
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
ChromeClientWinCE.cpp | 353 void ChromeClientWinCE::chooseIconForFiles(const Vector<String>& filenames, FileChooser* chooser) 355 chooser->iconLoaded(Icon::createIconForFiles(filenames));
|
/external/webkit/Tools/BuildSlaveSupport/ |
test-result-archive | 110 for dirPath, dirNames, fileNames in os.walk(file): 111 for fileName in fileNames:
|
/external/webkit/Tools/MiniBrowser/mac/ |
AppDelegate.m | 252 if (returnCode != NSOKButton || ![[sheet filenames] count]) 255 NSString* filePath = [[sheet filenames] objectAtIndex:0];
|
/external/webkit/Tools/Scripts/ |
print-vse-failure-logs | 50 for dirpath, dirnames, filenames in os.walk(build_directory): 51 for file_name in filenames:
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
test_files.py | 83 filenames = filesystem.glob(path) 84 paths_to_walk.update(filenames)
|
/ndk/sources/host-tools/make-3.81/ |
README.DOS | 8 1. Supports long filenames when run from DOS box on Windows 9x. 42 unzip program that supports long filenames in zip files. After 51 2000, use an unzip program that supports long filenames in zip 256 4. Letter-case in filenames. 263 functions honor the letter-case of the filenames they get from 264 the OS, except that by default, they down-case 8+3 DOS filenames 266 many Makefiles otherwise. (The details of which filenames are 277 get the 8+3 DOS filenames in upper case, set FNCASE=y in the
|
/ndk/sources/host-tools/nawk-20071023/ |
main.c | 50 char *pfile[MAX_PFILE]; /* program filenames from -f's */ 51 int npfile = 0; /* number of filenames */
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/ |
NameFileFilter.java | 26 * Filters filenames for a certain name.
49 /** The filenames to search for */
|
/external/icu4c/tools/icupkg/ |
icupkg.cpp | 72 "or if the input and output filenames differ,\n" 87 "The filenames can be absolute, or relative to the source/dest dir paths.\n" 110 "\tor a .txt filename with a list of item filenames,\n" 143 "\tThe paths are only prepended to item filenames while adding or\n" 144 "\textracting items, not to ICU .dat package or list filenames.\n"
|
/external/chromium/chrome/browser/ui/cocoa/ |
shell_dialogs_mac.mm | 396 NSArray* filenames = [static_cast<NSOpenPanel*>(panel) filenames]; 397 for (NSString* filename in filenames)
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_drop_target.mm | 199 // will also attempt to convert filenames in |pboard| to file URLs. 244 // filenames in the drag are not converted to file URLs. 275 data->filenames.push_back(base::SysNSStringToUTF16(filename));
|
web_drop_target.h | 63 // will also attempt to convert filenames in |pboard| to file URLs.
|
/external/chromium/net/tools/dump_cache/ |
url_to_filename_encoder.cc | 240 // All legal encoded filenames end in kEscapeChar. 250 // the filenames back into URLs. 260 // to deal with long filenames.
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/ |
FilenameUtils.java | 28 * When dealing with filenames you can hit problems when moving from a Windows
52 * Note that this class works best if directory filenames end with a separator.
[all...] |
/build/core/ |
multi_prebuilt.mk | 40 # Elements in the file list may be bare filenames,
|
/build/tools/releasetools/ |
check_target_files_signatures | 130 for dirpath, dirnames, filenames in os.walk(top): 132 for i in filenames if i.endswith(".x509.pem")] 256 for dirpath, dirnames, filenames in os.walk(d): 257 for fn in filenames:
|
/docs/source.android.com/scripts/ |
build.py | 33 # filenames of templates to load, in order
|
/external/bison/tests/ |
c++.at | 1 # Checking the output filenames. -*- Autotest -*-
|
/external/chromium/base/i18n/ |
file_util_icu_unittest.cc | 39 // For Mac & Windows, which both do Unicode validation on filenames. These
|
/external/chromium/chrome/browser/ui/gtk/ |
dialogs_gtk.cc | 544 GSList* filenames = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(dialog)); local 545 if (!filenames) { 551 for (GSList* iter = filenames; iter != NULL; iter = g_slist_next(iter)) { 558 g_slist_free(filenames);
|
/external/chromium/chrome/common/ |
chrome_constants.h | 40 // filenames
|