Searched defs:underlying (Results 1 – 6 of 6) sorted by relevance
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | MapsTransformValuesTest.java | 64 Map<String, Integer> underlying = Maps.newHashMap(); in makePopulatedMap() local 111 Map<String, Integer> underlying = ImmutableMap.of("a", 1); in testTransformIdentityFunctionEquality() local 140 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformRemoveEntry() local 149 Map<String, String> underlying = Maps.newHashMap(); in testTransformEqualityOfMapsWithNullValues() local 172 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformReflectsUnderlyingMap() local 193 Map<String, Integer> underlying = Maps.newLinkedHashMap(); in testTransformChangesAreReflectedInUnderlyingMap() local 243 Map<String, Integer> underlying = ImmutableMap.of("a", 0, "b", 1, "c", 2); in testTransformEquals() local 267 Map<String, Boolean> underlying = Maps.newHashMap(); in testTransformEntrySetContains() local
|
| D | MapsSortedTransformValuesTest.java | 42 SortedMap<String, Integer> underlying = Maps.newTreeMap(); in makePopulatedMap() local
|
| /external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
| D | UrlTextExample.java | 52 final HtmlStreamEventReceiver underlying; field in UrlTextExample.AppendDomainAfterText 55 AppendDomainAfterText(HtmlStreamEventReceiver underlying) { in AppendDomainAfterText()
|
| /external/chromium_org/remoting/host/ |
| D | pam_authorization_factory_posix.cc | 50 PamAuthorizer::PamAuthorizer(scoped_ptr<protocol::Authenticator> underlying) in PamAuthorizer() 160 scoped_ptr<protocol::AuthenticatorFactory> underlying) in PamAuthorizationFactory()
|
| /external/owasp/sanitizer/src/main/org/owasp/html/ |
| D | TagBalancingHtmlStreamEventReceiver.java | 49 private final HtmlStreamEventReceiver underlying; field in TagBalancingHtmlStreamEventReceiver 55 HtmlStreamEventReceiver underlying) { in TagBalancingHtmlStreamEventReceiver()
|
| /external/chromium_org/v8/test/cctest/ |
| D | test-strings.cc | 1019 v8::Handle<v8::String> underlying = in TEST() local
|