/external/sepolicy/ |
D | ppp.te | 2 type ppp, domain; 5 domain_auto_trans(mtp, ppp_exec, ppp) 7 net_domain(ppp) 9 allow ppp mtp:socket rw_socket_perms; 10 allow ppp mtp:unix_dgram_socket rw_socket_perms; 11 allow ppp ppp_device:chr_file rw_file_perms; 12 allow ppp self:capability net_admin; 13 allow ppp system_file:file rx_file_perms; 14 allow ppp vpn_data_file:dir w_dir_perms; 15 allow ppp vpn_data_file:file create_file_perms; [all …]
|
D | mtp.te | 11 allow mtp ppp:process signal;
|
D | property_contexts | 7 net.ppp u:object_r:net_radio_prop:s0
|
/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/icu/icu4c/source/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/clang/test/SemaObjC/ |
D | method-undef-category-warn-1.m | 21 - (void)ppp; // expected-note {{method 'ppp' declared here}} method in DOG 25 // expected-warning {{method definition for 'ppp' not found}}
|
/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/iptables/extensions/ |
D | libxt_connlabel.man | 28 2 ppp-in 29 3 ppp-out
|
/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/clang/test/Analysis/ |
D | taint-tester.c | 136 FILE **ppp = &stdin; in stdinTest3() local 138 fscanf(*ppp, "%d", &iii); in stdinTest3()
|
/external/clang/test/Rewriter/ |
D | rewrite-block-pointer.mm | 92 BDVDiscoveryCompletionHandler ppp; 93 ppp(1, 0);
|
/external/ltrace/testsuite/ltrace.main/ |
D | parameters-lib.c | 41 void func_ppp(int*** ppp) in func_ppp() argument 43 printf("%d\n", ***ppp); in func_ppp()
|
/external/dnsmasq/contrib/Suse/ |
D | dnsmasq-SuSE.patch | 9 /etc/ppp/resolv.conf which is not normally world readable.
|
/external/v8/test/webkit/ |
D | rehash-assign.js | 96 ppp = 15;
|
/external/clang/test/CXX/drs/ |
D | dr5xx.cpp | 193 void g(D<double> ppp) { in g() argument 194 delete ppp; in g() 199 void g(D<double> *ppp) { in g() argument 200 delete ppp; // expected-note {{instantiation of}} in g()
|
/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/pcre/dist/ |
D | pcretest.c | 3462 pcre_uint8 *p, *pp, *ppp; in main() local 3720 for (ppp = lockout; *ppp != 0; ppp++) in main() 3722 if (*ppp == '<') in main() 3724 int y = check_mc_option(ppp+1, outfile, FALSE, "modifier"); in main() 3733 ppp = pp; in main() 3734 while (*ppp != '>') ppp++; in main() 3736 (int)(ppp - pp + 1), pp); in main() 3871 ppp = pp; in main() 3874 while (*ppp != 0 && *ppp != '\n' && *ppp != '\r' && *ppp != ' ') ppp++; in main() 3875 *ppp = 0; in main() [all …]
|
/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/msdos/ |
D | makefile | 130 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \ 170 ethertype.h nlpid.h llc.h gencode.h atmuni31.h sunatmpos.h ppp.h sll.h \
|
/external/tcpdump/ |
D | Android.mk | 23 print-ppi.c print-ppp.c print-pppoe.c print-pptp.c \
|
/external/tcpdump/win32/prj/ |
D | GNUmakefile | 110 ../../print-ppp.o \
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorParser.java | 1034 int ppp = parsePragma(rule, pos, limit); in parseRules() local 1035 if (ppp < 0) { in parseRules() 1038 pos = ppp; in parseRules()
|