/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;
|
/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/chromium_org/ppapi/native_client/tests/ppapi_test_lib/ |
D | module_instance.cc | 156 const void* ppp = PluginInterfaceTable::Get()->GetInterface(interface_name); in PPP_GetInterface() local 160 if (ppp == NULL && 0 == strncmp(PPP_INSTANCE_INTERFACE, interface_name, in PPP_GetInterface() 168 CHECK(ppp == NULL); in PPP_GetInterface() 173 return ppp; in PPP_GetInterface()
|
/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/chromium_org/third_party/icu/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/CXX/drs/ |
D | dr5xx.cpp | 186 void g(D<double> ppp) { in g() argument 187 delete ppp; in g() 192 void g(D<double> *ppp) { in g() argument 193 delete ppp; // expected-note {{instantiation of}} in g()
|
/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/ppp/pppd/ |
D | ThirdPartyProject.prop | 9 homepage=http\://ppp.samba.org/
|
/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/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/chromium_org/v8/test/webkit/ |
D | rehash-assign.js | 96 ppp = 15;
|
/external/strace/linux/ |
D | ioctlent.h.in | 1577 {"linux/ppp-ioctl.h", "PPPIOCGL2TPSTATS", 0x7436}, 1578 {"linux/ppp-ioctl.h", "PPPIOCGCHAN", 0x7437}, 1579 {"linux/ppp-ioctl.h", "PPPIOCATTCHAN", 0x7438}, 1580 {"linux/ppp-ioctl.h", "PPPIOCDISCONN", 0x7439}, 1581 {"linux/ppp-ioctl.h", "PPPIOCCONNECT", 0x743a}, 1582 {"linux/ppp-ioctl.h", "PPPIOCSMRRU", 0x743b}, 1583 {"linux/ppp-ioctl.h", "PPPIOCDETACH", 0x743c}, 1584 {"linux/ppp-ioctl.h", "PPPIOCATTACH", 0x743d}, 1585 {"linux/ppp-ioctl.h", "PPPIOCNEWUNIT", 0x743e}, 1586 {"linux/ppp-ioctl.h", "PPPIOCGIDLE", 0x743f}, [all …]
|
/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | kenny.cc | 461 void *ppp; in main() local 463 ppp=malloc(sss); in main() 464 err =WebRtcIsacfix_Assign(&ISAC_main_inst,ppp); in main()
|
/external/bzip2/ |
D | bzlib_private.h | 103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp)) argument
|
/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 488 void *ppp; in main() local 490 ppp = malloc(sss); in main() 491 err = WebRtcIsac_Assign(&ISAC_main_inst, ppp); in main()
|