/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); 49 PamAuthorizer::PamAuthorizer(scoped_ptr<protocol::Authenticator> underlying) 50 : underlying_(underlying.Pass()), 155 scoped_ptr<protocol::AuthenticatorFactory> underlying) 156 : underlying_(underlying.Pass()) {
|
/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);
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSocketTest.java | 1101 final Socket underlying = new Socket(c.host, c.port); local 1134 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local 1161 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local 1333 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local 1373 final Socket underlying = new Socket(c.host, c.port); local [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
SSLUtils.java | 167 SSLCertificateSocketFactory underlying = getSSLSocketFactory(context, hostAuth, insecure); local 169 underlying.setKeyManagers(new KeyManager[] { keyManager }); 171 SSLSocketFactory wrapped = new SSLSocketFactory(underlying);
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
slider.js | 74 * @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 | 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
|
/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 | 1028 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/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).
|
/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/chromium_org/v8/test/mjsunit/compiler/ |
regress-177883.js | 39 // The key problem for the underlying bug was a value with a long live range
|
/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...] |