/external/chromium/third_party/icu/source/io/ |
ufile.c | 9 * File ufile.c 46 u_finit(FILE *f, 116 FILE *systemFile = fopen(filename, perm); 183 u_fflush(UFILE *file) 185 ufile_flush_translit(file); 186 if (file->fFile) { 187 fflush(file->fFile); 189 else if (file->str.fPos < file->str.fLimit) { 190 *(file->str.fPos++) = 0 [all...] |
/external/chromium/sdch/open-vcdiff/vsprojects/vcdcom/ |
vcdcom.vcproj | 151 <File 154 </File> 155 <File 158 </File> 159 <File 162 </File> 163 <File 166 </File> 167 <File 170 </File> [all...] |
/external/chromium/sdch/open-vcdiff/vsprojects/vcdenc/ |
vcdenc.vcproj | 151 <File 154 </File> 155 <File 158 </File> 159 <File 162 </File> 163 <File 166 </File> 167 <File 170 </File> [all...] |
/external/chromium/third_party/icu/source/tools/toolutil/ |
filestrm.c | 9 * File FILESTRM.C 34 FILE *file = fopen(filename, mode); local 35 return (FileStream*)file; 47 FILE* result = _wfopen(filename, mode); 52 FILE *result; 76 fclose((FILE*)fileStream); 82 FILE* temp = fopen(filename, "r"); 97 FILE* file = tmpfile() [all...] |
/external/icu4c/tools/toolutil/ |
filestrm.c | 9 * File FILESTRM.C 34 FILE *file = fopen(filename, mode); local 35 return (FileStream*)file; 47 FILE* result = _wfopen(filename, mode); 52 FILE *result; 76 fclose((FILE*)fileStream); 82 FILE* temp = fopen(filename, "r"); 97 FILE* file = tmpfile() [all...] |
/external/kernel-headers/original/linux/ |
android_pmem.h | 24 /* This ioctl will allocate pmem space, backing the file, it will fail 25 * if the file already has an allocation, pass it the len as the argument 28 /* This will connect a one pmem file to another, pass the file that is already 61 int is_pmem_file(struct file *file); 63 unsigned long *end, struct file **filp); 64 int get_pmem_user_addr(struct file *file, unsigned long *start, 66 void put_pmem_file(struct file* file) [all...] |
/libcore/luni/src/main/java/java/io/ |
FileWriter.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 21 * A specialized {@link Writer} that writes to a file in the file system. 34 * Creates a FileWriter using the File {@code file}. 36 * @param file 37 * the non-null File to write bytes to. 39 * if {@code file} cannot be opened for writing [all...] |
/packages/apps/Email/src/org/apache/commons/io/output/ |
FileWriterWithEncoding.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;
38 * By default, the file will be overwritten, but this may be changed to append.
58 * Constructs a FileWriterWithEncoding with a file encoding.
60 * @param filename the name of the file to write to, not null
62 * @throws NullPointerException if the file name or encoding is null
66 this(new File(filename), encoding, false);
70 * Constructs a FileWriterWithEncoding with a file encoding. [all...] |
LockableFileWriter.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;
32 * cross thread file lock handling.
35 * that will use a lock file to prevent duplicate writes.
37 * By default, the file will be overwritten, but this may be changed to append.
54 /** The extension for the lock file. */
59 /** The lock file. */
60 private final File lockFile; [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
FileTest.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 20 import java.io.File; 46 private static void deleteTempFolder(File dir) { 50 File f = new File(dir, files[i]); 62 if (File.separatorChar == path.charAt(path.length() - 1)) { 65 return path + File.separator; 69 private File tempDirectory 121 File file = new File(root, "\/dir\/file"); local 1014 File file; local 1248 File file = new File(dir, "notADir.tst"); local 1338 File file = new File(dir, "notADir.tst"); local 1465 File file = new File(baseDir, "notADir.tst"); local 1582 File file = new File(dir, "notADir.tst"); local 2259 File file = new File("FileTest.golden.ser"); local [all...] |
/external/webkit/WebKit/gtk/docs/ |
webkitgtk-sections.txt | 2 <FILE>webkitwebsettings</FILE> 24 <FILE>webkitwebbackforwardlist</FILE> 58 <FILE>webkitwebhistoryitem</FILE> 85 <FILE>webkitwebframe</FILE> 128 <FILE>webkitdownload</FILE> [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_file.c | 2 * \file pcm/pcm_file.c 4 * \brief PCM File Plugin Interface 9 * PCM - File plugin 102 snd_pcm_file_t *file = pcm->private_data; local 115 setup_wav_header(pcm, &file->wav_header); 117 if (write(file->fd, header, sizeof(header)) != sizeof(header) || 118 write(file->fd, &file->wav_header, sizeof(file->wav_header)) != 119 sizeof(file->wav_header) | 131 snd_pcm_file_t *file = pcm->private_data; local 157 snd_pcm_file_t *file = pcm->private_data; local 193 snd_pcm_file_t *file = pcm->private_data; local 219 snd_pcm_file_t *file = pcm->private_data; local 235 snd_pcm_file_t *file = pcm->private_data; local 247 snd_pcm_file_t *file = pcm->private_data; local 259 snd_pcm_file_t *file = pcm->private_data; local 270 snd_pcm_file_t *file = pcm->private_data; local 280 snd_pcm_file_t *file = pcm->private_data; local 298 snd_pcm_file_t *file = pcm->private_data; local 308 snd_pcm_file_t *file = pcm->private_data; local 326 snd_pcm_file_t *file = pcm->private_data; local 338 snd_pcm_file_t *file = pcm->private_data; local 350 snd_pcm_file_t *file = pcm->private_data; local 370 snd_pcm_file_t *file = pcm->private_data; local 391 snd_pcm_file_t *file = pcm->private_data; local 407 snd_pcm_file_t *file = pcm->private_data; local 417 snd_pcm_file_t *file = pcm->private_data; local 450 snd_pcm_file_t *file = pcm->private_data; local 533 snd_pcm_file_t *file; local [all...] |
/external/jpeg/ |
jconfig.vms | 26 #define BMP_SUPPORTED /* BMP image file format */ 27 #define GIF_SUPPORTED /* GIF image file format */ 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 29 #undef RLE_SUPPORTED /* Utah RLE image file format */ 30 #define TARGA_SUPPORTED /* Targa image file format */
|
/external/oprofile/libop/ |
op_sample_file.h | 2 * @file op_sample_file.h 3 * Sample file format 6 * @remark Read the file COPYING 28 // for cg file the from_cg_is_kernel 33 /* spu_profile=1 says sample file contains Cell BE SPU profile data */
|
/external/oprofile/libutil/ |
op_lockfile.h | 2 * @file op_lockfile.h 6 * @remark Read the file COPYING 22 * op_write_lock_file - write a lock file 25 * Write the pid into the given lock file. Stale 28 int op_write_lock_file(char const * file);
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
counter.php | 6 function stepCounter($file) 8 if (!file_exists($file)) { 9 file_put_contents($file, "0"); 12 $value = file_get_contents($file); 13 file_put_contents($file, ++$value);
|
/system/core/rootdir/etc/ |
mountd.conf | 1 ## mountd configuration file 5 ## root block device with partition map or raw FAT file system 14 ## path to the UMS driver file for specifying the block device path 16 driver_store_path /sys/devices/platform/usb_mass_storage/lun0/file 18 ##driver_store_path /sys/devices/platform/msm_hsusb/gadget/lun0/file
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
EntropyServiceTest.java | 5 * you may not use this file except in compliance with the License. 23 import java.io.File; 31 File dir = getContext().getDir("testInitialWrite", Context.MODE_PRIVATE); 32 File file = File.createTempFile("testInitialWrite", "dat", dir); local 33 file.deleteOnExit(); 34 assertEquals(0, FileUtils.readTextFile(file, 0, null).length()); 36 // The constructor has the side effect of writing to file 37 new EntropyService("/dev/null", file.getCanonicalPath()) [all...] |
/external/chromium/base/ |
scoped_handle.h | 3 // found in the LICENSE file. 21 explicit ScopedStdioHandle(FILE* handle) 35 FILE* get() const { return handle_; } 37 FILE* Take() { 38 FILE* temp = handle_; 43 void Set(FILE* newhandle) { 49 FILE* handle_;
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/ |
gendef.pl | 7 while ( ($file = shift(@ARGV)) ) { 8 if ( ! defined(open(FILE, $file)) ) { 9 warn "Couldn't open $file: $!\n"; 13 $file =~ s,.*/,,; 14 while (<FILE>) { 21 close(FILE);
|
/external/webkit/WebCore/WebCore.vcproj/ |
WebCore.vcproj | [all...] |
/external/bluetooth/glib/build/win32/vs9/ |
glib.vcproj | 361 <File 364 </File> 365 <File 368 </File> 369 <File 372 </File> 373 <File 376 </File> 377 <File 380 </File> [all...] |
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
IOFileFilter.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;
35 * Checks to see if the File should be accepted by this filter.
39 * @param file the File to check
40 * @return true if this file matches the test
42 public boolean accept(File file);
[all...] |
EmptyFileFilter.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;
25 * If the <code>File</code> is a directory it checks that
32 * File dir = new File(".");
44 * File dir = new File(".");
69 * Checks to see if the file is empty. [all...] |
/packages/apps/Email/src/org/apache/commons/io/comparator/ |
DefaultFileComparator.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;
24 * Compare two files using the <b>default</b> {@link File#compareTo(File)} method.
27 * by using the default file comparison.
32 * List<File> list = ...
39 * File[] array = ...
56 * Compare the two files using the {@link File#compareTo(File)} method. [all...] |