| /external/chromium/chrome/browser/chromeos/login/ |
| ownership_service_unittest.cc | 3 // found in the LICENSE file. 38 file_thread_(BrowserThread::FILE),
|
| signed_settings_helper_unittest.cc | 3 // found in the LICENSE file. 58 file_thread_(BrowserThread::FILE),
|
| /external/chromium/chrome/browser/download/ |
| base_file_unittest.cc | 3 // found in the LICENSE file. 16 const char kTestData1[] = "Let's write some data to the file!\n"; 24 file_thread_(BrowserThread::FILE, &message_loop_) { 71 // Expect the file to survive deletion of the BaseFile instance. 75 // Keep track of what data should be saved to the disk file. 78 // Mock file thread to satisfy debug checks in BaseFile. 99 // Write data to the file and detach it, so it doesn't get deleted 109 // Write data to the file and detach it, and calculate its sha256 hash. 124 // Rename the file after writing to it, then detach. 144 // Write data to the file once [all...] |
| /external/chromium/chrome/browser/extensions/ |
| extension_updater.cc | 3 // found in the LICENSE file. 368 // A utility class to do file handling on the file I/O thread. 378 // Writes crx file data into a tempfile, and calls back the updater. 382 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 387 LOG(WARNING) << "Failed to create temporary file path"; 393 LOG(ERROR) << "Failed to write temporary file"; 424 BrowserThread::CurrentlyOn(BrowserThread::FILE)); 434 BrowserThread::FILE, FROM_HERE, 441 // The ExtensionUpdater now owns the temp file [all...] |
| user_script_master_unittest.cc | 3 // found in the LICENSE file. 39 // UserScriptMaster posts tasks to the file thread so make the current 42 BrowserThread::FILE, MessageLoop::current()));
|
| /external/chromium/chrome/browser/ |
| memory_details_linux.cc | 3 // found in the LICENSE file. 116 // The start of the file looks like: 204 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| memory_details_mac.cc | 3 // found in the LICENSE file. 88 // This must be run on the file thread to avoid jank (|ProcessInfoSnapshot| 90 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| /external/chromium/chrome/browser/policy/ |
| cloud_policy_controller_unittest.cc | 3 // found in the LICENSE file. 80 file_thread_(BrowserThread::FILE, &loop_) {}
|
| /external/chromium/chrome/browser/profiles/ |
| profile_manager_unittest.cc | 3 // found in the LICENSE file. 36 file_thread_(BrowserThread::FILE, &message_loop_),
|
| /external/clang/tools/scan-build/ |
| scan-build | 5 # This file is distributed under the University of Illinois Open Source 19 use File::Basename; 217 # ComputeDigest - Compute a digest of the specified file. 228 open(FILE, $FName) or DieDiag("Cannot open $FName when computing Digest.\n"); 229 binmode FILE; 230 my $Result = Digest::MD5->new->addfile(*FILE)->hexdigest; 231 close(FILE); 261 # UpdateInFilePath - Update the path in the report file. 315 # ScanFile - Scan a report file for various identifying attributes. 318 # Sometimes a source file is scanned more than once, and thus produce [all...] |
| /external/dbus/dbus/ |
| dbus-nonce.c | 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ 25 // major sections of this file are modified code from libassuan, (C) FSF 93 * reads the nonce from the nonce file and stores it in a string 95 * @param fname the file to read the nonce from 103 FILE *fp; 111 _dbus_verbose ("reading nonce from file: %s\n", _dbus_string_get_const_data (fname)); 121 dbus_set_error (error, DBUS_ERROR_FILE_NOT_FOUND, "Could not read nonce from file %s", _dbus_string_get_const_data (fname)); 183 * @param fd the file descriptor to write the nonce data to (usually a socket) 322 * creates a nonce file in a user-readable location and writes a generated nonce to it 324 * @param noncefile returns the nonce file locatio [all...] |
| /external/dropbear/libtommath/demo/ |
| timing.c | 84 FILE *log, *logb, *logc, *logd;
|
| /external/dropbear/ |
| svr-authpubkey.c | 157 FILE * authfile = NULL; 173 /* check file permissions, also whether file exists */ 175 TRACE(("bad authorized_keys permissions, or file doesn't exist")) 188 /* open the file */ 256 /* Returns DROPBEAR_SUCCESS if file permissions for pubkeys are ok, 299 /* file looks ok, return success */ 309 /* Checks that a file is owned by the user or root, and isn't writable by
|
| svr-main.c | 120 FILE *pidfile = NULL; 153 /* create a PID file so that we can be killed easily */
|
| /external/e2fsprogs/debugfs/ |
| lsdel.c | 2 * lsdel.c --- routines to try to help a user recover a deleted file. 5 * Theodore Ts'o. This file may be redistributed under the terms of 87 FILE *out;
|
| /external/e2fsprogs/intl/ |
| localcharset.c | 103 /* Pointer to the contents of the charset.alias file, if it has already been 108 /* Return a pointer to the contents of the charset.alias file. */ 118 FILE *fp; 139 /* Out of memory or file not found, treat it as empty. */ 143 /* Parse the file's contents. */ 207 /* To avoid the troubles of an extra file charset.alias_vms in the 232 /* To avoid the troubles of installing a separate file in the same 307 through the charset.alias file. */ 358 /* Resolve through the charset.alias file. */
|
| localealias.c | 76 file and the name space must not be polluted. */ 187 /* Perhaps we can find another alias file. */ 219 FILE *fp; 248 b) these fields must be usable as file names and so must not
|
| relocatable.c | 165 file, and the current pathname of this file. Returns NULL upon failure. */ 318 FILE *fp; 320 /* Open the current process' maps file. It describes one VMA per line. */
|
| /external/e2fsprogs/lib/blkid/ |
| read.c | 8 * This file may be redistributed under the terms of the 47 * File format: 52 * <ID="id"> unique (within this file) ID number of this device 377 * a newly allocated cache struct. If the file doesn't exist, return a 382 FILE *file; local 391 * If the file doesn't exist, then we just return an empty 405 DBG(DEBUG_CACHE, printf("reading cache file %s\n", 408 file = fdopen(fd, "r"); 409 if (!file) [all...] |
| /external/e2fsprogs/lib/et/ |
| error_message.c | 201 static FILE *debug_f = 0;
|
| /external/e2fsprogs/resize/ |
| extent.c | 14 * This file may be redistributed under the terms of the GNU Public 191 void ext2fs_extent_dump(ext2_extent extent, FILE *out)
|
| /external/e2fsprogs/tests/progs/ |
| test_icount.c | 7 * This file may be redistributed under the terms of the GNU Public 248 FILE *f;
|
| /external/elfutils/libdwfl/ |
| argp-std.c | 3 This file is part of Red Hat elfutils. 25 those well defined interfaces identified in the file named EXCEPTION 36 covered by this exception. If you modify this file, you may extend this 37 exception to your version of the file, but you are not obligated to do 40 this file solely under the GPL without exception. 68 { "executable", 'e', "FILE", 0, N_("Find addresses in FILE"), 0 }, 73 { "linux-process-map", 'M', "FILE", 0, 74 N_("Find addresses in files mapped as read from FILE" 185 FILE *f = fopen (arg, "r") [all...] |
| libdwfl.h | 3 This file is part of Red Hat elfutils. 25 those well defined interfaces identified in the file named EXCEPTION 36 covered by this exception. If you modify this file, you may extend this 37 exception to your version of the file, but you are not obligated to do 40 this file solely under the GPL without exception. 139 in both memory and file, with the last segment reported, then this 162 program headers in the given file, plus BASE. For an ET_REL file, 204 yet accessed); *MAINFILE is the name of the ELF file, and *DEBUGFILE the 205 name of the debuginfo file (might be equal to *MAINFILE; either is nul [all...] |
| /external/grub/util/ |
| grub-install | 6 # This file is free software; you can redistribute it and/or modify it 68 --grub-shell=FILE use FILE as the grub shell 88 # First, check if the device file exists. 191 # Usage: resolve_symlink file 192 # Find the real file/device that file points at 214 # Usage: find_device file 215 # Find block device on which the file resides. 332 # Create the device map file if it is not present [all...] |