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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.cmd 59 lcp = value('LOCALCLASSPATH',,env)
62 if lcp \= '' & right(lcp, 1) \= ';' then lcp = lcp || ';'
63 lcp = lcp || cp
66 if lcp\='' then lcp = '-classpath' lcp
    [all...]
antenv.cmd 28 lcp = ''
33 when param='-lcp' then mode = 'l'
41 when mode = 'l' then lcp = space(lcp param, 1)
67 if lcp\='' then interpret 'call "' || envset || '"' '"; LOCALCLASSPATH"' '"' || lcp || '"'
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 294 struct load_command *lcp = load_commands; local
298 if (lcp->cmdsize % sizeof(word_type) != 0 ||
299 lcp->cmdsize <= 0 ||
300 (char *)lcp + lcp->cmdsize >
305 if (lcp->cmd == LC_SYMTAB) {
306 if (lcp->cmdsize !=
311 stp = (struct symtab_command *)lcp;
314 lcp = (struct load_command *)
315 ((char *)lcp + lcp->cmdsize)
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 329 PWL_CREATEPARAM lcp = cp; local
330 lcp.pParentWnd = this;
331 lcp.dwFlags =
333 lcp.nBorderStyle = PBS_SOLID;
334 lcp.dwBorderWidth = 1;
335 lcp.eCursorType = FXCT_ARROW;
336 lcp.rcRectWnd = CPDF_Rect(0, 0, 0, 0);
339 lcp.fFontSize = PWLCB_DEFAULTFONTSIZE;
341 lcp.fFontSize = cp.fFontSize;
344 lcp.sBorderColor = PWL_DEFAULT_BLACKCOLOR
    [all...]
PWL_IconList.cpp 77 PWL_CREATEPARAM lcp = cp; local
78 lcp.pParentWnd = this;
79 lcp.dwFlags = PWS_CHILD | PWS_VISIBLE | PES_LEFT | PES_CENTER;
80 lcp.sTextColor = PWL_DEFAULT_BLACKCOLOR;
81 lcp.fFontSize = 12;
82 m_pText->Create(lcp);
PWL_Note.cpp 1251 PWL_CREATEPARAM lcp = cp; local
    [all...]
  /external/ppp/pppd/
Android.mk 17 lcp.c \
Makefile.sol2 11 OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o eap.o md5.o \
Makefile.linux 14 PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap-new.c md5.c ccp.c \
19 ipxcp.h lcp.h magic.h md5.h patchlevel.h pathnames.h pppd.h \
23 PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o \
utils.c 60 #include "lcp.h"
813 * don't print LCP echo request/reply packets if debug <= 1
819 unsigned char *lcp = p + PPP_HDRLEN; local
820 int l = (lcp[2] << 8) + lcp[3];
822 if ((lcp[0] == ECHOREQ || lcp[0] == ECHOREP)
  /external/valgrind/memcheck/
mc_leakcheck.c     [all...]
mc_main.c 6210 LeakCheckParams lcp; local
6597 LeakCheckParams lcp; local
7624 LeakCheckParams lcp; local
    [all...]
mc_include.h 454 void MC_(detect_memory_leaks) ( ThreadId tid, LeakCheckParams * lcp);
460 // maintains the lcp.deltamode given in the last call to detect_memory_leaks
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btDantzigLCP.cpp 29 solve A*x = b+w, with x and w subject to certain LCP conditions.
69 the implementation is split into an LCP problem object (btLCP) and an LCP
1102 // swap two indexes in the n*n LCP problem. i1 must be <= i2.
1156 // btLCP manipulator object. this represents an n*n LCP problem.
    [all...]
  /system/connectivity/shill/shims/
ppp.cc 17 // pppd.h, which is required by lcp.h, is not C++ compatible. The following
34 #include <pppd/lcp.h>
  /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-linux-glibc2.15-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/current/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...]
  /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 1173 milliseconds