HomeSort by relevance Sort by last modified time
    Searched defs:file (Results 201 - 225 of 965) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/bluetooth/glib/gio/win32/
gwin32directorymonitor.c 100 GFile *file; local
125 file = g_file_new_for_path (path);
126 g_file_monitor_emit_event (priv->self, file, NULL, events [pfile_notify_walker->Action]);
127 g_object_unref (file);
gwinhttpfileoutputstream.c 40 GWinHttpFile *file; member in struct:_GWinHttpFileOutputStream
67 G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpCloseHandle (winhttp_stream->connection);
90 * @file: the GWinHttpFile being read
97 _g_winhttp_file_output_stream_new (GWinHttpFile *file,
104 stream->file = file;
124 request = G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpOpenRequest
127 winhttp_stream->file->url.lpszUrlPath,
131 winhttp_stream->file->url.nScheme == INTERNET_SCHEME_HTTPS ? WINHTTP_FLAG_SECURE : 0);
145 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpSendReques
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimealias.c 1 /* -*- mode: C; c-file-style: "gnu" -*- */
2 /* xdgmimealias.c: Private file. Datastructure for storing the aliases.
123 FILE *file; local
127 file = fopen (file_name, "r");
129 if (file == NULL)
136 while (fgets (line, 255, file) != NULL)
160 fclose (file);
xdgmimeicon.c 1 /* -*- mode: C; c-file-style: "gnu" -*- */
2 /* xdgmimeicon.c: Private file. Datastructure for storing the aliases.
122 FILE *file; local
126 file = fopen (file_name, "r");
128 if (file == NULL)
135 while (fgets (line, 255, file) != NULL)
159 fclose (file);
xdgmimeparent.c 1 /* -*- mode: C; c-file-style: "gnu" -*- */
2 /* xdgmimealias.c: Private file. Datastructure for storing the hierarchy.
128 FILE *file; local
133 file = fopen (file_name, "r");
135 if (file == NULL)
142 while (fgets (line, 255, file) != NULL)
195 fclose (file);
  /external/bluetooth/glib/tests/
file-test.c 22 * file for a list of people on the GLib Team. See the ChangeLog
102 FILE *file; local
104 char *filename = "file-test-data";
105 char *link1 = "file-test-link1";
106 char *link2 = "file-test-link2";
107 char *link3 = "file-test-link3";
111 file = fopen (filename, "w");
112 g_assert (file != NULL && "fopen() failed");
113 fclose (file);
    [all...]
  /external/chromium/chrome/browser/
browsing_data_local_storage_helper_browsertest.cc 3 // found in the LICENSE file.
122 // Ensure the file has been deleted.
165 const FilePath::CharType file[] = local
181 EXPECT_EQ(FilePath(file).value(), result[0].file_path.BaseName().value());
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 13 * in the "LICENSE" file.
89 String file = ""; local
90 for (String line; (line = input.readLine()) != null; file += line);
94 JSONObject json = new JSONObject(file);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 13 * in the "LICENSE" file.
89 String file = ""; local
90 for (String line; (line = input.readLine()) != null; file += line);
94 JSONObject json = new JSONObject(file);
  /external/chromium/chrome/common/extensions/
user_script.cc 3 // found in the LICENSE file.
50 UserScript::File::File(const FilePath& extension_root,
58 UserScript::File::File() {}
60 UserScript::File::~File() {}
93 void UserScript::File::Pickle(::Pickle* pickle) const {
99 void UserScript::File::Unpickle(const ::Pickle& pickle, void** iter) {
135 for (FileList::const_iterator file = js_scripts_.begin()
209 File file; local
219 File file; local
    [all...]
  /external/chromium/net/base/
upload_data.cc 3 // found in the LICENSE file.
58 // the file when we get around to reading it. We should probably find a way
59 // to lock the file or somehow protect against this error condition.
72 // We need to open the file here to decide if we should report the file's
73 // size or zero. We cache the open file, so that we can still read it when
96 FileStream* file = file_stream_; local
98 return file;
101 scoped_ptr<FileStream> file(new FileStream());
102 int64 rv = file->Open(file_path_
    [all...]
  /external/chromium/net/disk_cache/
file_win.cc 3 // found in the LICENSE file.
5 #include "net/disk_cache/file.h"
17 MyOverlapped(disk_cache::File* file, size_t offset,
25 scoped_refptr<disk_cache::File> file_;
56 MyOverlapped::MyOverlapped(disk_cache::File* file, size_t offset,
61 file_ = file;
69 File::File(base::PlatformFile file
238 HANDLE file = platform_file(); local
248 HANDLE file = platform_file(); local
    [all...]
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 3 // found in the LICENSE file.
47 // If the path starts with the long file header, skip over that
95 std::wstring file = entry_path_.value(); local
97 entry_ = CreateFileW(file.c_str(), GENERIC_WRITE|GENERIC_READ, 0, 0,
100 wprintf(L"CreateFileW (%s) failed: %d\n", file.c_str(), GetLastError());
164 // Skip this entry if it was truncated (results in an empty file).
  /external/collada/src/dae/
daeTinyXMLPlugin.cpp 60 string file = cdom::uriToNativePath(uri.str()); local
61 if (file.empty())
64 doc.LoadFile(file.c_str());
124 FILE *tempfd = fopen(fileName.c_str(), "r");
127 // File exists, return error
  /external/e2fsprogs/lib/blkid/
dev.c 8 * This file may be redistributed under the terms of the
206 char *file = NULL; local
213 file = optarg;
234 if ((ret = blkid_get_cache(&cache, file)) != 0) {
  /external/elfutils/src/
ldscript.y 36 describing information from the file. */
128 file
133 file: file content label
169 file in the group don't do anything. */
523 /* If the output file should be stripped of all symbol set the flag
  /external/elfutils/tests/
get-lines.c 87 const char *file = dwarf_linesrc (l, NULL, NULL); local
93 file ?: "???", line);
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java 5 * use this file except in compliance with the License. You may obtain a copy of
38 private final File mRootFilePath;
46 private final File mAndroidSdkPath;
74 mRootFilePath = new File(rootPath);
75 mAndroidSdkPath = new File(androidSdkPath);
107 private List<InputSource> findLayoutFiles(File directory) {
110 for (File file : directory.listFiles()) {
111 // The file is a directory; recurse on the file
    [all...]
  /external/grub/
Android.mk 4 ## you may not use this file except in compliance with the License.
55 ## 2) Get the size of pre_stage2 from (1) and generate a header file.
56 ## 3) Build the "start sector" with the header file.
115 ## Generate the stage2 start file (2) + (3)
142 # <generate the header file>
154 # </generate the header file>
172 file := $(PRODUCT_OUT)/grub/grub_stage2 macro
173 $(file) : $(my_files)
176 #ALL_PREBUILT += $(file)
  /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...]
unewdata.c 8 * file name: unewdata.c
28 FileStream *file; member in struct:UNewDataMemory
84 /* open the output file */
100 pData->file=T_FileStream_open(filename, "wb");
101 if(pData->file==NULL) {
120 T_FileStream_write(pData->file, &pData->headerSize, 4);
123 T_FileStream_write(pData->file, pInfo, pInfo->size);
127 T_FileStream_write(pData->file, comment, commentLength);
135 T_FileStream_write(pData->file, bytes, headerSize);
150 if(pData->file!=NULL)
    [all...]
uparse.c 8 * file name: uparse.c
16 * This file provides a parser for files that are delimited by one single
76 FileStream *file; local
92 file=T_FileStream_stdin();
94 file=T_FileStream_open(filename, "r");
96 if(file==NULL) {
101 while(T_FileStream_readLine(file, line, sizeof(line))!=NULL) {
176 T_FileStream_close(file);
  /external/iproute2/misc/
lnstat.h 17 struct lnstat_file *file; member in struct:lnstat_field
31 FILE *fp;
40 int lnstat_dump(FILE *outfd, struct lnstat_file *lnstat_files);
  /external/kernel-headers/original/linux/
file.h 37 struct file ** fd; /* current fd array */
46 * Open file table structure
62 struct file * fd_array[NR_OPEN_DEFAULT];
67 extern void FASTCALL(__fput(struct file *));
68 extern void FASTCALL(fput(struct file *));
70 static inline void fput_light(struct file *file, int fput_needed)
73 fput(file);
76 extern struct file * FASTCALL(fget(unsigned int fd));
77 extern struct file * FASTCALL(fget_light(unsigned int fd, int *fput_needed))
96 struct file * file = NULL; local
    [all...]
  /external/libvpx/vpx_mem/include/
vpx_mem_tracker.h 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
31 char *file; member in struct:mem_block
66 char * file, unsigned int line)
69 file - the file addr was referenced from
70 line - the line in file addr was referenced from
71 Adds memory address addr, it's size, file and line it came from
75 char *file, unsigned int line
    [all...]

Completed in 3538 milliseconds

1 2 3 4 5 6 7 891011>>