HomeSort by relevance Sort by last modified time
    Searched full:disk (Results 626 - 650 of 1361) sorted by null

<<21222324252627282930>>

  /external/tinyxml/docs/
index.html 18 There are different ways to access and interact with XML data. TinyXml uses a Document Object Model (DOM), meaning the XML data is parsed into a C++ objects that can be browsed and manipulated, and then written to disk or another output stream. You can also construct an XML document from scratch with C++ objects and write this to disk or another output stream.<p>
146 A Linux Makefile and a Windows Visual C++ .dsw file is provided. Simply compile and run. It will write the file demotest.xml to your disk and generate output on the screen. It also tests walking the DOM by printing out the number of nodes found using different techniques.<p>
185 This is the only directive/special tag parsed by by TinyXml. Generally directive targs are stored in <a class="el" href="classTiXmlUnknown.html">TiXmlUnknown</a> so the commands wont be lost when it is saved back to disk.<p>
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.cpp 71 // headers but calculates it when writing the content to disk. It can never
  /external/webkit/Source/WebKit2/WebProcess/
com.apple.WebProcess.sb 43 ;; On-disk WebKit2 framework location, to account for debug installations
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 110 [nsurlCache setDiskCapacity:max<unsigned long>(urlCacheDiskCapacity, [nsurlCache diskCapacity])]; // Don't shrink a big disk cache, since that would cause churn.
  /frameworks/base/include/media/
mediaplayer.h 112 // ones. Video is playing but a lot of disk seek may be happening.
  /frameworks/base/tools/aapt/
ZipEntry.h 107 * contents of an archive with contents on disk.
ZipFile.h 197 unsigned long mCentralDirOffset; // offset from first disk
  /libcore/luni/src/main/java/java/text/
Format.java 52 * might produce the string "There are no files on the disk MyDisk on February
  /ndk/sources/host-tools/sed-4.2.1/
BUGS 84 will not ever open for writing a file that is already on disk,
  /ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c 149 msg = "Disk quota exceeded";
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
binary.sed 35 # This was actually used in a one-disk distribution of Linux to compute
binary2.sed 36 # This was actually used in a one-disk distribution of Linux to compute
binary3.sed 39 # This was actually used in a one-disk distribution of Linux to compute
  /packages/apps/Browser/src/com/android/browser/
UploadHandler.java 74 // was written to disk in the in the case that we
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h 199 /* Allow examination and configuration of disk quotas */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 123 unsigned blocks; /* Kb of disk used by file */
yp_prot.h 45 * close the current map, so that old versions of the disk file don't get
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleProfiling.java 138 * data to disk.
  /sdk/docs/
Notes_on_WST_StructuredDocument.txt 28 Also note that this parses the content of the file on disk, not of a buffer
  /system/core/sh/
error.c 310 { EDQUOT, ALL, "disk quota exceeded" },
  /dalvik/docs/
dexopt.html 24 redundancy, especially with respect to strings. To conserve disk
40 the code must be uncompressed (or at least read off disk in many small
244 disk space, and so must be done in moderation.
  /development/pdk/pndk/
Android_PNDK_README.html 621 use a case-sensitive disk image instead.
628 launch /Applications/Utilities/Disk Utility
644 with the required formatting for Android development. For a disk
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 180 // Saves boolean "Local State" preference and forces its persistence to disk.
187 // Saves integer "Local State" preference and forces its persistence to disk.
194 // Saves string "Local State" preference and forces its persistence to disk.
  /external/e2fsprogs/e2fsck/
rehash.c 18 * An alternate algorithm which is much more disk intensive could be
23 * in the middle, (c) we must use minimal amounts of extra disk
41 * require a lot more disk accesses. So I'm going to skip it for now;
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 176 #define EXT2_BG_INODE_ZEROED 0x0004 /* On-disk itable initialized to zero */
322 * Structure of an inode on the disk
369 * Permanent part of an large inode on the disk

Completed in 341 milliseconds

<<21222324252627282930>>