HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 101 - 125 of 458) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu4c/test/letest/
cfonts.h 13 le_font *le_portableFontOpen(const char *fileName,
cfonts.cpp 14 le_font *le_portableFontOpen(const char *fileName,
18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
  /external/webkit/JavaScriptCore/API/tests/
minidom.c 36 static char* createStringWithContentsOfFile(const char* fileName);
98 static char* createStringWithContentsOfFile(const char* fileName)
106 FILE* f = fopen(fileName, "r");
108 fprintf(stderr, "Could not open file: %s\n", fileName);
  /external/webkit/WebKit/android/
RenderSkinAndroid.h 65 /* DecodeBitmap determines which file to use, with the given fileName of the form
69 static bool DecodeBitmap(android::AssetManager* am, const char* fileName, SkBitmap* bitmap);
  /external/webkit/WebKit/qt/Api/
qwebdatabase.h 44 QString fileName() const;
  /external/webkit/WebKitTools/Scripts/
parse-malloc-history 60 my $fileName = $ARGV[0];
61 die $usage if (!$getOptionsResult || !$fileName);
63 open FILE, "<$fileName" or die "bad file: $fileName";
  /frameworks/base/core/java/com/android/internal/http/multipart/
FilePart.java 72 protected static final String FILE_NAME = "; filename=";
152 * @param fileName the file name
158 public FilePart(String name, String fileName, File file)
160 this(name, new FilePartSource(fileName, file), null, null);
167 * @param fileName the file name
177 public FilePart(String name, String fileName, File file, String contentType, String charset)
179 this(name, new FilePartSource(fileName, file), contentType, charset);
193 String filename = this.source.getFileName(); local
194 if (filename != null) {
197 out.write(EncodingUtils.getAsciiBytes(filename));
    [all...]
  /frameworks/base/include/utils/
ZipFileCRO.h 47 const char* fileName);
AssetManager.h 145 Asset* open(const char* fileName, AccessMode mode);
153 * in our filename cache.
155 Asset* openNonAsset(const char* fileName, AccessMode mode);
159 * resource set to look in) and fileName will be opened and returned.
161 Asset* openNonAsset(void* cookie, const char* fileName, AccessMode mode);
193 FileType getFileType(const char* fileName);
201 * Discard cached filename information. This only needs to be called
227 Asset* openInPathLocked(const char* fileName, AccessMode mode,
229 Asset* openNonAssetInPathLocked(const char* fileName, AccessMode mode,
231 Asset* openInLocaleVendorLocked(const char* fileName, AccessMode mode
    [all...]
  /hardware/ril/mock-ril/src/cpp/
js_support.cpp 96 int ReadFile(const char *fileName, char** data, size_t *length) {
102 DBG("ReadFile E fileName=%s", fileName);
104 f = fopen(fileName, "rb");
106 DBG("Could not fopen '%s'", fileName);
141 const char* fileName = ToCString(fileNameUtf8Value);
144 int fullPathLength = strlen(directory) + strlen(fileName) + 1;
147 strncat(fullPath, fileName, fullPathLength);
151 // A javascript read file function arg[0] = filename
162 char *fileName = CreateFileName(args)
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 319 * @param fileName Full pathname of output file (e.g. "/sdcard/dump.hprof").
324 public static void dumpHprofData(String fileName) throws IOException {
325 if (fileName == null)
327 dumpHprofData(fileName, null);
343 * @param fileName Name of output file. If fd is non-null, the
346 * If this is null, the fileName is used instead.
350 public static native void dumpHprofData(String fileName, FileDescriptor fd)
  /system/core/libzipfile/
private.h 12 const unsigned char* fileName;
  /development/simulator/app/
PhoneData.cpp 241 android::String8 fileName;
262 fileName = src + strlen(kRelPathMagic);
264 fileName = directory;
265 fileName += "/";
266 fileName += src;
269 tmpLimg.Create(fileName, x, y);
291 android::String8 fileName;
320 fileName = src + strlen(kRelPathMagic);
322 fileName = directory;
323 fileName += "/"
    [all...]
Preferences.h 30 bool Load(const char* fileName);
33 bool Save(const char* fileName);
PropertyServer.cpp 250 bool PropertyServer::CreateSocket(const char* fileName)
257 cc = stat(fileName, &sb);
261 "Unable to stat '%s' (errno=%d)\n", fileName, errno);
268 "File '%s' exists and is not a socket\n", fileName);
273 if (unlink(fileName) < 0) {
275 "Unable to remove '%s' (errno=%d)\n", fileName, errno);
290 strcpy(addr.sun_path, fileName); // max 108 bytes
295 "AF_UNIX bind failed for '%s' (errno=%d)\n", fileName, errno);
  /libcore/luni/src/test/java/tests/api/java/io/
BufferedInputStreamTest.java 40 public String fileName;
536 fileName = System.getProperty("java.io.tmpdir");
538 if (fileName.charAt(fileName.length() - 1) == separator.charAt(0)) {
539 fileName = Support_PlatformFile.getNewPlatformFile(fileName,
542 fileName = Support_PlatformFile.getNewPlatformFile(fileName
545 OutputStream fos = new FileOutputStream(fileName);
548 isFile = new FileInputStream(fileName);
    [all...]
  /bootable/recovery/minzip/
Zip.c 93 LOGI(" %p '%.*s'\n", pEntry->fileName,pEntry->fileNameLen,pEntry->fileName);
111 return memcmp(entry1->fileName, entry2->fileName, entry1->fileNameLen);
127 return memcmp(entry->fileName, name, nameLen);
131 * Compute the hash code for a ZipEntry filename.
148 unsigned int itemHash = computeHash(pEntry->fileName, pEntry->fileNameLen);
155 found->fileNameLen, found->fileName);
160 static int validFilename(const char *fileName, unsigned int fileNameLen)
164 LOGW("Filename too long (%d chatacters)\n", fileNameLen)
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.h 59 UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status);
122 void runUnicodeTestData(const char *fileName, RuleBasedBreakIterator *bi);
  /external/chromium/third_party/icu/source/test/letest/
cfonts.cpp 14 le_font *le_portableFontOpen(const char *fileName,
18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
  /external/chromium/third_party/icu/source/tools/toolutil/
flagparser.c 16 * Opens the given fileName and reads in the information storing the data in flagBuffer.
19 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, int32_t numOfFlags, UErrorCode *status) {
23 FileStream *f = T_FileStream_open(fileName, "r");
  /external/icu4c/samples/layout/
gdiglue.cpp 56 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status)
58 return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *status);
gnomelayout.cpp 47 GtkWidget *newSample(const gchar *fileName);
89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection));
94 newPara = Paragraph::paragraphFactory(fileName, font, guiSupport);
97 gchar *title = prettyTitle(fileName);
114 g_free(fileName);
230 GtkWidget *newSample(const gchar *fileName)
236 context->paragraph = Paragraph::paragraphFactory(fileName, font, guiSupport);
238 gchar *title = prettyTitle(fileName);
  /external/icu4c/test/intltest/
rbbitst.h 59 UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status);
122 void runUnicodeTestData(const char *fileName, RuleBasedBreakIterator *bi);
  /external/icu4c/tools/toolutil/
flagparser.c 16 * Opens the given fileName and reads in the information storing the data in flagBuffer.
19 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, int32_t numOfFlags, UErrorCode *status) {
23 FileStream *f = T_FileStream_open(fileName, "r");
  /frameworks/base/libs/utils/
ZipFileCRO.cpp 36 const char* fileName) {
38 return (ZipEntryCRO)zip->findEntryByName(fileName);

Completed in 491 milliseconds

1 2 3 45 6 7 8 91011>>