/aosp_15_r20/bionic/tests/headers/posix/ |
H A D | header_checks.h | 29 #define FUNCTION(f_, t_) { t_ = f_; } argument 32 #define MACRO_TYPE(t_, m_) { t_ v = m_; } argument 33 #define TYPE(t_) { t_ value; } argument 34 #define INCOMPLETE_TYPE(t_) { t_* value; } argument 35 #define STRUCT_MEMBER(s_, t_, n_) { s_ s; t_* ptr = &(s.n_); } argument 36 #define STRUCT_MEMBER_ARRAY(s_, t_, n_) { s_ s; t_* ptr = &(s.n_[0]); } argument 37 #define STRUCT_MEMBER_FUNCTION_POINTER(s_, t_, n_) { s_ s; t_ = (s.n_); } argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/ |
D | basic_archive.hpp | 49 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() 52 version_type(const version_type & t_) : in version_type() 82 explicit class_id_type(const int t_) : t(t_){ in class_id_type() 85 explicit class_id_type(const std::size_t t_) : t(t_){ in class_id_type() 88 class_id_type(const class_id_type & t_) : in class_id_type() 122 explicit object_id_type(const std::size_t & t_) : t(static_cast<base_type>(t_)){ in object_id_type() 127 object_id_type(const object_id_type & t_) : in object_id_type()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/common/ |
H A D | macros.h | 21 #define OFFSETOF_MACRO(t_,m_) offsetof(t_,m_) argument 22 #define MEMBER_SIZE_MACRO(t_,m_) sizeof(((t_*)0)->m_) argument 34 #define MAX_MACRO(t_,a_,b_) (((a_) > (b_)) ? (a_) : (b_)) argument 35 #define MIN_MACRO(t_,a_,b_) (((a_) < (b_)) ? (a_) : (b_)) argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/ |
D | item_version_type.hpp | 32 explicit item_version_type(const unsigned int t_) : t(t_){ in item_version_type() 35 item_version_type(const item_version_type & t_) : in item_version_type()
|
D | library_version_type.hpp | 42 explicit library_version_type(const unsigned int & t_) : t(t_){ in library_version_type() 45 library_version_type(const library_version_type & t_) : in library_version_type()
|
D | collection_size_type.hpp | 26 explicit collection_size_type(const std::size_t & t_) : in collection_size_type() 29 collection_size_type(const collection_size_type & t_) : in collection_size_type()
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/ |
H A D | scoped_file.h | 59 explicit ScopedResource(T t = InvalidValue) : t_(t) {} in t_() function 90 T t_; variable
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/ |
H A D | scoped_file.h | 59 explicit ScopedResource(T t = InvalidValue) : t_(t) {} in t_() function 90 T t_; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | writing.cc | 367 grpc_chttp2_transport* const t_; member in __anonb9657ad60311::WriteContext 433 grpc_chttp2_transport* t_; member in __anonb9657ad60311::DataSendContext 619 grpc_chttp2_transport* const t_; member in __anonb9657ad60311::StreamWriteContext
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | writing.cc | 369 grpc_chttp2_transport* const t_; member in __anon272e295e0611::WriteContext 435 grpc_chttp2_transport* t_; member in __anon272e295e0611::DataSendContext 630 grpc_chttp2_transport* const t_; member in __anon272e295e0611::StreamWriteContext
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/ |
D | generate_re2c.hpp | 39 for (std::size_t t_ = 0; t_ < transitions_; ++t_) in need_label0_0() local 234 std::size_t t_ = 0; in generate_re2c() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/timeouts/ |
D | blocking_token_tcp_client.cpp | 79 T* t_; member in boost::asio::async_result::completion_handler_type 135 T t_; member in boost::asio::async_result
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/timeouts/ |
D | blocking_token_tcp_client.cpp | 79 T* t_; member in boost::asio::async_result::completion_handler_type 135 T t_; member in boost::asio::async_result
|
/aosp_15_r20/external/strace/ |
H A D | gcc_compat.h | 95 # define ALIGNOF(t_) __alignof__(t_) argument 97 # define ALIGNOF(t_) (sizeof(struct { char x_; t_ y_; }) - sizeof(t_)) argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | scoped_thread.hpp | 40 Thread t_; member in boost::strict_scoped_thread 117 Thread t_; member in boost::scoped_thread
|
D | thread_guard.hpp | 27 Thread& t_; member in boost::thread_guard
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | ioctl_dm.c | 51 # define ALIGNED_SIZE(s_, t_) \ argument 53 # define ALIGNED_OFFSET(t_, m_) \ argument
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | ioctl_dm.c | 51 # define ALIGNED_SIZE(s_, t_) \ argument 53 # define ALIGNED_OFFSET(t_, m_) \ argument
|
/aosp_15_r20/external/strace/tests/ |
H A D | ioctl_dm.c | 51 # define ALIGNED_SIZE(s_, t_) \ argument 53 # define ALIGNED_OFFSET(t_, m_) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/ |
D | generate_static.hpp | 615 for (std::size_t t_ = 0; t_ < transitions_; ++t_) in need_label0_0() local 708 std::size_t t_ = 0; in generate_function_body_switch() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | expression_types.hpp | 120 reference t_; member in boost::numeric::ublas::scalar_reference 170 value_type t_; member in boost::numeric::ublas::scalar_value
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | equal_to_value.hpp | 35 ConstReference t_; member in boost::intrusive::detail::equal_to_value
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/ |
D | common_type_5_test.cpp | 18 T t_; member
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/ |
H A D | pointer_to.pass.cpp | 29 element_type* t_; member
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | ApproximateClock.h | 102 time_t t_; member
|