/external/clang/lib/Analysis/ |
D | ThreadSafetyLogical.cpp | 20 static bool implies(const LExpr *LHS, bool LNeg, const LExpr *RHS, bool RNeg) { in implies() function 25 return implies(A->left(), LNeg, RHS, RNeg) && in implies() 26 implies(A->right(), LNeg, RHS, RNeg); in implies() 29 return implies(LHS, LNeg, A->left(), RNeg) && in implies() 30 implies(LHS, LNeg, A->right(), RNeg); in implies() 35 return implies(A->left(), LNeg, RHS, RNeg) || in implies() 36 implies(A->right(), LNeg, RHS, RNeg); in implies() 39 return implies(LHS, LNeg, A->left(), RNeg) || in implies() 40 implies(LHS, LNeg, A->right(), RNeg); in implies() 62 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg); in implies() [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
D | UnresolvedPrincipalTest.java | 87 .implies(fp)); in testImplies() 89 .implies(fp)); in testImplies() 91 UnresolvedPrincipal.WILDCARD).implies(fp)); in testImplies() 93 UnresolvedPrincipal.WILDCARD).implies(fp)); in testImplies() 96 UnresolvedPrincipal.class.getName(), name).implies(fp)); in testImplies() 98 "hgfuytr765").implies(fp)); in testImplies()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | ProtectionDomainTest.java | 151 assertFalse(new ProtectionDomain(null, null).implies(allperm)); in testImplies_00() 159 assertTrue(new ProtectionDomain(null, perms).implies(allperm)); in testImplies_01() 174 pd.implies(allperm); in testImplies_02() 192 pd.implies(allperm); in testImplies_03() 248 public boolean implies(ProtectionDomain domain, Permission permission) { in implies() method in ProtectionDomainTest.TestPolicy 252 return super.implies(domain, permission); in implies()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 34 inline bool implies(const LExpr *RHS) const; 97 bool implies(const LExpr *LHS, const LExpr *RHS); 99 bool LExpr::implies(const LExpr *RHS) const { in implies() function 100 return lexpr::implies(this, RHS); in implies()
|
/external/smack/src/org/apache/harmony/javax/security/auth/ |
D | PrivateCredentialPermission.java | 260 public boolean implies(Permission permission) { in implies() method in PrivateCredentialPermission 283 if (thisCo[i].implies(thatCo[j])) { in implies() 360 boolean implies(Object obj) { in implies() method in PrivateCredentialPermission.CredOwner
|
/external/google-tv-pairing-protocol/proto/ |
D | polo.proto | 40 // Protocol status. Any status other than STATUS_OK implies a fault. 107 // The role of the client (ie, the one initiating pairing). This implies the
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | MyPermission.java | 49 public boolean implies(Permission permission) { in implies() method in MyPermission
|
D | MyPermissionCollection.java | 51 public boolean implies(Permission permission) {
|
/external/llvm/test/CodeGen/X86/ |
D | dynamic-alloca-in-entry.ll | 12 ; Use of inalloca implies that that the alloca is not static.
|
/external/valgrind/main/gdbserver_tests/ |
D | mcmain_pic.vgtest | 2 # On linux, this implies a proper transfer of the auxv
|
D | README_DEVELOPERS | 28 Some gdb tests implies a gdb >= 7.2. (these are automatically disabled 33 Some tests implies to have a vgdb "ptrace invoker" capable. 84 Typically, a gdbserver test implies to launch two programs:
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
D | fixed-base.gyp | 7 # Disable DYNAMICBASE for these tests because it implies/doesn't imply
|
/external/iptables/extensions/ |
D | libxt_tos.man | 12 Note that this implies a mask of 0x3F, i.e. all but the ECN bits.
|
D | libxt_ipvs.man | 6 Any of the following options implies \-\-ipvs (even negated)
|
D | libxt_TOS.man | 11 You can specify a symbolic name when using the TOS target for IPv4. It implies
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/ |
D | ProviderConfigurationPermission.java | 106 public boolean implies( in implies() method in ProviderConfigurationPermission
|
/external/chromium_org/sync/protocol/ |
D | autofill_specifics.proto | 55 // If any of these 3 fields are present, then all 3 should be, and it implies
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_hover_state.mm | 26 // CASE A: hoverButton_ == button implies we've dragged over 31 // This implies we've dragged over a new folder, so we'll close the old
|
/external/valgrind/main/docs/internals/ |
D | porting-HOWTO.txt | 10 Note that this implies both a new architecture, and a new platform (ie. arch/OS 84 Similarly to above, this implies both a new OS, and a new platform.
|
/external/chromium_org/tools/gyp/test/library_dirs/subdir/ |
D | test-win.gyp | 40 # Note that this implies 'mylib' must already be built when building
|
D | test.gyp | 40 # Note that this implies 'mylib' must already be built when building
|
/external/chromium_org/mojo/ |
D | mojo_variables.gypi | 27 # NOTE: component != "shared_library" implies that we are generating a
|
/external/stlport/stlport/ |
D | iostream | 59 // wide- and narrow-oriented I/O on the same stream. This implies
|
/external/iptables/ |
D | INSTALL | 52 This implies --enable-static.
|
/external/iproute2/doc/actions/ |
D | gact-usage | 15 - reclassify implies continue classification where we left off
|