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

<<41424344454647484950>>

  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.c 1 /* -*- mode: C; c-file-style: "gnu" -*- */
2 /* xdgmimemagic.: Private file. Datastructure for storing magic files.
162 _xdg_mime_magic_read_to_newline (FILE *magic_file,
196 /* Returns the number read from the file, or -1 if no number could be read.
199 _xdg_mime_magic_read_a_number (FILE *magic_file,
245 _xdg_mime_magic_parse_header (FILE *magic_file, XdgMimeMagicMatch *match)
294 _xdg_mime_magic_parse_error (FILE *magic_file)
313 _xdg_mime_magic_parse_magic_line (FILE *magic_file,
485 /* FIXME: need to get this defined in a <config.h> style file */
754 FILE *magic_file
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 3 // found in the LICENSE file.
46 // A dictionary that maps usernames to file paths to their images.
66 // Saves image to file with specified path. Runs on FILE thread.
71 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
81 LOG(ERROR) << "Failed to save image to file.";
92 // Deletes user's image file. Runs on FILE thread.
94 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
116 // Checks current user's ownership on file thread
    [all...]
parallel_authenticator_unittest.cc 3 // found in the LICENSE file.
72 file_thread_(BrowserThread::FILE),
119 FILE* tmp_file = CreateAndOpenTemporaryFile(&out);
120 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
130 FILE* tmp_file = CreateAndOpenTemporaryFileInDir(exe_dir,
133 EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
143 BrowserThread::FILE, FROM_HERE,
264 EXPECT_TRUE(Delete(tmp_file_path, false)); // Ensure non-existent file.
677 // Deal with getting the localaccount file
718 // Deal with getting the localaccount file
    [all...]
  /external/linux-tools-perf/util/
map.c 197 size_t map__fprintf(struct map *self, FILE *fp)
327 enum map_type type, int verbose, FILE *fp)
345 size_t map_groups__fprintf_maps(struct map_groups *self, int verbose, FILE *fp)
355 int verbose, FILE *fp)
372 int verbose, FILE *fp)
380 size_t map_groups__fprintf(struct map_groups *self, int verbose, FILE *fp)
388 int verbose, FILE *fp)
651 pr_err("Can't access file %s\n", path);
values.c 129 static void perf_read_values__display_pretty(FILE *fp,
175 static void perf_read_values__display_raw(FILE *fp,
225 void perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw)
  /frameworks/base/core/jni/
android_os_Debug.cpp 5 * you may not use this file except in compliance with the License.
120 static void read_mapinfo(FILE *fp, stats_t* stats)
233 FILE *fp;
292 FILE *fp;
320 FILE* fp = fopen(BINDER_STATS, "r");
430 static void dumpNativeHeap(FILE* fp)
462 /* dump the entries to the file */
489 FILE* in = fopen(maps, "r");
505 * file descriptor.
516 jniThrowRuntimeException(env, "Invalid file descriptor")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 6 * you may not use this file except in compliance with the License.
25 * @file OMX_G722DecTest.c
27 * This file contains the test application code that invokes the component.
37 *! This is newest file
125 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE, OMX_BUFFERHEADERTYPE *, FILE *);
137 OMX_ERRORTYPE testCases (OMX_HANDLETYPE *, fd_set *,int, FILE *, FILE *, int *, int *, struct timeval *, int, int, OMX_BUFFERHEADERTYPE *[], int, OMX_BUFFERHEADERTYPE *[]);
138 OMX_ERRORTYPE testCase_2_4 (OMX_HANDLETYPE *, int, FILE *, FILE *, int, OMX_BUFFERHEADERTYPE *[]);
141 OMX_ERRORTYPE sendInBuffFillOutBuff (OMX_HANDLETYPE *, int, int, int, OMX_BUFFERHEADERTYPE *[], FILE *, OMX_BUFFERHEADERTYPE *[])
    [all...]
  /external/mesa3d/src/glsl/
glsl_lexer.cpp 111 /* Returned upon end-of-file. */
154 /* Special action meaning "start processing a new file". */
204 FILE *yy_input_file;
258 * just pointing yyin at a new input file.
280 void _mesa_glsl_restart (FILE *input_file ,yyscan_t yyscanner );
282 YY_BUFFER_STATE _mesa_glsl__create_buffer (FILE *file,int size ,yyscan_t yyscanner );
290 static void _mesa_glsl__init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner );
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 5 // found in the LICENSE file.
8 // This file is auto-generated by generate_glslang_lexer.sh. DO NOT EDIT!
120 /* Returned upon end-of-file. */
163 /* Special action meaning "start processing a new file". */
226 FILE *yy_input_file;
280 * just pointing yyin at a new input file.
302 void yyrestart (FILE *input_file ,yyscan_t yyscanner );
304 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
312 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner )
    [all...]
  /build/tools/zipalign/
ZipFile.cpp 5 * you may not use this file except in compliance with the License.
57 * Open a file and parse its guts.
81 ALOGD("File %s does not exist", zipFileName);
86 /* open the file */
116 * the file if it's brand new and nothing was added, but that's
192 * central directory at the end of the file.
244 /* read the last part of the file into the buffer */
246 ALOGD("short file? wanted %ld\n", readAmount);
286 * start of the file.
293 * The only thing we really need right now is the file comment, whic
    [all...]
  /external/quake/quake/src/WinQuake/
snd_gus.cpp 34 FILE *ini_fopen(const char *filename, const char *modes);
35 int ini_fclose(FILE *f);
36 void ini_fgets(FILE *f, const char *section, const char *field, char *s);
62 static FILE *current_file=NULL;
80 static void reset_buffer(FILE *f)
319 static char *stripped_fgets(char *s, int n, FILE *f)
336 // Opens an .INI file. Works like fopen
337 FILE *ini_fopen(const char *filename, const char *modes)
342 // Closes a .INI file. Works like fclose
343 int ini_fclose(FILE *f)
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 5 * you may not use this file except in compliance with the License.
57 * Open a file and parse its guts.
81 ALOGD("File %s does not exist", zipFileName);
86 /* open the file */
116 * the file if it's brand new and nothing was added, but that's
192 * central directory at the end of the file.
244 /* read the last part of the file into the buffer */
246 ALOGD("short file? wanted %ld\n", readAmount);
286 * start of the file.
293 * The only thing we really need right now is the file comment, whic
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
551 extern void dump_bb_info (basic_block, bool, bool, int, const char *, FILE *);
552 extern void dump_edge_info (FILE *, edge, int);
553 extern void brief_dump_cfg (FILE *);
561 needs to be in a public file in case the IFCVT macros call
822 void print_edge_list (FILE *, struct edge_list *);
823 void verify_edge_list (FILE *, struct edge_list *);
875 extern void dump_regset (regset, FILE *);
880 extern void dump_regset (regset, FILE *);
    [all...]
  /external/openssh/
ssh-keygen.c 11 * incompatible with the protocol description in the RFC file, it must be
76 /* Flag indicating that we want to hash a known_hosts file */
78 /* Flag indicating that we want lookup a host in known_hosts file */
80 /* Flag indicating that we want to delete a host from a known_hosts file */
90 /* The identity file name, given on the command line or entered by the user. */
156 int gen_candidates(FILE *, u_int32_t, u_int32_t, BIGNUM *);
157 int prime_test(FILE *, FILE *, u_int32_t, u_int32_t);
339 ask_filename(pw, "Enter file in which the key is");
477 get_line(FILE *fp, char *line, size_t len
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 7 * file name: convsamp.c
295 FILE *f;
312 fprintf(stderr, "Couldn't open file 'data01.txt' (UTF-8 data file).\n");
395 FILE *f;
416 fprintf(stderr, "Couldn't open file 'data06.txt' (UTF-8 data file).\n");
875 FILE *f;
876 FILE *out;
892 fprintf(stderr, "Couldn't open file 'data02.bin' (cp37 data file).\n")
    [all...]
  /external/mesa3d/src/talloc/
hieralloc.c 471 static void _hieralloc_report(const hieralloc_header_t * header, FILE * file, unsigned tab)
475 fputc(' ', file);
477 fprintf(file, "%p: child=%d ref=%d size=%d dctor=%p name='%.256s' \n", header + 1,
482 _hieralloc_report(child, file, tab + 2);
489 void hieralloc_report(const void * ptr, FILE * file)
493 fputs("hieralloc_report: \n", file);
494 _hieralloc_report(get_header(ptr), file, 0); local
497 static void _hieralloc_report_brief(const hieralloc_header_t * header, FILE * file, unsigned * data
517 _hieralloc_report_brief(get_header(ptr), file, data); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 6 # you may not use this file except in compliance with the License.
89 # A file that will contain details about all the sources used to generate
370 # Empty the SOURCES file
495 # Download a file with either 'curl', 'wget' or 'scp'
498 # $2: target file
528 # Is this a file copy ?
529 # Accept both file://<path> or /<path>
531 if pattern_match "^(file://|/).*" "$1"; then
532 cp_src=`echo $1 | sed -e s%^file://%%g`
556 # $1: archive file path (including extension
    [all...]
  /external/bison/src/
scan-gram.l 5 This file is part of Bison, the GNU Compiler Compiler.
48 scanner_cursor.file = current_file; \
57 FILE *gram_get_in (void);
58 FILE *gram_get_out (void);
62 void gram_set_in (FILE *);
63 void gram_set_out (FILE *);
74 static size_t no_cr_read (FILE *, char *, size_t);
229 "%file-prefix" return PERCENT_FILE_PREFIX;
787 no_cr_read (FILE *fp, char *buf, size_t size)
1075 | Handle `#line INT "FILE"'. ARGS has already skipped `#line '.
    [all...]
  /external/chromium/chrome/browser/policy/
user_policy_cache.cc 3 // found in the LICENSE file.
30 // Saves policy information to a file.
50 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
80 // TODO(jkummerow): This method is doing file IO during browser startup. In
81 // the long run it would be better to delay this until the FILE thread exists.
86 // Read the protobuf from the file.
122 BrowserThread::FILE,
137 BrowserThread::FILE,
  /external/chromium/chrome/browser/printing/
print_dialog_gtk.cc 3 // found in the LICENSE file.
232 BrowserThread::FILE, FROM_HERE,
309 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
313 LOG(ERROR) << "Creating temporary file failed";
372 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE),
printing_message_filter.cc 3 // found in the LICENSE file.
35 // No locking, only access on the FILE thread.
81 *thread = BrowserThread::FILE;
123 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
148 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.cc 3 // found in the LICENSE file.
189 // A Task implementation that stores a PDF file on disk.
208 // The absolute path where the file will be saved.
239 BrowserThread::FILE, FROM_HERE,
271 // Pre-populating select file dialog with print job title.
308 BrowserThread::FILE, FROM_HERE,
336 // the select file dialog performs IO anyway in order to display the
373 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, task);
  /external/e2fsprogs/util/
subst.c 209 static void parse_config_file(FILE *f)
272 FILE *old_f, *new_f;
308 FILE *in, *out;
333 fprintf(stderr, "%s: [-f config-file] [file]\n",
396 /* set read-only to alert user it is a generated file */
  /external/elfutils/src/
addr2line.c 3 This file is part of Red Hat elfutils.
51 static void print_version (FILE *stream, struct argp_state *state);
52 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
67 N_("Show absolute file names using compilation directory"), 0 },
105 /* True if absolute file names based on DW_AT_comp_dir should be shown. */
175 print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
266 const char *file = dwarf_filesrc (files, val, NULL, NULL); local
279 if (file != NULL)
280 printf (" from %s", file);
283 printf (" at %s:%u", file, lineno)
    [all...]
  /external/jpeg/
cjpeg.c 5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file contains a command-line user interface for the JPEG compressor.
16 * normally redirect to a file or pipe to some other program. Input is
17 * either from a named file or from standard input (typically redirected).
51 * This routine determines what format the input file is,
54 * To determine which family of input formats the file belongs to,
55 * we may look only at the first byte of the file, since C does not
58 * 1) assume we can fseek() the input file (fails for piped input);
64 * they start reading after the start of file (also breaks RLE library)
    [all...]

Completed in 2322 milliseconds

<<41424344454647484950>>