| /external/okio/okio/src/jvmTest/kotlin/okio/ |
| D | PipeKotlinTest.kt | 134 val underlying = TimeoutWritingSink() in honorsPipeSinkTimeoutOnWritingWhenItIsSmaller() constant 149 val underlying = TimeoutWritingSink() in honorsUnderlyingTimeoutOnWritingWhenItIsSmaller() constant 164 val underlying = TimeoutFlushingSink() in honorsPipeSinkTimeoutOnFlushingWhenItIsSmaller() constant 179 val underlying = TimeoutFlushingSink() in honorsUnderlyingTimeoutOnFlushingWhenItIsSmaller() constant 194 val underlying = TimeoutClosingSink() in honorsPipeSinkTimeoutOnClosingWhenItIsSmaller() constant 209 val underlying = TimeoutClosingSink() in honorsUnderlyingTimeoutOnClosingWhenItIsSmaller() constant 226 val underlying = TimeoutWritingSink() in honorsPipeSinkTimeoutOnWritingWhenUnderlyingSinkTimeoutIsZero() constant 242 val underlying = TimeoutWritingSink() in honorsUnderlyingSinkTimeoutOnWritingWhenPipeSinkTimeoutIsZero() constant 258 val underlying = TimeoutFlushingSink() in honorsPipeSinkTimeoutOnFlushingWhenUnderlyingSinkTimeoutIsZero() constant 274 val underlying = TimeoutFlushingSink() in honorsUnderlyingSinkTimeoutOnFlushingWhenPipeSinkTimeoutIsZero() constant [all …]
|
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | AbstractMapsTransformValuesTest.java | 81 Map<String, Integer> underlying = ImmutableMap.of("a", 1); in testTransformIdentityFunctionEquality() local 109 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformRemoveEntry() local 117 Map<String, String> underlying = Maps.newHashMap(); in testTransformEqualityOfMapsWithNullValues() local 141 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformReflectsUnderlyingMap() local 161 Map<String, Integer> underlying = Maps.newLinkedHashMap(); in testTransformChangesAreReflectedInUnderlyingMap() local 210 Map<String, Integer> underlying = ImmutableMap.of("a", 0, "b", 1, "c", 2); in testTransformEquals() local 234 Map<@Nullable String, @Nullable Boolean> underlying = Maps.newHashMap(); in testTransformEntrySetContains() local
|
| D | MapsTransformValuesTest.java | 38 Map<String, Integer> underlying = Maps.newHashMap(); in makePopulatedMap() local
|
| D | MapsSortedTransformValuesTest.java | 38 SortedMap<String, Integer> underlying = Maps.newTreeMap(); in makePopulatedMap() local
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | AbstractMapsTransformValuesTest.java | 81 Map<String, Integer> underlying = ImmutableMap.of("a", 1); in testTransformIdentityFunctionEquality() local 109 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformRemoveEntry() local 117 Map<String, String> underlying = Maps.newHashMap(); in testTransformEqualityOfMapsWithNullValues() local 141 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformReflectsUnderlyingMap() local 161 Map<String, Integer> underlying = Maps.newLinkedHashMap(); in testTransformChangesAreReflectedInUnderlyingMap() local 210 Map<String, Integer> underlying = ImmutableMap.of("a", 0, "b", 1, "c", 2); in testTransformEquals() local 234 Map<@Nullable String, @Nullable Boolean> underlying = Maps.newHashMap(); in testTransformEntrySetContains() local
|
| D | MapsTransformValuesTest.java | 38 Map<String, Integer> underlying = Maps.newHashMap(); in makePopulatedMap() local
|
| D | MapsSortedTransformValuesTest.java | 38 SortedMap<String, Integer> underlying = Maps.newTreeMap(); in makePopulatedMap() local
|
| /external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
| D | Resources.cpp | 163 VkDescriptorPool new_from_host_u64_VkDescriptorPool(uint64_t underlying) { in new_from_host_u64_VkDescriptorPool() 167 VkDescriptorSet new_from_host_VkDescriptorSet(VkDescriptorSet underlying) { in new_from_host_VkDescriptorSet() 175 VkDescriptorSet new_from_host_u64_VkDescriptorSet(uint64_t underlying) { in new_from_host_u64_VkDescriptorSet() 179 VkDescriptorSetLayout new_from_host_VkDescriptorSetLayout(VkDescriptorSetLayout underlying) { in new_from_host_VkDescriptorSetLayout() 187 VkDescriptorSetLayout new_from_host_u64_VkDescriptorSetLayout(uint64_t underlying) { in new_from_host_u64_VkDescriptorSetLayout()
|
| D | Resources.h | 117 uint64_t underlying; member 122 uint64_t underlying; member 127 uint64_t underlying; member 133 uint64_t underlying; member
|
| /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()
|
| /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/third_party/libc++/src/include/__format/ |
| D | range_formatter.h | 52 …_LIBCPP_HIDE_FROM_ABI constexpr formatter<_Tp, _CharT>& underlying() noexcept { return __underlyin… in underlying() function 53 …_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/rust/crates/hyper/src/common/io/ |
| D | rewind.rs | 118 let underlying = [104, 101, 108, 108, 111]; in partial_rewind() localVariable 140 let underlying = [104, 101, 108, 108, 111]; in full_rewind() localVariable
|
| /external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/range.chunk.by.iter/ |
| D | deref.pass.cpp | 36 Underlying underlying{Iter{array.begin()}, Sent{Iter{array.end()}}}; in test() local
|
| /external/threetenbp/src/test/java/org/threeten/bp/ |
| D | TestClock_Tick.java | 86 Clock underlying = Clock.system(PARIS); in test_tick_ClockDuration_zeroDuration() local 92 Clock underlying = Clock.system(PARIS); in test_tick_ClockDuration_1nsDuration() local
|
| D | TestClock_Offset.java | 65 Clock underlying = Clock.system(PARIS); in test_offset_ClockDuration_zeroDuration() local
|
| /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/mesa3d/src/freedreno/common/ |
| D | freedreno_common.h | 34 using underlying = typename std::underlying_type_t<E>; member
|
| /external/stg/ |
| D | btf_reader.cc | 319 const Id underlying = BuildEnumUnderlyingType(t->size, is_signed); in BuildOneType() local 333 const Id underlying = BuildEnumUnderlyingType(t->size, is_signed); in BuildOneType() 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()
|