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

<<51525354555657585960>>

  /external/chromium/chrome/browser/
plugin_data_remover.cc 3 // found in the LICENSE file.
169 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
shell_integration_unittest.cc 3 // found in the LICENSE file.
81 BrowserThread file_thread(BrowserThread::FILE, &message_loop);
276 // the \ is escaped as \\ as all strings in a Desktop file should
  /external/chromium/chrome/browser/policy/
device_token_fetcher_unittest.cc 3 // found in the LICENSE file.
45 file_thread_(BrowserThread::FILE, &loop_) {
  /external/chromium/chrome/browser/ui/gtk/
certificate_dialogs.cc 3 // found in the LICENSE file.
47 BrowserThread::FILE, FROM_HERE, new Writer(path, data));
113 // There may be pending file dialogs, we need to tell them that we've gone
  /external/chromium/chrome/browser/ui/views/
file_manager_dialogs.cc 3 // found in the LICENSE file.
22 // Shows a dialog box for selecting a file or a folder.
152 DCHECK(!BrowserThread::CurrentlyOn(BrowserThread::FILE));
174 LOG(ERROR) << "File dialog already in use!";
  /external/dhcpcd/
common.c 85 get_line(FILE * __restrict fp)
  /external/dropbear/libtomcrypt/demos/
encrypt.c 2 /* File de/encryption, using libtomcrypt */
105 FILE *fdin, *fdout;
126 /* file handles setup */
188 printf("Error writing to file.\n");
  /external/dropbear/
svr-x11fwd.c 132 FILE * authprog = NULL;
  /external/e2fsprogs/debugfs/
ls.c 4 * Copyright (C) 1997 Theodore Ts'o. This file may be redistributed
36 FILE *f;
154 com_err(0, 0, "Usage: ls [-l] [-d] [-p] file");
  /external/e2fsprogs/e2fsck/
region.c 7 * This file may be redistributed under the terms of the GNU Public
156 void region_print(region_t region, FILE *f)
util.c 7 * This file may be redistributed under the terms of the GNU Public
440 FILE *malloc_get_mallstream();
441 FILE *f = malloc_get_mallstream();
522 * Given a mode, return the ext2 file type
613 FILE *f;
652 FILE *f;
  /external/e2fsprogs/ext2ed/
init.c 5 A part of the extended file system 2 disk editor.
108 FILE *fp;
114 wprintw (command_win,"Error - Failed to open descriptors file %s\n",file_name);
273 if (strcmp ((ptr->name),"file")==0) {
274 add_user_command (&ptr->type_commands,"show","Shows file data",type_file___show);
275 add_user_command (&ptr->type_commands,"inode","Returns to the inode of the current file",type_file___inode);
280 add_user_command (&ptr->type_commands,"nextblock","Pass to next file block",type_file___nextblock);
281 add_user_command (&ptr->type_commands,"prevblock","Pass to the previous file block",type_file___prevblock);
282 add_user_command (&ptr->type_commands,"block","Specify which file block to edit",type_file___block);
283 add_user_command (&ptr->type_commands,"remember","Saves the file\'s inode position for later reference",type_file___remember)
    [all...]
  /external/elfutils/src/
ldscript.c 143 This file is part of Red Hat elfutils.
187 describing information from the file. */
594 "','", "$accept", "script_or_version", "file", "content",
854 # define YY_LOCATION_PRINT(File, Loc) \
855 fprintf (File, "%d.%d-%d.%d", \
859 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
    [all...]
  /external/grub/util/
grub-install.in 6 # This file is free software; you can redistribute it and/or modify it
68 --grub-shell=FILE use FILE as the grub shell
88 # First, check if the device file exists.
191 # Usage: resolve_symlink file
192 # Find the real file/device that file points at
214 # Usage: find_device file
215 # Find block device on which the file resides.
332 # Create the device map file if it is not present
    [all...]
  /external/hyphenation/
example.c 62 FILE* wtclst;
78 /* arg1 - hyphen dictionary file, arg2 - file of words to check */
108 fprintf(stderr, "Couldn't find file %s\n", argv[df]);
116 fprintf(stderr,"Error - could not open file of words to check\n");
121 /* now read each word from the wtc file */
  /external/icu4c/samples/cal/
cal.c 7 * File date.c
69 static void indent(int32_t count, FILE *f);
71 static void print_days(UChar *days [], FILE *f, UErrorCode *status);
379 FILE *f)
402 FILE *f,
  /external/icu4c/test/letest/
FontObject.h 230 FILE *file; member in class:FontObject
  /external/icu4c/tools/gentest/
gentest.c 8 * file name: gentest.c
16 * This program writes a little data file for testing the udata API.
80 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n"
84 "\t\t-r or --genres generate resource file testtable32.txt instead of UData test \n"
95 /* printf("Generating the test memory mapped file\n"); */
101 /* Create data file ----------------------------------------------------- */
118 /* write the data to the file */
126 fprintf(stderr, "gentest: error %d writing the output file\n", *errorCode);
139 /* Create Java file ----------------------------------------------------- */
144 char file[512] local
    [all...]
  /external/iproute2/include/
libnetlink.h 76 extern int rtnl_from_file(FILE *, rtnl_filter_t handler,
  /external/iproute2/tc/
f_fw.c 119 static int fw_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle)
f_route.c 134 static int route_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle)
f_tcindex.c 121 static int tcindex_print_opt(struct filter_util *qu, FILE *f,
m_gact.c 206 print_gact(struct action_util *au,FILE * f, struct rtattr *arg)
m_nat.c 168 print_nat(struct action_util *au,FILE * f, struct rtattr *arg)
m_skbedit.c 161 static int print_skbedit(struct action_util *au, FILE *f, struct rtattr *arg)

Completed in 1071 milliseconds

<<51525354555657585960>>