Home
last modified time | relevance | path

Searched defs:underlying (Results 1 – 25 of 41) sorted by relevance

12

/external/okio/okio/src/jvmTest/kotlin/okio/
DPipeKotlinTest.kt134 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/
DAbstractMapsTransformValuesTest.java81 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
DMapsTransformValuesTest.java38 Map<String, Integer> underlying = Maps.newHashMap(); in makePopulatedMap() local
DMapsSortedTransformValuesTest.java38 SortedMap<String, Integer> underlying = Maps.newTreeMap(); in makePopulatedMap() local
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractMapsTransformValuesTest.java81 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
DMapsTransformValuesTest.java38 Map<String, Integer> underlying = Maps.newHashMap(); in makePopulatedMap() local
DMapsSortedTransformValuesTest.java38 SortedMap<String, Integer> underlying = Maps.newTreeMap(); in makePopulatedMap() local
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DResources.cpp163 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()
DResources.h117 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/
Drenamed_device.cc28 const string& new_base, Device* underlying, bool owns_underlying, in NewRenamedDevice()
50 RenamedDevice::RenamedDevice(Device* underlying, in RenamedDevice()
/external/libevent/
Dbufferevent_filter.c84 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/
DUrlTextExample.java52 final HtmlStreamEventReceiver underlying; field in UrlTextExample.AppendDomainAfterText
55 AppendDomainAfterText(HtmlStreamEventReceiver underlying) { in AppendDomainAfterText()
/external/cronet/third_party/libc++/src/include/__format/
Drange_formatter.h52 …_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/
Dcallback_deferrer.h59 explicit CallbackDeferrer(DcSctpSocketCallbacks& underlying) in CallbackDeferrer()
/external/rust/crates/hyper/src/common/io/
Drewind.rs118 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/
Dderef.pass.cpp36 Underlying underlying{Iter{array.begin()}, Sent{Iter{array.end()}}}; in test() local
/external/threetenbp/src/test/java/org/threeten/bp/
DTestClock_Tick.java86 Clock underlying = Clock.system(PARIS); in test_tick_ClockDuration_zeroDuration() local
92 Clock underlying = Clock.system(PARIS); in test_tick_ClockDuration_1nsDuration() local
DTestClock_Offset.java65 Clock underlying = Clock.system(PARIS); in test_offset_ClockDuration_zeroDuration() local
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DConscryptSocketTest.java167 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/
DConscryptSocketTest.java161 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/
Didl_gen_fbs.cpp26 static std::string GenType(const Type &type, bool underlying = false) { in GenType()
/external/rust/crates/thiserror/tests/
Dtest_generics.rs132 pub underlying: E, field
/external/mesa3d/src/freedreno/common/
Dfreedreno_common.h34 using underlying = typename std::underlying_type_t<E>; member
/external/stg/
Dbtf_reader.cc319 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/
DTagBalancingHtmlStreamEventReceiver.java49 private final HtmlStreamEventReceiver underlying; field in TagBalancingHtmlStreamEventReceiver
55 HtmlStreamEventReceiver underlying) { in TagBalancingHtmlStreamEventReceiver()

12