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

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 38 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
39 ConnectionEvent ce = new ConnectionEvent(ipc);
40 assertSame(ipc, ce.getSource());
51 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
52 ConnectionEvent ce = new ConnectionEvent(ipc, null);
53 assertSame(ipc, ce.getSource());
57 ce = new ConnectionEvent(ipc, e);
58 assertSame(ipc, ce.getSource());
66 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
68 ConnectionEvent ce = new ConnectionEvent(ipc, e)
76 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
    [all...]
  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 31 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
32 ConnectionEvent ce = new ConnectionEvent(ipc);
33 ConnectionEvent ce2 = new ConnectionEvent(ipc,null);
38 Impl_PooledConnection ipc = new Impl_PooledConnection(); local
39 ConnectionEvent ce = new ConnectionEvent(ipc);
41 ConnectionEvent ce2 = new ConnectionEvent(ipc, null);
46 ConnectionEvent ce3 = new ConnectionEvent(ipc, e);
  /frameworks/native/libs/binder/
BpBinder.cpp 110 // do the IPC without a lock held.
316 IPCThreadState* ipc = IPCThreadState::self(); local
321 if (ipc) ipc->clearDeathNotification(mHandle, this);
333 if (ipc) {
334 ipc->expungeHandle(mHandle, this);
335 ipc->decWeakHandle(mHandle);
342 IPCThreadState* ipc = IPCThreadState::self(); local
343 if (ipc) ipc->incStrongHandle(mHandle)
352 IPCThreadState* ipc = IPCThreadState::self(); local
359 IPCThreadState* ipc = IPCThreadState::self(); local
    [all...]
ProcessState.cpp 118 IPCThreadState* ipc = IPCThreadState::self(); local
124 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
130 ipc->flushCommands();
  /external/v8/src/mips/
assembler-mips.cc 1131 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1132 bool in_range = ((uint32_t)(ipc^target) >> (kImm26Bits+kImmFieldShift)) == 0;
1152 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1171 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
1184 uint32_t ipc = reinterpret_cast<uint32_t>(pc_ + 1 * kInstrSize); local
2191 uint32_t ipc = reinterpret_cast<uint32_t>(pc + 3 * kInstrSize); local
    [all...]

Completed in 98 milliseconds