Home
last modified time | relevance | path

Searched refs:objBuffer (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DGuardedObjectTest.java51 final StringBuffer objBuffer = new StringBuffer("235345 t"); in testGuard() local
52 GuardedObject go = new GuardedObject(objBuffer, new Guard() { in testGuard()
55 if (object == objBuffer && objBuffer.length() == 0) { in testGuard()
60 assertEquals(objBuffer, go.getObject()); in testGuard()
62 objBuffer.setLength(0); in testGuard()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp2177 async_close_monitor_ctor(objBuffer, fd);
2183 async_close_monitor_dtor(objBuffer);
2187 char objBuffer[256]; member in CompatibilityCloseMonitor
2189 static_assert(sizeof(objBuffer) > 2*sizeof(AsynchronousCloseMonitor),