Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A 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 …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractMapsTransformValuesTest.java82 Map<String, Integer> underlying = ImmutableMap.of("a", 1); in testTransformIdentityFunctionEquality() local
110 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformRemoveEntry() local
118 Map<String, @Nullable String> underlying = Maps.newHashMap(); in testTransformEqualityOfMapsWithNullValues() local
142 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformReflectsUnderlyingMap() local
162 Map<String, Integer> underlying = Maps.newLinkedHashMap(); in testTransformChangesAreReflectedInUnderlyingMap() local
211 Map<String, Integer> underlying = ImmutableMap.of("a", 0, "b", 1, "c", 2); in testTransformEquals() local
235 Map<@Nullable String, @Nullable Boolean> underlying = Maps.newHashMap(); in testTransformEntrySetContains() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DAbstractMapsTransformValuesTest.java82 Map<String, Integer> underlying = ImmutableMap.of("a", 1); in testTransformIdentityFunctionEquality() local
110 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformRemoveEntry() local
118 Map<String, @Nullable String> underlying = Maps.newHashMap(); in testTransformEqualityOfMapsWithNullValues() local
142 Map<String, Integer> underlying = Maps.newHashMap(); in testTransformReflectsUnderlyingMap() local
162 Map<String, Integer> underlying = Maps.newLinkedHashMap(); in testTransformChangesAreReflectedInUnderlyingMap() local
211 Map<String, Integer> underlying = ImmutableMap.of("a", 0, "b", 1, "c", 2); in testTransformEquals() local
235 Map<@Nullable String, @Nullable Boolean> underlying = Maps.newHashMap(); in testTransformEntrySetContains() local
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dqint_types.h21 using underlying = int8_t; member
31 using underlying = uint8_t; member
41 using underlying = int32_t; member
52 using underlying = uint8_t; member
63 using underlying = uint8_t; member
H A Dscalar_type.h55 using underlying = uint8_t; member
61 using underlying = uint8_t; member
67 using underlying = uint8_t; member
73 using underlying = uint8_t; member
H A Dbits_types.h21 using underlying = uint8_t; member
32 using underlying = uint8_t; member
43 using underlying = uint8_t; member
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResources.cpp155 VkDescriptorPool new_from_host_u64_VkDescriptorPool(uint64_t underlying) { in new_from_host_u64_VkDescriptorPool()
159 VkDescriptorSet new_from_host_VkDescriptorSet(VkDescriptorSet underlying) { in new_from_host_VkDescriptorSet()
167 VkDescriptorSet new_from_host_u64_VkDescriptorSet(uint64_t underlying) { in new_from_host_u64_VkDescriptorSet()
171 VkDescriptorSetLayout new_from_host_VkDescriptorSetLayout(VkDescriptorSetLayout underlying) { in new_from_host_VkDescriptorSetLayout()
179 VkDescriptorSetLayout new_from_host_u64_VkDescriptorSetLayout(uint64_t underlying) { in new_from_host_u64_VkDescriptorSetLayout()
H A DResources.h108 uint64_t underlying; member
113 uint64_t underlying; member
118 uint64_t underlying; member
124 uint64_t underlying; member
/aosp_15_r20/external/libevent/
H A 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()
/aosp_15_r20/external/pytorch/c10/util/
H A Dbits.h13 using underlying = uint8_t; member
24 using underlying = uint8_t; member
35 using underlying = uint8_t; member
/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
H A DConscryptSocketTest.java171 Socket underlying = underlyingSocketType.newClientSocket(context, server, factory); in newClientSocket() local
179 Socket underlying) throws IOException { in newClientSocket()
189 Socket underlying = underlyingSocketType.newServerSocket(context, server, factory); in newServerSocket() local
624 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); in setAlpnProtocolWithNullShouldSucceed() local
644 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); in test_setSoTimeout_doesNotCreateSocketImpl() local
/aosp_15_r20/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DConscryptSocketTest.java162 Socket underlying = underlyingSocketType.newClientSocket(context, server, factory); in newClientSocket() local
170 Socket underlying) throws IOException { in newClientSocket()
180 Socket underlying = underlyingSocketType.newServerSocket(context, server, factory); in newServerSocket() local
611 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); in setAlpnProtocolWithNullShouldSucceed() local
631 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); in test_setSoTimeout_doesNotCreateSocketImpl() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/constant/
H A DAsTypeMethodHandleDesc.java43 private final MethodHandleDesc underlying; field in AsTypeMethodHandleDesc
46 AsTypeMethodHandleDesc(MethodHandleDesc underlying, MethodTypeDesc type) { in AsTypeMethodHandleDesc()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Drenamed_device.cc28 const string& new_base, Device* underlying, bool owns_underlying, in NewRenamedDevice()
50 RenamedDevice::RenamedDevice(Device* underlying, in RenamedDevice()
/aosp_15_r20/frameworks/native/services/vibratorservice/include/vibratorservice/
H A DVibratorManagerHalWrapper.h46 using underlying = typename std::underlying_type<ManagerCapabilities>::type; variable
56 using underlying = typename std::underlying_type<ManagerCapabilities>::type; variable
/aosp_15_r20/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DUrlTextExample.java52 final HtmlStreamEventReceiver underlying; field in UrlTextExample.AppendDomainAfterText
55 AppendDomainAfterText(HtmlStreamEventReceiver underlying) { in AppendDomainAfterText()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__format/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__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
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/testdata/
Dsmoketest.go49 underlying(underlying underlying) underlying methodSpec
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKClock_Tick.java111 Clock underlying = Clock.system(PARIS); in test_tick_ClockDuration_zeroDuration() local
117 Clock underlying = Clock.system(PARIS); in test_tick_ClockDuration_1nsDuration() local

123456