HomeSort by relevance Sort by last modified time
    Searched defs:FILE (Results 1 - 25 of 499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/preprocess/
file.h 3 typedef struct __FILE FILE;
  /external/clang/test/CodeGen/
2002-06-25-FWriteInterfaceFailure.c 3 typedef struct _IO_FILE FILE;
4 extern FILE *stderr;
5 int fprintf(FILE * restrict stream, const char * restrict format, ...);
vfprintf.c 3 typedef struct _IO_FILE FILE;
4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
  /external/clang/test/Modules/Inputs/System/usr/include/
stdio.h 1 typedef struct { int id; } FILE;
2 int fprintf(FILE*restrict, const char* restrict format, ...);
3 extern FILE *__stderrp;
  /external/clang/test/Modules/Inputs/crash-recovery/usr/include/
stdio.h 1 typedef struct { int id; } FILE;
2 int fprintf(FILE*restrict, const char* restrict format, ...);
3 extern FILE *__stderrp;
  /external/clang/test/Preprocessor/
include-directive1.c 1 // RUN: %clang_cc1 -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file successfully included' | count 3
6 // expand macros to get to file to include
7 #define FILE "file_to_include.h"
8 #include XX FILE
10 #include FILE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
unixclient.py 6 FILE = 'unix-socket'
8 s.connect(FILE)
unixserver.py 7 FILE = 'unix-socket'
9 s.bind(FILE)
24 os.unlink(FILE)
  /external/clang/test/Sema/
attr-bounded.c 6 typedef struct FILE FILE;
12 size_t fread(void *, size_t, size_t, FILE *)
  /external/python/cpython2/Demo/sockets/
unixclient.py 6 FILE = 'unix-socket'
8 s.connect(FILE)
unixserver.py 7 FILE = 'unix-socket'
9 s.bind(FILE)
24 os.unlink(FILE)
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 10 } FILE;
11 FILE *fopen(const char * restrict, const char * restrict) __asm("_" "fopen" );
12 int fputc(int, FILE *);
13 int fputs(const char * restrict, FILE * restrict) __asm("_" "fputs" );
14 int fclose(FILE *);
19 FILE * p;
  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h 30 } FILE;
32 extern FILE *myFile;
  /external/vogar/src/vogar/
TestProperties.java 5 * you may not use this file except in compliance with the License.
27 * The name of the test properties file within the {@code .jar} file.
29 public static final String FILE = "test.properties";
  /external/clang/test/PCH/
pr4489.c 8 typedef struct _IO_FILE FILE;
  /external/lzma/CPP/Common/
StdOutStream.h 13 FILE *_stream;
17 CStdOutStream(FILE *stream): _stream(stream), _streamIsOpen(false) {};
20 // void AttachStdStream(FILE *stream) { _stream = stream; _streamIsOpen = false; }
23 operator FILE *() { return _stream; }
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
FileFileFilter.java 3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
19 import java.io.File;
23 * This filter accepts <code>File</code>s that are files (not directories).
29 * File dir = new File(".");
30 * String[] files = dir.list( FileFileFilter.FILE );
41 /** Singleton instance of file filter */
42 public static final IOFileFilter FILE = new FileFileFilter()
    [all...]
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
StoredEntryType.java 5 * you may not use this file except in compliance with the License.
24 * Entry is a file.
26 FILE,
  /external/capstone/suite/
benchmark.py 20 # file providing code to disassemble
21 FILE = '/usr/bin/python'
48 if len(code) != size: # reached end-of-file?
49 # then reset file position to begin-of-file
72 cfile = open(FILE)
fuzz.py 22 # file providing code to disassemble
23 FILE = '/usr/bin/python'
57 if len(code) != size: # reached end-of-file?
58 # then reset file position to begin-of-file
79 cfile = open(FILE)
  /external/clang/test/Analysis/
taint-tester.cpp 4 typedef struct _FILE FILE;
6 extern FILE *stdin;
8 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
14 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
18 FILE *fp;
stream.c 4 typedef struct _IO_FILE FILE;
5 #define SEEK_SET 0 /* Seek from beginning of file. */
7 #define SEEK_END 2 /* Seek from end of file. */
8 extern FILE *fopen(const char *path, const char *mode);
9 extern FILE *tmpfile(void);
10 extern int fclose(FILE *fp);
11 extern size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);
12 extern int fseek (FILE *__stream, long int __off, int __whence);
13 extern long int ftell (FILE *__stream);
14 extern void rewind (FILE *__stream)
    [all...]
  /bionic/libc/include/
stdio.h 59 typedef struct __sFILE FILE;
62 extern FILE* stdin __INTRODUCED_IN(23);
63 extern FILE* stdout __INTRODUCED_IN(23);
64 extern FILE* stderr __INTRODUCED_IN(23);
72 extern FILE __sF[] __REMOVED_IN(23);
106 void clearerr(FILE* __fp);
107 int fclose(FILE* __fp);
108 int feof(FILE* __fp);
109 int ferror(FILE* __fp);
110 int fflush(FILE* __fp)
    [all...]
  /external/jsoncpp/devtools/
antglob.py 50 FILE = 2
54 ALL_NO_LINK = DIR | FILE
55 ALL = DIR | FILE | LINKS
99 entry_type = FILE,
145 entry_type = is_file and FILE or DIR
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 13 FILE = 'f'
30 Syncrhonize the destination file tree with the source file tree
37 return FILE
48 # of a source file and a destination file
99 (NO_EXIST, FILE) : (remove, svn_delete,),
101 (FILE, NO_EXIST): (copy, svn_add,),
102 (FILE, FILE) : (copy_if_different,)
    [all...]

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>