HomeSort by relevance Sort by last modified time
    Searched refs:filename (Results 1 - 25 of 3737) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
utime.c 8 int utime(const char* filename, const struct utimbuf* times) {
9 return ki_utime(filename, times);
utimes.c 12 int utimes(const char* filename, const struct timeval times[2]) {
13 return ki_utimes(filename, times);
  /external/dropbear/libtommath/
gen.pl 9 foreach my $filename (glob "bn*.c") {
10 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
11 print OUT "/* Start: $filename */\n";
13 print OUT "\n/* End: $filename */\n\n";
14 close SRC or die "Error closing $filename after reading: $!";
  /external/valgrind/main/none/tests/
fdleak_creat.c 8 char filename[24]; local
12 sprintf(filename, "/tmp/file.%d", getpid());
13 DO( creat(filename, 0) );
14 DO( unlink(filename) );
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
list_idl_files_with_partial_interface.py 37 def contains_partial_interface(filename):
38 with open(filename) as f:
43 partial_interface_filenames = [filename for filename in filenames
44 if contains_partial_interface(filename)]
  /external/dropbear/
keyimport.h 37 int import_write(const char *filename, sign_key *key, char *passphrase,
39 sign_key *import_read(const char *filename, char *passphrase, int filetype);
40 int import_encrypted(const char* filename, int filetype);
  /external/chromium_org/ui/gl/
gl_implementation_linux.h 11 base::NativeLibrary LoadLibrary(const char* filename);
12 base::NativeLibrary LoadLibrary(const base::FilePath& filename);
  /external/e2fsprogs/tests/progs/
hold_inode.c 24 char *filename; local
30 filename = argv[1];
31 if (stat(filename, &statbuf) < 0) {
32 perror(filename);
36 if (!opendir(filename)) {
37 perror(filename);
41 if (open(filename, O_RDONLY) < 0) {
42 perror(filename);
  /external/chromium_org/third_party/lcov/bin/
updateversion.pl 46 my ($filename) = @_;
50 @stat = stat($filename);
63 my ($filename) = @_;
64 my @date = get_file_info($filename);
70 open(IN, "<$filename") || die ("Error: cannot open $filename\n");
71 open(OUT, ">$filename.new") ||
72 die("Error: cannot create $filename.new\n");
80 chmod(oct($date[2]), "$filename.new");
81 system("mv", "-f", "$filename.new", "$filename")
    [all...]
  /art/runtime/hprof/
hprof.h 24 void DumpHeap(const char* filename, int fd, bool direct_to_ddms);
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
BaseResourceLoader.java 37 * Default implementation returns the filename as the ResourceLoaders that subclass this class
38 * tend to assume they are the only ResourceLoader in use. Or at least that the filename is the
42 public Object getKey(String filename) {
43 return filename;
50 public Object getResourceVersionId(String filename) {
51 return filename;
  /external/libvorbis/test/
write_read.h 18 /* Write supplied data to an Ogg/Vorbis file with specified filename at
20 void write_vorbis_data_or_die (const char *filename, int srate, float q,
26 void read_vorbis_data_or_die (const char *filename, int srate,
  /frameworks/av/cmds/stagefright/
jpeg.h 4 int writeJpegFile(const char *filename, uint8_t *frame, int width, int height);
  /libcore/luni/src/main/java/java/io/
FilenameFilter.java 30 * Indicates if a specific filename matches this filter.
33 * the directory in which the {@code filename} was found.
34 * @param filename
36 * @return {@code true} if the filename matches the filter
40 public abstract boolean accept(File dir, String filename);
  /libcore/luni/src/main/java/java/net/
FileNameMap.java 21 * Defines a scheme for mapping a filename type to a MIME content type. Mainly
32 * Returns the MIME type (such as "text/plain") for the given filename, or null.
34 public String getContentTypeFor(String filename);
DefaultFileNameMap.java 26 public String getContentTypeFor(String filename) {
27 if (filename.endsWith("/")) {
31 int lastCharInExtension = filename.lastIndexOf('#');
33 lastCharInExtension = filename.length();
35 int firstCharInExtension = filename.lastIndexOf('.') + 1;
37 if (firstCharInExtension > filename.lastIndexOf('/')) {
38 ext = filename.substring(firstCharInExtension, lastCharInExtension);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
AssetFileAddress.java 32 public AssetFileAddress(final String filename, final long offset, final long length) {
33 mFilename = filename;
41 * @param filename the filename.
44 public static AssetFileAddress makeFromFileName(final String filename) {
45 if (null == filename) return null;
46 final File f = new File(filename);
48 return new AssetFileAddress(filename, 0l, f.length());
54 * @param filename the filename
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
linecache.py 3 This is intended to read lines from modules imported -- hence if a filename
13 def getline(filename, lineno, module_globals=None):
14 lines = getlines(filename, module_globals)
33 def getlines(filename, module_globals=None):
37 if filename in cache:
38 return cache[filename][2]
40 return updatecache(filename, module_globals)
43 def checkcache(filename=None):
47 if filename is None:
50 if filename in cache
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
linecache.py 3 This is intended to read lines from modules imported -- hence if a filename
13 def getline(filename, lineno, module_globals=None):
14 lines = getlines(filename, module_globals)
33 def getlines(filename, module_globals=None):
37 if filename in cache:
38 return cache[filename][2]
40 return updatecache(filename, module_globals)
43 def checkcache(filename=None):
47 if filename is None:
50 if filename in cache
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 67 char filename[256]; local
72 ALOGE ("%s: filename too long", __FUNCTION__);
75 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block);
77 ALOGD ("%s: buffer len=%u; file=%s", __FUNCTION__, nbytes, filename);
78 int fileStream = open (filename, O_RDONLY);
125 char filename[256]; local
131 ALOGE ("%s: filename too long", __FUNCTION__);
134 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block)
200 char filename[256]; local
242 char filename[256]; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AssetFileAddress.java 32 public AssetFileAddress(final String filename, final long offset, final long length) {
33 mFilename = filename;
43 public static AssetFileAddress makeFromFileName(final String filename) {
44 if (null == filename) return null;
45 return makeFromFile(new File(filename));
48 public static AssetFileAddress makeFromFileNameAndOffset(final String filename,
50 if (null == filename) return null;
51 final File f = new File(filename);
53 return new AssetFileAddress(filename, offset, length);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 26 * General filename and filepath manipulation utilities.
42 * This class defines six components within a filename
53 * If you omit the last separator, it is impossible to determine if the filename
200 * @param filename the filename to normalize, null returns null
201 * @return the normalized filename, or null if invalid
203 public static String normalize(String filename) {
204 return doNormalize(filename, true);
246 * @param filename the filename to normalize, null returns null
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
error_state_mock.h 23 const char* filename, int line,
26 const char* filename, int line,
29 const char* filename,
36 const char* file, int line, const char* filename));
38 const char* file, int line, const char* filename));
40 const char* file, int line, const char* filename));
  /external/chromium_org/third_party/skia/src/gpu/
GrSurface.cpp 24 bool GrSurface::savePixels(const char* filename) {
32 SkDebugf("------ failed to read pixels for %s\n", filename);
37 remove(filename);
39 if (!SkImageEncoder::EncodeFile(filename, bm, SkImageEncoder::kPNG_Type, 100)) {
40 SkDebugf("------ failed to encode %s\n", filename);
41 remove(filename); // remove any partial file
  /external/skia/src/gpu/
GrSurface.cpp 24 bool GrSurface::savePixels(const char* filename) {
32 SkDebugf("------ failed to read pixels for %s\n", filename);
37 remove(filename);
39 if (!SkImageEncoder::EncodeFile(filename, bm, SkImageEncoder::kPNG_Type, 100)) {
40 SkDebugf("------ failed to encode %s\n", filename);
41 remove(filename); // remove any partial file

Completed in 308 milliseconds

1 2 3 4 5 6 7 8 91011>>