Searched refs:ccp (Results 1 - 25 of 27) sorted by path

12

/external/bison/
H A Dconfigure5428 typedef const char *ccp;
5431 test_restrict (ccp restrict text)
/external/chromium_org/sandbox/win/src/
H A Dipc_unittest.cc309 CrossCallParamsEx* ccp = 0; local
310 ccp = CrossCallParamsEx::CreateFromBuffer(buffer, params_1.GetSize(),
312 ASSERT_TRUE(NULL != ccp);
313 EXPECT_TRUE(ccp->GetBuffer() != buffer);
314 EXPECT_EQ(kTag, ccp->GetTag());
315 EXPECT_EQ(1, ccp->GetParamsCount());
316 delete[] (reinterpret_cast<char*>(ccp));
329 ccp = CrossCallParamsEx::CreateFromBuffer(buffer, params_1.GetSize(),
332 EXPECT_TRUE(NULL == ccp);
341 ccp
[all...]
/external/chromium_org/third_party/opus/src/
H A Dconfigure11584 typedef const char *ccp;
11587 test_restrict (ccp restrict text)
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure4232 typedef const char *ccp;
4235 test_restrict (ccp restrict text)
/external/clang/test/Sema/
H A Dformat-strings-scanf.c158 const char *ccp, volatile char* vcp,
162 scanf("%s", ccp); // expected-warning{{format specifies type 'char *' but the argument has type 'const char *'}}
157 test_qualifiers(const int *cip, volatile int* vip, const char *ccp, volatile char* vcp, const volatile int *cvip) argument
/external/clang/test/SemaCXX/
H A Dconst-cast.cpp13 typedef cc *ccp; typedef
14 typedef volatile ccp ccvp;
H A Dcstyle-cast.cpp15 typedef cc *ccp; typedef
16 typedef volatile ccp ccvp;
H A Dfunctional-cast.cpp44 typedef cc *ccp; typedef
45 typedef volatile ccp ccvp;
/external/jpeg/
H A Dconfigure1100 char const *const *ccp;
1109 ccp = &g + (g ? g-g : 0);
1111 ++ccp;
1112 p = (char**) ccp;
1113 ccp = (char const *const *) p;
/external/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
H A DAndroid.mk19 test_name := depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/ccp
20 test_src := ccp.pass.cpp
/external/libedit/
H A Dconfigure11723 typedef const char *ccp;
11726 test_restrict (ccp restrict text)
/external/liblzf/
H A Dconfigure6313 char const *const *ccp;
6323 ccp = &g + (g ? g-g : 0);
6325 ++ccp;
6326 p = (char**) ccp;
6327 ccp = (char const *const *) p;
/external/libopus/
H A Dconfigure11584 typedef const char *ccp;
11587 test_restrict (ccp restrict text)
/external/mksh/src/
H A Deval.c210 const char *ccp,
244 if (ccp == NULL)
247 if ((f & DOVACHECK) && is_wdvarassign(ccp)) {
261 sp = ccp;
208 expand( const char *ccp, XPtrV *wp, int f) argument
H A Dexec.c61 const char *s, *ccp; local
95 (ccp = skip_wdvarname(t->vars[0], true)) != t->vars[0] &&
97 ccp[0] == CHAR && ccp[1] == '=' && ccp[2] == EOS &&
101 size_t n = ccp - t->vars[0] + 2, z;
357 if (!(ccp = do_selectargs(ap, is_first))) {
362 setstr(global(t->str), ccp, KSH_UNWIND_ERROR);
401 ccp = evalstr(t->str, DOTILDE);
405 gmatchx(ccp,
641 const char *ccp; local
1451 const char * volatile ccp = content; local
[all...]
H A Dfuncs.c1814 const char *ccp; local
1850 if ((fd = coproc_getfd(R_OK, &ccp)) < 0) {
1851 bi_errorf("%s: %s", "-p", ccp);
1874 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) {
1875 bi_errorf("%s: %s: %s", "-u", builtin_opt.optarg, ccp);
1891 if ((ccp = cstrchr(*wp, '?')) != NULL) {
1893 allocd[ccp - *wp] = '\0';
1902 shf_puts(ccp + 1, shl_out);
2056 ccp = cp = Xclose(xs, xp);
2076 while (bytesread && is_ifsws(*ccp)) {
[all...]
H A Dmain.c189 const char *ccp, **wp; local
219 ccp = kshname;
221 while ((i = ccp[argi++])) {
223 ccp += argi;
226 if (*ccp == '-')
227 ++ccp;
230 if (!*ccp)
231 ccp = empty_argv[0];
255 if (!strcmp(ccp, builtin(mkshbuiltins[i].name,
267 if (!strcmp(ccp, "s
[all...]
H A Dmisc.c486 const char *ccp = NULL; local
490 ccp = skip_varname(array, false);
491 if (!ccp || !(!ccp[0] || (ccp[0] == '+' && !ccp[1]))) {
H A Dvar.c779 const char *qval, *ccp; local
792 ccp = skip_varname(qval, false);
793 if (ccp == qval) {
810 len = (*ccp == '[') ? array_ref_len(ccp) : 0;
811 if (ccp[len]) {
1474 const char *ccp = var; local
1484 ccp = cp;
1486 vp = global(ccp);
1490 errorfx(2, "read-only: %s", ccp);
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp433 PWL_CREATEPARAM ccp = cp; local
434 ccp.pParentWnd = this;
435 ccp.dwFlags = PWS_CHILD | PWS_VISIBLE;
436 m_pListContent->Create(ccp);
H A DPWL_Note.cpp728 PWL_CREATEPARAM ccp = cp; local
729 ccp.pParentWnd = this;
730 //ccp.sBackgroundColor = PWL_DEFAULT_WHITECOLOR;
731 ccp.sBackgroundColor = CPWL_Color(COLORTYPE_RGB, 240/255.0f, 240/255.0f, 240/255.0f);
732 ccp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BACKGROUND;
733 m_pContents->Create(ccp);
1476 PWL_CREATEPARAM ccp = cp; local
1477 ccp.pParentWnd = this;
1478 ccp.dwBorderWidth = 2;
1479 ccp
[all...]
H A DPWL_Wnd.cpp255 PWL_CREATEPARAM ccp = m_sPrivateParam; local
257 ccp.dwFlags &= 0xFFFF0000L; //remove sub styles
258 ccp.mtChild = CPDF_Matrix(1,0,0,1,0,0);
260 CreateScrollBar(ccp);
261 CreateChildWnd(ccp);
/external/ppp/pppd/
H A DAndroid.mk12 ccp.c \
H A DMakefile.linux14 PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap-new.c md5.c ccp.c \
18 HEADERS = ccp.h chap-new.h ecp.h fsm.h ipcp.h \
23 PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o \
H A DMakefile.sol212 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \

Completed in 942 milliseconds

12