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

<<919293949596979899100>>

  /external/valgrind/tsan/
ts_pin.cc 27 // This file is part of ThreadSanitizer, a dynamic data race detector.
89 extern FILE *G_out;
334 static FILE *log_file = NULL;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 33 *//** @file omx_vdec.cpp
53 FILE *outputBufferFile1;
236 // dup file descriptor, map once, use pmem
829 DEBUG_PRINT_HIGH("\n Could not open hw_platform file");
928 FILE * pFile;
    [all...]
  /external/grub/
configure 202 rm -f conf$$ conf$$.exe conf$$.file
203 echo >conf$$.file
204 if ln -s conf$$.file conf$$ 2>/dev/null; then
213 elif ln conf$$.file conf$$ 2>/dev/null; then
218 rm -f conf$$ conf$$.exe conf$$.file
381 -cache-file | --cache-file | --cache-fil | --cache-fi \
384 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
798 --cache-file=FILE cache test results in FILE [disabled
    [all...]
  /external/icu4c/
configure 113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
467 rm -f conf$$ conf$$.exe conf$$.file
469 rm -f conf$$.dir/conf$$.file
474 if (echo >conf$$.file) 2>/dev/null; then
475 if ln -s conf$$.file conf$$ 2>/dev/null; then
478 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
481 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 elif ln conf$$.file conf$$ 2>/dev/null; then
491 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
configure.orig 113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
467 rm -f conf$$ conf$$.exe conf$$.file
469 rm -f conf$$.dir/conf$$.file
474 if (echo >conf$$.file) 2>/dev/null; then
475 if ln -s conf$$.file conf$$ 2>/dev/null; then
478 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
481 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 elif ln conf$$.file conf$$ 2>/dev/null; then
491 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /external/srtp/
configure 200 rm -f conf$$ conf$$.exe conf$$.file
201 echo >conf$$.file
202 if ln -s conf$$.file conf$$ 2>/dev/null; then
211 elif ln conf$$.file conf$$ 2>/dev/null; then
216 rm -f conf$$ conf$$.exe conf$$.file
379 -cache-file | --cache-file | --cache-fil | --cache-fi \
382 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
796 --cache-file=FILE cache test results in FILE [disabled
    [all...]
  /external/e2fsprogs/
configure 109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
463 rm -f conf$$ conf$$.exe conf$$.file
465 rm -f conf$$.dir/conf$$.file
470 if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
479 elif ln conf$$.file conf$$ 2>/dev/null; then
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /external/libxml2/
relaxng.c     [all...]
  /external/elfutils/
configure 120 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
513 rm -f conf$$ conf$$.exe conf$$.file
515 rm -f conf$$.dir/conf$$.file
520 if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
529 elif ln conf$$.file conf$$ 2>/dev/null; then
537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /external/elfutils/src/
readelf.c 1 /* Print information from ELF file in human-readable form.
3 This file is part of Red Hat elfutils.
63 static void print_version (FILE *stream, struct argp_state *state);
64 void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version;
75 { "file-header", 'h', NULL, 0, N_("Display the ELF file header"), 0 },
107 Print information from ELF file in human-readable form.");
110 static const char args_doc[] = N_("FILE...");
127 /* True if the file header should be printed. */
199 /* Number of sections in the file. *
    [all...]
  /external/genext2fs/
configure 90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
490 rm -f conf$$ conf$$.exe conf$$.file
492 rm -f conf$$.dir/conf$$.file
497 echo >conf$$.file
498 if ln -s conf$$.file conf$$ 2>/dev/null; then
501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
506 elif ln conf$$.file conf$$ 2>/dev/null; then
511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.fil
    [all...]
  /dalvik/vm/
Thread.cpp 5 * you may not use this file except in compliance with the License.
    [all...]
  /dalvik/vm/compiler/
Frontend.cpp 5 * you may not use this file except in compliance with the License.
632 FILE *file; local
665 file = fopen(fileName, "w");
666 if (file == NULL) {
669 fprintf(file, "digraph G {\n");
671 fprintf(file, " rankdir=TB\n");
683 fprintf(file, " entry [shape=Mdiamond];\n");
685 fprintf(file, " exit [shape=Mdiamond];\n");
687 fprintf(file, " block%04x [shape=record,label = \"{ \\\n"
    [all...]
  /external/bluetooth/glib/glib/
gutils.c 22 * file for a list of people on the GLib Team. See the ChangeLog
169 * thus look up the application's .exe file's location.
420 * @program: a program name in the GLib file name encoding
428 * On Windows, if @program does not have a file type suffix, tries
432 * On Windows, it looks for the file in the same way as CreateProcess()
556 /* Copy the file name at the top, including '\0' */
691 * @file_name: the name of the file.
693 * Gets the name of the file without any leading directory components.
694 * It returns a pointer into the given file name string.
696 * Return value: the name of the file without any leading directory components
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 3 // found in the LICENSE file.
218 static bool LogMessageIgnorer(int severity, const char* file, int line,
    [all...]
  /external/dbus/bus/
activation.c 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
29 #include "desktop-file.h"
295 "Can't stat the service file\n");
365 if (entry == NULL) /* New file */
367 /* FIXME we need a better-defined algorithm for which service file to
421 _dbus_verbose ("The new service name \"%s\" of service file \"%s\" already in cache, ignoring\n",
500 _dbus_verbose ("****** Can't stat file \"%s\", removing from cache\n",
626 _dbus_verbose ("Skipping non-.service file %s\n",
632 if (entry) /* Already has this service file in the cache */
647 /* New file */
2208 FILE *file; local
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 41 unexpected-EOF and file-read-error cases; fixed Trace() cut-and-
53 The contents of this file are DUAL-LICENSED. You may modify and/or
186 static FILE *infile;
475 " %*s [-usleep dur | -timing] [-pause] [-loop [sec]] file.png\n\n"
477 " %*s [-usleep dur | -timing] [-pause] file.png\n\n"
515 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
521 ": [%s] is not a PNG file: incorrect signature\n",
590 * that the file is a PNG image), then loop through the file and continue
608 ": error while reading PNG image file\n")
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 47 * - The binary "descriptors" file was added in 2.6.23.
48 * - The "busnum" file was added in 2.6.22
49 * - The "devnum" file has been present since pre-2.6.18
50 * - the "bConfigurationValue" file has been present since pre-2.6.18
54 * We assume this is the case if we see the busnum file (indicates 2.6.22+).
55 * The busnum file is important as that is the only way we can relate sysfs
61 * The descriptors file originally only contained the active configuration
100 /* do we have a descriptors file? */
572 * in the descriptors file. but its kinda hard to detect if the kernel
924 FILE *fd
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 177 pr_debug2("Use file %s for %s\n", path, module_name);
238 pr_debug2("Use file %s for debuginfo\n", path);
249 /* Find the realpath of the target file. */
283 /* Get a line number and file name for given address */
1483 char *file; member in struct:pubname_callback_param
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 6 * you may not use this file except in compliance with the License.
503 FILE *fp = fopen(filePath, "r");
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 75 This part of the file implements JPEG codec on base of IJG libjpeg library,
438 FILE* f = 0;
    [all...]
  /external/openssh/
servconf.c 9 * incompatible with the protocol description in the RFC file, it must be
544 * The strategy for the Match blocks is that the config file is parsed twice.
877 fatal("%s line %d: missing file name.",
    [all...]
sshd.c 15 * incompatible with the protocol description in the RFC file, it must be
146 /* Name of the server configuration file. */
255 /* Prototypes for various functions defined later in this file. */
288 * the effect is to reread the configuration file (and to regenerate
696 /* File descriptor passing is broken or root login */
    [all...]
  /external/openssl/include/openssl/
ssl.h 1736 const char *file); variable
    [all...]

Completed in 1311 milliseconds

<<919293949596979899100>>