| /external/okio/okio/src/jvmTest/kotlin/okio/ |
| D | PipeKotlinTest.kt | 132 val underlying = TimeoutWritingSink() in honorsPipeSinkTimeoutOnWritingWhenItIsSmaller() constant 147 val underlying = TimeoutWritingSink() in honorsUnderlyingTimeoutOnWritingWhenItIsSmaller() constant 162 val underlying = TimeoutFlushingSink() in honorsPipeSinkTimeoutOnFlushingWhenItIsSmaller() constant 177 val underlying = TimeoutFlushingSink() in honorsUnderlyingTimeoutOnFlushingWhenItIsSmaller() constant 192 val underlying = TimeoutClosingSink() in honorsPipeSinkTimeoutOnClosingWhenItIsSmaller() constant 207 val underlying = TimeoutClosingSink() in honorsUnderlyingTimeoutOnClosingWhenItIsSmaller() constant 224 val underlying = TimeoutWritingSink() in honorsPipeSinkTimeoutOnWritingWhenUnderlyingSinkTimeoutIsZero() constant 240 val underlying = TimeoutWritingSink() in honorsUnderlyingSinkTimeoutOnWritingWhenPipeSinkTimeoutIsZero() constant 256 val underlying = TimeoutFlushingSink() in honorsPipeSinkTimeoutOnFlushingWhenUnderlyingSinkTimeoutIsZero() constant 272 val underlying = TimeoutFlushingSink() in honorsUnderlyingSinkTimeoutOnFlushingWhenPipeSinkTimeoutIsZero() constant [all …]
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | MapsTransformValuesTest.java | 68 Map<String, Integer> underlying = Maps.newHashMap(); in makePopulatedMap() local 115 Map<String, Integer> underlying = ImmutableMap.of("a", 1); in testTransformIdentityFunctionEquality() local 143 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformRemoveEntry() local 151 Map<String, String> underlying = Maps.newHashMap(); in testTransformEqualityOfMapsWithNullValues() local 175 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformReflectsUnderlyingMap() local 195 Map<String, Integer> underlying = Maps.newLinkedHashMap(); in testTransformChangesAreReflectedInUnderlyingMap() local 244 Map<String, Integer> underlying = ImmutableMap.of("a", 0, "b", 1, "c", 2); in testTransformEquals() local 268 Map<String, Boolean> underlying = Maps.newHashMap(); in testTransformEntrySetContains() local
|
| D | MapsSortedTransformValuesTest.java | 39 SortedMap<String, Integer> underlying = Maps.newTreeMap(); in makePopulatedMap() local
|
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | MapsTransformValuesTest.java | 67 Map<String, Integer> underlying = Maps.newHashMap(); in makePopulatedMap() local 114 Map<String, Integer> underlying = ImmutableMap.of("a", 1); in testTransformIdentityFunctionEquality() local 142 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformRemoveEntry() local 150 Map<String, String> underlying = Maps.newHashMap(); in testTransformEqualityOfMapsWithNullValues() local 174 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformReflectsUnderlyingMap() local 194 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 | 39 SortedMap<String, Integer> underlying = Maps.newTreeMap(); in makePopulatedMap() local
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | renamed_device.cc | 28 const string& new_base, Device* underlying, bool owns_underlying, in NewRenamedDevice() 50 RenamedDevice::RenamedDevice(Device* underlying, in RenamedDevice()
|
| /external/libevent/ |
| D | bufferevent_filter.c | 84 struct bufferevent *underlying; member 170 bufferevent_filter_new(struct bufferevent *underlying, in bufferevent_filter_new() 438 be_filter_read_nolock_(struct bufferevent *underlying, void *me_) in be_filter_read_nolock_() 514 be_filter_readcb(struct bufferevent *underlying, void *me_) in be_filter_readcb() 529 be_filter_writecb(struct bufferevent *underlying, void *me_) in be_filter_writecb() 551 be_filter_eventcb(struct bufferevent *underlying, short what, void *me_) in be_filter_eventcb()
|
| D | bufferevent_openssl.c | 295 struct bufferevent *underlying; member 1344 struct bufferevent *underlying, in bufferevent_openssl_new_impl() 1415 struct bufferevent *underlying, in bufferevent_openssl_filter_new()
|
| D | bufferevent.c | 750 struct bufferevent *underlying; in bufferevent_finalize_cb_() 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/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
| D | ConscryptSocketTest.java | 167 Socket underlying = underlyingSocketType.newClientSocket(context, server, factory); in newClientSocket() local 175 Socket underlying) throws IOException { in newClientSocket() 185 Socket underlying = underlyingSocketType.newServerSocket(context, server, factory); in newServerSocket() local
|
| /external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
| D | ConscryptSocketTest.java | 161 Socket underlying = underlyingSocketType.newClientSocket(context, server, factory); in newClientSocket() local 169 Socket underlying) throws IOException { in newClientSocket() 179 Socket underlying = underlyingSocketType.newServerSocket(context, server, factory); in newServerSocket() local
|
| /external/flatbuffers/src/ |
| D | idl_gen_fbs.cpp | 26 static std::string GenType(const Type &type, bool underlying = false) { in GenType()
|
| D | idl_gen_cpp.cpp | 2034 auto underlying = accessor + type + ">(" + offset_str + ")"; in GenTable() local 3001 auto underlying = GenTypeGet(field.value.type, "", "", "", false); in GenStruct() local 3033 auto underlying = GenTypeGet(field.value.type, "", "", "", false); in GenStruct() local
|
| /external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
| D | SSLSocketVersionCompatibilityTest.java | 1044 final Socket underlying = new Socket(c.host, c.port); in test_SSLSocket_shutdownCloseOnClosedPeer() local 1344 final Socket underlying = new Socket(c.host, c.port); in test_SSLSocket_interrupt_case() local 1422 final Socket underlying = new Socket(c.host, c.port); in test_SSLSocket_interrupt_read_withoutAutoClose() local 1493 final Socket underlying = new Socket(c.host, c.port); in test_SSLSocket_interrupt_write_withAutoclose() local
|
| D | SSLSocketTest.java | 819 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); in test_SSLSocket_setSoTimeout_basic() local 840 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); in test_SSLSocket_setSoTimeout_wrapper() local
|
| /external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
| D | SSLSocketVersionCompatibilityTest.java | 1042 final Socket underlying = new Socket(c.host, c.port); in test_SSLSocket_shutdownCloseOnClosedPeer() local 1342 final Socket underlying = new Socket(c.host, c.port); in test_SSLSocket_interrupt_case() local 1420 final Socket underlying = new Socket(c.host, c.port); in test_SSLSocket_interrupt_read_withoutAutoClose() local 1491 final Socket underlying = new Socket(c.host, c.port); in test_SSLSocket_interrupt_write_withAutoclose() local
|
| D | SSLSocketTest.java | 815 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); in test_SSLSocket_setSoTimeout_basic() local 836 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); in test_SSLSocket_setSoTimeout_wrapper() local
|
| /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/llvm-project/lldb/source/Interpreter/ |
| D | CommandAlias.cpp | 205 auto underlying = GetUnderlyingCommand(); in Desugar() local
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | retrying_file_system.h | 162 Underlying* underlying() const { return base_file_system_.get(); } in underlying() function
|
| /external/swiftshader/src/Reactor/ |
| D | Traits.hpp | 205 using underlying = typename std::underlying_type<T>::type; typedef
|
| /external/rust/crates/csv/src/ |
| D | writer.rs | 1343 let underlying = MarkWriteAndFlush(vec![]); in full_buffer_should_not_flush_underlying() localVariable
|
| /external/libabigail/src/ |
| D | abg-comparison.cc | 3380 diff_sptr underlying, in pointer_diff() 3691 diff_sptr underlying, in reference_diff() 5804 class_diff_sptr underlying, in base_diff() 7394 const diff_sptr underlying, in typedef_diff()
|
| /external/libevent/test/ |
| D | regress_http.c | 475 struct bufferevent *underlying = in create_bev() local
|