HomeSort by relevance Sort by last modified time
    Searched defs:readWrite (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
sharedptr.h 41 * readWrite() on the SharedPtr instance. readWrite() ensures that the
176 * readWrite returns a writable pointer to its T object copying it first
181 * If readWrite() returns a non NULL pointer, it guarantees that this
184 * SharedPtr objects. However, the non-constness of readWrite continues as
186 * violation to call readWrite() on A; perform B = A; and then proceed to
191 * delete the returned writeable pointer. The best practice with readWrite
192 * is this: callers should use the returned pointer from readWrite() only
193 * within the same scope as that call to readWrite, and that scope should
197 T *readWrite() {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest1.java 854 ReadWriteObject readWrite = new ReadWriteObject();
855 objToSave = readWrite;
860 assertTrue(MSG_TEST_FAILED + objToSave, readWrite.calledWriteObject);
    [all...]
SerializationStressTest2.java     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 240 milliseconds