HomeSort by relevance Sort by last modified time
    Searched defs:m_get (Results 1 - 4 of 4) sorted by null

  /external/conscrypt/src/compat/java/dalvik/system/
CloseGuard.java 22 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/
mbuf.c 47 m_get(void) function
52 DEBUG_CALL("m_get");
  /external/qemu/slirp-android/
mbuf.c 47 m_get(void) function
52 DEBUG_CALL("m_get");
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.c 110 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);
    [all...]

Completed in 86 milliseconds