/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A 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 …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | AbstractMapsTransformValuesTest.java | 82 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 D | AbstractMapsTransformValuesTest.java | 82 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 D | qint_types.h | 21 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 D | scalar_type.h | 55 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 D | bits_types.h | 21 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 D | Resources.cpp | 155 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 D | Resources.h | 108 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 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()
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | bits.h | 13 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 D | ConscryptSocketTest.java | 171 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 D | ConscryptSocketTest.java | 162 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 D | AsTypeMethodHandleDesc.java | 43 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 D | renamed_device.cc | 28 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 D | VibratorManagerHalWrapper.h | 46 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/ |
D | UrlTextExample.java | 52 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 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__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
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/testdata/ |
D | smoketest.go | 49 underlying(underlying underlying) underlying methodSpec
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/ |
H A D | TCKClock_Tick.java | 111 Clock underlying = Clock.system(PARIS); in test_tick_ClockDuration_zeroDuration() local 117 Clock underlying = Clock.system(PARIS); in test_tick_ClockDuration_1nsDuration() local
|