| /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...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/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/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/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/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...] |
| 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/icu/android_icu4j/src/main/java/android/icu/impl/ |
| UCharacterUtility.java | 40 * @param msc most significant char 44 static int toInt(char msc, char lsc) 46 return ((msc << 16) | lsc);
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| UCharacterUtility.java | 39 * @param msc most significant char 43 static int toInt(char msc, char lsc) 45 return ((msc << 16) | lsc);
|
| /cts/tests/tests/content/src/android/content/cts/ |
| BroadcastReceiverTest.java | 279 MyServiceConnection msc = new MyServiceConnection(); local 280 assertTrue(activity.bindService(intent, msc, Service.BIND_AUTO_CREATE)); 281 assertTrue(msc.waitForService(START_SERVICE_TIMEOUT)); 288 activity.unbindService(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;
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/ |
| dri_interface.h | 198 * Wait for the MSC to equal target_msc, or, if that has already passed, 199 * the next time (MSC % divisor) is equal to remainder. If divisor is 200 * zero, the function will return as soon as MSC is greater than or equal 205 int64_t * msc, int64_t * sbc); 212 int64_t *msc); 332 * Get the media stream counter (MSC) rate.
|
| /system/bt/stack/rfcomm/ |
| rfc_ts_frames.c | 349 /* Total length is sizeof MSC data + mx header 2 */ 779 RFCOMM_TRACE_ERROR ("Bad MSC frame"); 783 p_rx_frame->u.msc.signals = *p_data++; 787 p_rx_frame->u.msc.break_present = *p_data & RFCOMM_MSC_BREAK_PRESENT_MASK; 788 p_rx_frame->u.msc.break_duration = (*p_data & RFCOMM_MSC_BREAK_MASK) >> RFCOMM_MSC_SHIFT_BREAK; 792 p_rx_frame->u.msc.break_present = FALSE; 793 p_rx_frame->u.msc.break_duration = 0;
|
| rfc_port_fsm.c | 699 UINT8 modem_signals = p_frame->u.msc.signals; 722 pars.break_signal = (p_frame->u.msc.break_present) ? 723 p_frame->u.msc.break_duration : 0;
|
| /external/mesa3d/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...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/ |
| glxext.h | 487 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ [all...] |
| /external/mesa3d/include/GL/internal/ |
| dri_interface.h | 187 * Wait for the MSC to equal target_msc, or, if that has already passed, 188 * the next time (MSC % divisor) is equal to remainder. If divisor is 189 * zero, the function will return as soon as MSC is greater than or equal 194 int64_t * msc, int64_t * sbc); 201 int64_t *msc); 368 * Get the media stream counter (MSC) rate. [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/ |
| dri_interface.h | 187 * Wait for the MSC to equal target_msc, or, if that has already passed, 188 * the next time (MSC % divisor) is equal to remainder. If divisor is 189 * zero, the function will return as soon as MSC is greater than or equal 194 int64_t * msc, int64_t * sbc); 201 int64_t *msc); 368 * Get the media stream counter (MSC) rate.
|
| /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/ |
| mace.h | 272 volatile unsigned int msc; member in struct:__anon2568::reg
|
| /external/mesa3d/src/mesa/drivers/dri/radeon/ |
| radeon_context.h | 315 struct radeon_state_atom msc; member in struct:r100_hw_state
|
| /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/ip32/ |
| mace.h | 272 volatile unsigned int msc; member in struct:__anon45255::reg
|