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

<<21222324252627282930>>

  /external/chromium_org/third_party/sqlite/src/test/
shared6.test 38 # 1.2.1: If [db1] has an exclusive lock, [db2] cannot read.
39 # 1.2.2: If [db1] has an exclusive lock, [db1] can read.
40 # 1.2.3: If [db1] has a non-exclusive write-lock, [db2] can read.
64 # 1.3.1: If [db1] has a write-lock on t1, [db1] can read from t1.
65 # 1.3.2: If [db1] has a write-lock on t1, [db2] can read from t2.
66 # 1.3.3: If [db1] has a write-lock on t1, [db2] cannot read from t1.
68 # 1.3.5: If [db1] has a read-lock on t1, [db2] can read from t1.
69 # 1.3.6: If [db1] has a read-lock on t1, [db2] cannot write to t1.
102 # Read-uncommitted mode
    [all...]
  /external/chromium_org/tools/gyp/test/actions-multiple/src/
filter.py 9 data = open(sys.argv[3], 'r').read()
  /external/chromium_org/tools/gyp/test/actions-none/src/
fake_cross.py 11 fh.write(open(filename).read())
  /external/chromium_org/tools/gyp/test/external-cross-compile/src/
fake_cross.py 14 data = subfile.read()
tochar.py 10 for ch in src.read():
  /external/chromium_org/tools/gyp/test/variables/filelist/
gyptest-filelist.py 18 expect = test.read('filelist.gyp.stdout')
35 contents = test.read('src/filelist.gypd').replace(
37 expect = test.read('filelist.gypd.golden').replace('\r', '')
43 contents = test.read('src/names.txt')
  /external/chromium_org/tools/page_cycler/database/select-readtransactions/
index.html 3 <title>Select read-transactions</title>
  /external/clang/bindings/python/tests/cindex/
test_index.py 9 # FIXME: test Index.read
  /external/clang/test/Misc/
serialized-diags-frontend.c 3 // RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s
serialized-diags-no-issue.c 4 // RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s
  /external/e2fsprogs/misc/
badblocks.8.in 97 .BI \-d " read delay factor"
99 between reads if there were no errors encountered in the read
101 took for the read operation to be performed. In other words, a value of
102 100 will cause each read to be delayed by the amount the previous read
106 Normally, badblocks will refuse to do a read/write or a non-destructive
109 read-only. This can be overridden using the
119 Read a list of already existing known bad blocks.
123 is specified as "-", the list will be read from the standard input.
135 Use non-destructive read-write mode. By default only a non-destructive
    [all...]
  /external/icu4c/test/intltest/
textfile.h 33 * Read a line terminated by ^J or ^M or ^M^J, and convert it from
36 * @return TRUE if a line was read, or FALSE if the EOF
42 * Read a line, ignoring blank lines and lines that start with
45 * @return TRUE if a line was read, or FALSE if the EOF
  /external/kernel-headers/original/
README.TXT 6 For more details, please read bionic/libc/kernel/README.TXT
  /external/kernel-headers/original/asm-mips/dec/
ecc.h 24 #define KN0X_EAR_WRITE (1<<29) /* write/read transaction */
32 * from the last memory read. The register is r/wc -- any write clears it.
35 #define KN0X_ESR_CHKHI (0x7f<<24) /* check bits read from mem */
39 #define KN0X_ESR_CHKLO (0x7f<<8) /* check bits read from mem */
  /external/libpng/contrib/pngminim/preader/
README 3 To build a minimal read-only progressive decoder embedded libpng and
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Decoder.java 32 Code = (Code << 8) | Stream.read();
47 Code = (Code << 8) | Stream.read();
64 Code = (Code << 8) | Stream.read();
76 Code = (Code << 8) | Stream.read();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/
gen-header.sh 7 while read j; do
  /external/openssl/ssl/
ssl_stat.c 108 case SSL2_ST_GET_SERVER_HELLO_A: str="SSLv2 read server hello A"; break;
109 case SSL2_ST_GET_SERVER_HELLO_B: str="SSLv2 read server hello B"; break;
118 case SSL2_ST_GET_SERVER_VERIFY_A: str="SSLv2 read server verify A"; break;
119 case SSL2_ST_GET_SERVER_VERIFY_B: str="SSLv2 read server verify B"; break;
120 case SSL2_ST_GET_SERVER_FINISHED_A: str="SSLv2 read server finished A"; break;
121 case SSL2_ST_GET_SERVER_FINISHED_B: str="SSLv2 read server finished B"; break;
122 case SSL2_ST_GET_CLIENT_HELLO_A: str="SSLv2 read client hello A"; break;
123 case SSL2_ST_GET_CLIENT_HELLO_B: str="SSLv2 read client hello B"; break;
124 case SSL2_ST_GET_CLIENT_HELLO_C: str="SSLv2 read client hello C"; break;
127 case SSL2_ST_GET_CLIENT_MASTER_KEY_A: str="SSLv2 read client master key A"; break
    [all...]
  /external/oprofile/libop/
op_get_interface.c 6 * @remark Read the file COPYING
  /external/oprofile/libop/tests/
load_events_files_tests.c 5 * @remark Read the file COPYING
  /external/oprofile/libpp/
populate.h 6 * @remark Read the file COPYING
  /external/oprofile/libutil/
op_cpufreq.h 6 * @remark Read the file COPYING
op_get_time.h 6 * @remark Read the file COPYING
op_version.c 6 * @remark Read the file COPYING
  /external/oprofile/libutil++/
stream_util.cpp 6 * @remark Read the file COPYING

Completed in 381 milliseconds

<<21222324252627282930>>