Home
last modified time | relevance | path

Searched defs:underlying (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMapsTransformValuesTest.java64 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
DMapsSortedTransformValuesTest.java42 SortedMap<String, Integer> underlying = Maps.newTreeMap(); in makePopulatedMap() local
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DUrlTextExample.java52 final HtmlStreamEventReceiver underlying; field in UrlTextExample.AppendDomainAfterText
55 AppendDomainAfterText(HtmlStreamEventReceiver underlying) { in AppendDomainAfterText()
/external/chromium_org/remoting/host/
Dpam_authorization_factory_posix.cc50 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/
DTagBalancingHtmlStreamEventReceiver.java49 private final HtmlStreamEventReceiver underlying; field in TagBalancingHtmlStreamEventReceiver
55 HtmlStreamEventReceiver underlying) { in TagBalancingHtmlStreamEventReceiver()
/external/chromium_org/v8/test/cctest/
Dtest-strings.cc1019 v8::Handle<v8::String> underlying = in TEST() local