HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 126 - 150 of 5263) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/flac/include/share/grabbag/
cuesheet.h 35 FLAC__StreamMetadata *grabbag__cuesheet_parse(FILE *file, const char **error_message, unsigned *last_line_read, unsigned sample_rate, FLAC__bool is_cdda, FLAC__uint64 lead_out_offset);
37 void grabbag__cuesheet_emit(FILE *file, const FLAC__StreamMetadata *cuesheet, const char *file_reference);
  /external/flac/include/share/
win_utf8_io.h 50 int fprintf_utf8(FILE *stream, const char *format, ...);
51 int vfprintf_utf8(FILE *stream, const char *format, va_list argptr);
  /external/iproute2/ip/
iplink_team.c 8 int argc, char **argv, FILE *f)
14 int argc, char **argv, FILE *f)
  /external/libchrome/base/files/
scoped_file.h 3 // found in the LICENSE file.
32 inline void operator()(FILE* x) const {
43 // A low-level Posix file descriptor closer class. Use this when writing
44 // platform-specific code, especially that does non-file-like things with the
51 // should generally use base::File instead which can be constructed with a
53 // file manipulation functions on it.
57 // Automatically closes |FILE*|s.
58 typedef std::unique_ptr<FILE, internal::ScopedFILECloser> ScopedFILE;
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvreader.h 4 // that can be found in the LICENSE file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
20 explicit MkvReader(FILE* fp);
33 // Determines the size of the file. This is called either by the constructor
34 // or by the Open function depending on file ownership. Returns true on
39 FILE* m_file;
  /external/selinux/libsepol/include/sepol/
kernel_to_cil.h 5 int sepol_kernel_policydb_to_cil(FILE *fp, struct policydb *pdb);
kernel_to_conf.h 5 int sepol_kernel_policydb_to_conf(FILE *fp, struct policydb *pdb);
  /external/sfntly/cpp/src/sample/subtly/
stats.h 5 * you may not use this file except in compliance with the License.
35 void PrintComparison(FILE* out, Font* font, Font* new_font);
37 void PrintStats(FILE* out, Font* font);
  /frameworks/base/core/jni/
android_os_Debug.h 5 * you may not use this file except in compliance with the License.
25 inline void safeFclose(FILE* fp) {
29 using UniqueFile = std::unique_ptr<FILE, decltype(&safeFclose)>;
  /prebuilts/ndk/r16/sources/android/support/include/
stdio.h 38 int fgetpos(FILE*, const fpos_t*) __RENAME(fgetpos64);
39 int fsetpos(FILE*, const fpos_t*) __RENAME(fsetpos64);
  /toolchain/binutils/binutils-2.27/gprof/
hist.h 5 This file is part of GNU Binutils.
31 int *sample; /* Histogram samples (shorts in the file!). */
41 extern void hist_read_rec (FILE *, const char *);
42 extern void hist_write_hist (FILE *, const char *);
  /bootable/recovery/otafault/include/otafault/
ota_io.h 5 * you may not use this file except in compliance with the License.
18 * Provide a series of proxy functions for basic file accessors.
34 #define OTAIO_CACHE_FNAME "/cache/saved.file"
42 FILE* ota_fopen(const char* filename, const char* mode);
44 size_t ota_fread(void* ptr, size_t size, size_t nitems, FILE* stream);
48 size_t ota_fwrite(const void* ptr, size_t size, size_t count, FILE* stream);
63 void operator()(FILE*) const;
66 using unique_file = std::unique_ptr<FILE, OtaFcloser>;
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
AbstractStoreFileCommandHandlerTestCase.groovy 5 * you may not use this file except in compliance with the License.
27 * Abstract superclass for tests of Fake CommandHandlers that store a file (STOR, STOU, APPE)
36 protected static final FILENAME = "file.txt"
37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
program.h 80 void cloog_program_print_structure(FILE *, CloogProgram *, int) ;
81 void cloog_program_print(FILE *, CloogProgram *) ;
82 void cloog_program_pprint(FILE *, CloogProgram *, CloogOptions *) ;
83 void cloog_program_dump_cloog(FILE *, CloogProgram *, CloogScatteringList *);
95 CloogProgram * cloog_program_read(FILE *, CloogOptions *) ;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
mntent.h 3 This file is part of the GNU C Library.
29 /* File listing canonical interesting mount points. */
32 /* File listing currently active mount points. */
38 #define MNTTYPE_NFS "nfs" /* Network file system. */
66 beginning of FILE. MODE is as for `fopen'. */
67 extern FILE *setmntent (__const char *__file, __const char *__mode) __THROW;
72 extern struct mntent *getmntent (FILE *__stream) __THROW;
76 extern struct mntent *getmntent_r (FILE *__restrict __stream,
84 extern int addmntent (FILE *__restrict __stream,
88 extern int endmntent (FILE *__stream) __THROW
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
gas.h 4 This file is part of GCC.
17 along with GCC; see the file COPYING3. If not see
21 file. */
33 * need this separate tm file for use with gas, at least to get
54 file formats that argument is LOG, and for all other file formats the
58 doubt or guess work, and since this file is used for both a.out and other
59 file formats, we use one of them. */
63 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
64 if ((LOG)!=0) fprintf ((FILE), "\t.balign %d\n", 1<<(LOG)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-pretty-print.h 6 This file is part of GCC.
19 along with GCC; see the file COPYING3. If not see
41 extern void print_generic_stmt (FILE *, tree, int);
42 extern void print_generic_stmt_indented (FILE *, tree, int, int);
43 extern void print_generic_expr (FILE *, tree, int);
44 extern void print_generic_decl (FILE *, tree, int);
51 extern void dump_function_header (FILE *, tree, int);
  /toolchain/binutils/binutils-2.27/libiberty/
pex-common.h 6 This file is part of the libiberty library.
18 License along with libiberty; see the file COPYING.LIB. If not,
37 /* stdin file number. */
40 /* stdout file number. */
43 /* stderr file number. */
64 /* File name to use as stdin for next process. */
80 /* FILE created by pex_input_file. */
81 FILE *input_file;
82 /* FILE created by pex_read_output. */
83 FILE *read_output
    [all...]
  /external/libcxxabi/test/
testit 6 # // This file is distributed under the University of Illinois Open Source
42 for FILE in $(ls *.fail.cpp); do
43 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1
46 echo "$FILE should not compile"
56 for FILE in $(ls *.pass.cpp); do
57 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE
64 echo "$FILE failed at run time"
69 echo "$FILE failed to compile"
97 for FILE in *
99 if [ -d "$FILE" ];
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
testit 6 # // This file is distributed under the University of Illinois Open Source
42 for FILE in $(ls *.fail.cpp); do
43 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1
46 echo "$FILE should not compile"
56 for FILE in $(ls *.pass.cpp); do
57 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE
64 echo "$FILE failed at run time"
69 echo "$FILE failed to compile"
97 for FILE in *
99 if [ -d "$FILE" ];
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
filestrm.cpp 11 * File FILESTRM.C
36 FILE *file = fopen(filename, mode); local
37 return (FileStream*)file;
49 FILE* result = _wfopen(filename, mode);
54 FILE *result;
78 fclose((FILE*)fileStream);
84 FILE* temp = fopen(filename, "r");
99 FILE* file = tmpfile()
    [all...]
  /external/libpcap/lbl/
os-sunos4.h 23 #ifdef FILE
24 int _filbuf(FILE *);
25 int _flsbuf(u_char, FILE *);
26 int fclose(FILE *);
27 int fflush(FILE *);
28 int fgetc(FILE *);
29 int fprintf(FILE *, const char *, ...);
30 int fputc(int, FILE *);
31 int fputs(const char *, FILE *);
32 u_int fread(void *, u_int, u_int, FILE *);
    [all...]
  /external/tcpdump/lbl/
os-sunos4.h 23 #ifdef FILE
24 int _filbuf(FILE *);
25 int _flsbuf(u_char, FILE *);
26 int fclose(FILE *);
27 int fflush(FILE *);
28 int fgetc(FILE *);
29 int fprintf(FILE *, const char *, ...);
30 int fputc(int, FILE *);
31 int fputs(const char *, FILE *);
32 u_int fread(void *, u_int, u_int, FILE *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 1 /** @file
2 File object interface.
14 /* File object interface */
24 FILE *f_fp;
27 int (*f_close)(FILE *);
29 int f_binary; /* Flag which indicates whether the file is
56 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *,
57 int (*)(FILE *));
58 PyAPI_FUNC(FILE *) PyFile_AsFile(PyObject *);
68 /* The default encoding used by the platform file system APIs
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 2 /* File object interface */
12 FILE *f_fp;
15 int (*f_close)(FILE *);
17 int f_binary; /* Flag which indicates whether the file is
44 PyAPI_FUNC(PyObject *) PyFile_FromFile(FILE *, char *, char *,
45 int (*)(FILE *));
46 PyAPI_FUNC(FILE *) PyFile_AsFile(PyObject *);
56 /* The default encoding used by the platform file system APIs
65 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
66 size_t Py_UniversalNewlineFread(char *, size_t, FILE *, PyObject *);
    [all...]

Completed in 971 milliseconds

1 2 3 4 56 7 8 91011>>