/external/valgrind/main/drd/tests/ |
boost_thread.vgtest | 2 vgopts: --read-var-info=yes
|
fp_race.vgtest | 2 vgopts: --read-var-info=yes
|
/external/valgrind/main/helgrind/tests/ |
rwlock_race.vgtest | 2 vgopts: --read-var-info=yes
|
tc20_verifywrap.vgtest | 3 vgopts: --read-var-info=yes
|
/external/valgrind/main/memcheck/tests/ |
varinfo3.vgtest | 2 vgopts: --read-var-info=yes -q
|
varinfo5.vgtest | 2 vgopts: --read-var-info=yes -q
|
/external/zlib/contrib/blast/ |
README | 0 Read blast.h for purpose and usage.
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
package.html | 3 Provides classes to control or read data from CDMA phones.
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
package.html | 3 Provides classes to control or read data from GSM phones.
|
/external/guava/guava-tests/test/com/google/common/io/ |
LimitInputStreamTest.java | 36 int read = lin.read(); local 37 assertEquals(big[0], read); 39 read = lin.read(); 40 assertEquals(big[1], read); 42 read = lin.read(); 43 assertEquals(-1, read); 47 read = lin.read(small) 64 int read = lin.read(); local 124 public int read() throws IOException { method in class:LimitInputStreamTest.UnmarkableInputStream [all...] |
/external/libsepol/tests/policies/test-deps/ |
module.conf | 8 class file {read write}; 15 allow system_t file_t : file { read write }; 19 allow sysadm_t file_t : file { read write };
|
modreq-obj-opt.conf | 4 class file { read };
|
/external/oprofile/daemon/liblegacy/ |
opd_parse_proc.h | 6 * @remark Read the file COPYING 16 * opd_get_ascii_procs - read process and mapping information from /proc 18 * Read information on each process and its mappings from the /proc
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
SCPInputStream.java | 20 * Bytes remaining to be read from the stream 39 int c = session.getStdout().read(); 74 public int read() throws IOException method in class:SCPInputStream 81 int read = super.read(); local 82 if (read < 0) 87 remaining -= read; 89 return read; 93 public int read(byte b[], int off, int len) throws IOException method in class:SCPInputStream 106 int read = super.read(b, off, trans) local [all...] |
SFTPInputStream.java | 19 * Offset (in bytes) in the file to read 29 * an array of bytes. An attempt is made to read as many as 30 * <code>len</code> bytes, but a smaller number may be read, possibly 31 * zero. The number of bytes actually read is returned as an integer. 33 * @see SFTPv3Client#read(SFTPv3FileHandle,long,byte[],int,int) 36 public int read(byte[] buffer, int offset, int len) throws IOException method in class:SFTPInputStream 38 int read = handle.getClient().read(handle, readOffset, buffer, offset, len); local 39 if(read > 0) { 40 readOffset += read; 60 public int read() throws IOException { method in class:SFTPInputStream 62 int read = handle.getClient().read(handle, readOffset, buffer, 0, 1); local [all...] |
/external/skia/include/xml/ |
SkBML_XMLParser.h | 20 /** Read the byte XML stream and write the decompressed XML. 22 static void Read(SkStream& s, SkXMLWriter& writer); 23 /** Read the byte XML stream and write the decompressed XML into a writable stream. 25 static void Read(SkStream& s, SkWStream& output); 26 /** Read the byte XML stream and write the decompressed XML into an XML parser. 28 static void Read(SkStream& s, SkXMLParser& output);
|
/external/llvm/test/CodeGen/PTX/ |
intrinsic.ll | 6 %x = call i32 @llvm.ptx.read.tid.x() 13 %x = call i32 @llvm.ptx.read.tid.y() 20 %x = call i32 @llvm.ptx.read.tid.z() 27 %x = call i32 @llvm.ptx.read.tid.w() 34 %x = call i32 @llvm.ptx.read.ntid.x() 41 %x = call i32 @llvm.ptx.read.ntid.y() 48 %x = call i32 @llvm.ptx.read.ntid.z() 55 %x = call i32 @llvm.ptx.read.ntid.w() 62 %x = call i32 @llvm.ptx.read.laneid() 69 %x = call i32 @llvm.ptx.read.warpid( [all...] |
/external/clang/test/Sema/ |
assign.c | 6 x->a = 10; // expected-error {{read-only variable is not assignable}} 13 b[4] = 1; // expected-error {{read-only variable is not assignable}} 14 b2[4] = 1; // expected-error {{read-only variable is not assignable}}
|
/external/apache-harmony/luni/src/test/resources/net.resources/HTTP/cgi-bin/ |
test.pl | 3 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
IndefiniteLengthInputStream.java | 22 _b1 = in.read(); 23 _b2 = in.read(); 51 public int read(byte[] b, int off, int len) method in class:IndefiniteLengthInputStream 57 return super.read(b, off, len); 65 int numRead = _in.read(b, off + 2, len - 2); 76 _b1 = _in.read(); 77 _b2 = _in.read(); 88 public int read() method in class:IndefiniteLengthInputStream 96 int b = _in.read();
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/io/ |
DigestInputStream.java | 22 public int read() method in class:DigestInputStream 25 int b = in.read(); 34 public int read( method in class:DigestInputStream 40 int n = in.read(b, off, len);
|
/external/libsepol/tests/policies/test-hooks/ |
module_add_role_allow_trans.conf | 3 require { class file { read }; }
|
module_add_symbols.conf | 3 require { class file { read write }; }
|
/external/proguard/src/proguard/io/ |
package.html | 2 This package contains classes to read and write files, optionally wrapped in
|
/external/proguard/src/proguard/ |
package.html | 3 ProGuard can read jar files, shrink and obfuscate them, and write out the
|