/cts/tests/tests/database/src/android/database/cts/ |
AbstractCursor_SelfContentObserverTest.java | 30 MockAbstractCursor.MockSelfContentObserver msc = mac.getMockSelfContentObserver(); local 31 assertFalse(msc.deliverSelfNotifications()); 36 MockAbstractCursor.MockSelfContentObserver msc = mockCursor.getMockSelfContentObserver(); local 37 mockCursor.registerContentObserver(msc); 41 assertTrue(msc.mIsOnChangeCalled); 42 assertFalse(msc.mOnChangeResult); 44 msc.mIsOnChangeCalled = false; 46 assertFalse(msc.mIsOnChangeCalled); 47 assertFalse(msc.mOnChangeResult); 49 msc.mIsOnChangeCalled = false [all...] |
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
AbstractSelectableChannelTest.java | 141 MockSelectableChannel msc = new MockSelectableChannel(SelectorProvider local 143 msc.configureBlocking(false); 147 msc.register(acceptSelector, SelectionKey.OP_READ, null); 153 msc.register(null, 0, null); 161 msc.register(acceptSelector, SelectionKey.OP_READ, null); 167 msc.register(null, 0, null); 173 msc.register(acceptSelector, 0, null); 181 msc.configureBlocking(true); 183 msc.register(acceptSelector, SelectionKey.OP_READ, null); 189 msc.register(null, 0, null) [all...] |
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
SelectableChannelTest.java | 36 MockSelectableChannel msc = new MockSelectableChannel(); local 40 msc.register(Selector.open(), SelectionKey.OP_ACCEPT); 41 assertTrue(msc.isCalled);
|
/cts/tests/tests/content/src/android/content/cts/ |
BroadcastReceiverTest.java | 220 MyServiceConnection msc = new MyServiceConnection(); local 221 assertTrue(activity.bindService(intent, msc, Service.BIND_AUTO_CREATE)); 222 assertTrue(msc.waitForService(START_SERVICE_TIMEOUT)); 228 activity.unbindService(msc);
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_ts_frames.c | 372 /* Total length is sizeof MSC data + mx header 2 */ 811 RFCOMM_TRACE_ERROR0 ("Bad MSC frame"); 815 p_rx_frame->u.msc.signals = *p_data++; 819 p_rx_frame->u.msc.break_present = *p_data & RFCOMM_MSC_BREAK_PRESENT_MASK; 820 p_rx_frame->u.msc.break_duration = (*p_data & RFCOMM_MSC_BREAK_MASK) >> RFCOMM_MSC_SHIFT_BREAK; 824 p_rx_frame->u.msc.break_present = FALSE; 825 p_rx_frame->u.msc.break_duration = 0;
|
rfc_port_fsm.c | 698 UINT8 modem_signals = p_frame->u.msc.signals; 721 pars.break_signal = (p_frame->u.msc.break_present) ? 722 p_frame->u.msc.break_duration : 0;
|
rfc_int.h | 111 } msc; member in union:__anon2978::__anon2979
|
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
wglext.h | 645 extern BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 649 extern BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc); 650 extern BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc); 652 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 656 typedef BOOL (WINAPI * PFNWGLWAITFORMSCOMLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc); 657 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc); [all...] |
/bionic/libc/kernel/arch-mips/asm/ip32/ |
mace.h | 272 volatile unsigned int msc; member in struct:__anon75::reg
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ip32/ |
mace.h | 272 volatile unsigned int msc; member in struct:__anon1296::reg
|
/external/kernel-headers/original/asm-mips/ip32/ |
mace.h | 268 volatile unsigned int msc; member in struct:__anon8201::reg
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/ |
mace.h | 272 volatile unsigned int msc; member in struct:__anon37084::reg
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/ |
mace.h | 272 volatile unsigned int msc; member in struct:__anon42532::reg
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
glxext.h | 385 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 696 typedef Bool ( * PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc); 699 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc); 700 typedef Bool ( * PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glxext.h | 385 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 696 typedef Bool ( * PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc); 699 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc); 700 typedef Bool ( * PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glxext.h | 385 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 696 typedef Bool ( * PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc); 699 typedef Bool ( * PFNGLXWAITFORMSCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc); 700 typedef Bool ( * PFNGLXWAITFORSBCOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
|
/external/bzip2/ |
Makefile | 182 $(DISTNAME)/makefile.msc \
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |