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

1 2 3 4 5 6 7 8 91011>>

  /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/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_input.py 35 def __init__(self, filename, timeout):
38 filename: Full path to the test.
41 # FIXME: filename should really be test_name as a relative path.
42 self.filename = filename
  /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/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/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/bluetooth/glib/glib/
gstdio.h 50 int g_access (const gchar *filename,
55 int g_unlink (const gchar *filename);
57 int g_rmdir (const gchar *filename);
71 int g_access (const gchar *filename,
74 int g_chmod (const gchar *filename,
77 int g_open (const gchar *filename,
81 int g_creat (const gchar *filename,
87 int g_mkdir (const gchar *filename,
92 int g_stat (const gchar *filename,
95 int g_lstat (const gchar *filename,
    [all...]
  /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/webkit/Source/WebCore/platform/gtk/
KURLGtk.cpp 31 gchar* filename = g_filename_from_uri(m_string.utf8().data(), 0, 0); local
32 if (!filename)
35 String path = filenameToString(filename);
36 g_free(filename);
  /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);
FileWriter.java 72 * Creates a FileWriter using the platform dependent {@code filename}.
74 * @param filename
79 public FileWriter(String filename) throws IOException {
80 super(new FileOutputStream(new File(filename)));
84 * Creates a FileWriter using the platform dependent {@code filename}. The
88 * @param filename
95 public FileWriter(String filename, boolean append) throws IOException {
96 super(new FileOutputStream(filename, append));
  /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/latin/
AssetFileAddress.java 32 public AssetFileAddress(final String filename, final long offset, final long length) {
33 mFilename = filename;
38 public static AssetFileAddress makeFromFileName(final String filename) {
39 if (null == filename) return null;
40 final File f = new File(filename);
42 return new AssetFileAddress(filename, 0l, f.length());
45 public static AssetFileAddress makeFromFileNameAndOffset(final String filename,
47 if (null == filename) return null;
48 final File f = new File(filename);
50 return new AssetFileAddress(filename, offset, length)
    [all...]
  /external/webkit/Source/WebCore/loader/mac/
LoaderNSURLExtras.mm 54 // Get the filename from the URL. Try the lastPathComponent first.
56 NSString *filename = filenameByFixingIllegalCharacters(lastPathComponent);
59 if ([filename length] == 0 || [lastPathComponent isEqualToString:@"/"]) {
62 filename = filenameByFixingIllegalCharacters(host);
63 if ([filename length] == 0) {
64 // Can't make a filename using this URL, use "unknown".
65 filename = copyImageUnknownFileLabel();
69 // For example, if the filename ends up being the host, we wouldn't want to correct ".com" in "www.apple.com".
70 extension = [filename pathExtension];
73 // No mime type reported. Just return the filename we have now
    [all...]
  /packages/apps/Email/emailcommon/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/bluetooth/glib/gio/fen/
fen-helper.h 30 void fen_add (const gchar *filename, gpointer sub, gboolean is_mondir);
31 void fen_remove (const gchar *filename, gpointer sub, gboolean is_mondir);
  /external/chromium/base/
event_recorder_stubs.cc 14 bool EventRecorder::StartRecording(const FilePath& filename) {
21 bool EventRecorder::StartPlayback(const FilePath& filename) {
  /external/icu4c/tools/genrb/
rbutil.h 23 void get_dirname(char *dirname, const char *filename);
24 void get_basename(char *basename, const char *filename);
  /system/extras/ext4_utils/
make_ext4fs.h 24 int make_ext4fs(const char *filename, s64 len);
25 int make_ext4fs_internal(const char *filename, const char *directory,
  /external/chromium/net/tools/flip_server/
spdy_util.cc 22 std::string filename; local
25 filename = UrlToFilenameEncoder::Encode(
28 filename = UrlToFilenameEncoder::Encode(uri, method + "_/", false);
30 return filename;
  /external/srec/srec/Session/include/
SR_Session.h 41 * @param filename File to read session information from
45 SREC_SESSION_API ESR_ReturnCode SR_SessionCreate(const LCHAR* filename);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
directoryfileset.py 36 def _full_path(self, filename):
37 assert self._is_under(self._path, filename)
38 return self._filesystem.join(self._path, filename)
48 def _is_under(self, dir, filename):
49 return bool(self._filesystem.relpath(self._filesystem.join(dir, filename), dir))
51 def open(self, filename):
52 return FileSetFileHandle(self, filename, self._filesystem)
57 def read(self, filename):
58 return self._filesystem.read_text_file(self._full_path(filename))
60 def extract(self, filename, path)
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
33 fp = open(filename)
40 print('Error reading %s: %s' % (filename, sys.exc_info()[1]))
  /external/webkit/Tools/Scripts/
read-checksum-from-png 37 for filename in sys.argv[1:]:
38 with open(filename, 'r') as filehandle:
39 print "%s: %s" % (read_checksum_from_png.read_checksum(filehandle), filename)
  /development/ndk/platforms/android-9/include/android/
storage_manager.h 98 typedef void (*AStorageManager_obbCallbackFunc)(const char* filename, const int32_t state, void* data);
103 void AStorageManager_mountObb(AStorageManager* mgr, const char* filename, const char* key,
109 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force,
115 int AStorageManager_isObbMounted(AStorageManager* mgr, const char* filename);
120 const char* AStorageManager_getMountedObbPath(AStorageManager* mgr, const char* filename);

Completed in 882 milliseconds

1 2 3 4 5 6 7 8 91011>>