Searched defs:m_get (Results 1 - 4 of 4) sorted by relevance

/external/conscrypt/src/compat/java/dalvik/system/
H A DCloseGuard.java22 private static Method m_get; field in class:CloseGuard
30 m_get = c_closeGuard.getDeclaredMethod("get");
31 m_get.setAccessible(true);
52 if (m_get != null) {
54 return new CloseGuard(m_get.invoke(null));
/external/qemu/slirp/
H A Dmbuf.c47 m_get(void) function
52 DEBUG_CALL("m_get");
/external/qemu/slirp-android/
H A Dmbuf.c47 m_get(void) function
52 DEBUG_CALL("m_get");
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_mbuf.c110 m_get(int how, short type) function
784 n = m_get(wait, m->m_type);
920 o = m_get(M_NOWAIT, m->m_type);
1146 n = m_get(M_NOWAIT, m->m_type);
1166 n = m_get(M_NOWAIT, m->m_type);

Completed in 757 milliseconds