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

<<31323334353637383940>>

  /external/srtp/crypto/kernel/
err.c 67 /* err_file is the FILE to which errors are reported */
69 static FILE *err_file = NULL;
85 /* open file for error reporting */
  /external/svox/pico/lib/
picodbg.c 5 * you may not use this file except in compliance with the License.
17 * @file picodbg.c
72 /* Standard output file for debug messages */
89 /* Current log file or NULL if no log file is set */
90 static FILE *logFile = NULL;
148 static int picodbg_setTextAttr(FILE *stream, int attr)
161 /* do nothing if console output is redirected to a file */
175 static int picodbg_setTextAttr(FILE *stream, int attr)
206 static int picodbg_setTextAttr(FILE *stream, int attr
    [all...]
  /external/valgrind/main/none/tests/
coolo_sigaction.cpp 46 FILE *p = popen("echo Hallo World", "r");
  /external/valgrind/main/tests/
os_test.c 16 // Nb: When updating this file for a new OS, add the name to
37 FILE *fp = fopen("/proc/sys/kernel/osrelease", "r");
  /external/webkit/Tools/android/flex-2.5.4a/
ccl.c 114 * Writes to the given file a character-class representation of those
119 void list_character_set( file, cset )
120 FILE *file;
125 putc( '[', file );
133 putc( ' ', file );
135 fputs( readable_form( i ), file ); local
142 fprintf( file, "-%s", readable_form( i - 1 ) );
144 putc( ' ', file );
148 putc( ']', file );
    [all...]
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.h 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.
50 FILE* logFile;
  /external/webrtc/test/testsupport/
frame_reader_unittest.cc 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.
22 // file to test causes the ReadFrame test to fail on Windows.
30 // Cleanup any previous dummy input file.
33 // Create a dummy input file.
34 FILE* dummy = fopen(kInputFilename.c_str(), "wb");
43 // Cleanup the dummy input file.
  /external/zlib/contrib/iostream2/
zstream.h 35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
37 # define SET_BINARY_MODE(file)
55 izstream(FILE* fp) : m_fp(0) { open(fp); }
59 /* Opens a gzip (.gz) file for reading.
60 * open() can be used to read a file which is not in gzip format;
61 * in this case read() will directly read from the file without
70 void open(FILE* fp) {
76 /* Flushes all pending input if necessary, closes the compressed file
85 /* Binary read the given number of bytes from the compressed file
    [all...]
  /frameworks/av/include/media/stagefright/
MPEG2TSWriter.h 5 * you may not use this file except in compliance with the License.
57 FILE *mFile;
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileCommon_priv.h 5 * you may not use this file except in compliance with the License.
18 * @file M4OSA_FileCommon_priv.h
20 * @brief File common private for Android
21 * @note This file declares functions and types used by both the file
22 * writer and file reader.
44 /** This structure defines the file context*/
48 FILE* file_desc;
51 /** The name of the file */
53 /** The size in bytes of the file */
    [all...]
  /frameworks/base/libs/hwui/
DisplayListLogBuffer.cpp 5 * you may not use this file except in compliance with the License.
72 * specified FILE. This only happens in a dumpsys/bugreport operation.
74 void DisplayListLogBuffer::outputCommands(FILE *file, const char* opNames[])
95 fprintf(file, "%s%s\n", indent, opNames[op]);
  /frameworks/base/tools/aapt/
Main.h 61 FILE* fp, bool includeRaw);
  /frameworks/rs/
rsFileA3D.h 5 * you may not use this file except in compliance with the License.
61 bool load(FILE *f);
  /gdk/samples/quake/jni/
keys.h 130 void Key_WriteBindings (FILE *f);
  /ndk/sources/host-tools/make-3.81/config/
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...]
  /ndk/sources/host-tools/ndk-stack/
ndk-stack.c 29 " -dump Contains full path to the file containing the crash dump.\n"
69 /* Create crash dump parser, open dump file, and parse it line by line. */
72 FILE* handle = use_stdin ? stdin : fopen(dump_file, "r");
83 fprintf(stderr, "Unable to open dump file %s: %s\n",
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
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.
71 # Find out how to get the extended ls output of a file or directory.
121 # Get the extended ls output of the file or directory.
132 # $1 = file size
200 # eval: (add-hook 'write-file-hooks 'time-stamp
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
107 extern bool verify_imm_links (FILE *f, tree var);
109 extern void dump_immediate_uses (FILE *file);
110 extern void dump_immediate_uses_for (FILE *file, tree var);
113 extern void dump_decl_set (FILE *, bitmap);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
107 extern bool verify_imm_links (FILE *f, tree var);
109 extern void dump_immediate_uses (FILE *file);
110 extern void dump_immediate_uses_for (FILE *file, tree var);
113 extern void dump_decl_set (FILE *, bitmap);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 5 This file is part of GCC.
18 along with GCC; see the file COPYING3. If not see
107 extern bool verify_imm_links (FILE *f, tree var);
109 extern void dump_immediate_uses (FILE *file);
110 extern void dump_immediate_uses_for (FILE *file, tree var);
113 extern void dump_decl_set (FILE *, bitmap);
  /sdk/bash_completion/
adb.bash 6 # you may not use this file except in compliance with the License.
121 where=FILE
229 where=FILE
253 local serial i cur file
270 where=FILE
276 file="${COMP_WORDS[COMP_CWORD]}"
277 if [[ ${file} == "" ]]; then
278 file="/"
284 _adb_util_list_files $serial "$file"
286 FILE)
    [all...]
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.h 5 * you may not use this file except in compliance with the License.
35 void print(FILE *fp = stdout, bool newline = true,
  /sdk/emulator/qtools/
read_elf.cpp 3 See file COPYING for more information.
114 Elf32_Ehdr *ReadElfHeader(FILE *fobj)
131 Elf32_Shdr *ReadSectionHeaders(Elf32_Ehdr *hdr, FILE *f)
156 char *ReadStringTable(Elf32_Ehdr *hdr, Elf32_Shdr *shdr_table, FILE *f)
168 int ReadSection(Elf32_Shdr *shdr, void *buffer, FILE *f)
  /system/core/libcutils/
android_reboot.c 5 * you may not use this file except in compliance with the License.
33 FILE *f;
open_memstream.c 5 * you may not use this file except in compliance with the License.
24 * - Works like a file-backed FILE* opened with fopen(name, "w"), but the
25 * backing is a chunk of memory rather than a file.
27 * of the file and then writing to it zero-fills the gap.
30 * - A '\0' is maintained just past the end of the file. This is not included
37 * and restore it. Annoying, but allows file truncation.)
225 FILE* open_memstream(char** bufp, size_t* sizep)
227 FILE* fp;
255 FILE* open_memstream(char** bufp, size_t* sizep
    [all...]

Completed in 1859 milliseconds

<<31323334353637383940>>