Searched refs:testWrite (Results 1 – 7 of 7) sorted by relevance
/external/nos/test/system-test-harness/src/ |
D | weaver_tests.cc | 36 void testWrite(const string& msg, uint32_t slot, const uint8_t *key, 85 void WeaverTest::testWrite(const string& msg, uint32_t slot, const uint8_t *key, in testWrite() function in __anonaf9d27e50111::WeaverTest 165 testWrite(__STAMP__, slot, key, TEST_VALUE); in activateThrottle() 189 testWrite(__STAMP__, WeaverTest::slot, TEST_KEY, TEST_VALUE); in TEST_F() 198 testWrite(__STAMP__, 0, TEST_KEY, TEST_VALUE); in TEST_F() 199 testWrite(__STAMP__, 1, TEST_KEY, TEST_VALUE); in TEST_F() 206 testWrite(__STAMP__, 8, TEST_KEY, TEST_VALUE); in TEST_F() 207 testWrite(__STAMP__, 7, TEST_KEY, TEST_VALUE); in TEST_F() 214 testWrite(__STAMP__, 9, TEST_KEY, TEST_VALUE); in TEST_F() 215 testWrite(__STAMP__, 10, TEST_KEY, TEST_VALUE); in TEST_F() [all …]
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ByteBufferWriterTest.java | 48 testWrite(ByteBuffer.allocate(100)); in testHeapBuffer() 49 testWrite(ByteBuffer.allocate(1024 * 100)); in testHeapBuffer() 54 testWrite(ByteBuffer.allocateDirect(100)); in testDirectBuffer() 55 testWrite(ByteBuffer.allocateDirect(1024 * 100)); in testDirectBuffer() 58 private void testWrite(ByteBuffer buffer) throws IOException { in testWrite() method in ByteBufferWriterTest
|
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/ |
D | RandomAccessFileOutputStreamTest.java | 98 public void testWrite() throws IOException { in testWrite() method in RandomAccessFileOutputStreamTest
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | ByteSinkTester.java | 109 public void testWrite() throws IOException { in testWrite() method in ByteSinkTester
|
D | CharSinkTester.java | 100 public void testWrite() throws IOException { in testWrite() method in CharSinkTester
|
/external/python/cpython2/Lib/test/ |
D | test_bz2.py | 156 def testWrite(self): member in BZ2FileTest
|
/external/python/cpython3/Lib/test/ |
D | test_bz2.py | 243 def testWrite(self): member in BZ2FileTest
|