OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read
(Results
1 - 25
of
14757
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libsepol/tests/policies/test-deps/
modreq-bool-global.conf
5
class file {
read
write };
14
allow a_t b_t : file {
read
write };
modreq-type-global.conf
5
class file {
read
write };
12
allow test_t type_req_t : file {
read
write };
modreq-type-opt.conf
5
class file {
read
write };
15
allow type_req_t file_t : file {
read
write };
modreq-bool-opt.conf
4
class file {
read
write};
20
allow a_t b_t : file {
read
write };
modreq-attr-opt.conf
4
class file {
read
write};
modreq-role-opt.conf
4
class file {
read
write};
/external/webkit/LayoutTests/storage/
read-transactions-running-concurrently-expected.txt
1
This test tests that two
read
-only transactions on different handles to the same database run concurrently.
2
Read
transactions running concurrently.
/external/libsepol/tests/policies/test-expander/
role-module.conf
4
class file {
read
write};
user-module.conf
4
class file {
read
write};
/external/qemu/
README
0
Read
the documentation in qemu-doc.html.
/external/valgrind/main/drd/tests/
linuxthreads_det.vgtest
2
vgopts: --
read
-var-info=yes
/external/valgrind/main/helgrind/tests/
hg03_inherit.vgtest
2
vgopts: --
read
-var-info=yes
hg04_race.vgtest
2
vgopts: --
read
-var-info=yes
hg05_race2.vgtest
2
vgopts: --
read
-var-info=yes
tc01_simple_race.vgtest
2
vgopts: --
read
-var-info=yes
tc05_simple_race.vgtest
2
vgopts: --
read
-var-info=yes
tc06_two_races.vgtest
2
vgopts: --
read
-var-info=yes
tc16_byterace.vgtest
2
vgopts: --
read
-var-info=yes
tc21_pthonce.vgtest
2
vgopts: --
read
-var-info=yes
/external/valgrind/main/memcheck/tests/
varinfo1.vgtest
2
vgopts: --
read
-var-info=yes -q
varinfo2.vgtest
2
vgopts: --
read
-var-info=yes -q
varinfo4.vgtest
2
vgopts: --
read
-var-info=yes -q
varinfo6.vgtest
2
vgopts: --
read
-var-info=yes -q
/external/e2fsprogs/tests/m_mkfs_overhead/
expect.1
2
./test.img: Attempt to
read
block from filesystem resulted in short
read
while opening filesystem
5
../e2fsck/e2fsck: Attempt to
read
block from filesystem resulted in short
read
while trying to open ./test.img
9
../misc/dumpe2fs: Attempt to
read
block from filesystem resulted in short
read
while trying to open ./test.img
/development/samples/ApiDemos/assets/
read_asset.txt
3
It was
read
and placed into the TextView here.
Completed in 116 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>