/external/chromium_org/net/ftp/ |
ftp_directory_listing_parser_unittest.cc | 108 "dir-listing-ls-1", 109 "dir-listing-ls-1-utf8", 110 "dir-listing-ls-2", 111 "dir-listing-ls-3", 112 "dir-listing-ls-4", 113 "dir-listing-ls-5", 114 "dir-listing-ls-6", 115 "dir-listing-ls-7", 116 "dir-listing-ls-8", 117 "dir-listing-ls-9" [all...] |
ftp_server_type_histograms.h | 19 SERVER_LS = 1, // Server using /bin/ls -l listing style. 20 SERVER_WINDOWS = 2, // Server using Windows listing style. 21 SERVER_VMS = 3, // Server using VMS listing style. 22 SERVER_NETWARE = 4, // Server using Netware listing style. 23 SERVER_OS2 = 5, // Server using OS/2 listing style.
|
ftp_directory_listing_parser_ls.h | 21 // Parses "ls -l" FTP directory listing. Returns true on success.
|
ftp_directory_listing_parser_netware.h | 21 // Parses Netware FTP directory listing. Returns true on success.
|
ftp_directory_listing_parser_os2.h | 17 // Parses OS/2 FTP directory listing. Returns true on success.
|
ftp_directory_listing_parser_vms.h | 17 // Parses VMS FTP directory listing. Returns true on success.
|
ftp_directory_listing_parser_windows.h | 17 // Parses Windows FTP directory listing. Returns true on success.
|
ftp_directory_listing_parser_ls.cc | 56 // Returns the column index of the end of the date listing and detected 66 // and use the first one that matches a date listing. 68 // Here is how a listing line should look like. A star ("*") indicates 71 // * 1. permission listing 129 // True after we have received a "total n" listing header, where n is an 130 // integer. Only one such header is allowed per listing. 140 // Some FTP servers put a "total n" line at the beginning of the listing 176 // Do not check "validity" of the permission listing. It's quirky, 207 // If the end of the date listing is the last column, there is no file 208 // name. Some FTP servers send listing entries with empty names [all...] |
ftp_util.h | 35 // Converts a "ls -l" date listing to time. The listing comes in three 45 // Converts a Windows date listing to time. Returns true on success.
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_unittest.cc | 24 "dir-listing-ls-1", 25 "dir-listing-ls-1-utf8", 26 "dir-listing-ls-2", 27 "dir-listing-ls-3", 28 "dir-listing-ls-4", 29 "dir-listing-ls-5", 30 "dir-listing-ls-6", 31 "dir-listing-ls-7", 32 "dir-listing-ls-8", 33 "dir-listing-ls-9" [all...] |
ftp_server_type_histograms.h | 23 SERVER_LS = 9, // Server using /bin/ls -l listing style. 24 SERVER_WINDOWS = 10, // Server using Windows listing style. 25 SERVER_VMS = 11, // Server using VMS listing style. 26 SERVER_NETWARE = 12, // Server using Netware listing style.
|
ftp_directory_listing_parser_vms.h | 17 // Parses VMS FTP directory listing. Returns true on success.
|
ftp_directory_listing_parser_windows.h | 17 // Parses Windows FTP directory listing. Returns true on success.
|
ftp_directory_listing_parser_ls.h | 21 // Parses "ls -l" FTP directory listing. Returns true on success.
|
ftp_directory_listing_parser_netware.h | 21 // Parses Netware FTP directory listing. Returns true on success.
|
ftp_directory_listing_parser_ls.cc | 68 // Returns the column index of the end of the date listing and detected 76 // and use the first one that matches a date listing. 78 // Here is how a listing line should look like. A star ("*") indicates 81 // * 1. permission listing 126 // True after we have received a "total n" listing header, where n is an 127 // integer. Only one such header is allowed per listing. 137 // Some FTP servers put a "total n" line at the beginning of the listing 161 // If we can't recognize a normal listing line, maybe it's an error? 163 // as valid listing. 195 // If the end of the date listing is the last column, there is no fil [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
info_bubble_accelerators_gtk.cc | 11 // Listing of the accelerators that are either handled or forwarded by 15 // info bubbles. For a complete listing of accelerators that are used
|
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
bubble_accelerators_gtk.cc | 11 // Listing of the accelerators that are either handled or forwarded by 15 // bubbles. For a complete listing of accelerators that are used
|
/hardware/invensense/60xx/mlsdk/mllite/ |
dmpDefault.h | 23 * @brief Default DMP assembly listing header file 27 * @brief Default DMP assembly listing header file
|
/dalvik/dx/tests/080-dex-exception-tables/ |
info.txt | 3 ought to be combined, listing entries in a correct and sensible order,
|
/external/chromium_org/remoting/resources/menu/ |
chromoting_actionbar.xml | 2 <!--Action bar buttons for the Android app's host listing-->
|
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/ |
breakdata.h | 13 "Please note neither this listing nor its contents are final til midnight of the last day of the month of any such announcement."
|
/external/icu4c/test/perf/DateFmtPerf/ |
breakdata.h | 13 "Please note neither this listing nor its contents are final til midnight of the last day of the month of any such announcement."
|
/external/emma/core/java12/com/vladium/emma/report/ |
SourcePathCache.java | 99 Set listing = listings [p]; local 100 if (listing == null) 102 listing = faultListing (m_sourcepath [p], packageVMName); 103 listings [p] = listing; 107 if (listing.contains (name)) 200 final File [] listing = packageFile.listFiles (FILE_EXTENSION_FILTER); local 202 if ((listing == null) || (listing.length == 0)) 206 final Set result = new HashSet (listing.length); 207 for (int f = 0; f < listing.length; ++ f [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
SFTPv3DirectoryEntry.java | 26 * It MUST be suitable for use in the output of a directory listing 27 * command (in fact, the recommended operation for a directory listing
|