HomeSort by relevance Sort by last modified time
    Searched refs:underlying (Results 1 - 25 of 46) sorted by null

1 2

  /external/guava/guava-tests/test/com/google/common/collect/
MapsTransformValuesTest.java 64 Map<String, Integer> underlying = Maps.newHashMap(); local
65 underlying.put("a", 1);
66 underlying.put("b", 2);
67 underlying.put("c", 3);
68 return Maps.transformValues(underlying, Functions.toStringFunction());
111 Map<String, Integer> underlying = ImmutableMap.of("a", 1); local
113 underlying, Functions.<Integer>identity());
114 assertMapsEqual(underlying, map);
140 Map<String, Integer> underlying = Maps.newHashMap(); local
141 underlying.put("a", 1)
149 Map<String, String> underlying = Maps.newHashMap(); local
172 Map<String, Integer> underlying = Maps.newHashMap(); local
193 Map<String, Integer> underlying = Maps.newLinkedHashMap(); local
243 Map<String, Integer> underlying = ImmutableMap.of("a", 0, "b", 1, "c", 2); local
267 Map<String, Boolean> underlying = Maps.newHashMap(); local
    [all...]
MapsSortedTransformValuesTest.java 42 SortedMap<String, Integer> underlying = Maps.newTreeMap(); local
43 underlying.put("a", 1);
44 underlying.put("b", 2);
45 underlying.put("c", 3);
46 return Maps.transformValues(underlying, Functions.toStringFunction());
MapsTransformValuesUnmodifiableIteratorTest.java 110 Map<String, Integer> underlying = Maps.newHashMap();
112 new UnmodifiableIteratorMap<String, Integer>(underlying), Functions.toStringFunction());
116 Map<String, Integer> underlying = Maps.newHashMap();
117 underlying.put("a", 1);
118 underlying.put("b", 2);
119 underlying.put("c", 3);
121 new UnmodifiableIteratorMap<String, Integer>(underlying), Functions.toStringFunction());
164 Map<String, Integer> underlying = ImmutableMap.of("a", 1);
166 underlying, Functions.<Integer>identity());
167 assertMapsEqual(underlying, map)
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldPushbackReaderTest.java 27 Support_ASimpleReader underlying = new Support_ASimpleReader(); field in class:OldPushbackReaderTest
61 tobj = new PushbackReader(underlying, 10000);
62 tobj = new PushbackReader(underlying, 1);
65 tobj = new PushbackReader(underlying, -1);
72 tobj = new PushbackReader(underlying, 0);
86 tobj = new PushbackReader(underlying);
89 tobj = new PushbackReader(underlying);
90 underlying.throwExceptionOnNextUse = true;
113 tobj = new PushbackReader(underlying);
115 underlying.throwExceptionOnNextUse = true
    [all...]
OldPushbackInputStreamTest.java 28 Support_ASimpleInputStream underlying = new Support_ASimpleInputStream(); field in class:OldPushbackInputStreamTest
75 tobj = new PushbackInputStream(underlying);
78 tobj = new PushbackInputStream(underlying);
79 underlying.throwExceptionOnNextUse = true;
91 tobj = new PushbackInputStream(underlying);
93 underlying.throwExceptionOnNextUse = true;
110 tobj = new PushbackInputStream(underlying);
112 underlying.throwExceptionOnNextUse = true;
128 tobj = new PushbackInputStream(underlying);
132 underlying.throwExceptionOnNextUse = true
    [all...]
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.h 13 // PAM-based authorization on top of some underlying authentication scheme.
20 scoped_ptr<protocol::AuthenticatorFactory> underlying);
pam_authorization_factory_posix.cc 22 PamAuthorizer(scoped_ptr<protocol::Authenticator> underlying);
50 PamAuthorizer::PamAuthorizer(scoped_ptr<protocol::Authenticator> underlying)
51 : underlying_(underlying.Pass()),
160 scoped_ptr<protocol::AuthenticatorFactory> underlying)
161 : underlying_(underlying.Pass()) {
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
UrlTextExample.java 52 final HtmlStreamEventReceiver underlying; field in class:UrlTextExample.AppendDomainAfterText
55 AppendDomainAfterText(HtmlStreamEventReceiver underlying) {
56 this.underlying = underlying;
60 underlying.openDocument();
63 underlying.closeDocument();
66 underlying.openTag(elementName, attribs);
105 underlying.closeTag(elementName);
116 underlying.text(text);
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 122 Socket underlying = new Socket(TEST_CREATE_SOCKET_HOST, TEST_CREATE_SOCKET_PORT); local
124 underlying, TEST_CREATE_SOCKET_HOST, TEST_CREATE_SOCKET_PORT, true);
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 49 private final HtmlStreamEventReceiver underlying; field in class:TagBalancingHtmlStreamEventReceiver
55 HtmlStreamEventReceiver underlying) {
56 this.underlying = underlying;
67 underlying.openDocument();
72 underlying.closeTag(openElements.get(i).elementName);
75 underlying.closeDocument();
85 underlying.openTag(elementName, attrs);
93 underlying.openTag(elInfo.elementName, attrs);
109 underlying.openTag
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 1116 final Socket underlying = new Socket(c.host, c.port); local
1149 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1176 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1345 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1385 final Socket underlying = new Socket(c.host, c.port); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 170 SSLCertificateSocketFactory underlying = getSSLSocketFactory(context, hostAuth, insecure); local
172 underlying.setKeyManagers(new KeyManager[] { keyManager });
174 SSLSocketFactory wrapped = new SSLSocketFactory(underlying);
  /external/chromium_org/chrome/common/extensions/docs/server2/
fake_url_fetcher.py 115 '''Replace the underlying FileSystem used to reslove URLs.
  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 32 must be sent before the underlying socket is closed. If the socket
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
slider.js 76 * @return {HTMLInputElement} The underlying input control.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2326.js 46 // Generate two closures sharing the same underlying function literal.
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 120 underlying = typedef.underlying_typedef_type
121 assert underlying.kind == TypeKind.INT
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_event_detail.js 10 * that could potentially be handled better by the underlying web app.
52 * the underlying web app has performed the action itself. If the status is set
127 * Status of the cvoxUserEvent. Events start off as PENDING. If the underlying
  /ndk/sources/host-tools/nawk-20071023/
README 74 with, though the underlying support has mysterious properties,
  /external/chromium_org/v8/test/cctest/
test-strings.cc 1019 v8::Handle<v8::String> underlying = local
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_drm_image.spec 99 underlying DRM buffer name. EGL_DRM_BUFFER_USE_CURSOR_MESA
133 the function to also allocate the underlying resource.
  /external/chromium_org/v8/test/mjsunit/
debug-script.js 46 // underlying issue is fixed.
regexp-static.js 153 // we do a match on a sliced string (the top one not the underlying).
  /external/mesa3d/docs/
MESA_drm_image.spec 99 underlying DRM buffer name. EGL_DRM_BUFFER_USE_CURSOR_MESA
133 the function to also allocate the underlying resource.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 58 * to the underlying CFL). Return an alternative number 1..n. Throw

Completed in 1179 milliseconds

1 2