/external/protobuf/examples/ |
add_person.py | 55 # Write the new address book back to disk.
|
/external/protobuf/src/google/protobuf/compiler/ |
zip_writer.cc | 165 WriteShort(&output, 0); // starting disk number 175 WriteShort(&output, 0); // disk number 176 WriteShort(&output, 0); // disk with start of central directory 177 WriteShort(&output, num_entries); // central directory entries (this disk)
|
/external/qemu/android/ |
user-config.h | 44 * only save the user configuration to disk if its content
|
help.c | 45 " persistent and writable disk images as well as configuration files.\n" 87 " The image files are documented in -help-disk-images. By default, an AVD\n" 183 " *all* required disk images through a combination of the following\n" 482 " see '-help-disk-images' for more information about disk image files\n\n" ); 498 " see '-help-disk-images' for more information about disk image files\n\n" ); 511 " see '-help-disk-images' for more information about disk image files\n\n" 522 " see '-help-disk-images' for more information about disk image files\n\n [all...] |
/external/webkit/LayoutTests/storage/indexeddb/ |
data-corruption.html | 13 description("Test that data inserted into IndexedDB does not get corrupted on disk.");
|
/external/webkit/Source/WebCore/manual-tests/ |
database-threading-stress-test.html | 16 alert("Failed to open the database on disk. This is probably because the version was bad or there is not enough space left in this domain's quota");
|
/external/webkit/Source/WebCore/plugins/ |
PluginDebug.h | 34 #define LOG_PLUGIN_NET_ERROR() LOG_VERBOSE(Plugins, "Stream failed due to problems with network, disk I/O, lack of memory, or other problems.\n")
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
WebCookieManagerProxyMac.mm | 33 // FIXME: The sandbox appears to prevent persisting the new policy to disk, so we must set the
|
/external/webrtc/src/system_wrappers/source/ |
data_log_unittest_disabled.cc | 46 // Remove any previous data files on disk:
|
/frameworks/base/docs/html/tools/help/ |
systrace.jd | 9 tool combines data from the Android kernel such as the CPU scheduler, disk activity and 40 $> python systrace.py --disk --time=10 -o mynewtrace.html 76 <td><code>-d, --disk</code></td> 78 <td>Trace disk input and output activity. This option requires root access on the device.</td>
|
/frameworks/base/graphics/java/android/renderscript/ |
FileA3D.java | 34 * or resources stored on disk. It could be used to load items 225 * Creates a FileA3D object from an asset stored on disk 247 * Creates a FileA3D object from a file stored on disk 267 * Creates a FileA3D object from a file stored on disk
|
/ndk/sources/host-tools/make-3.81/tests/ |
mkshadow | 4 # Typically you'd put the shadow in /tmp or another local disk
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
efs_fs_sb.h | 23 /* efs superblock on disk */
|
resource.h | 62 * and other sensitive information are never written to disk.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
efs_fs_sb.h | 23 /* efs superblock on disk */
|
resource.h | 62 * and other sensitive information are never written to disk.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
efs_fs_sb.h | 23 /* efs superblock on disk */
|
resource.h | 62 * and other sensitive information are never written to disk.
|
/docs/source.android.com/src/devices/tech/encryption/ |
android_crypto_implementation.jd | 44 temporary framework gets the disk password. Services in the main class 48 gets the disk password.</p> 58 <p>Disk encryption on Android is based on dm-crypt, which is a kernel feature that 70 for whole disk encryption. The actual encryption used for the filesystem for 98 and then restarted after the disk password is entered. late_start services 127 tells the framework that it is booting on a tmpfs /data disk, and it needs 129 disk was properly encrypted. It sends the command "cryptfs cryptocomplete" 140 framework should pop up a UI asking for the disk password. The UI then 257 <p>To change the password for the disk encryption, the UI sends the command 258 "cryptfs changepw <newpw>" to vold, and vold re-encrypts the disk maste [all...] |
/external/chromium/net/proxy/ |
proxy_resolver_perftest.cc | 151 // Read the PAC script from disk and initialize the proxy resolver with it. 160 // Try to read the file from disk. 164 // If we can't load the file from disk, something is misconfigured.
|
/external/e2fsprogs/misc/ |
e2image.8.in | 57 To save disk space, 74 disk will generally compress down to 3 or 4 megabytes. 103 the amount of disk space consumed by a raw image file, the file is
|
/external/freetype/include/freetype/ |
ftmac.h | 113 /* Return an FSSpec for the disk file containing the named font. */ 142 /* Return an FSSpec for the disk file containing the named font. */ 170 /* Return a pathname of the disk file and face index for given font */
|
/external/srec/srec/include/ |
utteranc.h | 173 #define UTT_HEADER_SIZE 16 /*Size on disk*/ 174 #define UTB_HEADER_SIZE 32 /*Size on disk*/ 175 #define UTB_HEADER_USED 16 /*Size on disk*/ /* SAL */
|
/external/webkit/Tools/Scripts/ |
ensure-valid-python | 84 print "Unmounting disk image from $mountPoint\n"; 111 downloadAndMountMacPythonDMG($macPythonURL, $macPythonMD5) or die "Failed to download and mount disk image."; 115 unmountDMG($mountPoint) or die "Failed to unmount disk image from $mountPoint";
|
/external/zlib/src/contrib/minizip/ |
mztools.c | 165 WRITE_16(header + 34, 0); /* disk # */ 231 WRITE_16(header + 4, 0); /* disk # */ 232 WRITE_16(header + 6, 0); /* disk # */
|