/external/smack/src/com/novell/sasl/client/ |
D | DigestChallenge.java | 138 ParsedDirective pd) throws SaslException in handleNonce() 152 ParsedDirective pd) in handleRealm() 170 ParsedDirective pd) throws SaslException in handleQop() 203 ParsedDirective pd) throws SaslException in handleMaxbuf() 225 ParsedDirective pd) throws SaslException in handleCharset() 247 ParsedDirective pd) throws SaslException in handleAlgorithm() 272 ParsedDirective pd) throws SaslException in handleCipher() 313 ParsedDirective pd) throws SaslException in handleStale()
|
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/ |
D | DigestChallenge.java | 138 ParsedDirective pd) throws SaslException in handleNonce() 152 ParsedDirective pd) in handleRealm() 170 ParsedDirective pd) throws SaslException in handleQop() 203 ParsedDirective pd) throws SaslException in handleMaxbuf() 225 ParsedDirective pd) throws SaslException in handleCharset() 247 ParsedDirective pd) throws SaslException in handleAlgorithm() 272 ParsedDirective pd) throws SaslException in handleCipher() 313 ParsedDirective pd) throws SaslException in handleStale()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | ProtectionDomainTest.java | 139 ProtectionDomain pd = new ProtectionDomain(null, null, null, principals); in testGetPrincipals_01() local 170 ProtectionDomain pd = new ProtectionDomain(cs, null); in testImplies_02() local 187 ProtectionDomain pd = new ProtectionDomain(cs, null, ClassLoader in testImplies_03() local 230 ProtectionDomain setTrackPD(ProtectionDomain pd) { in setTrackPD()
|
D | SecureClassLoader2Test.java | 68 ProtectionDomain pd = c.getProtectionDomain(); in test_getPermissionsLjava_security_CodeSource() local
|
/external/llvm/lib/Support/ |
D | ThreadLocal.cpp | 30 void **pd = reinterpret_cast<void**>(&data); in setInstance() local 34 void **pd = reinterpret_cast<void**>(&data); in getInstance() local
|
/external/apache-harmony/security/src/test/api/java/tests/api/java/security/ |
D | AccessControlContextTest.java | 41 final ProtectionDomain pd = new ProtectionDomain(null, col); in test_Constructor$Ljava_security_ProtectionDomain() local
|
D | DomainCombinerTest.java | 56 ProtectionDomain pd; in test_combine$Ljava_security_ProtectionDomain$Ljava_security_ProtectionDomain() local
|
/external/quake/quake/src/WinQuake/ |
D | r_sky.cpp | 167 unsigned *pd; in R_GenSkyTile() local 226 unsigned short *pd; in R_GenSkyTile16() local
|
D | r_surf.cpp | 599 byte *pd; in R_GenTurbTile() local 625 unsigned short *pd; in R_GenTurbTile16() local
|
/external/quake/quake/src/QW/client/ |
D | r_sky.c | 167 unsigned *pd; in R_GenSkyTile() local 226 unsigned short *pd; in R_GenSkyTile16() local
|
/external/libsepol/src/ |
D | write.c | 416 struct policy_data *pd = ptr; in sens_write() local 444 struct policy_data *pd = ptr; in cat_write() local 608 struct policy_data *pd = ptr; in cond_write_bool() local 811 struct policy_data *pd = ptr; in perm_write() local 836 struct policy_data *pd = ptr; in common_write() local 916 struct policy_data *pd = ptr; in class_write() local 999 struct policy_data *pd = ptr; in role_write() local 1061 struct policy_data *pd = ptr; in type_write() local 1139 struct policy_data *pd = ptr; in user_write() local 1712 struct policy_data pd; in avrule_decl_write() local [all …]
|
/external/smack/src/org/apache/harmony/javax/security/auth/ |
D | SubjectDomainCombiner.java | 96 ProtectionDomain[] pd = new ProtectionDomain[len]; in combine() local
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/ |
D | SubjectDomainCombinerTest.java | 83 ProtectionDomain[] pd; in testCombine() local
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
D | ProxyTest.java | 224 ProtectionDomain pd = pc.getProtectionDomain(); in test_getProxyClass_loader() local 237 ProtectionDomain pd = pc.getProtectionDomain(); in test_getProxyClass_package() local
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_nci.c | 58 UINT8 *ps, *pd; in nfc_hal_nci_assemble_nci_msg() local 713 UINT8 *ps, *pd; in nfc_hal_nci_send_cmd() local
|
/external/ipsec-tools/src/racoon/ |
D | policy.h | 112 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, _created, idx) \ argument 125 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _created, idx) \ argument
|
/external/srec/portable/src/ |
D | pmalloc.c | 263 _DB_Altab *pd = &_DB_Altab_object; in _UPD_Altab() local 271 _DB_Altab *pd = &_DB_Altab_object; in _OK_Altab() local
|
/external/tcpdump/ |
D | tcpdump.c | 287 static pcap_t *pd; variable 299 pcap_t *pd; member 304 show_dlts_and_exit(pcap_t *pd) in show_dlts_and_exit()
|
/external/yaffs2/yaffs2/ |
D | yaffs_qsort.c | 81 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort() local
|
/external/webkit/Source/WebKit/android/ |
D | RenderSkinMediaButton.cpp | 173 const PatchData& pd = gFiles[ninePatchIndex]; in Draw() local
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
D | sema.cpp | 129 D *pd = 0; in dyncast() local
|
/external/clang/test/CodeGenCXX/ |
D | ptr-to-datamember.cpp | 85 double A::* pd = &A::d; in main() local
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ClassLoaderTest.java | 241 public PermissionCollection getPermissions(ProtectionDomain pd) { in getPermissions()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | base64.cc | 26 static const unsigned char pd = 0xFD; // Padding variable
|
/external/jdiff/src/jdiff/ |
D | RootDocToXML.java | 265 PackageDoc[] pd = (PackageDoc[]) pdl.values().toArray(new PackageDoc[0]); in processPackages() local 857 public void addPkgDocumentation(RootDoc root, PackageDoc pd, int indent) { in addPkgDocumentation()
|