Searched defs:ppp (Results 1 - 17 of 17) 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/icu4c/test/intltest/
H A Dpptest.cpp98 ParsePosition *ppp = pp5.clone(); local
99 if(ppp == &pp5 || *ppp != pp5) {
102 delete ppp;
/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/clang/test/Analysis/
H A Dtaint-tester.c136 FILE **ppp = &stdin; local
138 fscanf(*ppp, "%d", &iii);
/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.cpp1048 int32_t ppp = parsePragma(rule, pos, limit, status); local
1049 if (ppp < 0) {
1052 pos = ppp;
/external/icu4c/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.c1738 ktscan(struct table *tp, const char *name, uint32_t h, struct tbl ***ppp) argument
1756 if (ppp)
1757 *ppp = pp;
/external/kernel-headers/original/linux/
H A Dwanrouter.h237 wan_ppp_conf_t ppp; /* PPP configuration */ member in union:wandev_conf::__anon20602
/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 562 milliseconds