HomeSort by relevance Sort by last modified time
    Searched full:read (Results 101 - 125 of 23242) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/doc/
vfs-shm.txt 17 READ
25 that SHARED is split out into 2 states: READ and READ_FULL and
32 READ - Some prefix of the wal-index is being read. Additional
35 the READ lock.
37 READ_FULL - The entire wal-index is being read. No new information
39 lock promises never to read pages from the database file
45 PENDING - Waiting on all READ locks to clear so that a
64 time. Or, an implementation might combine READ and READ_FULL into
65 a single state equivalent to READ, meaning that a writer coul
    [all...]
  /device/lge/mako/sepolicy/
init_shell.te 1 allow init_shell diag_device:chr_file { read write };
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
MacInputStream.java 22 public int read() method in class:MacInputStream
25 int b = in.read();
34 public int read( method in class:MacInputStream
40 int n = in.read(b, off, len);
  /external/chromium_org/native_client_sdk/src/web/
update.sh 3 gsutil cp -a public-read $file gs://nativeclient-mirror/nacl/nacl_sdk
  /external/chromium_org/v8/test/webkit/
delete-getters-setters-expected.txt 29 PASS b1.property threw exception TypeError: Cannot read property 'property' of undefined.
30 PASS a2.property threw exception TypeError: Cannot read property 'property' of undefined.
31 PASS b3.property threw exception TypeError: Cannot read property 'property' of undefined.
32 PASS a4.property threw exception TypeError: Cannot read property 'property' of undefined.
33 PASS b5.property threw exception TypeError: Cannot read property 'property' of undefined.
34 PASS a6.property threw exception TypeError: Cannot read property 'property' of undefined.
35 PASS b7.property threw exception TypeError: Cannot read property 'property' of undefined.
36 PASS a8.property threw exception TypeError: Cannot read property 'property' of undefined.
37 PASS o1.b.property threw exception TypeError: Cannot read property 'property' of undefined.
38 PASS o1.a.property threw exception TypeError: Cannot read property 'property' of undefined
    [all...]
  /external/junit/src/org/junit/experimental/max/
CouldNotReadCoreException.java 4 * Thrown when Max cannot read the MaxCore serialization
  /external/libsepol/tests/policies/test-deps/
modreq-perm-opt.conf 4 class file { read write };
  /external/lzma/CPP/7zip/Archive/Common/
InStreamWithCRC.cpp 7 STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize)
10 HRESULT result = _stream->Read(data, size, &realProcessedSize);
20 STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize)
23 HRESULT result = _stream->Read(data, size, &realProcessedSize);
  /external/marisa-trie/lib/marisa/
trie.cc 49 read(reader);
54 read(reader);
57 void Trie::read(int fd) { function in class:marisa::Trie
59 read(reader);
62 void Trie::read(std::istream &stream) { function in class:marisa::Trie
64 read(reader);
67 void Trie::read(Reader &reader) { function in class:marisa::Trie
69 temp.louds_.read(reader);
70 temp.labels_.read(reader);
71 temp.terminal_flags_.read(reader)
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie.cc 49 read(reader);
54 read(reader);
57 void Trie::read(int fd) { function in class:marisa_alpha::Trie
59 read(reader);
62 void Trie::read(std::istream &stream) { function in class:marisa_alpha::Trie
64 read(reader);
67 void Trie::read(Reader &reader) { function in class:marisa_alpha::Trie
69 temp.louds_.read(reader);
70 temp.labels_.read(reader);
71 temp.terminal_flags_.read(reader)
    [all...]
  /external/valgrind/main/drd/tests/
annotate_ignore_rw.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
annotate_ignore_write.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
hg03_inherit.vgtest 2 vgopts: --show-confl-seg=no --read-var-info=yes --num-callers=2
hg04_race.vgtest 2 vgopts: --read-var-info=yes --num-callers=2
hg05_race2.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --num-callers=2
omp_matinv.vgtest 3 vgopts: --check-stack-var=yes --read-var-info=yes
omp_prime_racy.vgtest 3 vgopts: --check-stack-var=yes --read-var-info=yes
omp_printf.vgtest 3 vgopts: --check-stack-var=yes --read-var-info=yes
pth_cleanup_handler.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes
pth_create_glibc_2_0.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes
pth_detached2.vgtest 2 vgopts: --read-var-info=yes
pth_mutex_reinit.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes
pth_spinlock.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes
pth_uninitialized_cond.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes
recursive_mutex.vgtest 2 vgopts: --check-stack-var=yes --read-var-info=yes

Completed in 221 milliseconds

1 2 3 45 6 7 8 91011>>