| /external/bluetooth/glib/glib/ |
| grand.c | 22 * code from this file in your own programs or libraries. 30 * file for a list of people on the GLib Team. See the ChangeLog 171 FILE* dev_urandom;
|
| /external/bluetooth/glib/tests/ |
| date-test.c | 29 void fflush_dummy (FILE *f)
|
| /external/chromium/chrome/browser/autocomplete/ |
| history_quick_provider_unittest.cc | 3 // found in the LICENSE file. 49 {"http://foo.com/dir/another/again/myfile.html", "File", 10, 2, 0}, 80 file_thread_(BrowserThread::FILE, &message_loop_) {}
|
| history_url_provider_unittest.cc | 3 // found in the LICENSE file. 49 {"http://foo.com/dir/another/again/myfile.html", "File", 10, 2}, 67 // A file: URL is useful for testing that fixup does the right thing w.r.t. 69 {"file:///C:/foo.txt", "", 2, 2}, 104 file_thread_(BrowserThread::FILE, &message_loop_) {} 412 // Fixing up "file:" should result in an inline autocomplete offset of just 413 // after "file:", not just after "file://". 414 const string16 input_1(ASCIIToUTF16("file:")); 415 const std::string fixup_1[] = {"file:///C:/foo.txt"} [all...] |
| /external/chromium/chrome/browser/bookmarks/ |
| bookmark_html_writer.cc | 3 // found in the LICENSE file. 32 // File header. 34 "<!DOCTYPE NETSCAPE-Bookmark-file-1>\r\n" 35 "<!-- This is an automatically generated file.\r\n" 98 // Writing bookmarks and favicons data to file. 140 // File stream close is forced so that unit test could read it. 156 // Opens the file, returning true on success. 357 // File we're writing to. 420 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
|
| bookmark_html_writer_unittest.cc | 3 // found in the LICENSE file. 123 // Class that will notify message loop when file is written. 144 BrowserThread fake_file_thread(BrowserThread::FILE, &message_loop); 212 // Write to a temp file. 217 // Clear favicon so that it would be read from file.
|
| bookmark_index_unittest.cc | 3 // found in the LICENSE file. 227 BrowserThread file_thread(BrowserThread::FILE, &loop);
|
| bookmark_node_data_unittest.cc | 3 // found in the LICENSE file. 22 file_thread_(BrowserThread::FILE, &loop_) { }
|
| /external/chromium/chrome/browser/ |
| browser_main_win.cc | 3 // found in the LICENSE file. 81 BrowserThread::FILE, 170 VLOG(1) << "Failed to delete sentinel file.";
|
| plugin_updater.cc | 3 // found in the LICENSE file. 242 BrowserThread::FILE,
|
| /external/chromium/chrome/browser/chromeos/cros/ |
| login_library.cc | 3 // found in the LICENSE file. 172 // Post task on file thread thus it occurs last on task queue, so it 173 // would be executed after committing pending write on file thread. 175 BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/chrome/browser/chromeos/ |
| plugin_selection_policy_unittest.cc | 3 // found in the LICENSE file. 23 #error This file is meant to be compiled on ChromeOS only. 76 file_thread_(BrowserThread::FILE, &loop_) {} 80 // Create a policy file to test with. 215 // Don't create any policy file, just get the path to one.
|
| /external/chromium/chrome/browser/first_run/ |
| first_run_win.cc | 3 // found in the LICENSE file. 159 FILE *file = file_util::CreateAndOpenTemporaryFile(eula_path); 160 if (!file) 162 bool good = fwrite(terms.data(), terms.size(), 1, file) == 1; 163 fclose(file);
|
| /external/chromium/chrome/browser/google/ |
| google_update.cc | 3 // found in the LICENSE file. 256 // it run in the file thread. 258 BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/chrome/browser/policy/ |
| config_dir_policy_provider_unittest.cc | 3 // found in the LICENSE file. 30 // JSON-encode a dictionary and write it to a file. 168 // Tests whether the provider correctly reads a value from the file and forwards 176 file_thread_(BrowserThread::FILE, &loop_) {}
|
| /external/chromium/chrome/browser/safe_browsing/ |
| client_side_detection_service_unittest.cc | 3 // found in the LICENSE file. 34 file_thread_.reset(new BrowserThread(BrowserThread::FILE, &msg_loop_)); 182 // The first time we create the csd service the model file does not exist so 191 // file back. We don't re-open the file.
|
| /external/chromium/chrome/browser/ui/views/bookmarks/ |
| bookmark_context_menu_test.cc | 3 // found in the LICENSE file. 46 file_thread_(BrowserThread::FILE, &message_loop_), 93 std::string test_base = "file:///c:/tmp/";
|
| /external/chromium/chrome/browser/ui/webui/ |
| plugins_ui.cc | 3 // found in the LICENSE file. 69 // Strings used in the JsTemplate file. 178 // Loads the plugins on the FILE thread. 332 BrowserThread::FILE,
|
| /external/dbus/tools/ |
| dbus-launch-x11.c | 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ 170 verbose ("session file: %s\n", result); 196 /* only print a warning here, writing the session file itself will fail later */ 206 /* only print a warning here, writing the session file itself will fail later */ 392 * Saves the session address in session file. Returns TRUE on 399 FILE *f; 410 "# This file allows processes on the machine with id %s using \n" 413 "# be used rather than this file.\n"
|
| /external/dropbear/libtomcrypt/src/headers/ |
| tomcrypt_hash.h | 337 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen);
|
| /external/dropbear/libtommath/mtest/ |
| mpi.h | 182 void mp_print(mp_int *mp, FILE *ofp);
|
| mtest.c | 42 FILE *rng;
|
| /external/e2fsprogs/e2fsck/ |
| ea_refcount.c | 4 * Copyright (C) 2001 Theodore Ts'o. This file may be 321 errcode_t ea_refcount_validate(ext2_refcount_t refcount, FILE *out)
|
| /external/e2fsprogs/lib/ext2fs/ |
| ext2fs.h | 7 * This file may be redistributed under the terms of the GNU Public 873 extern ext2_filsys ext2fs_file_get_fs(ext2_file_t file); 874 extern errcode_t ext2fs_file_close(ext2_file_t file); 875 extern errcode_t ext2fs_file_flush(ext2_file_t file); 876 extern errcode_t ext2fs_file_read(ext2_file_t file, void *buf, 878 extern errcode_t ext2fs_file_write(ext2_file_t file, const void *buf, 880 extern errcode_t ext2fs_file_llseek(ext2_file_t file, __u64 offset, 882 extern errcode_t ext2fs_file_lseek(ext2_file_t file, ext2_off_t offset, 884 errcode_t ext2fs_file_get_lsize(ext2_file_t file, __u64 *ret_size); 885 extern ext2_off_t ext2fs_file_get_size(ext2_file_t file); [all...] |
| /external/giflib/ |
| gifalloc.c | 102 FILE * fp) {
|