/external/kernel-headers/original/linux/ |
seq_file.h | 10 struct file; 34 int seq_open(struct file *, struct seq_operations *); 35 ssize_t seq_read(struct file *, char __user *, size_t, loff_t *); 36 loff_t seq_lseek(struct file *, loff_t, int); 37 int seq_release(struct inode *, struct file *); 47 int single_open(struct file *, int (*)(struct seq_file *, void *), void *); 48 int single_release(struct inode *, struct file *); 49 int seq_release_private(struct inode *, struct file *);
|
/external/libpng/contrib/visupng/ |
VisualPng.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/oprofile/libdb/ |
db_travel.c | 2 * @file db_travel.c 6 * @remark Read the file COPYING
|
/external/oprofile/libop/ |
op_xml_events.h | 2 * @file op_xml_events.h 6 * @remark Read the file COPYING
|
/external/oprofile/libutil/ |
op_get_time.c | 2 * @file op_get_time.c 6 * @remark Read the file COPYING
|
op_version.h | 2 * @file op_version.h 6 * @remark Read the file COPYING
|
/external/quake/quake/src/QW/client/ |
qwcl.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 5.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/quake/quake/src/QW/qwfwd/ |
qwfwd.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 5.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/quake/quake/src/QW/server/ |
qwsv.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 5.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/quake/quake/src/WinQuake/gas2masm/ |
gas2masm.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/v8/tools/visual_studio/ |
v8.vcproj | 129 <File 132 </File> 133 <File 136 </File> 137 <File 140 </File> 141 <File 144 </File> 145 <File 148 </File> [all...] |
v8_arm.vcproj | 129 <File
132 </File>
133 <File
136 </File>
137 <File
140 </File>
141 <File
144 </File>
145 <File
148 </File>
[all...] |
v8_x64.vcproj | 129 <File 132 </File> 133 <File 136 </File> 137 <File 140 </File> 141 <File 144 </File> 145 <File 148 </File> [all...] |
/external/webkit/WebKitTools/Scripts/ |
do-webcore-rename | 35 use File::Find; 53 my $file = $_; 55 if ($file eq "icu") { 56 $File::Find::prune = 1; 60 if ($file =~ /^\../) { 61 $File::Find::prune = 1; 65 return if $file =~ /^ChangeLog/; 66 return if -d $file; 68 push @paths, $File::Find::name; 148 for my $file (sort @paths) [all...] |
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
uassert.h | 12 static void _uassert(int x, const char *xstr, const char *file, int line) { 14 printf("assert %s failed at %s:%d\n", xstr, file, line);
|
/frameworks/base/tools/aapt/ |
Images.h | 13 const sp<AaptFile>& file, String8* outNewLeafName); 16 ResourceTable* table, const sp<AaptFile>& file);
|
/frameworks/base/tools/aidl/ |
search_path.h | 13 // returns a FILE* and the char* for the file that it found
|
/frameworks/base/tools/localize/ |
SourcePos.h | 11 string file; member in class:SourcePos 23 static void PrintErrors(FILE* to);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
plugin.h | 1 /* Header file for internal GCC plugin mechanism. 4 This file is part of GCC. 17 along with GCC; see the file COPYING3. If not see 32 extern void dump_active_plugins (FILE *); 34 extern void print_plugins_versions (FILE *file, const char *indent); 35 extern void print_plugins_help (FILE *file, const char *indent);
|
/system/bluetooth/data/ |
blacklist.conf | 1 // Do NOT change this file format without updating the parsing logic in 2 // the modules that use this file (listed below):
|
/cts/tools/signature-tools/src/signature/io/impl/ |
BinaryApi.java | 5 * you may not use this file except in compliance with the License.
23 import java.io.File;
35 File directory = new File(fileName);
40 File file = new File(directory, getFileName(api));
local 41 file.createNewFile();
44 file));
63 "Only one file can be processed by the binary signature " + 67 File file = new File(fileName); local [all...] |
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/ |
AndroidMidiFileReader.java | 5 * you may not use this file except in compliance with the License. 20 import java.io.File; 34 * file or a URL. 39 public MidiFileFormat getMidiFileFormat(File file) throws InvalidMidiDataException, IOException { 55 public Sequence getSequence(File file) throws InvalidMidiDataException, IOException { 56 return new AndroidSequence(file.toURL()); 61 File file = File.createTempFile("javax.sound.midi-", null) local [all...] |
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/ |
AndroidAudioFileReader.java | 5 * you may not use this file except in compliance with the License. 20 import java.io.File; 34 * a file or URL. 39 public AudioFileFormat getAudioFileFormat(File file) throws UnsupportedAudioFileException, 57 public AudioInputStream getAudioInputStream(File file) throws UnsupportedAudioFileException, 59 return new AndroidAudioInputStream(file.toURL()); 65 File file = File.createTempFile("javax.sound.sampled-", null) local [all...] |
/external/webkit/WebKitTools/WebKitAPITest/ |
WebKitAPITest.vcproj | 204 <File
207 </File>
208 <File
211 </File>
212 <File
215 </File>
216 <File
219 </File>
220 <File
223 </File>
[all...] |
/external/zlib/contrib/vstudio/vc7/ |
zlibvc.vcproj | 329 <File
331 </File>
332 <File
334 </File>
335 <File
337 </File>
338 <File
340 </File>
341 <File
349 </File>
[all...] |