HomeSort by relevance Sort by last modified time
    Searched full:read (Results 176 - 200 of 12411) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 67 // read some data
68 int c = dis.read();
81 c = dis.read();
90 * @tests java.security.DigestInputStream#read()
93 // Test for method int java.security.DigestInputStream.read()
96 // read and compare the data that the inStream has
98 while ((c = dis.read()) > -1) {
99 int d = inStream1.read();
105 * @tests java.security.DigestInputStream#read(byte[], int, int)
108 // Test for method int java.security.DigestInputStream.read(byte []
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ProcessReadWriteTest.java 32 // read just three lines since EOF isn't working properly. It would
33 // be better to read to the end and echo it all
35 int c = input.read();
38 c = input.read();
  /external/bluetooth/glib/gio/tests/
live-g-file.txt 4 1. read-only (no special arguments) - suitable for read-only backends. Just
8 in read-only mode
10 read and write tests. Please note the delete/move tests are included
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ConstructedOctetStream.java 20 public int read(byte[] b, int off, int len) throws IOException method in class:ConstructedOctetStream
44 int numRead = _currentStream.read(b, off + totalRead, len - totalRead);
70 public int read() method in class:ConstructedOctetStream
93 int b = _currentStream.read();
DefiniteLengthInputStream.java 42 public int read() method in class:DefiniteLengthInputStream
50 int b = _in.read();
65 public int read(byte[] buf, int off, int len) method in class:DefiniteLengthInputStream
74 int numRead = _in.read(buf, off, toRead);
  /external/chromium/chrome/common/extensions/docs/static/
experimental.contextMenus.html 6 You can read all about it at its new home:
experimental.cookies.html 6 You can read all about it at its new home:
experimental.history.html 6 You can read all about it at its new home:
experimental.idle.html 6 You can read all about it at its new home:
  /external/chromium/net/udp/
udp_socket.h 26 // Read/Write // Reads/Writes all go to a single destination
29 // In this case, we want to read/write to many clients which are connecting
30 // to this server. First the server 'binds' to an addres, then we read from
34 // RecvFrom/SendTo // Each read can come from a different client
  /external/clang/include/clang/Serialization/
CMakeLists.txt 1 clang_tablegen(AttrPCHRead.inc -gen-clang-attr-pch-read
  /external/clang/test/SemaCXX/
cxx0x-constexpr-const.cpp 7 x = 2; // expected-error {{read-only variable is not assignable}}
  /external/libpng/contrib/pngminim/decoder/
README 3 To build a minimal read-only decoder with embedded libpng and zlib, run
  /external/llvm/test/Transforms/FunctionAttrs/
2008-09-13-VolatileRead.ll 1 ; RUN: opt < %s -functionattrs -S | not grep read
  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 23 int read; local
24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT));
  /external/oprofile/gui/
oprof_start_main.cpp 6 * @remark Read the file COPYING
  /external/oprofile/libdb/
db_travel.c 6 * @remark Read the file COPYING
  /external/oprofile/libop/
op_xml_events.h 6 * @remark Read the file COPYING
  /external/oprofile/libregex/
demangle_java_symbol.h 6 * @remark Read the file COPYING
  /external/oprofile/libutil/
op_get_time.c 6 * @remark Read the file COPYING
op_version.h 6 * @remark Read the file COPYING
  /external/oprofile/module/ia64/
op_ia64_model.h 6 * @remark Read the file COPYING
  /external/valgrind/main/drd/tests/
annotate_barrier.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=3
annotate_hb_err.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
annotate_hbefore.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no

Completed in 356 milliseconds

1 2 3 4 5 6 78 91011>>