/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/chromium_org/ui/gl/EGL/ |
eglextchromium.h | 24 EGLuint64CHROMIUM *msc, EGLuint64CHROMIUM *sbc); 28 EGLuint64CHROMIUM *msc, EGLuint64CHROMIUM *sbc);
|
/libcore/harmony-tests/src/test/java/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...] |
/libcore/harmony-tests/src/test/java/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);
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
glx_empty.c | 90 int64_t * ust, int64_t * msc, int64_t * sbc) 95 (void) msc; 117 int64_t * msc, int64_t * sbc) 125 (void) msc; 134 int64_t * msc, int64_t * sbc) 140 (void) msc;
|
/external/mesa3d/src/glx/apple/ |
glx_empty.c | 90 int64_t * ust, int64_t * msc, int64_t * sbc) 95 (void) msc; 117 int64_t * msc, int64_t * sbc) 125 (void) msc; 134 int64_t * msc, int64_t * sbc) 140 (void) msc;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri2.h | 93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc); 97 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc); 101 CARD64 *msc, CARD64 *sbc);
|
dri_glx.c | 71 const __DRImediaStreamCounterExtension *msc; member in struct:dri_screen 729 int64_t *ust, int64_t *msc, int64_t *sbc) 734 if (pdp && psc->sbc && psc->msc) 735 return ( (*psc->msc->getMSC)(psc->driScreen, msc) == 0 && 742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) 747 if (pdp != NULL && psc->msc != NULL) { 748 ret = (*psc->msc->waitForMSC) (pdp->driDrawable, target_msc, 749 divisor, remainder, msc, sbc); 760 int64_t *msc, int64_t *sbc [all...] |
dri2.c | 130 aevent->msc = ((CARD64)awire->msc_hi << 32) | awire->msc_lo; 587 Bool DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, 609 *msc = vals_to_card64(rep.msc_lo, rep.msc_hi); 633 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc) 655 *msc = ((CARD64)rep.msc_hi << 32) | (CARD64)rep.msc_lo; 674 CARD64 *msc, CARD64 *sbc) 696 *msc = ((CARD64)rep.msc_hi << 32) | rep.msc_lo;
|
glxclient.h | 120 int64_t *ust, int64_t *msc, int64_t *sbc); 123 int64_t *msc, int64_t *sbc); 125 int64_t *msc, int64_t *sbc);
|
glxcmds.c | 1841 int64_t ust, msc, sbc; local 1885 int64_t ust, msc, sbc; local [all...] |
dri2_glx.c | 425 int64_t *ust, int64_t *msc, int64_t *sbc) 433 *msc = dri2_msc; 446 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) 454 *msc = dri2_msc; 462 int64_t *msc, int64_t *sbc) 470 *msc = dri2_msc; [all...] |
/external/mesa3d/src/glx/ |
dri2.h | 93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc); 97 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc); 101 CARD64 *msc, CARD64 *sbc);
|
dri_glx.c | 71 const __DRImediaStreamCounterExtension *msc; member in struct:dri_screen 729 int64_t *ust, int64_t *msc, int64_t *sbc) 734 if (pdp && psc->sbc && psc->msc) 735 return ( (*psc->msc->getMSC)(psc->driScreen, msc) == 0 && 742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) 747 if (pdp != NULL && psc->msc != NULL) { 748 ret = (*psc->msc->waitForMSC) (pdp->driDrawable, target_msc, 749 divisor, remainder, msc, sbc); 760 int64_t *msc, int64_t *sbc [all...] |
dri2.c | 130 aevent->msc = ((CARD64)awire->msc_hi << 32) | awire->msc_lo; 587 Bool DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, 609 *msc = vals_to_card64(rep.msc_lo, rep.msc_hi); 633 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc) 655 *msc = ((CARD64)rep.msc_hi << 32) | (CARD64)rep.msc_lo; 674 CARD64 *msc, CARD64 *sbc) 696 *msc = ((CARD64)rep.msc_hi << 32) | rep.msc_lo;
|
glxclient.h | 120 int64_t *ust, int64_t *msc, int64_t *sbc); 123 int64_t *msc, int64_t *sbc); 125 int64_t *msc, int64_t *sbc);
|
glxcmds.c | 1841 int64_t ust, msc, sbc; local 1885 int64_t ust, msc, sbc; local [all...] |
/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);
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSync.java | 162 for (final MessageStateChange msc : mStateChanges) { 163 messageIds[0][counts[0]] = msc.getMessageId(); 179 for (final MessageStateChange msc : mStateChanges) { 180 messageIds[1][counts[1]] = msc.getMessageId();
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_winsys_dri.c | 79 int64_t msc = (((uint64_t)msc_hi) << 32) | msc_lo; local 81 if (scrn->last_ust && scrn->last_msc && (ust > scrn->last_ust) && (msc > scrn->last_msc)) 82 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); 84 if (scrn->next_msc && (scrn->next_msc < msc)) 88 scrn->last_msc = msc;
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_winsys_dri.c | 79 int64_t msc = (((uint64_t)msc_hi) << 32) | msc_lo; local 81 if (scrn->last_ust && scrn->last_msc && (ust > scrn->last_ust) && (msc > scrn->last_msc)) 82 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); 84 if (scrn->next_msc && (scrn->next_msc < msc)) 88 scrn->last_msc = 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;
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
glxext.h | 491 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ [all...] |
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...] |