OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disk
(Results
451 - 475
of
2804
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h
235
typedef __blkcnt_t blkcnt_t; /* Type to count number of
disk
blocks. */
248
typedef __blkcnt64_t blkcnt_t; /* Type to count number of
disk
blocks. */
262
typedef __blkcnt64_t blkcnt64_t; /* Type to count number of
disk
blocks. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
genhd.h
6
* Generic hard
disk
header file by
98
#define BSD_DISKMAGIC (0x82564557UL) /* The
disk
magic number */
153
#define UNIXWARE_DISKMAGIC (0xCA5E600DUL) /* The
disk
magic number */
ufs_fs.h
55
* Each
disk
drive contains some number of filesystems.
78
* UFS1 placed it 8K from the front to leave room for the
disk
label and
80
* room for the
disk
label and a bigger bootstrap, and for really piggy
195
* Turn file system block numbers into
disk
block addresses.
325
* This is the actual superblock, as it is laid out on the
disk
.
356
__fs32 fs_rps; /*
disk
revolutions per second */
400
/* this comes from the
disk
driver partitioning */
467
__fs32 fs_inodefmt; /* format of on-
disk
inodes */
487
#define UFS_OPTSPACE 1 /* minimize
disk
fragmentation */
586
* structure of an on-
disk
inod
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h
235
typedef __blkcnt_t blkcnt_t; /* Type to count number of
disk
blocks. */
248
typedef __blkcnt64_t blkcnt_t; /* Type to count number of
disk
blocks. */
262
typedef __blkcnt64_t blkcnt64_t; /* Type to count number of
disk
blocks. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
genhd.h
6
* Generic hard
disk
header file by
98
#define BSD_DISKMAGIC (0x82564557UL) /* The
disk
magic number */
153
#define UNIXWARE_DISKMAGIC (0xCA5E600DUL) /* The
disk
magic number */
ufs_fs.h
55
* Each
disk
drive contains some number of filesystems.
78
* UFS1 placed it 8K from the front to leave room for the
disk
label and
80
* room for the
disk
label and a bigger bootstrap, and for really piggy
195
* Turn file system block numbers into
disk
block addresses.
325
* This is the actual superblock, as it is laid out on the
disk
.
356
__fs32 fs_rps; /*
disk
revolutions per second */
400
/* this comes from the
disk
driver partitioning */
467
__fs32 fs_inodefmt; /* format of on-
disk
inodes */
487
#define UFS_OPTSPACE 1 /* minimize
disk
fragmentation */
586
* structure of an on-
disk
inod
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h
235
typedef __blkcnt_t blkcnt_t; /* Type to count number of
disk
blocks. */
248
typedef __blkcnt64_t blkcnt_t; /* Type to count number of
disk
blocks. */
262
typedef __blkcnt64_t blkcnt64_t; /* Type to count number of
disk
blocks. */
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
RamDisk.java
30
* a RAM
disk
. A {@code RamDisk} is always writable.
47
* Reads a GZIP compressed
disk
image from the specified input stream and
50
* @param in the stream to read the
disk
image from
/external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h
73
// on
disk
. If there was an error the callback is called and the
124
// Model is fetched and is stored on
disk
.
164
// file on
disk
is done. If the file was created successfully we
165
// start writing the model to
disk
(asynchronously). Otherwise, we
171
// Callback is invoked once we're done writing the model file to
disk
.
safe_browsing_database.h
46
// Encapsulates on-
disk
databases that for safebrowsing. There are
53
// phishing detection. These on-
disk
databases are shared among all
234
// Deletes the files on
disk
.
237
// Load the bloom filter off
disk
, or generates one if it doesn't exist.
240
// Writes the current bloom filter to
disk
.
/external/chromium_org/chrome/browser/mac/
dock.mm
196
// If the Dock contains a reference to the application on the
disk
199
// application on the
disk
image and the newly installed application,
200
// just remove the one referencing the
disk
image.
203
//
disk
image volume window in the Finder directly into the Dock.
211
// Remove the Dock's reference to the application on the
disk
image.
keychain_reauthorize.mm
38
// executable from the
disk
image in the Keychain, resulting in no icon and
53
// the ACL. Only the ACL is changed, nothing is written to
disk
. Returns true
62
// list. Only the ACL list is changed, nothing is written to
disk
. Returns
72
// reauthorization on all ACLs that it contains. Nothing is written to
disk
.
83
// search. Nothing is written to
disk
. Reauthorized items are returned.
97
// the reauthorized form. The new item is written to
disk
and becomes part of
105
//
disk
and become part of the Keychain, replacing what had been there
/external/chromium_org/net/disk_cache/simple/
simple_index_file.cc
91
<< "
disk
: " << file_name;
397
LOG(INFO) << "Simple Cache Index is being restored from
disk
.";
409
LOG(ERROR) << "Could not reconstruct index from
disk
";
413
// When we restore from
disk
we write the merged index file to
disk
right
/external/qemu/android/avd/
info.h
20
* directory containing all kernel/
disk
images for a given virtual
32
*
disk
image and configuration files for the virtual device.
50
/* a macro used to define the list of
disk
images managed by the
121
*
disk
images will be looked for.
166
* initialization image for this
disk
image.
/external/strace/
quota.c
203
u_int32_t dqb_bhardlimit; /* absolute limit on
disk
blks alloc */
204
u_int32_t dqb_bsoftlimit; /* preferred limit on
disk
blks */
209
time_t dqb_btime; /* time limit for excessive
disk
use */
231
u_int64_t d_blk_hardlimit; /* absolute limit on
disk
blks */
232
u_int64_t d_blk_softlimit; /* preferred limit on
disk
blks */
235
u_int64_t d_bcount; /* #
disk
blocks owned by the user */
238
int32_t d_btimer; /* similar to above; for
disk
blocks */
240
u_int16_t d_bwarns; /* # warnings issued wrt
disk
blocks */
243
u_int64_t d_rtb_softlimit; /* preferred limit on RT
disk
blks */
245
int32_t d_rtbtimer; /* similar to above; for RT
disk
blks *
[
all
...]
/external/chromium/net/http/
http_cache.h
98
// |cache_thread| is the thread where
disk
operations should take place. If
119
// The
disk
cache is initialized lazily (by CreateTransaction) in this case.
132
// The
disk
cache is initialized lazily (by CreateTransaction) in this case.
192
//
Disk
cache entry data indices.
267
// Creates a new ActiveEntry and starts tracking it. |disk_entry| is the
disk
284
// Opens the
disk
cache entry associated with |key|, returning an ActiveEntry
290
// Creates the
disk
cache entry associated with |key|, returning an
/external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc
193
// to write its data to
disk
. Then we can see if after loading it again it
311
// Test loading old session cookies from the
disk
.
322
// Force the store to write its data to the
disk
.
339
// Test loading old session cookies from the
disk
.
350
// Force the store to write its data to the
disk
.
389
// Force the store to write its data to the
disk
.
454
// Force the store to write its data to the
disk
.
/external/chromium_org/net/http/
http_cache.h
100
// |cache_thread| is the thread where
disk
operations should take place. If
123
// The
disk
cache is initialized lazily (by CreateTransaction) in this case.
128
// The
disk
cache is initialized lazily (by CreateTransaction) in this case.
200
//
Disk
cache entry data indices.
280
// Creates a new ActiveEntry and starts tracking it. |disk_entry| is the
disk
297
// Opens the
disk
cache entry associated with |key|, returning an ActiveEntry
303
// Creates the
disk
cache entry associated with |key|, returning an
/external/clang/include/clang/Serialization/
Module.h
222
/// \brief Actual data for the on-
disk
hash table of identifiers.
224
/// This pointer points into a memory buffer, where the on-
disk
hash
228
/// \brief A pointer to an on-
disk
hash table of opaque type
281
/// \brief Actual data for the on-
disk
hash table of header file
284
/// This pointer points into a memory buffer, where the on-
disk
hash
288
/// \brief The on-
disk
hash table that contains information about each of
324
/// \brief A pointer to an on-
disk
hash table of opaque type
/frameworks/base/core/java/android/app/
SharedPreferencesImpl.java
150
// TODO: wait for any pending writes to
disk
?
164
if (DEBUG) Log.d(TAG, "
disk
write in flight, not unexpected.");
381
// Okay to notify the listeners before it's hit
disk
394
// writing to
disk
.
492
* to
disk
.
494
* They will be written to
disk
one-at-a-time in the order
500
* then we're allowed to do this
disk
write on the main
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ufs_fs.h
55
* Each
disk
drive contains some number of filesystems.
78
* UFS1 placed it 8K from the front to leave room for the
disk
label and
80
* room for the
disk
label and a bigger bootstrap, and for really piggy
195
* Turn file system block numbers into
disk
block addresses.
325
* This is the actual superblock, as it is laid out on the
disk
.
356
__fs32 fs_rps; /*
disk
revolutions per second */
400
/* this comes from the
disk
driver partitioning */
467
__fs32 fs_inodefmt; /* format of on-
disk
inodes */
487
#define UFS_OPTSPACE 1 /* minimize
disk
fragmentation */
586
* structure of an on-
disk
inod
[
all
...]