Searched defs:File (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/html/
H A DFile.cpp27 #include "File.h"
33 File::File(const String& path) function in class:WebCore::File
H A DFile.h35 class File : public Blob { class in namespace:WebCore
37 static PassRefPtr<File> create(const String& path)
39 return adoptRef(new File(path));
49 File(const String& path);
/external/giflib/
H A Dgif_lib_private.h47 FILE *File; /* File as stream. */ member in struct:GifFilePrivateType
H A Ddgif_lib.c49 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File))
126 Private->File = f;
193 Private->File = 0;
573 FILE *File; local
586 File = Private->File;
610 if (File && (fclose(File) != 0)) {
/external/webkit/WebKit/chromium/public/
H A DWebInputElement.h66 File, enumerator in enum:WebKit::WebInputElement::InputType
/external/icu4c/tools/toolutil/
H A Dpkg_gencmn.c86 } File; typedef in typeref:struct:__anon1661
88 static File files[MAX_FILE_COUNT];
195 qsort(files, fileCount, sizeof(File), compareFiles);
527 return uprv_strcmp(((File *)file1)->basename, ((File *)file2)->basename);
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java19 import java.io.File;
89 File dest = new File(dataPath);
115 return deleteTree(new File(directory), true);
118 private static boolean deleteTree(File base, boolean deleteBase) {
121 for (File child : base.listFiles()) {
131 private static boolean versionMatches(File dest, String expectedVersion) {
139 private static Config getLocalConfig(File destPath, String configFilename) {
140 File configPath = new File(destPat
315 static class File { class in class:DownloaderActivity.Config
316 public File(String src, String dest, String md5, long size) { method in class:DownloaderActivity.Config.File
[all...]
/external/dbus/test/
H A Ddecode-gcov.c271 printf ("File %s\n", _dbus_string_get_const_data (&f));
472 printf ("File claimed to have %d arcs but only had %d\n",
609 typedef struct File File; typedef in typeref:struct:File
665 struct File struct
1101 fprintf (stderr, "File claimed to have %d arcs but only had %d\n",
1376 File *fl)
1436 "File %s in .bb, looking for %s, in_our_file = %d\n",
1550 File *f)
1666 mark_inside_dbus_build_tests (File *
[all...]

Completed in 110 milliseconds