HomeSort by relevance Sort by last modified time
    Searched refs:ipc (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /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);
  /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...]
  /bionic/libc/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /development/ndk/platforms/android-3/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
ipc.h 33 #include <linux/ipc.h>
  /bionic/libc/unistd/
ftok.c 29 #include <sys/ipc.h>
  /external/libnfc-nxp/src/
phDal4Nfc_messageQueueLib.h 33 #include <linux/ipc.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ipc.h 30 #include <bits/ipc.h>
54 /* Generates key for System V style IPC. */
59 #endif /* sys/ipc.h */
msg.h 28 /* Get common definition of System V style IPC. */
29 #include <sys/ipc.h>
48 /* The following System V style IPC functions implement a message queue
sem.h 27 /* Get common definition of System V style IPC. */
28 #include <sys/ipc.h>
38 /* The following System V style IPC functions implement a semaphore
shm.h 27 /* Get common definition of System V style IPC. */
28 #include <sys/ipc.h>
47 /* The following System V style IPC functions implement a shared memory
  /frameworks/base/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...]
  /bionic/libc/kernel/common/linux/
msg.h 15 #include <linux/ipc.h>
sem.h 15 #include <linux/ipc.h>
shm.h 15 #include <linux/ipc.h>
  /development/ndk/platforms/android-3/include/linux/
msg.h 15 #include <linux/ipc.h>
sem.h 15 #include <linux/ipc.h>

Completed in 1961 milliseconds

1 2 3 4