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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 358 PWL_CREATEPARAM lcp = cp; local
359 lcp.pParentWnd = this;
360 lcp.dwFlags = PWS_CHILD | PWS_BORDER | PWS_BACKGROUND | PLBS_HOVERSEL | PWS_VSCROLL;
361 lcp.nBorderStyle = PBS_SOLID;
362 lcp.dwBorderWidth = 1;
363 lcp.eCursorType = FXCT_ARROW;
364 lcp.rcRectWnd = CPDF_Rect(0,0,0,0);
367 lcp.fFontSize = PWLCB_DEFAULTFONTSIZE;
369 lcp.fFontSize = cp.fFontSize;
372 lcp.sBorderColor = PWL_DEFAULT_BLACKCOLOR;
    [all...]
PWL_IconList.cpp 90 PWL_CREATEPARAM lcp = cp; local
91 lcp.pParentWnd = this;
92 lcp.dwFlags = PWS_CHILD | PWS_VISIBLE | PES_LEFT | PES_CENTER;
93 lcp.sTextColor = PWL_DEFAULT_BLACKCOLOR;
94 lcp.fFontSize = 12;
95 m_pText->Create(lcp);
PWL_Note.cpp 1498 PWL_CREATEPARAM lcp = cp; local
    [all...]
  /external/ppp/pppd/
utils.c 61 #include "lcp.h"
850 * don't print LCP echo request/reply packets if debug <= 1
856 unsigned char *lcp = p + PPP_HDRLEN; local
857 int l = (lcp[2] << 8) + lcp[3];
859 if ((lcp[0] == ECHOREQ || lcp[0] == ECHOREP)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 837 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
838 return m_p_traits->begin(m_p_traits->extract_key(lcp->value()));
849 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
850 return m_p_traits->end(m_p_traits->extract_key(lcp->value()));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 837 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
838 return m_p_traits->begin(m_p_traits->extract_key(lcp->value()));
849 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
850 return m_p_traits->end(m_p_traits->extract_key(lcp->value()));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 837 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
838 return m_p_traits->begin(m_p_traits->extract_key(lcp->value()));
849 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
850 return m_p_traits->end(m_p_traits->extract_key(lcp->value()));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 837 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
838 return m_p_traits->begin(m_p_traits->extract_key(lcp->value()));
849 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
850 return m_p_traits->end(m_p_traits->extract_key(lcp->value()));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 837 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
838 return m_p_traits->begin(m_p_traits->extract_key(lcp->value()));
849 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
850 return m_p_traits->end(m_p_traits->extract_key(lcp->value()));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp 837 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
838 return m_p_traits->begin(m_p_traits->extract_key(lcp->value()));
849 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); local
850 return m_p_traits->end(m_p_traits->extract_key(lcp->value()));
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 5573 LeakCheckParams lcp; local
5861 LeakCheckParams lcp; local
6756 LeakCheckParams lcp; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mprapi.h 434 PPP_LCP_INFO lcp; member in struct:_PPP_INFO_2
658 PPP_LCP_INFO lcp; member in struct:_PPP_INFO_3
    [all...]

Completed in 445 milliseconds