HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 826 - 850 of 2555) sorted by null

<<31323334353637383940>>

  /external/chromium/chrome/browser/rlz/
rlz.cc 3 // found in the LICENSE file.
119 // This task is run in the file thread, so to not block it for a long time
261 BrowserThread::FILE, FROM_HERE, new DelayedInitTask(first_run_));
293 BrowserThread::FILE, FROM_HERE, new DelayedInitTask(first_run), delay);
322 // Make sure we don't access disk outside of the file context.
324 if (!BrowserThread::CurrentlyOn(BrowserThread::FILE)) {
333 BrowserThread::FILE, FROM_HERE,
  /external/chromium/chrome/browser/
user_style_sheet_watcher_unittest.cc 3 // found in the LICENSE file.
33 BrowserThread browser_file_thread(BrowserThread::FILE,
  /external/chromium/net/ftp/
ftp_directory_listing_parser_netware_unittest.cc 3 // found in the LICENSE file.
25 FtpDirectoryListingEntry::FILE, "afile", 123,
  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.h 4 // This file is distributed under the University of Illinois Open Source
32 If the file doesn't have the capability it politely refuses.
106 + (NSArray *)generatorsFromFILE:(FILE *)fd;
  /external/dhcpcd/
common.h 72 char *get_line(FILE * __restrict);
duid.c 44 FILE *f;
73 /* No file? OK, lets make one based on our interface */
platform-linux.c 76 FILE *fp;
  /external/dropbear/
cli-kex.c 118 FILE *tty = NULL;
129 fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)\n",
149 static FILE* open_known_hosts_file(int * readonly)
151 FILE * hostsfile = NULL;
211 FILE *hostsfile = NULL;
303 /* put the new entry in the file */
dbutil.h 42 void fail_assert(const char* expr, const char* file, int line);
56 int buf_getline(buffer * line, FILE * authfile);
netbsd_getpass.c 66 FILE *fp, *outfp;
  /external/dropbear/libtommath/etc/
2kprime.c 12 FILE *out;
drprime.c 9 FILE *out;
  /external/e2fsprogs/intl/
libgnuintl.h 28 then includes <libintl.h> (i.e. this file!) and then only defines
39 /* Provide information about the supported file formats. Returns the
297 extern int fprintf (FILE *, const char *, ...);
300 extern int vfprintf (FILE *, const char *, va_list);
342 extern int fwprintf (FILE *, const wchar_t *, ...);
345 extern int vfwprintf (FILE *, const wchar_t *, va_list);
printf.c 80 libintl_vfprintf (FILE *stream, const char *format, va_list args)
101 libintl_fprintf (FILE *stream, const char *format, ...)
273 libintl_vfwprintf (FILE *stream, const wchar_t *format, va_list args)
298 libintl_fwprintf (FILE *stream, const wchar_t *format, ...)
  /external/elfutils/bionic-fixup/
AndroidFixup.h 5 * you may not use this file except in compliance with the License.
85 ssize_t getline(char **lineptr, size_t *n, FILE *stream);
  /external/freetype/include/freetype/config/
ftstdlib.h 5 /* ANSI-specific library and header configuration file (specification */
11 /* This file is part of the FreeType project, and may only be used, */
14 /* this file you indicate that you have read the license and */
22 /* This file is used to group all #includes to the ANSI C library that */
26 /* Load a file which defines __FTSTDLIB_H__ before this one to override */
96 /* file handling */
103 #define FT_FILE FILE
  /external/grub/docs/
help2man 48 -i, --include=FILE include material from `FILE'
49 -I, --opt-include=FILE include material from `FILE' if it exists
50 -o, --output=FILE send output to `FILE'
80 my @include = (); # retain order given in include file
85 # Process include file (if given). Format is:
472 .\\" DO NOT MODIFY THIS FILE! It was generated by $this_program $this_version.
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
24 # distribute this file as part of a program that contains a
28 # This file is maintained in Automake, please report
34 echo "$0: No file. Try \`$0 --help' for more information." 1>&2
39 Usage: mdate-sh [--help] [--version] FILE
41 Pretty-print the modification time of FILE.
63 # Find out how to get the extended ls output of a file or directory.
109 # Get the extended ls output of the file or directory.
166 # eval: (add-hook 'write-file-hooks 'time-stamp)
  /external/icu4c/io/
ufile.h 9 * File ufile.h
62 FILE *fFile; /* the actual filesystem interface */
72 int32_t fFileno; /* File number. Useful to determine if it's stdin. */
93 * Get one code unit and detect whether the end of file has been reached.
102 * Get one character and detect whether the end of file has been reached.
  /external/icu4c/samples/csdet/
csdet.c 27 FILE *file; local
38 file = fopen(filename, "rb");
40 if (file == NULL) {
41 printf("Cannot open file \"%s\"\n\n", filename);
47 inputLength = (int32_t) fread(buffer, 1, BUFFER_SIZE, file);
49 fclose(file);
  /external/iproute2/ip/
iplink_macvlan.c 69 static void macvlan_print_opt(struct link_util *lu, FILE *f, struct rtattr *tb[])
  /external/ipsec-tools/src/racoon/
logger.c 117 * write out string to the log file, as is.
118 * \n-termination is up to the caller. if you don't add \n, the file
126 FILE *fp;
144 FILE *fp;
163 FILE *fp;
183 FILE *fp;
  /external/libffi/
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
25 # distribute this file as part of a program that contains a
29 # This file is maintained in Automake, please report
35 echo "$0: No file. Try \`$0 --help' for more information." 1>&2
40 Usage: mdate-sh [--help] [--version] FILE
42 Pretty-print the modification time of FILE.
72 # Find out how to get the extended ls output of a file or directory.
118 # Get the extended ls output of the file or directory.
129 # $1 = file size
197 # eval: (add-hook 'write-file-hooks 'time-stamp
    [all...]
  /external/libnl-headers/netlink/route/
rule.h 32 extern void rtnl_rule_dump(struct rtnl_rule *, FILE *, struct nl_dump_params *);
  /external/libselinux/src/
enabled.c 14 FILE *fp;
21 * will assume that if a selinux file system is mounted, then
25 /* Since a file system is mounted, we consider selinux
52 /* Since an selinux file system is available, we consider

Completed in 1327 milliseconds

<<31323334353637383940>>