| /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/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/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/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/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/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/cronet/buildtools/third_party/libc++/trunk/include/__format/ | 
| D | range_formatter.h | 53 …_LIBCPP_HIDE_FROM_ABI constexpr formatter<_Tp, _CharT>& underlying() noexcept { return __underlyin…  in underlying()  function 54 …_LIBCPP_HIDE_FROM_ABI constexpr const formatter<_Tp, _CharT>& underlying() const noexcept { return…  in underlying()  function
  | 
| /external/webrtc/net/dcsctp/socket/ | 
| D | callback_deferrer.h | 59   explicit CallbackDeferrer(DcSctpSocketCallbacks& underlying)  in CallbackDeferrer()
  | 
| /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()
  | 
| /external/rust/crates/thiserror/tests/ | 
| D | test_generics.rs | 132     pub underlying: E,  field
  | 
| /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/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ | 
| D | SSLSocketVersionCompatibilityTest.java | 1157         final Socket underlying = new Socket(c.host, c.port);  in test_SSLSocket_shutdownCloseOnClosedPeer()  local 1457         final Socket underlying = new Socket(c.host, c.port);  in test_SSLSocket_interrupt_case()  local 1535         final Socket underlying = new Socket(c.host, c.port);  in test_SSLSocket_interrupt_read_withoutAutoClose()  local 1606         final Socket underlying = new Socket(c.host, c.port);  in test_SSLSocket_interrupt_write_withAutoclose()  local
  | 
| D | SSLSocketTest.java | 756             Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort());  in test_SSLSocket_setSoTimeout_basic()  local 780         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 | 1155         final Socket underlying = new Socket(c.host, c.port);  in test_SSLSocket_shutdownCloseOnClosedPeer()  local 1455         final Socket underlying = new Socket(c.host, c.port);  in test_SSLSocket_interrupt_case()  local 1533         final Socket underlying = new Socket(c.host, c.port);  in test_SSLSocket_interrupt_read_withoutAutoClose()  local 1604         final Socket underlying = new Socket(c.host, c.port);  in test_SSLSocket_interrupt_write_withAutoclose()  local
  | 
| D | SSLSocketTest.java | 755             Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort());  in test_SSLSocket_setSoTimeout_basic()  local 777         Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort());  in test_SSLSocket_setSoTimeout_wrapper()  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 | 1340         let underlying = MarkWriteAndFlush(vec![]);  in full_buffer_should_not_flush_underlying()  localVariable
  | 
| /external/armnn/third-party/ghc/ | 
| D | filesystem.hpp | 1169     using underlying = typename std::underlying_type<Enum>::type;  in operator &()  typedef 1176     using underlying = typename std::underlying_type<Enum>::type;  in operator |()  typedef 1183     using underlying = typename std::underlying_type<Enum>::type;  in operator ^()  typedef 1190     using underlying = typename std::underlying_type<Enum>::type;  in operator ~()  typedef
  |