| /external/webkit/Source/WebCore/platform/network/curl/ |
| FormDataStreamCurl.h | 56 FILE* m_file;
|
| /frameworks/base/libs/hwui/ |
| DisplayListLogBuffer.h | 5 * you may not use this file except in compliance with the License. 36 void outputCommands(FILE *file, const char* opNames[]);
|
| /frameworks/base/tools/aapt/ |
| SourcePos.h | 12 String8 file; member in class:SourcePos 24 static void printErrors(FILE* to);
|
| ZipFile.h | 5 * you may not use this file except in compliance with the License. 37 * The correct way to update a file archive is to make all changes to a 38 * copy of the archive in a temporary file, and then unlink/rename over 69 * Add a file to the end of the archive. Specify whether you want the 94 * Add a file that is already compressed with gzip. 107 * Add a file from an in-memory data buffer. 120 * Add an entry by copying it from another zip file. If "padding" is 144 * to a file. 149 //bool uncompress(const ZipEntry* pEntry, FILE* fp) const; 189 status_t write(FILE* fp) [all...] |
| /frameworks/compile/libbcc/include/bcinfo/Wrap/ |
| file_wrapper_input.h | 5 * you may not use this file except in compliance with the License. 35 // Returns true if at end of file. Note: May return false 38 // Returns the size of the file (in bytes). 40 // Moves to the given offset within the file. Returns 44 // The name of the file. 50 // The size of the file. 52 // The corresponding (opened) file. 53 FILE* _file;
|
| file_wrapper_output.h | 5 * you may not use this file except in compliance with the License. 38 // The name of the file 40 // The corresponding (opened) file. 41 FILE* _file;
|
| /packages/apps/Email/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...] |
| /packages/inputmethods/PinyinIME/jni/include/ |
| utf16reader.h | 5 * you may not use this file except in compliance with the License. 27 FILE *fp_; 39 // filename is the name of the file to open.
|
| /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
| partition.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING. If not, write to 70 extern void partition_print (partition, FILE*);
|
| defaults.h | 7 This file is part of GCC. 73 FILE *_hide_asm_out_file = (MYFILE); \ 77 FILE *asm_out_file = _hide_asm_out_file; \ 111 #define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \ 112 do { fprintf ((FILE), "%s", SET_ASM_OP); \ 113 assemble_name (FILE, LABEL1); \ 114 fprintf (FILE, ","); \ 115 assemble_name (FILE, LABEL2); \ 116 fprintf (FILE, "\n"); \ 122 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) [all...] |
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| ipa-utils.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 42 void ipa_utils_print_order (FILE*, const char *, struct cgraph_node**, int);
|
| tree-ssa-alias.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 118 extern void dump_alias_info (FILE *); 120 extern void dump_points_to_solution (FILE *, struct pt_solution *); 121 extern void dump_points_to_info_for (FILE *, tree); 123 extern void dump_alias_stats (FILE *); 139 extern void dump_pta_stats (FILE *);
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
| ipa-utils.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 42 void ipa_utils_print_order (FILE*, const char *, struct cgraph_node**, int);
|
| tree-ssa-alias.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 118 extern void dump_alias_info (FILE *); 120 extern void dump_points_to_solution (FILE *, struct pt_solution *); 121 extern void dump_points_to_info_for (FILE *, tree); 123 extern void dump_alias_stats (FILE *); 139 extern void dump_pta_stats (FILE *);
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| ipa-utils.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 42 void ipa_utils_print_order (FILE*, const char *, struct cgraph_node**, int);
|
| tree-ssa-alias.h | 5 This file is part of GCC. 18 along with GCC; see the file COPYING3. If not see 118 extern void dump_alias_info (FILE *); 120 extern void dump_points_to_solution (FILE *, struct pt_solution *); 121 extern void dump_points_to_info_for (FILE *, tree); 123 extern void dump_alias_stats (FILE *); 139 extern void dump_pta_stats (FILE *);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
| XmlFormatStyle.java | 5 * you may not use this file except in compliance with the License. 27 * newline between successive elements, whereas in a manifest file there is typically only 38 FILE, 83 return FILE; 91 * @param folderType the type of folder containing the resource file 107 return FILE; 114 * @param path the path to the resource file 128 return FILE;
|
| /build/tools/zipalign/ |
| ZipFile.h | 5 * you may not use this file except in compliance with the License. 37 * The correct way to update a file archive is to make all changes to a 38 * copy of the archive in a temporary file, and then unlink/rename over 69 * Add a file to the end of the archive. Specify whether you want the 94 * Add a file that is already compressed with gzip. 107 * Add a file from an in-memory data buffer. 120 * Add an entry by copying it from another zip file. If "padding" is 144 * to a file. 149 //bool uncompress(const ZipEntry* pEntry, FILE* fp) const; 189 status_t write(FILE* fp) [all...] |
| /external/bison/src/ |
| scan-skel.l | 6 This file is part of Bison, the GNU Compiler Compiler. 19 along with Bison; see the file COPYING. If not, write to the Free 45 FILE *skel_get_in (void); 46 FILE *skel_get_out (void); 50 void skel_set_in (FILE *); 51 void skel_set_out (FILE *); 59 #define BASE_QPUTS(File) \ 60 QPUTS (base_name (File)) 74 /* Decode special file names. They include the directory part, 127 scan_skel (FILE *in [all...] |
| /external/chromium/chrome/browser/download/ |
| base_file.cc | 3 // found in the LICENSE file. 36 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 41 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 45 Cancel(); // Will delete the file. 49 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 64 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 76 // TODO(phajdan.jr): handle errors on file writes. http://crbug.com/58355 88 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 91 // it will be overwritten by closing the file. 97 // Don't close the file if we're not done (finished or canceled) [all...] |
| /external/webkit/LayoutTests/http/tests/resources/ |
| post-and-verify-hybrid.cgi | 26 # <item> := <file> | <data> 27 # <file> := "file":<file-path> 49 open(FILE, $path) || next; 56 seek(FILE, $readPos, 0); 59 read(FILE, $data, $remainingLength); 62 $data = <FILE>; 64 close(FILE);
|
| /external/libpcap/ |
| etherent.c | 47 static inline int skip_space(FILE *); 48 static inline int skip_line(FILE *); 65 FILE *f; 78 FILE *f; 90 pcap_next_etherent(FILE *fp)
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
| stdio2.h | 3 This file is part of the GNU C Library. 86 extern int __fprintf_chk (FILE *__restrict __stream, int __flag, 89 extern int __vfprintf_chk (FILE *__restrict __stream, int __flag, 96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) 125 vfprintf (FILE *__restrict __stream, 147 FILE *__restrict __stream) __wur; 150 FILE *__restrict __stream), fgets) __wur; 153 FILE *__restrict __stream), __fgets_chk) 158 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) 173 FILE *__restrict __stream) __wur [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
| stdio2.h | 3 This file is part of the GNU C Library. 86 extern int __fprintf_chk (FILE *__restrict __stream, int __flag, 89 extern int __vfprintf_chk (FILE *__restrict __stream, int __flag, 96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) 125 vfprintf (FILE *__restrict __stream, 147 FILE *__restrict __stream) __wur; 150 FILE *__restrict __stream), fgets) __wur; 153 FILE *__restrict __stream), __fgets_chk) 158 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) 173 FILE *__restrict __stream) __wur [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
| stdio2.h | 3 This file is part of the GNU C Library. 86 extern int __fprintf_chk (FILE *__restrict __stream, int __flag, 89 extern int __vfprintf_chk (FILE *__restrict __stream, int __flag, 96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) 125 vfprintf (FILE *__restrict __stream, 147 FILE *__restrict __stream) __wur; 150 FILE *__restrict __stream), fgets) __wur; 153 FILE *__restrict __stream), __fgets_chk) 158 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) 173 FILE *__restrict __stream) __wur [all...] |