HomeSort by relevance Sort by last modified time
    Searched full:read (Results 376 - 400 of 14757) sorted by null

<<11121314151617181920>>

  /device/samsung/toro/self-extractors/
PART2 12 read typed
  /device/ti/panda/self-extractors/
PART2 12 read typed
  /external/antlr/antlr-3.4/runtime/Python/tests/
t019lexer.py 13 stream = antlr3.StringStream(open(inputPath).read())
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
RandomAccessFileTest.java 57 assertEquals("Incorrect int read/written", 20, raf.read());
63 assertEquals("Incorrect int read/written", 20, raf.read());
69 assertEquals("Incorrect int read/written", 20, raf.read());
200 * @tests java.io.RandomAccessFile#read()
203 // Test for method int java.io.RandomAccessFile.read()
209 assertEquals("Incorrect bytes returned from read",
210 fileString.charAt(0), raf.read());
912 int read = raf.read(rbuf,0,0); local
927 int read = raf.read(rbuf); local
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_qualcomm.c 75 /* Read reply. */
77 FAILIF(n < 0, "Failed to read response");
79 FAILIF(vsevent[1] != 0xFF, "Failed to read response");
82 FAILIF(n < 0, "Failed to read response");
114 /* Read each command and wait for a response. */
120 nr = read(fw, cmdp, sizeof(cmdp));
125 "Could not read H4 + HCI header!\n");
129 FAILIF(read(fw, data, cmd->plen) != cmd->plen,
130 "Could not read %d bytes of data \
190 /* Read reply. *
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/
Streams.java 16 while (inStr.read(bs, 0, bs.length) >= 0)
49 int numRead = inStr.read(buf, off + totalRead, len - totalRead);
64 while ((numRead = inStr.read(bs, 0, bs.length)) >= 0)
76 while ((numRead = inStr.read(bs, 0, bs.length)) >= 0)
  /external/bzip2/
words0 3 please read README.COMPILATION.PROBLEMS -- you might be able to
  /external/chromium/android/jni/
platform_file_jni.h 19 int Read(char* out, int length);
  /external/chromium/webkit/glue/media/
buffered_resource_loader.h 40 // kReadThenDefer - Request only enough data to fulfill read requests.
81 // the operation is done invoke |callback| with number of bytes read or an
85 // Read was successful with the indicated number of bytes read.
87 // The read has failed because of an error with the network.
89 // The read was made too far away from the current buffered position.
90 virtual void Read(int64 position, int read_size,
175 // Returns true if the current read request can be fulfilled by what is in
179 // Returns true if the current read request will be fulfilled in the future.
182 // Method that does the actual read and calls the |read_callback_|, assumin
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_index.py 9 # FIXME: test Index.read
  /external/clang/test/Misc/
serialized-diags-no-issue.c 4 // RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s
  /external/compiler-rt/lib/asan/output_tests/
stack-overflow.cc 9 // Check-Common: {{READ of size 1 at 0x.* thread T0}}
  /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 system/bionic/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/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 601 milliseconds

<<11121314151617181920>>