Home
last modified time | relevance | path

Searched refs:lcp (Results 1 – 16 of 16) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Dant.cmd59 lcp = value('LOCALCLASSPATH',,env)
62 if lcp \= '' & right(lcp, 1) \= ';' then lcp = lcp || ';'
63 lcp = lcp || cp
66 if lcp\='' then lcp = '-classpath' lcp
68 cmd = java opts lcp '-jar' ANT_HOME ||'\lib\ant-launcher.jar' settings args antarg
72 java opts lcp entry settings args antarg
Dantenv.cmd28 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/
Dbreakpad_nlist_64.cc294 struct load_command *lcp = load_commands; in __breakpad_fdnlist() local
298 if (lcp->cmdsize % sizeof(word_type) != 0 || in __breakpad_fdnlist()
299 lcp->cmdsize <= 0 || in __breakpad_fdnlist()
300 (char *)lcp + lcp->cmdsize > in __breakpad_fdnlist()
305 if (lcp->cmd == LC_SYMTAB) { in __breakpad_fdnlist()
306 if (lcp->cmdsize != in __breakpad_fdnlist()
311 stp = (struct symtab_command *)lcp; in __breakpad_fdnlist()
314 lcp = (struct load_command *) in __breakpad_fdnlist()
315 ((char *)lcp + lcp->cmdsize); in __breakpad_fdnlist()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ComboBox.cpp309 PWL_CREATEPARAM lcp = cp; in CreateListBox() local
310 lcp.pParentWnd = this; in CreateListBox()
311 lcp.dwFlags = in CreateListBox()
313 lcp.nBorderStyle = BorderStyle::SOLID; in CreateListBox()
314 lcp.dwBorderWidth = 1; in CreateListBox()
315 lcp.eCursorType = FXCT_ARROW; in CreateListBox()
316 lcp.rcRectWnd = CFX_FloatRect(0, 0, 0, 0); in CreateListBox()
319 lcp.fFontSize = PWLCB_DEFAULTFONTSIZE; in CreateListBox()
321 lcp.fFontSize = cp.fFontSize; in CreateListBox()
324 lcp.sBorderColor = PWL_DEFAULT_BLACKCOLOR; in CreateListBox()
[all …]
/external/valgrind/memcheck/
Dmc_leakcheck.c1259 static void get_printing_rules(LeakCheckParams* lcp, in get_printing_rules() argument
1272 switch (lcp->deltamode) { in get_printing_rules()
1291 *print_record = lcp->mode == LC_Full && delta_considered in get_printing_rules()
1292 && RiS(lr->key.state,lcp->show_leak_kinds); in get_printing_rules()
1297 *count_as_error = lcp->mode == LC_Full && delta_considered in get_printing_rules()
1298 && RiS(lr->key.state,lcp->errors_for_leak_kinds); in get_printing_rules()
1301 static void print_results(ThreadId tid, LeakCheckParams* lcp) in print_results() argument
1432 if (lcp->mode == LC_Full && lcp->max_loss_records_output < n_lossrecords) { in print_results()
1437 get_printing_rules (lcp, lr, &count_as_error, &print_record); in print_results()
1446 if (nr_printable_records == lcp->max_loss_records_output) in print_results()
[all …]
Dmc_main.c6210 LeakCheckParams lcp; in handle_gdb_monitor_command() local
6213 lcp.mode = LC_Full; in handle_gdb_monitor_command()
6214 lcp.show_leak_kinds = R2S(Possible) | R2S(Unreached); in handle_gdb_monitor_command()
6215 lcp.errors_for_leak_kinds = 0; // no errors for interactive leak search. in handle_gdb_monitor_command()
6216 lcp.heuristics = 0; in handle_gdb_monitor_command()
6217 lcp.deltamode = LCD_Increased; in handle_gdb_monitor_command()
6218 lcp.max_loss_records_output = 999999999; in handle_gdb_monitor_command()
6219 lcp.requested_by_monitor_command = True; in handle_gdb_monitor_command()
6234 lcp.mode = LC_Full; break; in handle_gdb_monitor_command()
6236 lcp.mode = LC_Summary; break; in handle_gdb_monitor_command()
[all …]
Dmc_include.h454 void MC_(detect_memory_leaks) ( ThreadId tid, LeakCheckParams * lcp);
/external/ppp/pppd/
DMakefile.linux14 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 \
Dutils.c819 unsigned char *lcp = p + PPP_HDRLEN; in dump_packet() local
820 int l = (lcp[2] << 8) + lcp[3]; in dump_packet()
822 if ((lcp[0] == ECHOREQ || lcp[0] == ECHOREP) in dump_packet()
DAndroid.mk17 lcp.c \
DMakefile.sol211 OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o eap.o md5.o \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/META-INF/
DECLIPSEF.SF171 Name: bin/lcp.bat
DMANIFEST.MF226 Name: bin/lcp.bat
/external/icu/icu4c/source/data/misc/
DlikelySubtags.txt677 lcp{"lcp_Thai_CN"}
DsupplementalData.txt5549 "lcp~q",
13659 lcp{
26349 lcp{
30789 lcp{
/external/syslinux/core/lwip/
DCHANGELOG1539 * ppp_oe.c ppp_oe.h, auth.c chap.c fsm.c lcp.c ppp.c ppp.h,