Home
last modified time | relevance | path

Searched refs:cpd (Results 1 – 25 of 1073) sorted by relevance

12345678910>>...43

/dports/devel/efl/efl-1.25.1/src/lib/ecore/
H A Defl_container_model.c48 free(cpd); in _property_data_free_cb()
101 if (!cpd) return NULL; in _efl_container_model_child_property_value_type_get()
102 return cpd->type; in _efl_container_model_child_property_value_type_get()
154 if (!cpd) in _efl_container_model_child_property_add()
157 if (!cpd) in _efl_container_model_child_property_add()
161 cpd->type = type; in _efl_container_model_child_property_add()
162 cpd->values = arr; in _efl_container_model_child_property_add()
171 cpd->type = type; in _efl_container_model_child_property_add()
172 cpd->values = arr; in _efl_container_model_child_property_add()
196 if (cpd) free(cpd); in _efl_container_model_child_property_add()
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A Doutput.cpp21 fputs(cpd.newline, cpd.fout); in add_char()
22 cpd.column = 1; in add_char()
23 cpd.did_newline = 1; in add_char()
27 fputc(ch, cpd.fout); in add_char()
30 cpd.column = next_tab_column(cpd.column); in add_char()
34 cpd.column++; in add_char()
70 cpd.did_newline = 0; in output_to_column()
80 while (cpd.column < column) in output_to_column()
88 if ((cpd.column == 1) && (cpd.settings[UO_indent_with_tabs].n != 0)) in output_indent()
104 while (cpd.column < column) in output_indent()
[all …]
H A Dindent-c.cpp306 if (cpd.settings[UO_indent_brace_parent].b) in indent_text()
456 if (!cpd.settings[UO_indent_braces].b && in indent_text()
558 if (cpd.settings[UO_indent_braces].n || in indent_text()
581 if (cpd.settings[UO_indent_label].n > 0) in indent_text()
600 if (cpd.settings[UO_indent_class_colon].b) in indent_text()
620 if (cpd.settings[UO_indent_func_call_param].b && in indent_text()
729 cpd.settings[UO_indent_align_string].b) in indent_text()
813 cpd.filename, frm.pse[idx].open_line, in indent_text()
815 cpd.error_count++; in indent_text()
1056 if ((cpd.settings[UO_pp_indent].a & AV_ADD) != 0) in indent_preproc()
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D02103-output.cpp21 fputs(cpd.newline, cpd.fout); in add_char()
22 cpd.column = 1; in add_char()
23 cpd.did_newline = 1; in add_char()
27 fputc(ch, cpd.fout); in add_char()
30 cpd.column = next_tab_column(cpd.column); in add_char()
32 cpd.column++; in add_char()
66 cpd.did_newline = 0; in output_to_column()
82 if ((cpd.column == 1) && (cpd.settings[UO_indent_with_tabs].n != 0)) in output_indent()
187 cpd.fout = pfile; in output_text()
196 cpd.did_newline = 1; in output_text()
[all …]
H A D02102-indent-c.cpp279 int indent_size = cpd.settings[UO_indent_columns].n; in indent_text()
303 if (cpd.settings[UO_indent_brace_parent].b) in indent_text()
440 if (!cpd.settings[UO_indent_braces].b && in indent_text()
530 if (cpd.settings[UO_indent_braces].n || in indent_text()
551 if (cpd.settings[UO_indent_label].n > 0) in indent_text()
566 if (cpd.settings[UO_indent_class_colon].b) in indent_text()
587 if (cpd.settings[UO_indent_func_call_param].b && in indent_text()
770 cpd.filename, frm.pse[idx].open_line, in indent_text()
772 cpd.error_count++; in indent_text()
999 if ((cpd.settings[UO_pp_indent].a & AV_ADD) != 0) in indent_preproc()
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Duncrustify.cpp87 cp_data_t cpd; variable
372 cpd.line_number, cpd.column, in setup_crash_handling()
683 if ( cpd.do_check in main()
699 if (!cpd.do_check) in main()
930 if ( cpd.do_check in main()
1939 if (cpd.frag) in uncrustify_start()
1998 cpd.bom = fm.bom; in uncrustify_file()
1999 cpd.enc = fm.enc; in uncrustify_file()
2012 switch (cpd.enc) in uncrustify_file()
2431 if (cpd.bout) in uncrustify_end()
[all …]
H A Dalign_init_brace.cpp29 cpd.al_cnt = 0; in align_init_brace()
30 cpd.al_c99_array = false; in align_init_brace()
70 && cpd.al_cnt >= 1 in align_init_brace()
71 && (cpd.al[0].type == CT_ASSIGN)) in align_init_brace()
73 cpd.al[0].col = align_tab_column(cpd.al[0].col); in align_init_brace()
96 if (idx < cpd.al_cnt) in align_init_brace()
104 && cpd.al_c99_array) in align_init_brace()
141 if ( (idx < (cpd.al_cnt - 1)) in align_init_brace()
154 … __func__, __LINE__, idx, cpd.al_cnt, idx, cpd.al[idx].col, idx, cpd.al[idx].len); in align_init_brace()
155 reindent_line(next, cpd.al[idx].col + cpd.al[idx].len); in align_init_brace()
[all …]
H A Dalign_tools.cpp45 cpd.al_c99_array = true; in scan_ib_line()
79 if (idx >= cpd.al_cnt) in scan_ib_line()
87 cpd.al[cpd.al_cnt].type = pc->type; in scan_ib_line()
88 cpd.al[cpd.al_cnt].col = pc->column; in scan_ib_line()
89 cpd.al[cpd.al_cnt].len = token_width; in scan_ib_line()
90 cpd.al_cnt++; in scan_ib_line()
107 if (cpd.al[idx].type == pc->type) in scan_ib_line()
129 int cur_col_diff = cpd.al[idx].col - cpd.al[idx - 1].col; in scan_ib_line()
139 __func__, __LINE__, cpd.al[idx].col, cpd.al[idx].len); in scan_ib_line()
153 while (idx < cpd.al_cnt) in ib_shift_out()
[all …]
H A Doutput.cpp240 while (cpd.spaces > 0) in add_spaces()
243 cpd.spaces--; in add_spaces()
311 cpd.spaces++; in add_char()
312 cpd.column++; in add_char()
321 cpd.column = next_tab_column(cpd.column); in add_char()
329 cpd.last_char = ch; in add_char()
396 cpd.did_newline = 0; in output_to_column()
430 cpd.did_newline = 0; in cmt_output_indent()
588 cpd.did_newline = 1; in output_text()
589 cpd.column = 1; in output_text()
[all …]
H A Dalign_log_al.cpp20 __func__, __LINE__, line, cpd.al_cnt); in align_log_al()
22 for (size_t idx = 0; idx < cpd.al_cnt; idx++) in align_log_al()
25 idx, cpd.al[idx].col, idx, cpd.al[idx].len, in align_log_al()
26 get_token_name(cpd.al[idx].type)); in align_log_al()
H A Dtokenize.cpp696 if (cpd.unc_off) in parse_comment()
706 cpd.unc_off = false; in parse_comment()
2028 cpd.unc_off = false; in parse_ignored()
2075 && !cpd.unc_off) in parse_ignored()
2113 if (cpd.unc_off) in parse_next()
2509 cpd.error_count++; in parse_next()
2644 cpd.error_count++; in tokenize()
2750 cpd.unc_off = true; in tokenize()
2845 cpd.newline = "\n"; in tokenize()
2854 cpd.newline = "\r\n"; in tokenize()
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/pgscript/utilities/m_apm/
H A Dmapm_fpf.cpp83 cpd = s; in m_apm_to_fixpt_stringex()
151 *cpd++ = '-'; in m_apm_to_fixpt_stringex()
176 strcpy(cpd, cps); in m_apm_to_fixpt_stringex()
228 cpd = ss; in m_apm_to_fixpt_string()
256 cpd[1] = '.'; in m_apm_to_fixpt_string()
257 cpd[2] = '0'; in m_apm_to_fixpt_string()
258 cpd[3] = '\0'; in m_apm_to_fixpt_string()
263 cpd[1] = '.'; in m_apm_to_fixpt_string()
314 *cpd++ = '-'; in m_apm_to_fixpt_string()
363 cpd[ii] = '\0'; in m_apm_to_fixpt_string()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/mapm/
H A Dmapm_fpf.c113 cpd = s; in m_apm_to_fixpt_stringex()
181 *cpd++ = '-'; in m_apm_to_fixpt_stringex()
206 strcpy(cpd, cps); in m_apm_to_fixpt_stringex()
258 cpd = ss; in m_apm_to_fixpt_string()
286 cpd[1] = '.'; in m_apm_to_fixpt_string()
287 cpd[2] = '0'; in m_apm_to_fixpt_string()
288 cpd[3] = '\0'; in m_apm_to_fixpt_string()
293 cpd[1] = '.'; in m_apm_to_fixpt_string()
344 *cpd++ = '-'; in m_apm_to_fixpt_string()
393 cpd[ii] = '\0'; in m_apm_to_fixpt_string()
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/pcl/
H A Dcpl.lisp129 (push cpd all-cpds)
137 (dolist (cpd all-cpds)
138 (let ((supers (cpd-supers cpd)))
140 (setf (cpd-after cpd) (nconc (cpd-after cpd) supers))
156 (dolist (cpd all-cpds)
157 (when (zerop (cpd-count cpd)) (push cpd candidates)))
255 (flet ((class-or-name (cpd)
256 (let ((class (cpd-class cpd)))
305 (dolist (cpd all-cpds)
306 (unless (zerop (cpd-count cpd))
[all …]
/dports/math/pdal/PDAL-2.3.0/plugins/cpd/filters/
H A DCpdFilter.cpp45 void movePoints(PointViewPtr moving, const cpd::Matrix& result) in movePoints()
56 void addMetadata(CpdFilter* filter, const cpd::Result& result) in addMetadata()
152 cpd::Matrix fixedMatrix = math::pointViewToEigen(*fixed); in cpd_rigid()
153 cpd::Matrix movingMatrix = math::pointViewToEigen(*moving); in cpd_rigid()
154 cpd::RigidResult result = cpd::rigid(fixedMatrix, movingMatrix); in cpd_rigid()
156 addMetadata(this, static_cast<cpd::Result>(result)); in cpd_rigid()
163 cpd::Matrix fixedMatrix = math::pointViewToEigen(*fixed); in cpd_affine()
164 cpd::Matrix movingMatrix = math::pointViewToEigen(*moving); in cpd_affine()
165 cpd::AffineResult result = cpd::affine(fixedMatrix, movingMatrix); in cpd_affine()
173 cpd::Matrix fixedMatrix = math::pointViewToEigen(*fixed); in cpd_nonrigid()
[all …]
/dports/x11-toolkits/iwidgets/iwidgets4.0.1/tests/
H A Dcanvasprintdialog.test47 .cpd activate
56 llength [.cpd configure]
133 {{.cpd getoutput} {lpr}}
134 {{.cpd refresh} {}}
135 {{.cpd setcanvas .c} {}}
136 {{.cpd hide Help} {}}
137 {{.cpd hide Cancel} {}}
139 {{.cpd show Cancel} {}}
154 destroy .cpd
168 destroy .cpd
[all …]
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dcpg.c328 struct cpg_pd *cpd);
754 cpd->pid = 0; in notify_lib_joinlist()
755 memset (&cpd->group_name, 0, sizeof(cpd->group_name)); in notify_lib_joinlist()
1003 zcb_all_free(cpd); in cpg_pd_finalize()
1025 cpg_node_joinleave_send (cpd->pid, &cpd->group_name, in cpg_lib_exit_fn()
1306 struct cpg_pd *cpd; in message_handler_req_exec_cpg_mcast() local
1364 struct cpg_pd *cpd; in message_handler_req_exec_cpg_partial_mcast() local
1487 cpd->conn = conn; in cpg_lib_init_fn()
1682 struct cpg_pd *cpd, in zcb_alloc() argument
1866 cpd->initial_transition_counter = cpd->transition_counter; in message_handler_req_lib_cpg_partial_mcast()
[all …]
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/
H A Diri.py33 cpd = {
47 cpd['unix'] = host[len('unix:'):].replace(':','/')
49 cpd['host'] = host[1:-1]
51 cpd['host'] = fieldproc(host)
56 cpd['database'] = path[0]
59 cpd['path'] = path
70 if k != 'settings' and k not in cpd:
71 cpd[fieldproc(k)] = fieldproc(v)
82 cpd['settings'] = settings
84 return cpd
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DStdResStr2.cpp26 char * cpd = strResult; in LoadResStrNoAmp() local
27 for (const char * cps = str; *cps; ++cps, ++cpd) in LoadResStrNoAmp()
30 --cpd; in LoadResStrNoAmp()
32 *cpd = *cps; in LoadResStrNoAmp()
34 *cpd = 0; in LoadResStrNoAmp()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.condor.com7 Disallow: /ibe/cfi/de/cpd/secure/
8 Disallow: /ibe/cfi/es/cpd/secure/
9 Disallow: /ibe/cfi/eu/cpd/secure/
10 Disallow: /ibe/cfi/us/cpd/secure/
11 Disallow: /ibe/cfi/fr/cpd/secure/
12 Disallow: /ibe/cfi/it/cpd/secure/
13 Disallow: /ibe/cfi/pl/cpd/secure/
14 Disallow: /ibe/cfi/pt/cpd/secure/
15 Disallow: /ibe/cfi/tr/cpd/secure/
/dports/science/cdk/cdk-cdk-2.3/base/testdata/src/test/resources/data/mdl/
H A Dweirdprops.sdf60 cpd:C14934
134 cpd:C07119
208 cpd:C08158
282 cpd:C15064
356 cpd:C15273
430 cpd:C14643
504 cpd:C14964
577 cpd:C11804
645 cpd:C15001
719 cpd:C14954
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTFTP.c1860 strlen(cpd) > 9 && isdigit(UCH(*(cpd - 1))) && in parse_vms_dir_entry()
1861 isalpha(UCH(*(cpd + 1))) && *(cpd + 4) == '-') { in parse_vms_dir_entry()
1864 *(cpd + 2) = (char) TOLOWER(*(cpd + 2)); in parse_vms_dir_entry()
1865 *(cpd + 3) = (char) TOLOWER(*(cpd + 3)); in parse_vms_dir_entry()
1876 strlen(cpd) > 15 && *(cpd + 12) == ':') { in parse_vms_dir_entry()
1888 cps = cpd; in parse_vms_dir_entry()
1909 cpd++; in parse_vms_dir_entry()
1968 cpd = LYSkipBlanks(cpd); in parse_ms_windows_dir_entry()
1975 sprintf(date, "%.6s %.4s", cpd, (cpd + 7)); in parse_ms_windows_dir_entry()
1978 sprintf(date, "%.6s %.5s", cpd, (cpd + 12)); in parse_ms_windows_dir_entry()
[all …]
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTFTP.c1863 strlen(cpd) > 9 && isdigit(UCH(*(cpd - 1))) && in parse_vms_dir_entry()
1864 isalpha(UCH(*(cpd + 1))) && *(cpd + 4) == '-') { in parse_vms_dir_entry()
1867 *(cpd + 2) = (char) TOLOWER(*(cpd + 2)); in parse_vms_dir_entry()
1868 *(cpd + 3) = (char) TOLOWER(*(cpd + 3)); in parse_vms_dir_entry()
1879 strlen(cpd) > 15 && *(cpd + 12) == ':') { in parse_vms_dir_entry()
1891 cps = cpd; in parse_vms_dir_entry()
1912 cpd++; in parse_vms_dir_entry()
1971 cpd = LYSkipBlanks(cpd); in parse_ms_windows_dir_entry()
1978 sprintf(date, "%.6s %.4s", cpd, (cpd + 7)); in parse_ms_windows_dir_entry()
1981 sprintf(date, "%.6s %.5s", cpd, (cpd + 12)); in parse_ms_windows_dir_entry()
[all …]
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/extra/
H A Dcapmt_ca.c106 ca_pid_t *cpd = (ca_pid_t *)argp; in cactl() local
119 …">>>>>>>> cactl CA_SET_PID fd %d cai %d req %d (%d %04x)", fd, cai, request, cpd->index, cpd->pid); in cactl()
120 if (cpd->index >=0 && cpd->index < MAX_INDEX) { in cactl()
121 ca_info[cai][cpd->index][0] = (cpd->pid >> 0) & 0xff; in cactl()
122 ca_info[cai][cpd->index][1] = (cpd->pid >> 8) & 0xff; in cactl()
123 } else if (cpd->index == -1) { in cactl()
126 ERR("ca.so: Invalid index %d in CA_SET_PID (%d) for ca id %d", cpd->index, MAX_INDEX, cai); in cactl()
/dports/x11-fonts/psftools/psftools-1.0.13/tools/
H A Dcpibloat.c13 CP_DRFONT *cpd; in cpi_bloat() local
40 cpd = NULL; in cpi_bloat()
46 cpd = &f->drfonts[m]; in cpi_bloat()
54 cpd = &f->drfonts[n]; in cpi_bloat()
58 if (!cpd) continue; in cpi_bloat()
61 src = cpd->bitmap + chlen * cph->dr_lookup[n]; in cpi_bloat()

12345678910>>...43