HomeSort by relevance Sort by last modified time
    Searched full:listing (Results 1 - 25 of 570) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/net/ftp/
ftp_directory_listing_buffer_unittest.cc 20 "dir-listing-ls-1",
21 "dir-listing-ls-1-utf8",
22 "dir-listing-ls-2",
23 "dir-listing-ls-3",
24 "dir-listing-ls-4",
25 "dir-listing-ls-5",
26 "dir-listing-ls-6",
27 "dir-listing-ls-7",
28 "dir-listing-ls-8",
29 "dir-listing-ls-9"
    [all...]
ftp_directory_listing_parser_vms.h 14 // Parser for VMS-style directory listing (including variants).
27 // Consumes listing line which is expected to be a directory listing entry
38 // Indicates that we have received the first listing entry, like this:
42 // Indicates that we have received the last listing entry.
45 // Indicates that we have successfully received all parts of the listing.
ftp_server_type_histograms.h 22 SERVER_LS = 9, // Server using /bin/ls -l listing style.
23 SERVER_WINDOWS = 10, // Server using Windows listing style.
24 SERVER_VMS = 11, // Server using VMS listing style.
25 SERVER_NETWARE = 12, // Server using Netware listing style.
26 SERVER_MLSD = 13, // Server using MLSD listing (RFC-3659).
ftp_directory_listing_parser_ls.h 14 // Parser for "ls -l"-style directory listing.
29 // True after we have received a "total n" listing header, where n is an
30 // integer. Only one such header is allowed per listing.
ftp_directory_listing_parser_ls.cc 51 // Standard listing, exactly like ls -l.
59 // wu-ftpd listing, no "number of links" column.
67 // Xplain FTP Server listing for folders, like this:
73 // Unrecognized listing style.
88 // Allow empty lines only at the beginning of the listing. For example VMS
89 // systems in Unix emulation mode add an empty line before the first listing
98 // Some FTP servers put a "total n" line at the beginning of the listing
ftp_directory_listing_parser_mlsd.h 14 // Parser for MLSD directory listing (RFC-3659). For more info see
ftp_directory_listing_parser_netware.h 14 // Parser for Netware-style directory listing.
ftp_response_info.h 29 // True if the response data is of a directory listing.
ftp_util.h 33 // Convert a "ls -l" date listing to time. The listing comes in three columns.
ftp_directory_listing_parser_vms.cc 14 // Converts the filename component in listing to the filename we can display.
49 // VMS's directory listing gives us file size in blocks. We assume that
81 // and Delete. They appear in that order in the permission listing.
98 // We expect four parts of the file protection listing: for System, Owner,
178 // We assume that the first non-empty line is the listing header. It often
237 // Recognize listing entries which generate "access denied" message even when
238 // trying to list them. We don't display them in the final listing.
ftp_directory_listing_buffer.h 73 // A collection of parsers for different listing styles. The parsers are owned
77 // When we're sure about the listing format, its parser is stored in
ftp_directory_listing_parser_netware.cc 63 // Note: on older Netware systems the permissions listing is in the same
76 // Netware uses the same date listing format as Unix "ls -l".
ftp_directory_listing_parser.h 40 // recognizes all received data as a valid listing.
  /dalvik/dx/tests/080-dex-exception-tables/
info.txt 3 ought to be combined, listing entries in a correct and sensible order,
  /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/webkit/WebCore/loader/
FTPDirectoryParser.h 41 ** the listing results in ONLY such lines) because such a listing may be:
47 ** ParseFTPList() supports all known FTP LISTing formats:
83 #define SUPPORT_CMS /* Support for IBM VM/CMS,VM/ESA (z/VM and LISTING forms) */
104 char listStyle; /* LISTing style */
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
lighttpd.conf 47 dir-listing.activate = "enable"
48 #dir-listing.encoding = "iso-8859-2"
49 #dir-listing.external-css = "style/oldstyle.css"
  /external/iproute2/testsuite/tests/
cls-testbed.t 56 ts_tc "cls-testbed" "tree listing" qdisc list dev eth0
57 ts_tc "cls-testbed" "tree class listing" class list dev eth0
  /cts/tools/dx-tests/src/dxc/junit/
AllTests.java 24 * Listing of all the tests that are to be run.
  /cts/tools/dx-tests/src/dxc/junit/argsreturns/
AllTests.java 26 * Listing of all the tests that are to be run.
  /cts/tools/vm-tests/src/dot/junit/
AllTests.java 24 * Listing of all the tests that are to be run.
  /cts/tools/vm-tests/src/dot/junit/format/
AllTests.java 24 * Listing of all the tests that are to be run.
  /external/e2fsprogs/lib/ss/
mk_cmds.1 11 converts a table listing command names and associated help messages
  /external/e2fsprogs/misc/
lsattr.1.in 30 List directories like other files, rather than listing their contents.
  /external/webkit/WebKitTools/iExploder/htdocs/
htmltags.in 71 listing

Completed in 151 milliseconds

1 2 3 4 5 6 7 8 91011>>