/external/valgrind/main/drd/tests/ |
recursive_mutex.vgtest | 2 vgopts: --check-stack-var=yes --read-var-info=yes
|
rwlock_race.vgtest | 2 vgopts: --show-confl-seg=no --read-var-info=yes --num-callers=2
|
rwlock_test.vgtest | 1 vgopts: --check-stack-var=yes --read-var-info=yes --show-confl-seg=no
|
sem_as_mutex.vgtest | 2 vgopts: --check-stack-var=yes --read-var-info=yes
|
sem_as_mutex2.vgtest | 2 vgopts: --check-stack-var=yes --read-var-info=yes
|
sem_as_mutex3.vgtest | 2 vgopts: --check-stack-var=yes --first-race-only=yes --read-var-info=yes
|
sem_open2.vgtest | 2 vgopts: --check-stack-var=yes --read-var-info=yes
|
sem_open3.vgtest | 2 vgopts: --check-stack-var=yes --first-race-only=yes --read-var-info=yes
|
sem_open_traced.vgtest | 2 vgopts: --check-stack-var=yes --read-var-info=yes --trace-semaphore=yes
|
thread_name.vgtest | 2 vgopts: --read-var-info=yes --check-stack-var=yes --num-callers=3
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
package.html | 5 <p>For more information about how to use OpenGL, read the
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
DigestInputStream2Test.java | 67 // read some data 68 int c = dis.read(); 81 c = dis.read(); 90 * 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 * java.security.DigestInputStream#read(byte[], int, int) 108 // Test for method int java.security.DigestInputStream.read(byte [] [all...] |
DigestInputStreamTest.java | 56 * Chunk size for read(byte, off, len) tests 107 * Test #1 for <code>read()</code> method<br> 109 * Assertion: returns the byte read<br> 120 // check that read() returns valid values 121 assertTrue("retval", ((byte)dis.read() == myMessage[i])); 137 * Test #2 for <code>read()</code> method<br> 140 * reached but not read before method call<br> 143 * reached but not read before method call<br> 153 dis.read(); 155 // check that subsequent read() calls return -1 (eos [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libgomp.spec | 1 # This spec file is read by gcc when linking. It is used to specify the
|
/external/clang/test/Sema/ |
2007-10-01-BuildArrayRef.c | 6 arr[0] = 1; // expected-error {{assignment of read-only location}} 18 fp[0].bar = 1; // expected-error {{ assignment of read-only member}}
|
/external/srec/config/en.us/dictionary/ |
basic.ok | 25 read rEd 26 read red
|
/external/webkit/LayoutTests/storage/ |
read-and-write-transactions-dont-run-together.html | 4 <script src="read-and-write-transactions-dont-run-together.js"></script> 7 This test tests that read and write transactions on different handles to the same database don't run together.<br>
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
memchr.valgrind | 2 # POSIX states that when the character is found, memchr must not read extra 4 # implement strnlen). However, we use a safe word read to provide a speedup.
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
DigestInputStreamTest.java | 55 * Chunk size for read(byte, off, len) tests 114 * Test #1 for <code>read()</code> method<br> 116 * Assertion: returns the byte read<br> 127 // check that read() returns valid values 128 assertTrue("retval", ((byte)dis.read() == myMessage[i])); 144 * Test #2 for <code>read()</code> method<br> 147 * reached but not read before method call<br> 150 * reached but not read before method call<br> 160 dis.read(); 162 // check that subsequent read() calls return -1 (eos [all...] |
/external/skia/include/xml/ |
SkBML_XMLParser.h | 27 /** Read the byte XML stream and write the decompressed XML. 29 static void Read(SkStream& s, SkXMLWriter& writer); 30 /** Read the byte XML stream and write the decompressed XML into a writable stream. 32 static void Read(SkStream& s, SkWStream& output); 33 /** Read the byte XML stream and write the decompressed XML into an XML parser. 35 static void Read(SkStream& s, SkXMLParser& output);
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReadWriteLock.java | 11 * Lock locks}, one for read-only operations and one for writing. 12 * The {@link #readLock read lock} may be held simultaneously by 20 * acquiring the read lock will see all updates made upon previous 23 * <p>A read-write lock allows for a greater level of concurrency in 27 * number of threads can concurrently read the data (hence <em>reader</em> 29 * In theory, the increase in concurrency permitted by the use of a read-write 35 * <p>Whether or not a read-write lock will improve performance over the use 37 * read compared to being modified, the duration of the read and write 39 * threads that will try to read or write the data at the same time [all...] |
/frameworks/base/core/tests/coretests/src/android/net/ |
LocalSocketTest.java | 46 // Test trivial read and write 49 assertEquals(42, ls1.getInputStream().read()); 62 assertEquals(42, ls1.getInputStream().read()); 71 assertEquals(1, ls.getInputStream().read()); 77 countRead = ls.getInputStream().read(buffer, 1, 15); 87 ls.getInputStream().read(buffer, 1, 16); 115 ls.getInputStream().read(buffer, -1, 15); 122 ls.getInputStream().read(buffer, 0, -1); 128 // Try read of length 0 130 countRead = ls1.getInputStream().read(buffer, 0, 0) [all...] |
/frameworks/base/include/media/stagefright/ |
MediaSourceSplitter.h | 31 // started, the new client will start getting its read frames from the current 70 // Stores pointer to the MediaBuffer read from the real MediaSource. 71 // All clients use this to implement the read() call. 74 // Status code for read from the real MediaSource. All clients return 75 // this for their read(). 88 // Since different clients call read() asynchronously, we need to keep track 89 // of what data is currently read into the mLastReadMediaBuffer. 90 // mCurrentReadBit stores the bit for the current read buffer. This bit 91 // flips each time a new buffer is read from the source. 92 // mClientsDesiredReadBit stores the bit for the next desired read buffe [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
OldCharArrayReaderTest.java | 74 assertEquals("Test 6: Incorrect character read;", 75 'W', cr.read()); 85 cr.read(); 86 fail("Failed to throw exception on read from closed stream"); 100 cr.read(); 103 'W', cr.read()); 123 * java.io.CharArrayReader#read() 127 assertEquals("Test 1: Read returned incorrect char;", 128 'H', cr.read()); 131 cr.read() == '\u8765') [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
DeflaterInputStreamTest.java | 42 assertEquals(120, dis.read()); 44 assertEquals(22, dis.read(buf, 0, 1024)); 46 assertEquals(-1, dis.read()); 72 dis.read(buf, 0, 1024); 105 * @tests DeflaterInputStream#read() 110 assertEquals(120, dis.read()); 112 assertEquals(156, dis.read()); 114 assertEquals(243, dis.read()); 118 dis.read(); 126 * @tests DeflaterInputStream#read(byte[],int,int [all...] |