OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disk
(Results
76 - 100
of
1658
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/grub/stage1/
stage1.h
69
/* The segment of
disk
buffer. The
disk
buffer MUST be 32K long and
79
/* The flag for BIOS drive number to designate a hard
disk
vs. a
stage1.S
94
.byte GRUB_INVALID_DRIVE /* the
disk
to load stage2 from */
143
* Check if we have a forced
disk
reference here
188
/* set %si to the
disk
address packet */
213
* BIOS call "INT 0x13 Function 0x42" to read sectors from
disk
into memory
216
* %ds:%si = segment:offset of
disk
address packet
232
* Determine the hard
disk
geometry from the BIOS!
245
/* Nope, we definitely have a hard
disk
, and we're screwed. */
326
* BIOS call "INT 0x13 Function 0x2" to read sectors from
disk
into memory
332
* %dl = drive (0x80 for hard
disk
, 0x0 for floppy
disk
)
[
all
...]
/cts/tools/signature-tools/src/signature/io/
IApiExternalizer.java
26
*
disk
. An alternative implementation can use ASCII files.
/external/chromium/chrome/browser/policy/proto/
device_management_local.proto
13
// Wrapper around CloudPolicyResponse/DevicePolicyResponse for caching on
disk
.
/external/chromium/chrome/common/
content_settings.h
23
// prefs off
disk
.
/external/chromium/net/disk_cache/
file_block.h
15
// Used to simplify loading / storing the block from
disk
.
sparse_control.h
28
// This class provides support for the sparse capabilities of the
disk
cache.
48
// on
disk
and returns net::OK. Otherwise it returns a net error code.
52
// generating
disk
IO (so the answer provided is only a best effort).
79
// Creates a new sparse entry or opens an aready created entry from
disk
.
80
// These methods just read / write the required info from
disk
for the current
107
// Writes to
disk
the tracking information for this entry.
/external/dropbear/
MULTI
5
can create a single binary. This will save
disk
space by avoiding repeated
/external/qemu/hw/
scsi-disk.h
4
/* scsi-
disk
.c */
/external/stlport/test/unit/
full_streambuf.h
7
* This full_streambuf purpose is to act like a full
disk
to check the right behavior
/external/webkit/LayoutTests/storage/indexeddb/
data-corruption-expected.txt
1
Test that data inserted into IndexedDB does not get corrupted on
disk
.
/external/yaffs2/yaffs2/direct/
yaffs_fileem2k.h
3
* yaffs_ramdisk.c: yaffs ram
disk
component
/frameworks/base/docs/html/training/displaying-bitmaps/
cache-bitmap.jd
19
<li><a href="#
disk
-cache">Use a
Disk
Cache</a></li>
48
and
disk
cache can often help here, allowing components to quickly reload processed images.</p>
50
<p>This lesson walks you through using a memory and
disk
bitmap cache to improve the responsiveness
176
<h2 id="
disk
-cache">Use a
Disk
Cache</h2>
184
<p>A
disk
cache can be used in these cases to persist processed bitmaps and help decrease loading
185
times where images are no longer available in a memory cache. Of course, fetching images from
disk
186
is slower than loading from memory and should be done in a background thread, as
disk
read times can
225
// Check
disk
cache in background threa
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h
7
* This full_streambuf purpose is to act like a full
disk
to check the right behavior
/ndk/tests/device/test-stlport/unit/
full_streambuf.h
7
* This full_streambuf purpose is to act like a full
disk
to check the right behavior
/system/core/libzipfile/
private.h
32
unsigned int centralDirOffest; // offset from first
disk
//mCentralDirOffset;
/external/grub/stage2/
start.S
119
/* set up
disk
address packet */
147
* BIOS call "INT 0x13 Function 0x42" to read sectors from
disk
into memory
150
* %ds:%si = segment:offset of
disk
address packet
237
* BIOS call "INT 0x13 Function 0x2" to read sectors from
disk
into memory
243
* %dl = drive (0x80 for hard
disk
, 0x0 for floppy
disk
)
250
movw %bx, %es /* load %es segment with
disk
buffer */
263
/* load addresses for copy from
disk
buffer to destination */
323
* BIOS Geometry translation error (past the end of the
disk
geometry!).
330
* Read error on the
disk
[
all
...]
/external/chromium/base/
native_library.h
54
// Loads a native library from
disk
. Release it with UnloadNativeLibrary when
62
// Loads a native library from
disk
. Release it with UnloadNativeLibrary when
/external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.h
13
// A syncer command that purges (from memory and
disk
) entries belonging to
23
// The removal from memory is done synchronously, while the
disk
purge is left
/external/e2fsprogs/ext2ed/
disk.c
3
/usr/src/ext2ed/
disk
.c
5
A part of the extended file system 2
disk
editor.
8
The filesystem's
disk
activity pass through here.
49
internal_error ("No device opened yet read requested","
disk
","low_read");
54
internal_error (temp,"
disk
","low_read");
95
internal_error ("AllowChanges=0 yet enablewrite succeeded","
disk
","low_write");
100
internal_error ("No device opened yet read requested","
disk
","low_write");
106
internal_error (temp,"
disk
","low_write");
/external/grub/docs/
menu.lst
75
# For installing GRUB into the hard
disk
76
title Install GRUB into the hard
disk
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageCache.java
31
* This class holds our bitmap caches (memory and
disk
).
39
// Default
disk
cache size
42
// Compression settings when writing images to
disk
cache
123
// Set up
disk
cache
157
// Add to
disk
cache
183
* Get from
disk
cache.
/external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.h
51
-
disk
storage
56
- Save icons to
disk
for later use.
58
Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to
disk
for later use. If an icon's retain count equals zero it will be removed from
disk
. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup.
88
@discussion Returns an icon for a web site URL from memory or
disk
. nil if none is found.
99
@discussion Returns an icon URL for a web site URL from memory or
disk
. nil if none is found.
/external/e2fsprogs/misc/
chattr.1.in
54
not modified. This avoids a certain amount of
disk
I/O for laptop
61
A file with the `c' attribute set is automatically compressed on the
disk
63
this file compresses data before storing them on the
disk
. Note: please
68
the changes are written synchronously on the
disk
; this is equivalent to
83
the blocks on
disk
. It may not be removed using
113
and written back to the
disk
. Note: please make sure to read the bugs
117
the changes are written synchronously on the
disk
; this is equivalent to
/external/webkit/Source/WebKit/win/Interfaces/
IWebIconDatabase.idl
39
-
disk
storage
45
- Save icons to
disk
for later use.
47
Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to
disk
for later use. If an icon's retain count equals zero it will be removed from
disk
. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup.
80
@discussion Returns an icon for a web site URL from memory or
disk
. nil if none is found.
90
@discussion Returns an icon URL for a web site URL from memory or
disk
. nil if none is found.
146
@discussion Returns an icon URL for a web site URL from memory or
disk
. nil if none is found.
Completed in 166 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>