HomeSort by relevance Sort by last modified time
    Searched refs:underlying (Results 1 - 25 of 28) 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...]
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 118 Socket underlying = new Socket(TEST_CREATE_SOCKET_HOST, TEST_CREATE_SOCKET_PORT); local
120 underlying, TEST_CREATE_SOCKET_HOST, TEST_CREATE_SOCKET_PORT, true);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 101 SSLCertificateSocketFactory underlying = SSLUtils.getSSLSocketFactory( local
103 underlying.setKeyManagers(new KeyManager[] { keyManager });
105 new Scheme(schemeName, new SSLSocketFactory(underlying), hostAuth.mPort));
SSLUtils.java 74 SSLCertificateSocketFactory underlying = getSSLSocketFactory(insecure, 0 /* no timeout */); local
76 underlying.setKeyManagers(new KeyManager[] { keyManager });
78 SSLSocketFactory wrapped = new SSLSocketFactory(underlying);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 1099 final Socket underlying = new Socket(c.host, c.port); local
1132 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1159 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1245 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1303 final Socket underlying = new Socket(c.host, c.port); local
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 127 underlying = typedef.underlying_typedef_type
128 assert underlying.kind == TypeKind.INT
  /external/chromium/chrome/browser/resources/file_manager/js/
util.js 95 * @param {Object} params The parameters to pass to the underlying
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLCollection04.js 79 underlying document is changed.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLCollection04.js 79 underlying document is changed.
  /ndk/sources/host-tools/nawk-20071023/
README 74 with, though the underlying support has mysterious properties,
  /external/v8/test/mjsunit/
debug-script.js 45 // underlying issue is fixed.
regexp-static.js 153 // we do a match on a sliced string (the top one not the underlying).
unicode-test.js     [all...]
  /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
  /external/blktrace/btt/doc/
btt.tex 215 requests into fewer, but larger, IOs to the underlying driver. In this
247 that are handled by underlying drivers.
260 percentage, the better the underlying subsystems can handle them.)
266 by underlying drivers. The next section shows how often the request
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 114 public SecondaryMockContext(Context mocked, Context underlying) {
116 mUnderlying = underlying;
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 67 * Updates the underlying bookmark node for the tree items and list items by
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 391 /// directly as it's underlying source.
408 /// and caches the contents of it's underlying file fully during
    [all...]
Antlr.Runtime.Tree.pas 380 /// to know you are monkeying with the underlying tree. Also, it might be
    [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 

Completed in 1821 milliseconds

1 2