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

<<21222324252627282930>>

  /external/oprofile/module/
op_init.c 6 * @remark Read the file COPYING
op_util.h 6 * @remark Read the file COPYING
  /external/oprofile/module/x86/
op_arch.h 6 * @remark Read the file COPYING
  /external/proguard/src/proguard/io/
JarReader.java 27 * This DataEntryReader lets a given DataEntryReader read all data entries of
28 * the read jar/war/zip data entries.
48 public void read(DataEntry dataEntry) throws IOException method in class:JarReader
65 dataEntryReader.read(new ZipDataEntry(dataEntry,
  /external/qemu/android/
sync-utils.h 72 * Prepares the socket for read.
84 * Note: this routine must be called after all expected data has been read from
119 * be called to read all necessary data from the socket. When all necessary data
120 * has been read, syncsocket_stop_read must be called.
123 * buf - Buffer where to read data.
124 * size - Number of bytes to read.
127 * Number of bytes read on success, or -1 on failure.
138 * be called to read all necessary data from the socket. When all necessary data
139 * has been read, syncsocket_stop_read must be called.
142 * buf - Buffer where to read data
    [all...]
  /external/scrypt/
android-config.mk 12 # Add in flags to let config.h be read properly
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.h 17 * This class is used to perform config conversions. Clients may want to read/write data that is
19 * read/write using the faster path and perform an R/B swap in the shader if the client data is in
55 // if pixels are read back to a UPM buffer, written back to PM to the GPU, and read back again
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
util.h 30 // Read some types from an input stream.
35 return strm.read(reinterpret_cast<char *>(t), sizeof(T));
42 strm.read(reinterpret_cast<char *>(&ns), sizeof(ns));
45 strm.read(&c, 1);
  /external/valgrind/main/drd/tests/
annotate_barrier_xml.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=3 --xml=yes --xml-fd=2
annotate_trace_memory_xml.vgtest 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=2 --xml=yes --xml-fd=2
  /external/valgrind/main/exp-sgcheck/tests/
preen_invars.stderr.exp-glibc28-amd64 2 Invalid read of size 1
  /external/valgrind/main/gdbserver_tests/
watchpoints.c 15 read watchpoint at 0,
16 read/write watchpoints at 4
21 /* We verify read watchpoints are triggered at 0 and 4, not at 8 */
51 /* after having remove the watchpoints, check we can read and write
  /external/valgrind/main/helgrind/tests/
hg06_readshared.c 1 /* All OK - test allowed read sharing */
  /external/valgrind/main/memcheck/tests/
test-plo-yes.stderr.exp-le32 4 Invalid read of size 4
test-plo-yes.stderr.exp-le64 4 Invalid read of size 8
  /external/valgrind/main/none/tests/s390x/
fold_And16.c 13 /* Write P to stdout; should read "hh\n" */
  /external/zlib/src/contrib/ada/
zlib.gpr 6 for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo");
  /frameworks/av/cmds/stagefright/
SineSource.h 19 virtual status_t read(
  /frameworks/av/include/media/stagefright/
MediaAdapter.h 42 virtual status_t read(
55 // pushBuffer() will wait for the read() finish, and read() will have a
61 // Make sure the read() wait for the incoming buffer.
  /frameworks/av/media/libnbaio/
LibsndfileSource.cpp 46 ssize_t LibsndfileSource::read(void *buffer, size_t count) function in class:android::LibsndfileSource
55 // Detect EOF by zero frames read, not by mFramesUntilEOF as it could be inaccurate
62 // We didn't read any frames during the current loop cycle, so disable
63 // further looping to prevent the caller from busy waiting at read().
  /frameworks/av/media/libstagefright/timedtext/test/
TimedTextSRTSource_test.cpp 120 err = mSource->read(&startTimeUs, &endTimeUs, &parcel);
126 // read edge cases
127 err = mSource->read(&startTimeUs, &endTimeUs, &parcel);
133 err = mSource->read(&startTimeUs, &endTimeUs, &parcel);
139 err = mSource->read(&startTimeUs, &endTimeUs, &parcel);
145 err = mSource->read(&startTimeUs, &endTimeUs, &parcel);
152 err = mSource->read(&startTimeUs, &endTimeUs, &parcel, &options);
161 err = mSource->read(&startTimeUs, &endTimeUs, &parcel, &options);
165 err = mSource->read(&startTimeUs, &endTimeUs, &parcel, &options);
173 err = mSource->read(&startTimeUs, &endTimeUs, &parcel, &options)
    [all...]
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_input.h 32 // Tries to read the requested number of bytes into the buffer. Returns the
33 // actual number of bytes read.
34 virtual size_t Read(uint8_t* buffer, size_t wanted);
36 // until Read is called, and returns 0.
in_memory_wrapper_input.h 32 // Tries to read the requested number of bytes into the buffer. Returns the
33 // actual number of bytes read.
34 virtual size_t Read(uint8_t* buffer, size_t wanted);
36 // until Read is called, and returns 0.
wrapper_input.h 34 // Tries to read the requested number of bytes into the buffer. Returns the
35 // actual number of bytes read.
36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
38 // Read is called, and returns 0.
  /libcore/crypto/src/main/java/org/conscrypt/
SSLBufferedInput.java 25 * Among with the read functionality it provides info
68 public int read() throws IOException { method in class:SSLBufferedInput
69 // TODO: implement optimized read(int)
70 // and read(byte[], int, int) methods

Completed in 640 milliseconds

<<21222324252627282930>>