Searched defs:ppp (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/SemaCXX/
H A Dqualification-conversion.cpp4 int* quals3(int const * * const * ppp); // expected-note{{candidate function}}
6 void test_quals(int * p, int * * pp, int * * * ppp) { argument
10 quals3(ppp); // expected-error {{no matching}}
16 void mquals3(int const A::* A::* const A::*ppp); // expected-note{{candidate function}}
18 void test_mquals(int A::*p, int A::* A::*pp, int A::* A::* A::*ppp) {
22 mquals3(ppp); // expected-error {{no matching}}
H A Doverload-call.cpp151 int* quals3(int const * * const * ppp);
152 char* quals3(int *** ppp);
154 void test_quals(int * p, int * * pp, int * * * ppp) { argument
157 char* q3 = quals3(ppp);
175 void test_quals_ranking(int * p, int volatile *pq, int * * pp, int * * * ppp) { argument
186 quals_rank3(ppp); // expected-error {{call to 'quals_rank3' is ambiguous}}
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dmodule_instance.cc25 #include "ppapi/c/ppp.h"
156 const void* ppp = PluginInterfaceTable::Get()->GetInterface(interface_name); local
160 if (ppp == NULL && 0 == strncmp(PPP_INSTANCE_INTERFACE, interface_name,
168 CHECK(ppp == NULL);
173 return ppp;
/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
42 ZZZ * ZZZ::ppp () { return new ZZZ; } function in class:ZZZ
H A Ddebug-info-use-after-free.cpp128 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
129 ZZZ * ZZZ::ppp () { return new ZZZ; } function in class:ZZZ
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpptest.cpp98 ParsePosition *ppp = pp5.clone(); local
99 if(ppp == &pp5 || *ppp != pp5) {
102 delete ppp;
/external/icu/icu4c/source/test/intltest/
H A Dpptest.cpp98 ParsePosition *ppp = pp5.clone(); local
99 if(ppp == &pp5 || *ppp != pp5) {
102 delete ppp;
/external/clang/test/CXX/drs/
H A Ddr5xx.cpp186 void g(D<double> ppp) { argument
187 delete ppp;
192 void g(D<double> *ppp) { argument
193 delete ppp; // expected-note {{instantiation of}}
/external/libvorbis/lib/
H A Dlsp.c321 double p=defl[m],pp=0.f,ppp=0.f,denom; local
325 ppp = new*ppp + pp;
331 denom=(m-1) * ((m-1)*pp*pp - m*p*ppp);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc488 void *ppp; local
490 ppp = malloc(sss);
491 err = WebRtcIsac_Assign(&ISAC_main_inst, ppp);
/external/clang/test/Analysis/
H A Dtaint-tester.c136 FILE **ppp = &stdin; local
138 fscanf(*ppp, "%d", &iii);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc461 void *ppp; local
463 ppp=malloc(sss);
464 err =WebRtcIsacfix_Assign(&ISAC_main_inst,ppp);
/external/ltrace/testsuite/ltrace.main/
H A Dparameters-lib.c41 void func_ppp(int*** ppp) argument
43 printf("%d\n", ***ppp);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.c470 void *ppp; local
472 ppp=malloc(sss);
473 err =WebRtcIsacfix_Assign(&ISAC_main_inst,ppp);
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.cpp1054 int32_t ppp = parsePragma(rule, pos, limit, status); local
1055 if (ppp < 0) {
1058 pos = ppp;
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp1054 int32_t ppp = parsePragma(rule, pos, limit, status); local
1055 if (ppp < 0) {
1058 pos = ppp;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp959 size_t ppp = _inByteBack->_pos; local
1027 if (checkRecordsSize && _inByteBack->_pos - ppp != size)
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp132 UInt32 ppp = GetVal(res, 5) + 6; local
134 if (ppp > 30)
136 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp);
/external/mksh/src/
H A Dmain.c1720 ktscan(struct table *tp, const char *name, uint32_t h, struct tbl ***ppp) argument
1738 if (ppp)
1739 *ppp = pp;
/external/pcre/dist/
H A Dpcretest.c3462 pcre_uint8 *p, *pp, *ppp; local
3720 for (ppp = lockout; *ppp != 0; ppp++)
3722 if (*ppp == '<')
3724 int y = check_mc_option(ppp+1, outfile, FALSE, "modifier");
3733 ppp = pp;
3734 while (*ppp != '>') ppp++;
3736 (int)(ppp
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 345 milliseconds