/external/clang/test/SemaCXX/ |
D | qualification-conversion.cpp | 4 int* quals3(int const * * const * ppp); // expected-note{{candidate function}} 6 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals() argument 10 quals3(ppp); // expected-error {{no matching}} in test_quals() 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) { in test_mquals() argument 22 mquals3(ppp); // expected-error {{no matching}} in test_mquals()
|
D | overload-call.cpp | 151 int* quals3(int const * * const * ppp); 152 char* quals3(int *** ppp); 154 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals() argument 157 char* q3 = quals3(ppp); in test_quals() 175 void test_quals_ranking(int * p, int volatile *pq, int * * pp, int * * * ppp) { in test_quals_ranking() argument 186 quals_rank3(ppp); // expected-error {{call to 'quals_rank3' is ambiguous}} in test_quals_ranking()
|
/external/sepolicy/ |
D | ppp.te | 2 type ppp, domain; 3 permissive ppp; 7 unconfined_domain(ppp) 8 domain_auto_trans(mtp, ppp_exec, ppp)
|
D | property_contexts | 7 net.ppp u:object_r:radio_prop:s0
|
/external/libppp/src/ |
D | README.nat | 25 $FreeBSD: src/usr.sbin/ppp/README.nat,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ 34 3. New commands in ppp 43 User mode ppp has embedded NAT (Network Address Translation) code. 45 "nat enable yes" command in a ppp.conf file, makes the ppp host 47 them appear to come from the ppp host machine. Incoming packets 58 addresses). The ppp host can act as a gateway for these networks, and 65 behind the ppp host, are not visible from the outside world. They can 67 service requests) but the connections seem to come from the ppp host 91 It is recommended that users first verify correct ppp operation without 92 NAT enabled. This will confirm that the ppp.conf file is [all …]
|
D | Makefile | 5 PROG= ppp 6 MAN= ppp.8 53 CLEANFILES= ppp.8
|
D | ppp.8.m4 | 28 .\" $FreeBSD: src/usr.sbin/ppp/ppp.8.m4,v 1.327.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ 34 .Nm ppp 35 .Nd Point to Point Protocol (a.k.a. user-ppp) 134 .Pa /usr/share/examples/ppp/ppp.conf.sample 181 As pipes are not bi-directional, ppp will redirect all writes to descriptor 209 .Pa /etc/ppp/ppp.conf ) 215 .Pa /etc/ppp/ppp.conf 440 .Pa /etc/ppp/ppp.conf . 444 system lock files and read the ppp configuration files. 470 .Pa /etc/ppp/ppp.conf . [all …]
|
D | README.changes | 26 $FreeBSD: src/usr.sbin/ppp/README.changes,v 1.24.26.1 2010/12/21 17:10:29 kensmith Exp $ 28 This file summarises changes made to ppp that effect 40 o Users must be a member of group `network' for ppp access. Furthermore, 41 they must be `allow'ed to run ppp via the `allow' command in the 43 For a brief period, ppp could only be run as root. 57 o A password of "*" in ppp.secret causes a passwd database lookup in 91 o Add & delete commands are not necessary in ppp.linkup if they are 102 -auto -alias mode, add ``iface clear'' to your ppp.linkdown file - 135 open and the peer MRU >= the peer MRRU, ppp sends outbound traffic as
|
/external/icu4c/test/intltest/ |
D | pptest.cpp | 98 ParsePosition *ppp = pp5.clone(); in TestParsePosition() local 99 if(ppp == &pp5 || *ppp != pp5) { in TestParsePosition() 102 delete ppp; in TestParsePosition()
|
/external/webkit/LayoutTests/storage/domstorage/ |
D | complex-keys-expected.txt | 62 storage['2'] = 'ppp' 63 PASS storage.getItem('2') is "ppp" 64 PASS storage.getItem(2) is "ppp" 65 PASS storage['2'] is "ppp" 66 PASS storage[2] is "ppp" 177 storage['2'] = 'ppp' 178 PASS storage.getItem('2') is "ppp" 179 PASS storage.getItem(2) is "ppp" 180 PASS storage['2'] is "ppp" 181 PASS storage[2] is "ppp"
|
/external/clang/test/CodeGenCXX/ |
D | thunk-use-after-free.cpp | 41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; }; 42 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
|
D | debug-info-use-after-free.cpp | 128 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; }; 129 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
|
/external/clang/test/SemaObjC/ |
D | method-undef-category-warn-1.m | 21 - (void)ppp; // expected-note {{method definition for 'ppp' not found}} method in DOG
|
/external/libvorbis/lib/ |
D | lsp.c | 321 double p=defl[m],pp=0.f,ppp=0.f,denom; in Laguerre_With_Deflation() local 325 ppp = new*ppp + pp; in Laguerre_With_Deflation() 331 denom=(m-1) * ((m-1)*pp*pp - m*p*ppp); in Laguerre_With_Deflation()
|
/external/ppp/pppd/ |
D | ThirdPartyProject.prop | 9 homepage=http\://ppp.samba.org/
|
/external/clang/test/Analysis/ |
D | taint-tester.c | 149 FILE **ppp = &stdin; in stdinTest3() local 151 fscanf(*ppp, "%d", &iii); in stdinTest3()
|
/external/clang/test/Rewriter/ |
D | rewrite-block-pointer.mm | 92 BDVDiscoveryCompletionHandler ppp; 93 ppp(1, 0);
|
/external/dnsmasq/contrib/Suse/ |
D | dnsmasq-SuSE.patch | 9 /etc/ppp/resolv.conf which is not normally world readable.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
D | kenny.c | 470 void *ppp; in main() local 472 ppp=malloc(sss); in main() 473 err =WebRtcIsacfix_Assign(&ISAC_main_inst,ppp); in main()
|
/external/tcpdump/ |
D | Makefile.in | 84 print-pgm.c print-pim.c print-ppp.c print-pppoe.c \ 106 netbios.h oakley.h ospf6.h pf.h ppp.h route6d.h
|
D | FILES | 112 ppp.h 181 print-ppp.c
|
D | Android.mk | 82 print-ppp.c\
|
/external/bzip2/ |
D | bzlib_private.h | 103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp)) argument
|
/external/iproute2/lib/ |
D | ll_types.c | 61 __PF(PPP,ppp) in ll_type_n2a()
|
/external/libpcap/ |
D | FILES | 100 ppp.h
|